@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: #02080D;
  color: #fff;
}

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

section {
  padding: 50px 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  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;
}
.header__logo {
  height: 50px;
  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;
  padding: 10px 10px 10px 58px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
  background: #01070C;
  border: 2px solid #051624;
  border-radius: 19px;
}
.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: 13px 52px;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  background: #010811;
  border: 1px solid #005189;
  -webkit-box-shadow: 0px 0px 10px 0px #005189;
          box-shadow: 0px 0px 10px 0px #005189;
  text-align: center;
  color: #7e8385;
}

.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 {
  max-width: 750px;
}
.hero__content h1 {
  font-size: 64px;
  margin-bottom: 24px;
  font-weight: 400;
}
.hero__content p {
  margin-bottom: 24px;
  font-size: 14px;
  max-width: 550px;
  line-height: 1.4;
  color: #7e8385;
}
.hero__img {
  display: none;
}

h2 {
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 32px;
}
h2.center {
  text-align: center;
}

.about {
  background: url(../img/about-bg.png) no-repeat center top/cover;
  padding-bottom: 100px;
}
.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;
}
.about__text {
  max-width: 500px;
}
.about__text p {
  max-width: 436px;
}
.about__img {
  width: 100%;
  max-width: 427px;
  height: auto;
}

.how {
  padding: 0 0 81px;
  background: url(../img/how-bg.png) no-repeat center/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: 24px;
  margin-top: 80px;
}
.how__item {
  border: 2px solid #092841;
  background: #01070C;
  padding: 53px 32px 106px;
  border-radius: 52px;
  width: 100%;
  max-width: 376px;
}
.how__item__heading {
  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;
  margin-bottom: 46px;
}
.how__item__heading span {
  font-size: 64px;
  color: #343a3f;
  font-weight: 300;
}
.how__item__heading img {
  height: auto;
  max-height: 69px;
  width: auto;
}
.how__item h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 14px;
}
.how__item h3.margin {
  margin-top: -28px;
}
.how__item p {
  font-size: 12px;
  max-width: 260px;
  color: #7e8385;
}

.facts {
  padding-top: 0;
}
.facts__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: 80px;
}
.facts__item {
  border: 3px solid #072033;
  background: linear-gradient(132.32deg, #000C15 5.68%, #002037 96.66%);
  padding: 60px 32px 84px;
  border-radius: 52px;
  width: 100%;
  max-width: 376px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.facts__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#F2E081), to(#C29D51));
  background: linear-gradient(90deg, #F2E081 0%, #C29D51 100%);
  height: 19px;
}
.facts__item h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 22px;
}
.facts__item h3 span {
  font-size: 64px;
}
.facts__item p {
  font-size: 12px;
  max-width: 260px;
  color: #8E9194;
  margin: 0 auto;
}

.reviews {
  background: url(../img/reviews-bg.png) no-repeat center/100% 100%;
  padding-bottom: 90px;
}
.reviews__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: 80px;
}
.reviews__item {
  border: 2px solid #092841;
  padding: 56px 41px 40px;
  border-radius: 52px;
  width: 100%;
  max-width: 376px;
}
.reviews__item--1 {
  background: #01070C url(../img/review-bg-1.png) no-repeat center/cover;
}
.reviews__item--2 {
  background: #01070C url(../img/review-bg-2.png) no-repeat center/cover;
}
.reviews__item--3 {
  background: #01070C url(../img/review-bg-3.png) no-repeat center/cover;
}
.reviews__item > img {
  height: 86px;
  width: auto;
}
.reviews__item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin: 85px 0 16px;
}
.reviews__item__heading p {
  font-size: 24px;
}
.reviews__item__heading small {
  color: #394148;
  font-size: 14px;
}
.reviews__item__heading img {
  height: 60px;
  width: auto;
}
.reviews__item h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 14px;
}
.reviews__item h3.margin {
  margin-top: -28px;
}
.reviews__item > p {
  font-size: 12px;
  max-width: 260px;
  color: #8E9194;
}

.contacts {
  background: url(../img/contacts-bg.png) no-repeat center right/auto 100%;
}
.contacts .title {
  max-width: 615px;
}
.contacts .title h2 {
  margin: 0;
}
.contacts .title h3 {
  margin: 20px 0;
  font-size: 32px;
  font-weight: 400;
}
.contacts .title p {
  max-width: 415px;
  color: #7e8385;
  font-size: 14px;
}
.contacts__form {
  width: 100%;
  max-width: 476px;
  text-align: left;
  margin-top: 19px;
}
.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;
  background: #01070C;
  border: 2px solid #051624;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
.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;
  background: #005189;
  color: #fff;
  padding: 20px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 19px;
  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: url(../img/footer-bg.png) no-repeat center/cover;
  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 p {
  font-size: 14px;
  color: #8E9194;
}
.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: 48px;
}
.footer__nav a {
  font-size: 14px;
  color: #7e8385;
}

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