body {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  background-color: #efefef;
  color: #222;
  font-size: 1em;
  line-height: 1.5;
  overflow: hidden;
}
html {
  -ms-overflow-style: scrollbar;
  width: 100%;
  height: 100%;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
select {
  -moz-appearance: none;
}
a,
a:visited {
  color: #555;
}
a:hover {
  color: #666;
}
header {
  background: #eee;
  color: #222;
  padding: 1em;
}
header nav {
  float: right;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
header .nav-item {
  float: left;
  margin-left: 0.5em;
}
header .nav-item a.active {
  text-decoration: underline;
}
h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #444;
  font-weight: 400;
}
h6 a,
h6 a:visited,
h6 a:active {
  color: #444;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  outline: none;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4,
h5,
h6 {
  font-size: 18px;
}
#log,
.appLogs {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: #fafafa;
  border: 2px solid #000;
  font-size: 10px;
  overflow-y: auto;
}
#log .log-log,
.appLogs .log-log {
  color: #444;
}
#log .log-warn,
.appLogs .log-warn {
  color: #ffa500;
}
#log .log-error,
.appLogs .log-error {
  color: #f00;
}
#log {
  height: 200px;
  z-index: 10;
  position: absolute;
}
#app,
#preloader-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #efefef;
}
#app {
  display: none;
}
.simpleButton {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  padding: 8px 12px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', 'Noto', sans-serif;
  margin-left: 5px;
  margin-right: 5px;
}
.simpleButton.cta {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  font-weight: bold;
  background-color: #779e10;
  border-radius: 3px;
  color: #fff;
  letter-spacing: 0.5px;
}
.simpleButton.light {
  color: #444;
}
.hgroup {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.simpleDialog {
  display: flex;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 17px;
  font-family: Ubuntu, Arial, sans-serif;
  color: #333;
  flex-direction: column;
  justify-content: center;
}
.simpleDialog .content {
  max-width: 450px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  padding: 20px;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  border-radius: 3px;
}
#licenseDialog {
  text-align: center;
}
#licenseDialog .logo {
  width: 240px;
  height: 112px;
  margin-bottom: 50px;
}
#licenseDialog .hgroup {
  margin-top: 20px;
}
@media (max-width: 480px) {
  #licenseDialog .hgroup {
    display: block;
  }
  #licenseDialog .simpleButton.cta {
    margin-bottom: 10px;
  }
}
#cookieinfo {
  background: rgba(132,195,65,0.95);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #fff !important;
  font-size: 12px;
  font-family: Ubuntu, Arial, sans-serif;
}
#cookieinfo a {
  color: #fff !important;
  font-weight: bold;
}
#cookieinfo .info-content,
#cookieinfo .info-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}
#cookieinfo .info-header {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-left: 1px;
  padding-right: 5px;
}
#cookieinfo .info-header span {
  flex: 1;
}
#cookieinfo .info-header a {
  color: #fff !important;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 1200px) {
  #cookieinfo .info-content,
  #cookieinfo .info-header {
    max-width: 950px;
  }
}
@media (max-width: 990px) {
  #cookieinfo .info-content,
  #cookieinfo .info-header {
    max-width: 750px;
  }
}
@media (max-width: 768px) {
  #cookieinfo {
    line-height: 15px;
    font-size: 10px;
  }
  #cookieinfo .info-header {
    margin-bottom: 5px;
  }
}
.smartbanner-show {
  margin-top: 80px;
}
.smartbanner-show .smartbanner {
  display: block;
}
.smartbanner {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-family: 'Helvetica Neue', sans-serif;
  background: #f4f4f4;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}
.smartbanner-container {
  margin: 0 auto;
  white-space: nowrap;
}
.smartbanner-close {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 5px;
  font-family: Arial;
  font-size: 20px;
  text-align: center;
  color: #888;
  text-decoration: none;
  border: 0;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.smartbanner-close:active,
.smartbanner-close:hover {
  color: #aaa;
}
.smartbanner-icon {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  margin-right: 12px;
  background-size: cover;
  border-radius: 10px;
}
.smartbanner-info {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
}
.smartbanner-title {
  font-size: 13px;
  line-height: 18px;
}
.smartbanner-button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
.smartbanner-button:active,
.smartbanner-button:hover {
  color: #aaa;
}
.smartbanner-ios,
.smartbanner-android {
  background: #f4f4f4;
/*background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);*/
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  line-height: 80px;
}
.smartbanner-ios .smartbanner-close,
.smartbanner-android .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 #fff;
}
.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover,
.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
  color: #aaa;
}
.smartbanner-ios .smartbanner-icon,
.smartbanner-android .smartbanner-icon {
/*background: rgba(0,0,0,0.6);*/
  background-size: cover;
/*box-shadow: 0 1px 3px rgba(0,0,0,0.3);*/
}
.smartbanner-ios .smartbanner-info,
.smartbanner-android .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
.smartbanner-ios .smartbanner-title,
.smartbanner-android .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold;
}
.smartbanner-ios .smartbanner-button,
.smartbanner-android .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(255,255,255,0.7) inset;
}
.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover,
.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
  background: #dcdcdc;
  background: linear-gradient(to bottom, #dcdcdc, #efefef);
}
.smartbanner-windows {
  background: #f4f4f4;
/*background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);*/
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  line-height: 80px;
}
.smartbanner-windows .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 #fff;
}
.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
  color: #aaa;
}
.smartbanner-windows .smartbanner-icon {
  background: rgba(0,0,0,0.6);
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.smartbanner-windows .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
.smartbanner-windows .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold;
}
.smartbanner-windows .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
/*background: linear-gradient(to bottom, #efefef, #dcdcdc);*/
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(255,255,255,0.7) inset;
}
.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
  background: #dcdcdc;
