/* BEM - Block Element Modifier Metodology */
.ff-robot {
  font-family: "Roboto", sans-serif;
}

.ff-mont {
  font-family: "Montserrat", sans-serif;
}

html,
body {
  height: 100%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

body {
  font-weight: 400;
  word-wrap: break-word;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
          font-feature-settings: "kern", "liga", "clig", "calt";
}

a, a:active, a:focus, button, button:active, button:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

a, button {
  cursor: pointer;
}

.back {
  background: #eceef1 url("../img/background.png") bottom repeat-x;
  background-size: 100% auto;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  opacity: 1;
}

.middle {
  width: 100%;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}

.logo img {
  width: 200px;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content__inner {
  width: 650px;
}

.content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.content__title h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 0px;
}

.content__title > p {
  margin-bottom: 0px;
}

.countdown {
  margin: 30px auto;
}

.countdown__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.unit {
  min-width: 120px;
  width: 140px;
  text-align: center;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
  -webkit-perspective: 300px;
          perspective: 300px;
  border-radius: 5px;
}

.unit__number {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.unit__number span {
  font-size: 60px;
}

.unit__label {
  font-family: "Lato", sans-serif;
  color: #141a3c;
  text-transform: lowercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}

.unit__label label {
  font-size: 16px;
}

.unit__divider {
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 60px;
}

.side {
  display: none;
  background-color: white !important;
  height: 100%;
  width: 550px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
  padding: 45px;
  overflow: hidden;
}

.side__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.side__inner__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.side h2 {
  font-family: "DM Sans", sans-serif;
  text-align: center;
  font-size: 30px;
}

.side form input, .side form textarea {
  border-color: #dadadd;
  color: #040718;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-width: 0px;
  display: block;
  font-size: 18px;
  outline: 0px;
  padding: 0px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  height: 42px;
  margin-top: 0px;
  margin-bottom: 5px;
  overflow: visible;
  border-bottom: 1px solid #dadadd;
}

.side form button {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.about_us p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(4, 7, 24, 0.8);
  line-height: 2;
  text-align: center;
}

.language {
  display: none;
}

.language__modal {
  display: none;
}

.subscribe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe__overlay {
  position: absolute;
  background-color: rgba(10, 10, 10, 0.6);
  width: 100%;
  height: 100%;
}

.subscribe__wrapper {
  padding: 40px;
  position: relative;
  background-color: white;
  width: 80%;
  height: 430px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subscribe__wrapper > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe__wrapper__close {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.subscribe__wrapper__icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.subscribe__wrapper__icon img {
  width: 60px;
}

.subscribe__wrapper__text {
  margin-bottom: 50px;
  font-family: "DM Sans", sans-serif;
  display: block;
  text-align: center;
}

.subscribe__wrapper__text > * {
  padding: 0;
  margin: 0;
}

.subscribe__wrapper__text h2 {
  font-size: 32px;
  margin-bottom: 5px;
}

.subscribe__wrapper__form {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscribe__wrapper__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subscribe__wrapper__form form > * {
  margin-bottom: 20px;
}

.subscribe__wrapper__form input, .subscribe__wrapper__form input:focus, .subscribe__wrapper__form input:active {
  outline: 0px;
  background-color: #eff5f9;
  border: 0px;
  height: 48px;
  border-radius: 28px;
  width: 316px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}

.subscribe__wrapper__form input::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 500;
}

.subscribe__wrapper__form input:-ms-input-placeholder {
  color: #aaa;
  font-weight: 500;
}

.subscribe__wrapper__form input::-ms-input-placeholder {
  color: #aaa;
  font-weight: 500;
}

.subscribe__wrapper__form input::placeholder {
  color: #aaa;
  font-weight: 500;
}

.subscribe__success {
  display: none;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 1;
  -webkit-animation-name: success;
          animation-name: success;
}

.subscribe__success__wrapper {
  border-radius: 5px;
  background-color: #0e9e69;
  font-size: 14px;
  font-family: Roboto;
  color: #fafbff;
  -webkit-box-shadow: rgba(17, 182, 122, 0.5) 0px 5px 18.8px 1.2px;
          box-shadow: rgba(17, 182, 122, 0.5) 0px 5px 18.8px 1.2px;
  padding: 6px 16px;
  -webkit-transition: all 250ms linear 0s;
  transition: all 250ms linear 0s;
  width: 90%;
  text-align: center;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4em;
  min-width: 160px;
  height: 46px;
  min-height: auto;
  padding: 0px 6px;
  margin: 0px 15px;
  border: 0px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.btn__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
}

.btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: rgba(200, 200, 200, 0.2);
  -webkit-transition: background 0.15s ease-in-out 0s;
  transition: background 0.15s ease-in-out 0s;
}

.btn--blue {
  background: -webkit-gradient(linear, left top, right top, from(#46aaf0), to(#3282f0));
  background: linear-gradient(to right, #46aaf0 0%, #3282f0 100%);
  color: #fff;
}

.btn--blue:hover {
  background: -webkit-gradient(linear, left top, right top, from(#5ab4ee), to(#286ec8));
  background: linear-gradient(to right, #5ab4ee 0%, #286ec8 100%);
}

.btn--blue:hover i {
  -webkit-animation: 4s ease-in-out 0.05s infinite normal none running bellring;
          animation: 4s ease-in-out 0.05s infinite normal none running bellring;
}

.btn--white {
  background: #fff;
}

.btn--white:hover {
  background: -webkit-gradient(linear, left top, right top, from(#46aaf0), to(#3282f0));
  background: linear-gradient(to right, #46aaf0 0%, #3282f0 100%);
  color: #fff;
}

.btn--white:hover i {
  -webkit-animation: 2s ease-in-out 0s infinite normal none running arrowmove;
          animation: 2s ease-in-out 0s infinite normal none running arrowmove;
}

.btn--middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn__close {
  border: 0;
  background-color: transparent;
}

.btn__close:hover i {
  color: #888;
}

@-webkit-keyframes arrowmove {
  0%, 20%, 80%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

@keyframes arrowmove {
  0%, 20%, 80%, 100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

@-webkit-keyframes bellring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  3% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  5% {
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg);
  }
  7% {
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
  }
  9% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  11% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  13% {
    -webkit-transform: rotate(26deg);
            transform: rotate(26deg);
  }
  15% {
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }
  17% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  19% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  21% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  23% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  25% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  27% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  29% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  31% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  33% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  35% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  37% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  39% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  41% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  43% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes bellring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  1% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  3% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  5% {
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg);
  }
  7% {
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
  }
  9% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  11% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  13% {
    -webkit-transform: rotate(26deg);
            transform: rotate(26deg);
  }
  15% {
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }
  17% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  19% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  21% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  23% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  25% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  27% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  29% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  31% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  33% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  35% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  37% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  39% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  41% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  43% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes success {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 100%, 0px);
            transform: translate3d(0px, 100%, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes success {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 100%, 0px);
            transform: translate3d(0px, 100%, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*# sourceMappingURL=styles.css.map */