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

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

section {
  padding: 60px 0;
}

h1, h2 {
  font-family: "Playfair Display", sans-serif;
}

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

.header {
  color: #fff;
  padding: 32px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(157, 157, 157, 0) 0%, #9D9D9D 48.56%, rgba(157, 157, 157, 0) 100%);
  border-image-slice: 1;
}
.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: 15px;
  width: auto;
}
.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: 12px;
}
.header .main-btn {
  font-size: 12px;
  padding: 18px 24px;
  background: transparent;
  border: 1px solid #6DC1CF;
  color: #fff;
}

.main-btn {
  font-size: 14px;
  padding: 18px 52px;
  display: inline-block;
  border-radius: 100px;
  background: #6DC1CF;
  text-align: center;
  color: #020204;
}

.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;
}
.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: 48px;
  font-weight: 400;
  margin-bottom: 32px;
}
.hero__content p {
  font-size: 16px;
  max-width: 634px;
  line-height: 1.4;
  color: #fff;
}
.hero__content p + p {
  margin: 32px 0 58px;
}
.hero__content p small {
  font-size: 16px;
  color: #9D9D9D;
}
.hero__img {
  display: none;
}

h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 42px;
  text-align: center;
}
h2.center {
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(157, 157, 157, 0) 0%, #9D9D9D 48.56%, rgba(157, 157, 157, 0) 100%);
  border-image-slice: 1;
}

.about {
  background: #E1DFE2;
  color: #1D283D;
}
.about .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;
  gap: 30px;
}
.about__text {
  max-width: 600px;
}
.about__text h3 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 48px;
  font-family: "Playfair Display", sans-serif;
}
.about__text p {
  font-size: 20px;
}
.about__img {
  width: 100%;
  max-width: 518px;
  height: auto;
}

.services {
  background: url(../img/services-bg.png) no-repeat center/auto 100%;
}
.services__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 37px;
}
.services__item {
  background: #263144;
  padding: 81px 32px 111px;
  width: 100%;
  max-width: 376px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 11px solid #6DC1CF;
}
.services__item img {
  height: 117px;
  width: auto;
}
.services__item p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-top: 28px;
}

.why {
  background: #E1DFE2;
}
.why h2 {
  text-align: left;
  color: #000;
}
.why__content {
  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;
  gap: 30px;
}
.why__block {
  width: 100%;
  max-width: 545px;
}
.why__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.why__item img {
  height: 55px;
  width: auto;
}
.why__item p {
  color: #000000;
  font-size: 16px;
}
.why__item + .why__item {
  margin-top: 20px;
}
.why__img {
  width: 100%;
  max-width: 550px;
}

.steps__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: 19px;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(157, 157, 157, 0) 0%, #9D9D9D 48.56%, rgba(157, 157, 157, 0) 100%);
  border-image-slice: 1;
  padding-bottom: 44px;
}
.steps__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.steps__item {
  min-height: 220px;
  width: 100%;
  max-width: 220px;
  background: #263144;
  padding: 8px 10px 18px;
}
.steps__item__heading {
  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;
  margin-bottom: 54px;
}
.steps__item__heading div {
  color: #6DC1CF;
  font-family: "Playfair Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  margin-top: -10px;
}
.steps__item__heading img {
  height: auto;
  width: auto;
  max-width: 54px;
  max-height: 61px;
}
.steps__item__text {
  text-align: center;
}
.steps__item__text h3 {
  color: #6DC1CF;
  font-size: 16px;
  margin-bottom: 8px;
}
.steps__item__text p {
  font-size: 12px;
  color: #fff;
}
.steps__arrow {
  min-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 15px;
}
.steps__arrow img {
  height: 67px;
  width: auto;
}
.steps__arrow--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: 0;
}

.achievements {
  padding-top: 0;
}
.achievements__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.achievements__item {
  position: relative;
  width: 100%;
  max-width: 376px;
  background: #6DC1CF;
  text-align: center;
  padding: 20px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.achievements__item::after {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  height: 58px;
  background: url(../img/light.png) no-repeat center/auto 100%;
}
.achievements__item img {
  height: auto;
  width: auto;
  max-width: 116px;
  max-height: 108px;
}
.achievements__item p {
  font-size: 24px;
  color: #263144;
}

.privacy .about__img {
  max-width: 540px;
}

.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: #263144;
}
.faq__item + .faq__item {
  margin-top: 41px;
}
.faq__item__text {
  margin-right: auto;
}
.faq__item__text__head {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.faq__item__text__content {
  padding-top: 12px;
  font-size: 16px;
  display: none;
  color: #fff;
  max-width: 722px;
}
.faq__item__btn {
  height: 43px;
  width: 43px;
  min-height: 43px;
  min-width: 43px;
  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;
  padding: 12px;
  cursor: pointer;
  background: #1C2433;
}
.faq__item__btn img {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  height: 19px;
  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.png) no-repeat center right/auto 100%;
}
.contacts h2 {
  text-align: left;
}
.contacts__content {
  max-width: 676px;
}
.contacts__form {
  width: 100%;
  text-align: left;
  padding: 35px 35px 16px;
  background: #263144;
}
.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: "Inter", 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;
  padding: 20px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font-family: "Inter", sans-serif;
}

.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;
}
.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;
}

.policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-family: "Playfair Display", 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;
}

.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: 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 */