/*background: linear-gradient(to bottom, #dcdcdc, #efefef);*/
}
.preloader {
  background: #efefef;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
.preloader-container {
  max-width: 360px;
  vertical-align: middle;
  width: 100%;
}
.preloader-logotype {
  display: block;
  margin: 0 auto 45px auto;
  width: 240px;
  max-width: 240px;
}
.preloader-dots {
  width: 50%;
  display: block;
  margin: 0 auto 40px auto;
  max-width: 100px;
}
.preloader-list {
  width: 70%;
  height: 50px;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 300px;
  list-style: none;
  position: relative;
}
/*.preloader-list::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: -moz-linear-gradient(top, #efefef 0%, transparent 50%, #efefef 100%);
    background: -webkit-linear-gradient(top, #efefef 0%,transparent 50%,#efefef 100%);
    background: linear-gradient(to bottom, #efefef 0%,transparent 50%,#efefef 100%);
}*/
.preloader-list li {
  top: 144px;
  left: 0px;
  opacity: 0;
  font-size: 17px;
  line-height: 21px;
  position: absolute;
  padding-left: 45px;
  -webkit-animation: bulletholder 12s infinite;
          animation: bulletholder 12s infinite;
}
.preloader-list li img {
  left: 0;
  top: 5px;
  width: 30px;
  height: auto;
  position: absolute;
}
.preloader-list li span {
  display: inline-block;
  background: #f78f1e;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
}
.preloader-list li span img {
  position: relative;
  left: 0;
  top: -3px;
  width: 18px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.preloader-list li:nth-child(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.preloader-list li:nth-child(3) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.preloader-list li:nth-child(4) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
@-webkit-keyframes bulletholder {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    top: 0;
    opacity: 0;
  }
  20% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 0;
    opacity: 1;
  }
  40% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
/*@keyframes bulletholder  {

    0% { top: 132px; opacity: 1; }
    10% { top: 60px; }
    25% { top: 60px; }
    35% { top: 0px; }
    50% { top: 0px; }
    60% { top: -60px; opacity: 1; }
    61% { top: -60px; opacity: 0;}
    75% { top: 204px; opacity: 0; }
    85% { top: 132px; opacity: 1; }
    100% { top: 132px; opacity: 1; }
}

@-webkit-keyframes bulletholder  {

    0% { top: 132px; opacity: 1; }
    10% { top: 60px; }
    25% { top: 60px; }
    35% { top: 0px; }
    50% { top: 0px; }
    60% { top: -60px; opacity: 1; }
    61% { top: -60px; opacity: 0;}
    75% { top: 204px; opacity: 0; }
    85% { top: 132px; opacity: 1; }
    100% { top: 132px; opacity: 1; }
}*/
@-webkit-keyframes bulletholder {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    top: 0;
    opacity: 0;
  }
  20% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 0;
    opacity: 1;
  }
  40% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes bulletholder {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    top: 0;
    opacity: 0;
  }
  20% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 0;
    opacity: 1;
  }
  40% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
