@import url("https://fonts.cdnfonts.com/css/montserrat");
* {
  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: #010206;
  color: #fff;
}

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

section {
  padding: 50px 0;
}

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

.header {
  color: #fff;
  padding: 20px 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;
  padding: 12px;
  background: rgba(217, 217, 217, 0.0509803922);
  border: 1px solid rgba(138, 138, 138, 0.1019607843);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  padding-left: 33px;
}
.header__logo {
  height: 16px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
.header__nav__a {
  color: #fff;
  font-size: 12px;
}
.header .main-btn {
  font-size: 12px;
  padding: 13px 18px;
  margin-left: 50px;
}

.main-btn {
  font-size: 14px;
  padding: 28px 58px;
  display: inline-block;
  border-radius: 100px;
  background: #0A4FFE;
  text-align: center;
  color: #fff;
}

.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 right/cover;
  color: #fff;
  padding: 0;
  padding-top: 150px;
  min-height: 100vh;
  text-align: center;
}
.hero__content h1 {
  font-size: 64px;
  margin-bottom: 34px;
  text-align: left;
}
.hero__content h1 span {
  font-weight: 400;
  display: block;
  margin-left: auto;
  text-align: right;
}
.hero__content p {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.hero__content .main-btn {
  margin: 0 auto;
}
.hero__img {
  display: none;
}

h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 32px;
  text-transform: uppercase;
}
h2.center {
  text-align: center;
}
.about {
  padding-bottom: 100px;
  color: #000;
}
.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 73px;
  padding: 70px;
  background: #fff;
  border-radius: 60px;
}
.about__text {
  max-width: 550px;
}
.about__text p {
  font-size: 18px;
}
.about__img {
  width: 100%;
  max-width: 614px;
  height: auto;
}

.benefit {
  padding-top: 0;
}
.benefit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 80px;
}
.benefit__item {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(245, 245, 245, 0.1019607843) inset;
          box-shadow: 0px 0px 25px 0px rgba(245, 245, 245, 0.1019607843) inset;
  background: rgba(217, 217, 217, 0.0509803922);
  padding: 39px 28px 90px;
  border-radius: 40px;
  width: 100%;
  max-width: 318px;
}
.benefit__item h3 {
  font-size: 16px;
  margin: 67px 0 22px;
}
.benefit__item p {
  font-size: 14px;
  max-width: 260px;
  color: #fff;
  margin: 0 auto;
}

.how {
  margin-top: -100px;
  padding: 200px 0 110px;
  background: url(../img/steps-bg.png) no-repeat right 53px top/100% 100%;
}
.how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.how__item {
  padding: 35px 25px 32px;
  border-radius: 29px;
  width: 100%;
  max-width: 253px;
}
.how__item__heading span {
  font-size: 64px;
  color: rgba(255, 255, 255, 0.2509803922);
  font-weight: 700;
}
.how__item h3 {
  font-size: 16px;
  margin: 16px 0 11px;
}
.how__item p {
  font-size: 12px;
}
.how__item--blue {
  background: #0248FF;
}
.how__item--white {
  background: #F8F8F8;
  color: #575757;
}
.how__item--white .how__item__heading span {
  color: rgba(0, 4, 14, 0.2509803922);
}
.how__item--black {
  background: rgba(217, 217, 217, 0.0509803922);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(245, 245, 245, 0.1019607843) inset;
          box-shadow: 0px 0px 25px 0px rgba(245, 245, 245, 0.1019607843) inset;
}

.exp {
  background: #0A4FFE;
}
.exp__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 50px;
}
.exp__item {
  background: #fff;
  padding: 60px 20px 63px;
  border-radius: 48px;
  width: 100%;
  max-width: 432px;
  text-align: center;
}
.exp__item.padding {
  padding-top: 30px;
}
.exp__item img {
  max-height: 108px;
  height: auto;
  width: auto;
}
.exp__item p {
  color: #424242;
  font-size: 16px;
  margin-top: 20px;
}
.exp__item p span {
  display: block;
  font-size: 36px;
  font-weight: 700;
}
.exp__item p b {
  display: block;
}

.conf .container {
  padding: 100px 73px 80px;
  background: url(../img/conf.png) no-repeat center right/100% 100%;
}
.conf__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
}
.conf__item + .conf__item {
  margin-top: 78px;
}
.conf__item img {
  height: 45px;
  width: auto;
}
.conf__item p {
  font-size: 16px;
}

.faq {
  background: url(../img/faq-bg.png) no-repeat center top 20px/103px auto;
}
.faq .main-title {
  margin-bottom: 50px;
}
.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: 22px 30px;
  background: rgba(217, 217, 217, 0.0509803922);
  border: 1px solid rgba(138, 138, 138, 0.1019607843);
  backdrop-filter: blur(10px);
  border-radius: 100px;
}
.faq__item.active .faq__item__btn {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__item + .faq__item {
  margin-top: 41px;
}
.faq__item__text {
  margin-right: auto;
}
.faq__item__text__head {
  font-size: 24px;
  font-weight: 500;
}
.faq__item__text__content {
  padding-top: 12px;
  font-size: 16px;
  display: none;
  color: #6C6C6C;
}
.faq__item__btn {
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.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.png) no-repeat top right/auto 130%;
}
.contacts__form {
  width: 100%;
  max-width: 660px;
  text-align: left;
  margin-top: 19px;
  backdrop-filter: blur(10px);
  border: 2px solid #0A4FFE;
  background: rgba(0, 0, 0, 0.2509803922);
  padding: 50px 30px 40px;
  border-radius: 68px;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 19px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  backdrop-filter: blur(10px);
  background: rgba(217, 217, 217, 0.0509803922);
  border: 1px solid rgba(138, 138, 138, 0.1019607843);
}
.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: 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;
  border: none;
  font-family: "Montserrat", sans-serif;
}

.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;
  background: #0A4FFE;
  color: #fff;
}
.footer .header {
  position: static;
}
.footer__bottom {
  margin-top: 130px;
}
.footer__bottom p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.footer .burger {
  display: none !important;
}

.policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.policy p, .policy li {
  font-size: 16px;
  margin-bottom: 16px;
}
.policy h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.thanks {
  background: #0F0F0F 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: 44px;
  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 */