@import url("https://fonts.cdnfonts.com/css/raleway-5");
@import url("https://fonts.cdnfonts.com/css/playfair-display");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Raleway", sans-serif;
}

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: #000;
  color: #fff;
}

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

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

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

.main-btn {
  background: #4864EE;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(72, 100, 238, 0.2509803922);
          box-shadow: 0px 0px 25px 0px rgba(72, 100, 238, 0.2509803922);
  padding: 25px 53px;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", sans-serif !important;
}

.intro {
  background: url(../img/intro-bg.png) no-repeat center/cover;
}
.intro__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;
}
.intro__text h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
}
.intro__text p {
  font-size: 20px;
  margin: 24px 0;
  max-width: 645px;
}
.intro__img {
  height: 590px;
  width: auto;
  margin-right: -80px;
}
.intro__footer {
  margin-top: 150px;
  max-width: 544px;
  font-size: 14px;
}

.header {
  padding: 35px 0;
  margin-bottom: 14px;
}
.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: 19px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
.header__nav a {
  color: #fff;
  font-size: 16px;
}
.header__nav a:hover {
  color: #4864EE;
}
.header .main-btn {
  border: 2px solid #4864EE;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 16px 14px;
  font-size: 14px;
  color: #4864EE;
}

.main-title h2 {
  font-size: 48px;
  margin-bottom: 50px;
}

.about {
  padding: 60px 0 140px;
  background: url(../img/about-bg.png) no-repeat left center/cover;
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 46px;
}
.about__img {
  width: 470px;
  height: auto;
}
.about__text {
  max-width: 670px;
  margin-left: auto;
}
.about__text p {
  font-size: 20px;
  font-weight: 300;
}
.about__text p + p {
  margin-top: 24px;
}
.about__text p b {
  font-weight: 800;
}

.steps {
  background: url(../img/work-bg.png) no-repeat center/cover;
  padding: 24px 0 100px;
}
.steps h2 {
  text-align: center;
}
.steps__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  background: url(../img/plus.png) no-repeat center/85px 85px;
}
.steps__bottom {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.steps__bottom__arrow {
  height: 60px;
  width: auto;
}
.steps__bottom__check {
  margin: 24px 0 -42px;
  height: 85px;
  width: auto;
  position: relative;
  z-index: 3;
}
.steps__item {
  width: calc(50% - 10px);
  padding: 75px 58px 90px;
  border-radius: 30px;
  background: rgba(7, 10, 24, 0.7490196078);
  border: 3px solid #092439;
  height: 261px;
}
.steps__item--one {
  border-radius: 30px 30px 100px 30px;
}
.steps__item--two {
  border-radius: 30px 30px 30px 100px;
}
.steps__item--three {
  border-radius: 30px 100px 30px 30px;
}
.steps__item--four {
  border-radius: 100px 30px 30px 30px;
}
.steps__item h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 18px;
}
.steps__item p {
  font-size: 16px;
  max-width: 412px;
  color: #7A8B98;
}

.benefits {
  padding: 40px 0 90px;
  background: url(../img/why.png) no-repeat bottom left/auto 90%;
}
.benefits h2 {
  text-align: center;
}
.benefits__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 40px;
  max-width: 606px;
  margin-left: auto;
  background: url(../img/why-bg.png) no-repeat center/100% 100%;
}
.benefits__item {
  width: calc(50% - 20px);
  text-align: center;
}
.benefits__item.first {
  margin-top: 30px;
}
.benefits__item.second {
  margin-top: -30px;
}
.benefits__item.third {
  margin-top: 20px;
}
.benefits__item img {
  height: 135px;
  width: auto;
}
.benefits__item h4 {
  font-size: 24px;
  margin: 18px 0 11px;
  font-weight: 700;
}
.benefits__item p {
  font-size: 16px;
}

