@import url("https://fonts.cdnfonts.com/css/unbounded");
@import url("https://fonts.cdnfonts.com/css/zona-pro");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Zona Pro", 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, h3 {
  font-family: "Unbounded", sans-serif;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #090502;
  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: #F35D2F;
  border-radius: 120px;
  padding: 20px 60px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.header {
  padding: 37px 0 80px;
}
.header .container {
  background: rgba(9, 5, 2, 0.2509803922);
  border: 2px solid #302C28;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1019607843) inset;
          box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1019607843) inset;
  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: 11px 12px;
  border-radius: 100px;
}
.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: 39px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.header__nav a {
  font-size: 12px;
  font-family: "Unbounded", sans-serif;
  color: #7A7673;
}
.header__nav .main-btn {
  border: 1px solid #2F2F2F;
  background: transparent;
  padding: 16px 21px;
  font-weight: 400;
  border: 1px solid #7A7371;
  color: #fff;
}

.intro {
  background: url(../img/intro-bg.png) no-repeat center/100% 100%;
  padding: 0 0 27px;
}
.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: 48px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.intro__text h1 span {
  color: #F35D2F;
  font-family: "Unbounded", sans-serif;
}
.intro__text__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 42px 0 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 66px;
}
.intro__logos__item {
  text-align: center;
}
.intro__logos__item img {
  height: 64px;
  width: auto;
}
.intro__logos__item p {
  color: #F35D2F;
  font-size: 10px;
  font-family: "Unbounded", sans-serif;
  margin-top: 24px;
}

.main-title h2 {
  font-size: 48px;
  margin-bottom: 32px;
  font-weight: 400;
}

section {
  border: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(243, 93, 47, 0) 0%, #F35D2F 49.52%, rgba(243, 93, 47, 0) 100%);
  border-image-slice: 1;
}

.about {
  background: url(../img/about-bg.png) no-repeat center left/auto 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__img {
  max-width: 650px;
  width: 100%;
  height: auto;
}
.about__left {
  width: 100%;
  max-width: 664px;
}
.about__left h2 {
  margin-bottom: 120px;
}
.about__left p {
  font-size: 20px;
  font-weight: 300;
}
.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%;
}

.why__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.why__item {
  border-radius: 48px;
  background: rgba(9, 5, 2, 0.2509803922);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1019607843) inset;
          box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1019607843) inset;
  border: 2px solid #302C28;
  width: 100%;
  max-width: 430px;
  padding: 44px 22px 64px;
  text-align: center;
  position: relative;
}
.why__item__light {
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  pointer-events: none;
  width: 100%;
  max-width: 360px;
}
.why__item__icon {
  height: 85px;
  width: auto;
}
.why__item h3 {
  margin: 4px 0 12px;
  font-weight: 400;
  font-size: 32px;
}
.why__item p {
  font-size: 12px;
  max-width: 280px;
  margin: 0 auto;
}

.help__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.help__list {
  max-width: 778px;
  width: 100%;
}
.help__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background: rgba(9, 5, 2, 0.2509803922);
  border: 2px solid #302C28;
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1019607843) inset;
          box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1019607843) inset;
  padding: 16px 32px;
  border-radius: 100px;
}
.help__item + .help__item {
  margin-top: 28px;
}
.help__btn {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 520px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/help-bg.png) no-repeat center right/100% 100%;
}

.how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.how__item {
  width: 100%;
  max-width: 322px;
  padding: 68px 24px;
}
.how__item--1 {
  background: url(../img/how-item-bg-1.png) no-repeat center/100% 100%;
}
.how__item--2 {
  background: url(../img/how-item-bg-2.png) no-repeat center/100% 100%;
}
.how__item--3 {
  background: url(../img/how-item-bg-3.png) no-repeat center/100% 100%;
}
.how__item--4 {
  background: url(../img/how-item-bg-4.png) no-repeat center/100% 100%;
}
.how__item h3 {
  font-size: 16px;
  font-weight: 400;
}
.how__item p {
  font-size: 10px;
  margin-top: 6px;
  max-width: 249px;
}

