* {
  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: #0B1020;
  color: #fff;
}

body {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "Halvar Breitschrift", sans-serif;
}

section {
  padding: 60px 0;
}

h1, h2 {
  font-family: "Halvar Breitschrift", sans-serif;
}

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

.header {
  color: #fff;
  padding: 30px 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 {
  width: 100%;
  height: auto;
  max-width: 460px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header__nav__a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.main-btn {
  border: 2px solid #67B5E4;
  background: -webkit-gradient(linear, left top, right top, from(#14263C), color-stop(49.52%, #3B739C), to(#1E324A));
  background: linear-gradient(90deg, #14263C 0%, #3B739C 49.52%, #1E324A 100%);
  padding: 30px 48px;
  border-radius: 100px;
  max-width: 415px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 20px;
}
.main-btn img {
  position: absolute;
  bottom: -54px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
  pointer-events: none;
}

.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.png) no-repeat top right/auto 100%;
  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: 52px;
  margin-bottom: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#D4E0F6), to(#7ACFF3));
  background: linear-gradient(90deg, #D4E0F6 0%, #7ACFF3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__content p {
  font-size: 24px;
  max-width: 765px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 44px;
}
.hero__content p small {
  font-size: 16px;
  color: #9D9D9D;
}
.hero__img {
  display: none;
}

.mob-visible {
  display: none;
}

h2 {
  font-size: 52px;
  margin-bottom: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#D4E0F6), to(#7ACFF3));
  background: linear-gradient(90deg, #D4E0F6 0%, #7ACFF3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about {
  background: url(../img/about-bg.png) no-repeat top center/cover;
  padding-bottom: 0;
}
.about .container {
  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;
  gap: 30px;
}
.about__text {
  max-width: 676px;
}
.about__text h3 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 48px;
  font-family: "Halvar Breitschrift", sans-serif;
}
.about__text p {
  font-size: 20px;
}
.about__img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.how {
  background: url(../img/how-bg.png) no-repeat center top/cover;
}
.how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
}
.how__item {
  width: 100%;
  min-height: 142px;
  max-width: 676px;
  padding: 20px 20px 27px;
  -webkit-box-shadow: -10px 12px 60px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: -10px 12px 60px 0px rgba(0, 0, 0, 0.2509803922);
  border: 2px solid #3C526D;
  background: -webkit-gradient(linear, right top, left top, from(#16243A), color-stop(49.12%, #0F121E), to(#16304F));
  background: linear-gradient(270deg, #16243A 0%, #0F121E 49.12%, #16304F 100%);
  position: relative;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 9px;
}
.how__item__bg {
  position: absolute;
  top: -7px;
  left: -7px;
  bottom: -7px;
  right: 0;
  width: calc(100% - 16px);
  pointer-events: none;
}
.how__item__counter {
  color: #86E9F9;
  font-size: 64px;
  line-height: 1;
}
.how__item__text p {
  font-size: 16px;
}
.how__item h4 {
  color: #91D3F3;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
}
.how__item--last {
  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;
}
.how__item--last__lastimg {
  width: 100%;
  max-width: 460px;
  height: auto;
}

.exp {
  background: url(../img/exp-bg-main.png) no-repeat center top/cover;
}
.exp__content {
  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;
}
.exp__item img {
  width: auto;
  height: 455px;
  -webkit-transform: scale(1.18);
          transform: scale(1.18);
  pointer-events: none;
}

.privacy {
  background: url(../img/privacy-bg.png) no-repeat center top/cover;
}
.privacy__content {
  min-height: 1286px;
  background: url(../img/phone.png) no-repeat center/auto 100%;
  padding-top: 210px;
}
.privacy__item {
  max-width: 700px;
  position: relative;
  -webkit-box-shadow: -24px 40px 60px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: -24px 40px 60px 0px rgba(0, 0, 0, 0.2509803922);
  border: 2px solid #3C526D;
  background: -webkit-gradient(linear, right top, left top, from(#16243A), color-stop(49.12%, #142238), to(#16304F));
  background: linear-gradient(270deg, #16243A 0%, #142238 49.12%, #16304F 100%);
  border-radius: 24px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.privacy__item__check {
  height: auto;
  width: auto;
}
.privacy__item p {
  font-size: 18px;
  font-weight: bold;
}
.privacy__item__light {
  position: absolute;
  top: 0;
  left: 50%;
  width: 306px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.privacy__item--2 {
  margin-left: auto;
  margin-top: 40px;
  max-width: 617px;
}
.privacy__item--3 {
  margin-left: 40px;
  margin-top: 236px;
  max-width: 641px;
}

.faq {
  background: url(../img/faq-bg.png) no-repeat center top/100% 100%;
}
.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;
  padding: 27px 20px 27px 40px;
  background: -webkit-gradient(linear, right top, left top, from(#16243A), color-stop(49.12%, #142238), to(#16304F));
  background: linear-gradient(270deg, #16243A 0%, #142238 49.12%, #16304F 100%);
  border: 2px solid #3C526D;
  border-radius: 24px;
}
.faq__item + .faq__item {
  margin-top: 24px;
}
.faq__item__text {
  margin-right: auto;
}
.faq__item__text__head {
  font-size: 32px;
  font-weight: 700;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#D4E0F6), to(#7ACFF3));
  background: linear-gradient(90deg, #D4E0F6 0%, #7ACFF3 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.faq__item__text__content {
  padding-top: 12px;
  font-size: 16px;
  display: none;
  color: #fff;
  max-width: 722px;
}
.faq__item__btn {
  cursor: pointer;
}
.faq__item__btn img {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  height: 70px;
  width: auto;
}
.faq__item__btn.active img {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__item__btn:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.contacts {
  background: url(../img/contacts-bg.png) no-repeat center left/auto 100%;
}
.contacts h2 {
  text-align: left;
}
.contacts__content {
  max-width: 676px;
  margin-left: auto;
  margin-top: 100px;
}
.contacts__form {
  width: 100%;
  text-align: left;
  padding: 35px 35px 16px;
  position: relative;
  z-index: 30;
}
.contacts__form__bg {
  position: absolute;
  top: -21px;
  left: -89px;
  bottom: -27px;
  right: -27px;
  width: 800px;
  height: 567px;
  pointer-events: none;
  z-index: 10;
}
.contacts__form form {
  position: relative;
  z-index: 20;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 16px;
  margin-bottom: 12px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Halvar Breitschrift", sans-serif;
  color: #fff;
  background: #546176;
}
.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: #fff;
}
.contacts__form p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 14px;
}
.contacts__form p a {
  color: #fff;
}
.contacts__form .form-btn {
  width: 100%;
  display: block;
  max-width: 100%;
  padding: 28px;
  border: 2px solid #67B5E4;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#14263C), color-stop(49.52%, #3B739C), to(#1E324A));
  background: linear-gradient(90deg, #14263C 0%, #3B739C 49.52%, #1E324A 100%);
  font-family: "Halvar Breitschrift", sans-serif;
}
.contacts__form .form-btn img {
  bottom: -78px;
}

.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: 50px 0;
  background: url(../img/footer-bg.png) no-repeat center bottom/100% auto;
}
.footer img {
  width: 100%;
  max-width: 920px;
  height: auto;
}
.footer p {
  font-size: 20px;
  margin-top: 100px;
}

.privacy__item__light {
  pointer-events: none;
}

.policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 400;
}
.policy p, .policy li {
  font-size: 16px;
  margin-bottom: 16px;
}
.policy h2 {
  text-align: left;
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}
.policy li {
  margin-left: 20px;
}

.thanks {
  background: #0B1020 url(../img/thanks-bg.png) no-repeat center top/cover;
  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 */