@import url("https://fonts.cdnfonts.com/css/century-gothic-paneuropean");
@font-face {
  font-family: "Uncage";
  src: url("../fonts/uncage-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Uncage";
  src: url("../fonts/uncage-semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Uncage";
  src: url("../fonts/uncage-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Century Gothic Paneuropean", 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;
}

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

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #0F0F0F;
  color: #fff;
}

body {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

section {
  padding: 60px 0;
}

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

.main-btn {
  background: -webkit-gradient(linear, left top, right top, from(#7384FF), color-stop(37.02%, #8141E8), color-stop(64.9%, #A5359A), to(#C73A62));
  background: linear-gradient(90deg, #7384FF 0%, #8141E8 37.02%, #A5359A 64.9%, #C73A62 100%);
  border-radius: 12px;
  padding: 28px 67px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-align: center;
}
.main-btn--border {
  padding: 2px;
}
.main-btn--border__wrap {
  width: 100%;
  border-radius: 12px;
  background: #0F0F0F;
  padding: 26px 65px;
}

.intro {
  background: url(../img/intro-bg.png) no-repeat center/cover;
  padding: 0 0 76px;
}
.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: 62px;
  font-weight: 600;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#DCD6F2), to(#653CDB));
  background: linear-gradient(90deg, #DCD6F2 0%, #653CDB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.intro__text p {
  font-size: 14px;
  margin: 38px 0 18px;
  max-width: 663px;
  color: #fff;
}
.intro__text p + p {
  margin: 0;
  color: #F5F5F5;
}
.intro__text__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.intro__text__btns .main-btn {
  min-width: 322px;
}
.intro__img {
  width: 100%;
  max-width: 630px;
}

.header {
  padding: 18px 0 55px;
}
.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: 18px;
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 0px 4px 8px 0px #2F2F2F inset;
          box-shadow: 0px 4px 8px 0px #2F2F2F inset;
  border-radius: 24px;
  border: 2px solid #2F2F2F;
  background: rgba(25, 25, 25, 0.7490196078);
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  padding-left: 22px;
}
.header__logo__img {
  height: 32px;
  width: auto;
}
.header__logo__text p {
  font-size: 10px;
  color: #fff;
}
.header__logo__text + p {
  margin-top: 5px;
}
.header__logo__text b {
  color: #E23D4E;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 92px;
}
.header__nav a {
  font-size: 12px;
}
.header__nav .main-btn {
  border: 1px solid #2F2F2F;
  background: transparent;
  padding: 18px 51px;
  font-weight: 400;
}

.main-title {
  padding: 31px 37px;
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 0px 4px 8px 0px #2F2F2F inset;
          box-shadow: 0px 4px 8px 0px #2F2F2F inset;
  border-radius: 24px;
  border: 2px solid #2F2F2F;
  background: rgba(25, 25, 25, 0.7490196078);
}
.main-title h2 {
  background: -webkit-gradient(linear, left top, right top, from(#DCD6F2), to(#653CDB));
  background: linear-gradient(90deg, #DCD6F2 0%, #653CDB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: -5px;
}

.banks__item {
  padding: 22px;
  background: rgba(25, 25, 25, 0.5019607843) url(../img/bank-bg.png) no-repeat bottom right/100% 100%;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 4px 8px 0px #2F2F2F inset;
          box-shadow: 0px 4px 8px 0px #2F2F2F inset;
  border: 2px solid #2F2F2F;
  border-radius: 24px;
}
.banks__item img {
  width: 100%;
  height: auto;
}

.about {
  background: url(../img/about-bg.png) no-repeat center/100% 100%;
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
  padding: 42px 31px;
  background: #000;
  background: rgba(25, 25, 25, 0.7490196078) url(../img/about-content-bg.png) no-repeat center/cover;
  border-radius: 24px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 4px 8px 0px #2F2F2F inset;
          box-shadow: 0px 4px 8px 0px #2F2F2F inset;
  border: 2px solid #2F2F2F;
}
.about__img {
  max-width: 345px;
  width: 100%;
  height: auto;
  margin-right: 60px;
}
.about__left {
  width: 100%;
  max-width: 730px;
}
.about__left p {
  font-size: 16px;
}
.about__left p span {
  color: #714ADF;
}
.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.about__items__block {
  margin-top: 20px;
  min-height: 170px;
  max-width: 233px;
  width: 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;
  backdrop-filter: blur(10px);
  border: 2px solid #2F2F2F;
  -webkit-box-shadow: 0px 4px 8px 0px #2F2F2F inset;
          box-shadow: 0px 4px 8px 0px #2F2F2F inset;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.about__items__block--1 {
  background: rgba(25, 25, 25, 0.5019607843) url(../img/about-item-bg-1.png) no-repeat bottom right/100% 100%;
}
.about__items__block--2 {
  background: rgba(25, 25, 25, 0.5019607843) url(../img/about-item-bg-2.png) no-repeat bottom right/100% 100%;
}
.about__items__block--3 {
  background: rgba(25, 25, 25, 0.5019607843) url(../img/about-item-bg-3.png) no-repeat bottom right/100% 100%;
}

.center-btn {
  text-align: center;
  margin-top: 30px;
}
.center-btn .main-btn {
  margin: 0 auto;
}

.results__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 44px;
}
.results__content > .results__item {
  padding: 28px 22px 42px;
  border-radius: 24px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 4px 8px 0px #2F2F2F inset;
          box-shadow: 0px 4px 8px 0px #2F2F2F inset;
  border: 2px solid #2F2F2F;
  border-radius: 20px;
}
.results__content-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 44px;
}
.results__content-2 .results__item {
  width: 25%;
  height: auto;
  padding: 0;
}
.results__content-2 .results__item img {
  width: 100%;
}

.sign {
  background: url(../img/about-bg.png) no-repeat center/100% 100%;
}
.sign__content {
  padding: 50px 37px 30px;
  border-radius: 24px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 4px 8px 0px #2F2F2F inset;
          box-shadow: 0px 4px 8px 0px #2F2F2F inset;
  border: 2px solid #2F2F2F;
  background: rgba(25, 25, 25, 0.7490196078);
  margin-top: 44px;
}
.sign__item {
  border-radius: 24px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 4px 8px 0px #2F2F2F inset;
          box-shadow: 0px 4px 8px 0px #2F2F2F inset;
  border: 2px solid #2F2F2F;
  background: rgba(25, 25, 25, 0.7490196078);
  border-radius: 18px;
  padding: 19px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 29px;
}
.sign__item img {
  height: 46px;
  width: auto;
}
.sign__item p {
  font-family: "Uncage", sans-serif;
  font-size: 32px;
  font-weight: 600;
}
.sign__text {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 29px;
}
.sign .intro__text__btns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.steps__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 58px;
}
.steps__item {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: calc(50% - 12px);
  padding: 150px 34px 54px;
  border-radius: 24px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 4px 8px 0px #2F2F2F inset;
          box-shadow: 0px 4px 8px 0px #2F2F2F inset;
  border: 2px solid #2F2F2F;
}
.steps__item--1 {
  background: rgba(25, 25, 25, 0.7490196078) url(../img/step-bg-1.png) no-repeat center/cover;
}
.steps__item--2 {
  background: rgba(25, 25, 25, 0.7490196078) url(../img/step-bg-2.png) no-repeat center/cover;
}
.steps__item--3 {
  background: rgba(25, 25, 25, 0.7490196078) url(../img/step-bg-3.png) no-repeat center/cover;
}
.steps__item--4 {
  background: rgba(25, 25, 25, 0.7490196078) url(../img/step-bg-4.png) no-repeat center/cover;
}
.steps__item div {
  font-family: "Uncage", sans-serif;
  color: rgba(255, 255, 255, 0.1490196078);
  font-weight: 600;
  font-size: 128px;
}
.steps__item h3 {
  font-family: "Uncage", sans-serif;
  color: #FFFFFF;
  font-size: 32px;
  margin-bottom: 14px;
}
.steps__item p {
  font-size: 16px;
}

.reviews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 44px;
}
.reviews__item {
  padding: 68px 12px 13px;
  width: 33.333%;
  border-radius: 24px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 4px 8px 0px #2F2F2F inset;
          box-shadow: 0px 4px 8px 0px #2F2F2F inset;
  border: 2px solid #2F2F2F;
  background: rgba(25, 25, 25, 0.5019607843) url(../img/r-bg.png) no-repeat top center/cover;
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.reviews__item img {
  display: block;
  height: 152px;
  width: auto;
  margin: 0 auto;
}
.reviews__item h3 {
  margin: 12px 4px;
  padding-left: 20px;
  font-size: 24px;
}
.reviews__item small {
  padding-left: 20px;
  display: block;
  color: #3E3C3C;
  font-size: 14px;
}
.reviews__item p {
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  margin: 15px 0 46px;
}
.reviews__item .main-btn {
  display: block;
  width: 100%;
}

.slick-track {
  padding: 40px 0;
  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;
}

.slick-slide {
  margin: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-dots {
  bottom: -45px;
  left: -20px;
}

.slick-dots li button:before {
  height: 14px;
  width: 14px;
  font-size: 16px;
  color: #D9D9D9;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #C53838;
}

.slick-dots li {
  height: 10px;
  width: 10px;
}

.slick-next, .slick-prev {
  height: 25px;
  width: auto;
}

.slick-center {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contacts__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  margin-bottom: 25px;
}
.contacts__subtitle svg {
  height: 36px;
  width: auto;
}
.contacts__subtitle p {
  text-align: left !important;
  max-width: 680px;
}
.contacts__content {
  margin-top: 25px;
}
.contacts__img {
  max-width: 550px;
  width: 100%;
  height: auto;
  margin-top: auto;
}
.contacts__form {
  width: 100%;
  max-width: 664px;
  text-align: left;
  padding: 28px 20px 20px;
  border-radius: 24px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 4px 8px 0px #2F2F2F inset;
          box-shadow: 0px 4px 8px 0px #2F2F2F inset;
  border: 2px solid #2F2F2F;
  background: rgba(25, 25, 25, 0.5019607843);
}
.contacts__form .form-input {
  border-radius: 24px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 4px 8px 0px #2F2F2F inset;
          box-shadow: 0px 4px 8px 0px #2F2F2F inset;
  border: 2px solid #2F2F2F;
  background: rgba(25, 25, 25, 0.7490196078);
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 8px 0px #2F2F2F inset;
  width: 100%;
  padding: 24px;
  margin-bottom: 20px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  border-radius: 22px;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: #B0B0B0;
}
.contacts__form .form-input::-moz-placeholder {
  color: #B0B0B0;
}
.contacts__form .form-input:-ms-input-placeholder {
  color: #B0B0B0;
}
.contacts__form .form-input::-ms-input-placeholder {
  color: #B0B0B0;
}
.contacts__form .form-input::placeholder {
  color: #B0B0B0;
}
.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 p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 14px;
}
.contacts__form p a {
  text-decoration: underline;
}
.contacts__form p span {
  color: #F22B53;
}
.contacts__form .form-btn {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
}

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

.iti {
  margin-bottom: 20px;
}

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

.footer {
  padding-bottom: 35px;
  background: url(../img/footer-bg.png) no-repeat center bottom/100% 100%;
}
.footer__menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 226px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
}
.footer__menu .container .header__nav {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 120px;
}
.footer__text {
  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-top: 40px;
}
.footer__text p {
  font-size: 14px;
}

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

@media (max-width: 1380px) {
  .container {
    max-width: 1100px;
  }
  .header__nav {
    gap: 30px;
  }
  .intro__content {
    gap: 30px;
  }
  .about__items__block {
    text-align: center;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 991px;
  }
  .about__img {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .header {
    padding: 20px 0;
  }
  .header__nav {
    gap: 25px;
  }
  .mob-hidden {
    display: none;
  }
  .mob-visible {
    display: block;
  }
  .intro .main-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 30px 0 0;
  }
  .about__right {
    margin: 0;
    max-width: 100%;
  }
  .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 {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 16px auto 0;
  }
  .about__img {
    max-width: 400px;
    height: auto;
  }
  .steps__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .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;
  }
  .contacts__form {
    max-width: 100%;
  }
  .results__content-2,
  .reviews__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .results__content-2 .results__item,
  .reviews__content .results__item {
    width: calc(50% - 10px);
  }
  .steps__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .steps__item {
    width: 100%;
  }
  .reviews__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reviews__item {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .main-title h2 {
    font-size: 22px;
  }
  .footer {
    padding: 30px 0 60px;
  }
  .about__content {
    margin-top: 30px;
  }
  .cases__item {
    max-width: 150px;
  }
  .intro__text {
    max-width: 100%;
  }
  .header__logo__img {
    height: 18px;
  }
  .header__logo {
    gap: 18px;
  }
  .header__logo__text p {
    font-size: 8px;
  }
  .main-title::after {
    width: 5px;
    height: 13px;
  }
  .main-title {
    padding: 18px 20px;
  }
  .about__block {
    padding: 20px;
  }
  .about__block li + li {
    margin-top: 16px;
  }
  .about__block h3 {
    margin-bottom: 32px;
  }
  .work__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .reviews__item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 300px;
  }
  .faq__item {
    padding: 16px 24px;
  }
  .intro__text h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .intro__text p {
    font-size: 16px;
  }
  .intro__text__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
  .intro__text__btns .main-btn {
    margin: 0;
  }
  .main-title h2 {
    line-height: 1.3;
  }
  .banks {
    padding-bottom: 0;
  }
  .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__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;
  }
  .reviews__item {
    max-width: 100%;
  }
  .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__item {
    padding-left: 0;
  }
  .faq__item__text__head {
    font-size: 18px;
  }
  .faq__item__text__content {
    padding-top: 16px;
  }
  .contacts__title {
    font-size: 18px;
  }
  .footer__text {
    font-size: 16px;
  }
  .about__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__items__block {
    width: 100%;
    max-width: 100%;
    padding: 34px;
    min-height: 83px;
  }
  .about__content {
    padding: 32px 20px;
  }
  .results__content-2 .results__item {
    width: 100%;
    max-width: 100%;
  }
  .sign__item {
    gap: 16px;
    padding: 16px 11px;
  }
  .sign__item img {
    height: 22px;
  }
  .sign__item p {
    font-size: 16px;
  }
  .sign__content {
    padding: 24px 14px;
  }
  .sign__text {
    font-size: 12px;
  }
  .steps__item {
    padding: 68px 16px 28px;
  }
  .steps__item div {
    font-size: 74px;
  }
  .steps__item h3 {
    font-size: 24px;
  }
  .steps__item p {
    font-size: 13px;
  }
  .footer {
    background-size: cover;
  }
  .contacts__form .form-input {
    padding: 18px 14px;
  }
  .contacts__form .form-btn {
    padding: 20px;
  }
  .footer__text {
    -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;
    gap: 10px;
  }
}
@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%;
  }
  .policy h1 {
    font-size: 24px;
  }
  .policy h2 {
    font-size: 22px;
  }
  .banks {
    padding: 0 20px;
  }
  .sign__item {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=styles.css.map */