.faq {
  padding: 110px 0;
  color: #fff;
  background: url(../img/faq-bg.png) no-repeat top center/cover;
}
.faq h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 53px;
}
.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: 41px 58px 41px 78px;
  border: 3px solid #092439;
  background: #070A18;
  border-radius: 30px;
}
.faq__item.active .faq__item__btn::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "-";
  margin-top: -10px;
}
.faq__item + .faq__item {
  margin-top: 41px;
}
.faq__item__text {
  margin-right: auto;
}
.faq__item__text__head {
  font-size: 24px;
  font-weight: 700;
}
.faq__item__text__content {
  padding-top: 12px;
  font-size: 20px;
  display: none;
}
.faq__item__text__content ul {
  padding-left: 20px;
  margin-top: 12px;
}
.faq__item__btn {
  height: 45px;
  width: 45px;
  min-height: 45px;
  min-width: 45px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  background: #4864EE;
  border-radius: 100%;
  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;
}
.faq__item__btn:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.faq__item__btn::after {
  content: "+";
  font-size: 56px;
  font-family: "Raleway", sans-serif;
}

.contacts {
  padding: 66px 0;
  background: url(../img/contacts-bg.png) no-repeat center/cover;
}
.contacts h2 {
  text-align: center;
  font-size: 32px;
}
.contacts__content {
  padding: 92px 98px 8px;
  background: url(../img/tabled.png) no-repeat center/100% 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.contacts__content__block {
  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;
  gap: 77px;
}
.contacts__img {
  max-width: 310px;
  width: 100%;
  height: auto;
  margin-top: auto;
}
.contacts__form {
  width: 100%;
  text-align: left;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 7px 0;
  margin-bottom: 30px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
  color: #fff;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.contacts__form .form-input::-moz-placeholder {
  color: #fff;
  font-weight: 300;
}
.contacts__form .form-input:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.contacts__form .form-input::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.contacts__form .form-input::placeholder {
  color: #fff;
  font-weight: 300;
}
.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 select.form-input {
  color: #fff !important;
  font-weight: 300;
}
.contacts__form select.form-input option {
  color: #000 !important;
}
.contacts__form p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 14px;
}
.contacts__form p a {
  color: #4864EE;
}
.contacts__form .form-btn {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
  padding: 25px;
  border-radius: 100px;
}

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

.iti__selected-flag {
  border-radius: 10px 0 0 10px;
}

.footer {
  background: url(../img/logo-2.png) no-repeat top 78px right 20%/auto 84px;
  padding: 78px 0 63px;
}
.footer__text {
  font-size: 20px;
  color: #fff;
}
.footer__text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 21px;
}
.footer__text__item img {
  max-height: 20px;
  height: auto;
  min-height: 16px;
  width: auto;
}
.footer__text__item p {
  max-width: 220px;
}
.footer__text__item + .footer__text__item {
  margin-top: 38px;
}

.mob-visible {
  display: none;
}