.results__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.results__item {
  width: 100%;
  max-width: 322px;
  padding: 249px 12px 25px;
  text-align: center;
}
.results__item--1 {
  background: url(../img/results-item-bg-1.png) no-repeat center/100% 100%;
}
.results__item--2 {
  background: url(../img/results-item-bg-2.png) no-repeat center/100% 100%;
}
.results__item--3 {
  background: url(../img/results-item-bg-3.png) no-repeat center/100% 100%;
}
.results__item--4 {
  background: url(../img/results-item-bg-4.png) no-repeat center/100% 100%;
}
.results__item p {
  font-size: 12px;
  font-family: "Unbounded", sans-serif;
}

.reviews {
  padding-bottom: 80px;
}
.reviews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reviews__item {
  width: 100%;
  max-width: 436px;
  padding: 52px 30px 60px 30px;
  background: url(../img/reviews-item-bg.png) no-repeat center/100% 100%;
}
.reviews__item img {
  height: 103px;
  width: auto;
  margin-bottom: 24px;
}
.reviews__item h3 {
  font-size: 24px;
  margin: 16px 0 8px;
  font-weight: 400;
}
.reviews__item p {
  font-size: 12px;
  max-width: 290px;
}
.reviews__item p small {
  color: #504A47;
}
.reviews__item--1 {
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}
.reviews__item--2 {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.reviews__item--3 {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.reviews__item--3 p {
  max-width: 100%;
}

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.contacts h2 {
  margin-bottom: 60px;
}
.contacts__left {
  background: url(../img/contacts-bg.png) no-repeat center/100% 100%;
}
.contacts__img {
  max-width: 650px;
  width: 100%;
  height: auto;
  margin-top: auto;
}
.contacts__form {
  width: 100%;
  max-width: 662px;
  text-align: left;
  padding: 33px;
  background: rgba(9, 5, 2, 0.7490196078);
  border: 2px solid #302C28;
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1019607843) inset;
          box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1019607843) inset;
  border-radius: 48px;
}
.contacts__form .form-input {
  background: rgba(54, 54, 54, 0.2509803922);
  border: 2px solid #302C28;
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
  -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1019607843) inset;
          box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1019607843) 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 {
  color: #F35D2F;
}
.contacts__form .form-btn {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
  color: #fff;
}

.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: 23px 0 25px;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(243, 93, 47, 0) 0%, #F35D2F 49.52%, rgba(243, 93, 47, 0) 100%);
  border-image-slice: 1;
}
.footer__menu .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;
}
.footer__menu .container .header__nav {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.footer__text {
  font-family: "Unbounded", sans-serif;
}
.footer__text p {
  font-size: 14px;
}
.footer__text p + p {
  margin-top: 18px;
}

.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;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 911px;
  }
  .header__nav {
    gap: 20px;
  }
  .about__img {
    max-width: 400px;
  }
  .about__left h2 {
    margin-bottom: 40px;
  }
  .how__content,
  .results__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__img {
    max-width: 450px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .about__content,
  .intro__logos,
  .help__content,
  .contacts__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .help__content {
    gap: 40px;
  }
  .help__btn {
    background: transparent;
  }
  .about__left {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .intro {
    background-size: 100% auto;
  }
  .header__nav {
    display: none;
  }
  .burger {
    display: block;
  }
  .intro__text h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .intro__logos {
    gap: 20px;
  }
  .intro__logos__item {
    max-width: 180px;
  }
  .intro__logos__item img {
    height: 33px;
  }
  .main-title h2 {
    font-size: 24px;
  }
  .about__left p {
    font-size: 16px;
  }
  .reviews__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__item p {
    max-width: 100%;
  }
  .why__item h3 {
    font-size: 22px;
  }
  .contacts__form {
    padding: 33px 16px;
  }
  .thanks {
    background: url(../img/thanks-bg-mob.png) no-repeat center/100% auto;
  }
  .thanks h1 {
    font-size: 64px;
  }
  .thanks .container {
    padding-top: 350px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 385px;
  }
}/*# sourceMappingURL=styles.css.map */