@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.cdnfonts.com/css/bebas-neue");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a, button {
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
a:hover, button:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #121212;
  color: #fff;
}

body {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "PP Neue Montreal", sans-serif;
}

section {
  padding: 60px 0;
}

h1, h2 {
  font-family: "PP Neue Montreal", sans-serif;
}

.container {
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  color: #fff;
  padding: 32px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  height: 18px;
  width: auto;
}
.header__links {
  padding: 17px 59px;
  background: #13283D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 57px;
  border-radius: 100px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 109px;
}
.header__nav__a {
  color: #fff;
  font-size: 16px;
}

.main-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 4px 4px 22px;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  border-radius: 100px;
  background: #FFFFFF;
  text-align: center;
  color: #000;
}
.main-btn img {
  height: 45px;
  width: auto;
}

.accordion__header {
  gap: 20px;
}

.gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#614C21), color-stop(46.63%, #C29D51), to(#EDD97C));
  background: linear-gradient(90deg, #614C21 0%, #C29D51 46.63%, #EDD97C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gradient-text-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2E081), to(#C29D51));
  background: linear-gradient(180deg, #F2E081 0%, #C29D51 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero {
  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;
  background: url(../img/intro-bg.png) no-repeat top 74px right/auto calc(100vh - 74px);
  color: #fff;
  padding: 0;
  padding-top: 150px;
  min-height: 100vh;
}
.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
.hero__content h1 {
  font-size: 128px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 19px;
}
.hero__content .grad {
  background: -webkit-gradient(linear, left top, left bottom, from(#A6A6A6), to(#2F2F2F));
  background: linear-gradient(180deg, #A6A6A6 0%, #2F2F2F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 128px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 50px;
}
.hero__content p {
  font-size: 23px;
  max-width: 676px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 30px;
}
.hero__img {
  display: none;
}

.begin .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.begin .container div {
  font-weight: 300;
  font-size: 64px;
  letter-spacing: 42px;
}
.begin .container a {
  padding: 30px 100px;
  border-radius: 100px;
  color: #fff;
  background: #4EA3FF;
  font-size: 18px;
}

.title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title.right {
  text-align: right;
}
.title h2 {
  font-size: 156px;
  font-weight: 400;
  line-height: 100%;
}
.title h2 img {
  height: 89px;
  width: auto;
}
.title div {
  margin-top: 50px;
  padding: 12px 50px;
  background: #fff;
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  border-radius: 100px;
  white-space: nowrap;
}

.about {
  padding-bottom: 140px;
  background: url(../img/about-bg.png) no-repeat bottom center/auto 722px;
}
.about__text {
  margin-top: 50px;
}
.about__text p {
  max-width: 792px;
  font-size: 24px;
}
.about__text p span {
  font-weight: 300;
  font-style: italic;
  color: #4EA3FF;
}
.about__text p + p {
  margin-top: 50px;
}
.about__text p.right {
  margin-left: auto;
}
.about__text p__last {
  max-width: 676px;
}

.mob-visible {
  display: none;
}

.why {
  background: url(../img/about-bg.png) no-repeat center/auto 722px;
  padding-bottom: 200px;
}
.why__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 150px 0;
  margin-top: 100px;
}
.why__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#0F0F0F));
  background: linear-gradient(180deg, #101010 0%, #0F0F0F 100%);
  border: 2px solid #414141;
  border-radius: 22px;
  padding: 33px 25px 64px 35px;
  min-height: 324px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 560px;
}
.why__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.why__item__title h3 {
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}
.why__item__title span {
  font-size: 24px;
  color: #8F8F8F;
}
.why__item p {
  font-size: 24px;
  line-height: 1;
}
.why__item--2 {
  -webkit-transform: translate(-80px, 119px);
          transform: translate(-80px, 119px);
}
.why__item--3 {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}
.why__item--4 {
  -webkit-transform: translate(200px, 119px);
          transform: translate(200px, 119px);
}

.how {
  background: url(../img/how-bg.png) no-repeat bottom left/800px auto;
}
.how .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.how__content {
  margin-left: auto;
  max-width: 792px;
  margin-top: -150px;
}
.how__item {
  border-top: 1px solid #3B3B3B;
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}
.how__item:last-child {
  border-bottom: 1px solid #3B3B3B;
}
.how__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  padding-top: 20px;
  margin-bottom: 27px;
}
.how__item__title h3 {
  font-size: 36px;
  font-weight: 500;
}
.how__item__title span {
  font-size: 24px;
  color: #8F8F8F;
}
.how__item p {
  font-weight: 300;
  font-size: 20px;
}

.exp {
  background: url(../img/exp-bg.png) no-repeat center bottom/1329px auto;
  padding-bottom: 200px;
}
.exp h2 {
  text-align: right;
}
.exp__content {
  margin-top: 130px;
}
.exp__item.first {
  margin-left: 127px;
}
.exp__item.second {
  margin: 102px 0 177px;
  margin-left: 638px;
}
.exp__item.third {
  margin: 0 auto;
  max-width: 758px;
}
.exp__item h3 {
  font-size: 128px;
  line-height: 1;
  font-weight: 400;
}
.exp__item p {
  font-weight: 300;
  font-size: 40px;
  max-width: 527px;
  padding-top: 20px;
  margin-top: 26px;
  border-top: 1px solid #FFFFFF;
}

.data .title {
  margin-bottom: 114px;
}
.data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 77px;
}
.data__item + .data__item {
  margin-top: 72px;
}
.data__item img {
  height: 53px;
  width: auto;
}
.data__item p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}
.data__item p span {
  color: #484848;
}