.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: url(../img/thanks-bg.png) no-repeat center/cover;
  color: #fff;
  text-align: center;
}
.thanks__img {
  width: 120px;
  height: auto;
}
.thanks h1 {
  font-size: 64px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.thanks p {
  font-size: 20px;
  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: 100px 15px 12px;
}

@media (max-width: 1100px) {
  .container {
    max-width: 991px;
  }
  .header__nav {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .header__nav {
    gap: 25px;
  }
  .mob-hidden {
    display: none;
  }
  .mob-visible {
    display: block;
  }
  .intro .main-btn {
    margin: 0 auto;
  }
  .about__img,
  .why__img {
    margin: 0 auto;
  }
  .header {
    margin-bottom: 40px;
  }
  .header .burger {
    display: block;
  }
  .header__nav {
    display: none;
  }
  .intro__content,
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__img,
  .about__img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 16px auto 0;
  }
  .steps__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .steps {
    padding-bottom: 200px;
  }
  .steps__img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    height: 400px;
    left: auto;
    right: 0;
  }
  .wh-ds {
    background: #2C477B !important;
    color: #fff !important;
  }
  .wh-mb {
    background: #fff;
    color: #2C477B;
  }
  .contacts {
    padding-bottom: 40px;
  }
  .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .intro__footer {
    display: none;
  }
  .about {
    background: url(../img/about-bg-mob.png) no-repeat top left/cover;
  }
  .benefits__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
    margin: 0 auto;
  }
  .benefits__item {
    width: 100%;
  }
  .benefits {
    padding: 40px 0 490px;
    background: url(../img/why.png) no-repeat bottom center/360px auto;
  }
  .contacts__content {
    background: url(../img/tabled-mob.png) no-repeat center/100% 100%;
    padding: 28px 42px 60px;
  }
  .contacts__img {
    display: none;
  }
  .footer .header {
    display: none;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .intro__text h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .intro__text p {
    font-size: 16px;
  }
  .intro__text .main-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  .intro__img,
  .about__img, .why__img {
    width: 100%;
    height: auto;
  }
  .about__text h2 img {
    height: 24px;
    margin-bottom: -3px;
  }
  .benefits__item {
    width: 100%;
  }
  .benefits__flag {
    height: 120px;
    margin: -60px 0 40px auto;
  }
  .benefits__footer p,
  .contacts__title p {
    font-size: 16px;
  }
  .faq__item__img {
    width: 100%;
    height: auto;
  }
  .faq__item__text {
    width: calc(100% - 65px);
  }
  .footer__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 40px;
  }
  .header__nav {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__form .form-input {
    padding: 20px;
  }
  .about {
    padding-bottom: 50px;
  }
  .thanks__img {
    width: 80px;
    margin-bottom: 38px;
  }
  .thanks h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .thanks p {
    font-size: 14px !important;
  }
  .thanks p img {
    margin: 12px auto 0;
    display: block;
  }
  .thanks .container {
    padding: 50px 15px 12px;
  }
  .about__text p {
    font-size: 16px;
  }
  .steps__img {
    height: 240px;
  }
  .stat__title p,
  .stat__item p {
    font-size: 14px;
  }
  .stat__title h2 {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .stat__item img {
    height: 30px;
    width: auto;
  }
  .stat__item {
    gap: 20px;
  }
  .stat__item + .stat__item {
    margin-top: 16px;
  }
  .stat__item li + li {
    margin-top: 12px;
  }
  .stat__item ul {
    padding-left: 24px;
  }
  .stat__item li,
  .privacypolicy__item p {
    font-size: 14px;
  }
  .privacypolicy {
    background: url(../img/policy-bg-mob.png) no-repeat center bottom/cover;
  }
  .privacypolicy__item {
    padding-left: 0;
  }
  .contacts__title {
    font-size: 18px;
  }
  .footer__text {
    font-size: 16px;
  }
  .steps__top {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .steps__item {
    width: 100%;
    height: auto;
    padding: 48px 30px;
  }
  .steps__item--two {
    border-radius: 30px 100px 30px 30px;
  }
  .steps__item--three {
    border-radius: 30px 30px 100px 30px;
  }
  .steps__item--four {
    border-radius: 30px 100px 30px 30px;
  }
  .main-title h2 {
    font-size: 28px;
  }
  .about {
    padding: 35px 0 200px;
  }
  .about .main-title h2 {
    margin-bottom: 80px;
  }
  .steps {
    padding: 60px 0;
  }
  .thanks {
    background: url(../img/thanks-bg-mob.png) no-repeat top/100% auto;
  }
  .thanks .container {
    padding-top: 50%;
  }
  .steps__bottom__check {
    height: 64px;
    width: auto;
    margin-bottom: -32px;
  }
  .benefits__item img {
    height: 100px;
  }
  .faq__item {
    padding: 24px 16px;
  }
  .faq__item__text__head {
    font-size: 18px;
  }
  .faq__item__text__content {
    font-size: 14px;
  }
  .footer {
    background: url(../img/logo-2.png) no-repeat top 20px right 20%/auto 40px;
  }
  .contacts__form .form-input, .iti {
    margin-bottom: 14px !important;
  }
  .contacts__form .form-btn {
    padding: 16px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 385px;
  }
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */