@font-face {
  font-family: "NewReason-Light";
  src: url("../fonts/NewReason-Light.otf");
  font-weight: 300;
}

@font-face {
  font-family: "NewReason-Regular";
  src: url("../fonts/NewReason-Regular.otf");
  font-weight: 400;
}

#loader {
  opacity: 0;
  pointer-events: none;
}

#loader.visible {
  opacity: 1;
}

body {
  font-family: "NewReason-Light", Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 0.4px;
  line-height: 1.3;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

.bg {
  background-image: url("../cap.png");
  position: absolute;
  background-repeat: no-repeat;
  width: 1920px;
  height: 1080px;
  opacity: 0.3;
}

footer {
  background: black;
  width: 100%;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

footer ul.social--list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer ul li {
  margin: 0 15px 0 0;
}

footer ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

footer ul li a:hover {
  color: white;
}

@media (max-width: 768px) {
  footer .legal--list {
    display: none;
  }
}

header {
  padding: 20px 0;
}

.main {
  height: calc(100vh - 156px - 52px - 220px);
}

@media (width: 768px) {
  .main {
    height: calc(100vh - 116px - 52px - 220px);
  }
}

@media (max-width: 500px) {
  .main {
    min-height: 100vh;
    height: auto;
  }
}

@media (max-height: 960px) {
  .main {
    min-height: 100vh;
    height: auto;
  }
}

main.legal--page {
  font-size: 16px;
  margin: 40px 0;
}

main.legal--page a {
  font-family: "NewReason-Regular", Arial, sans-serif;
  text-decoration: underline;
  color: currentColor;
}

main.legal--page a:hover {
  color: currentColor;
}

.brand a {
  width: 380px;
  display: block;
}

@media (max-width: 768px) {
  .brand a {
    width: 250px;
  }
}

.up {
  margin-top: 220px;
}

.bottom {
  margin-top: 60px;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.marquee {
  background: #f6bd00;
  width: 100%;
  height: 60px;
  margin: 30px 0;
  font-size: 32px;
  font-family: "NewReason-Regular", Arial, sans-serif;
  overflow: hidden;
  position: relative;
}

.marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 100s linear infinite;
          animation: marquee 100s linear infinite;
  padding: 0;
  top: 10px;
}

.social .ico {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}

.social .ico--facebook {
  background-image: url("../img/ico-facebook.svg");
  background-size: 12px;
}

.social .ico--instagram {
  background-image: url("../img/ico-instagram.svg");
}

.social .ico--twitter {
  background-image: url("../img/ico-twitter.svg");
}

.social .ico--mail {
  background-image: url("../img/ico-mail.svg");
  background-size: 14px;
}

.header--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.language--selector--item {
  color: currentColor;
  font-size: 16px;
}

.language--selector--item:hover {
  color: currentColor;
}
/*# sourceMappingURL=main.css.map */