.faq .title {
  text-align: right;
  margin-bottom: 43px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.faq__item {
  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;
  gap: 20px;
  cursor: pointer;
  border-radius: 24px;
  padding: 27px 20px 27px 40px;
  border: 2px solid #292929;
}
.faq__item + .faq__item {
  margin-top: 41px;
}
.faq__item__text {
  margin-right: auto;
}
.faq__item__text__head {
  font-size: 36px;
  color: #fff;
}
.faq__item__text__content {
  padding-top: 12px;
  font-size: 20px;
  display: none;
  color: #484848;
  max-width: 722px;
}
.faq__item__btn img {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  height: auto;
  width: 36px;
}
.faq__item.active img {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contacts h2 {
  font-size: 128px;
}
.contacts__content {
  max-width: 612px;
  margin-left: auto;
  margin-top: -100px;
}
.contacts__form {
  width: 100%;
  text-align: left;
  padding: 90px 32px 60px;
  background: #151515;
  border: 1px solid #252525;
  border-radius: 30px;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "PP Neue Montreal", sans-serif;
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #252525;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::-webkit-outer-spin-button, .contacts__form .form-input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.contacts__form .form-input option {
  color: #000;
}
.contacts__form p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #595959;
  margin-top: 14px;
  max-width: 272px;
}
.contacts__form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.iti {
  margin-bottom: 12px !important;
}

.iti__flag-container {
  padding: 0 !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #fff;
}

.footer {
  padding: 60px 0 18px;
  color: #fff;
}
.footer__text {
  max-width: 100%;
  margin-bottom: 133px;
}
.footer__text p {
  max-width: 676px;
}
.footer__text .main-btn {
  padding: 27px 52px;
  background: -webkit-gradient(linear, left top, right top, from(#6E4D13), color-stop(49.31%, #DDB83A), to(#5E3D0D));
  background: linear-gradient(90deg, #6E4D13 0%, #DDB83A 49.31%, #5E3D0D 100%);
  border-radius: 19px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  color: #02080D;
  border: none;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 84px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.footer__top h3 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottom iframe {
  height: 156px;
  width: 100%;
  max-width: 577px;
  border-radius: 24px;
}
.footer__bottom p {
  font-size: 10px;
  color: #fff;
}
.footer__bottom p + p {
  margin-top: 4px;
}
.footer__logo {
  height: 50px;
  width: auto;
}
.footer__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 40px;
}

.marquee {
  background: #4EA3FF;
  overflow: hidden;
  width: 100%;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 12s linear infinite;
          animation: marquee 12s linear infinite;
}

.marquee__item {
  font-size: 34px;
  line-height: 1;
  color: #BFE8FF;
  font-weight: 700;
}

.marquee__icon img {
  width: auto;
  height: 25px;
  display: block;
}

.marquee__text {
  font-family: "Bebas Neue", sans-serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  color: #9CFFFF;
  text-transform: uppercase;
}

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

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    -webkit-animation: none;
            animation: none;
  }
}
.policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 400;
}
.policy p, .policy li {
  font-size: 16px;
  margin-bottom: 16px;
}
.policy li {
  margin-left: 20px;
}
.policy h2 {
  text-align: left;
  font-weight: 400;
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.thanks {
  background: #121212 url(../img/thanks-bg.png) no-repeat center bottom/610px auto;
  color: #fff;
  padding: 0;
  text-align: center;
}
.thanks__img {
  width: 120px;
  height: auto;
}
.thanks h1 {
  font-size: 64px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
  margin-top: 38px;
}
.thanks p {
  font-size: 16px;
  margin-bottom: 15px;
}
.thanks p a {
  font-size: 14px;
  text-decoration: underline;
}
.thanks p img {
  height: 22px;
  width: auto;
  margin-bottom: -5px;
}
.thanks .container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 210px 15px 12px;
}/*# sourceMappingURL=styles.css.map */