@import url("https://fonts.cdnfonts.com/css/space-grotesk");
@import url("https://fonts.cdnfonts.com/css/inter");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Inter", 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: "Space Grotesk", sans-serif;
}

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

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

section {
  padding: 60px 0;
}

.container {
  width: 100%;
  max-width: 1360px;
  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;
  font-family: "Space Grotesk", sans-serif;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2509803922);
  background: radial-gradient(33.76% 100% at 51.11% 0%, #FFEC8C 0%, #FFD915 100%);
  color: #111111;
}

.header {
  padding: 20px 0;
}
.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 {
  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: 43px;
  width: auto;
  display: block;
  margin-left: -5px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 81px;
}
.header__nav a {
  font-size: 12px;
  font-family: "Space Grotesk", sans-serif;
  color: #FFFFFF;
}
.header__nav .main-btn {
  margin-left: 70px;
  background: transparent;
  padding: 13px 26px;
  font-weight: 400;
  border: 1px solid #E6C100;
  color: #fff;
}

.intro {
  background: url(../img/intro-bg.png) no-repeat center top/1360px auto;
  padding: 0 0 56px;
}
.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 {
  padding-top: 400px;
}
.intro__text h1 {
  font-size: 64px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.intro__text p {
  text-align: center;
  padding: 9px 0 27px;
  font-size: 20px;
}
.intro__text__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -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;
  margin-top: 24px;
}

.main-title {
  position: relative;
}
.main-title h2 {
  font-size: 48px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.main-title span {
  position: absolute;
  color: rgba(255, 255, 255, 0.0509803922);
  left: 0;
  bottom: -23px;
  font-size: 128px;
  width: 100%;
  white-space: nowrap;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.about {
  padding: 0;
}
.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: 556px;
}
.about__left p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
}

.why__content {
  border-radius: 40px;
  border: 1px solid #2E2E2E;
  background: #111111 url(../img/why-bg.png) no-repeat bottom left/100% 100%;
  margin-top: 80px;
}
.why__content__top {
  border-radius: 40px 40px 0 0;
  padding: 24px 27px;
  border-bottom: 1px solid #2E2E2E;
}
.why__content__top img {
  height: 16px;
  width: auto;
}
.why__content__bottom {
  border-radius: 0 0 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 51px 40px;
}
.why__content__bottom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.why__content__bottom__item img {
  height: auto;
  max-height: 30px;
  width: auto;
}
.why__content__bottom__item + .why__content__bottom__item {
  margin-top: 60px;
}
.why__content__bottom__item p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5019607843);
}
.why__content__bottom__item p b {
  color: #fff;
}
.why__content__bottom__left {
  width: 100%;
  max-width: 606px;
}
.why__content__bottom__right {
  width: 100%;
  max-width: 356px;
  height: auto;
}

.how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 43px;
}
.how__item {
  width: 100%;
  max-width: 364px;
  padding: 40px;
  background: #111111 url(../img/how-bg.png) no-repeat bottom left/100% 100%;
  border: 1px solid #2E2E2E;
  border-radius: 40px 50px;
  text-align: center;
}
.how__item img {
  height: auto;
  max-height: 100px;
  width: auto;
}
.how__item h3 {
  font-size: 20px;
  margin: 21px 0 6px;
}
.how__item p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5019607843);
  max-width: 232px;
  margin: 0 auto;
}

.results .why__content__bottom {
  display: block;
}
.results__item {
  text-align: center;
  max-width: 300px;
  width: 100%;
}
.results__item h3 {
  background: -webkit-gradient(linear, left top, right top, from(#FFEC8C), to(#FFD915));
  background: linear-gradient(90deg, #FFEC8C 0%, #FFD915 100%);
  font-family: "Space Grotesk", sans-serif;
  font-size: 48px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.results__item p {
  color: #fff;
  font-size: 20px;
}
.results__content {
  padding: 40px 10px 100px;
}
.results__content__top {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
.results__content__bottom {
  max-width: 866px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.achieve__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;
}
.achieve__left {
  width: 100%;
  max-width: 685px;
}
.achieve__right {
  width: 100%;
  max-width: 700px;
  margin-right: -100px;
  margin-top: -150px;
}
.achieve__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px;
}
.achieve__item + .achieve__item {
  margin-top: 41px;
}
.achieve__item img {
  height: 25px;
  width: auto;
}
.achieve__item p {
  font-size: 20px;
}

.faq .main-title {
  margin-bottom: 50px;
}
.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: 0 0 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
}
.faq__item + .faq__item {
  margin-top: 24px;
}
.faq__item__text {
  margin-right: auto;
}
.faq__item__text__head {
  font-size: 24px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}
.faq__item__text__content {
  padding-top: 23px;
  font-size: 16px;
  display: none;
  color: rgba(255, 255, 255, 0.5019607843);
}
.faq__item__btn {
  height: 50px;
  width: 50px;
  min-height: 50px;
  min-width: 50px;
  background: rgba(255, 217, 21, 0.2509803922);
  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;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.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-bg.png) no-repeat center/1360px auto;
  padding: 200px 0;
  margin: -100px 0;
}
.contacts__content {
  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: 20px;
}
.contacts h2 {
  margin-bottom: 60px;
}
.contacts__img {
  max-width: 650px;
  width: 100%;
  height: auto;
  margin-top: auto;
}
.contacts__form {
  width: 100%;
  max-width: 662px;
  text-align: left;
  padding: 30px 20px 40px;
  background: #111111;
  border: 1px solid #2E2E2E;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 40px;
}
.contacts__form h3 {
  text-align: center;
  margin-bottom: 21px;
}
.contacts__form .form-input {
  background: #161616;
  border: 1px solid #2E2E2E;
  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: rgba(255, 255, 255, 0.2509803922);
  margin-top: 14px;
}
.contacts__form .form-btn {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
  font-size: 14px;
}

.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;
}
.footer__menu .container .header__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__text {
  margin-top: 40px;
}
.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 top/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: 210px 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;
  }
  .main-title span {
    font-size: 100px;
    bottom: -13px;
  }
  .results__content__top {
    gap: 45px;
  }
  .achieve__right {
    max-width: 500px;
    margin-top: -50px;
  }
  .why__content__bottom__right {
    max-width: 300px;
  }
}
@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%;
  }
  .why__content__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mob-hidden {
    display: none;
  }
  .mob-visible {
    display: block;
  }
  .about {
    padding: 60px 0;
  }
  .about__img {
    margin: 0 auto -70px;
  }
  .results__content {
    padding: 0;
  }
  .results__content__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .why__content {
    background: #111111 url(../img/why-bg.png) no-repeat bottom -20px left -20px/100% 100%;
  }
  .results__mob-line {
    width: 100%;
    max-width: 46px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .intro {
    background: url(../img/intro-bg.png) no-repeat center top/768px auto;
  }
  .intro__text {
    padding-top: 220px;
  }
  .header__nav {
    display: none;
  }
  .burger {
    display: block;
  }
  .intro__text h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .intro__text h1 br {
    display: none;
  }
  .intro__text p {
    font-size: 14px;
  }
  .main-title span {
    font-size: 40px;
    bottom: 0;
  }
  .why__content__bottom {
    padding: 34px 16px;
  }
  .why__content__bottom__item {
    gap: 8px;
  }
  .why__content__bottom__item p {
    font-size: 16px;
  }
  .intro__logos {
    gap: 20px;
  }
  .results__item h3 {
    font-size: 32px;
  }
  .results__item p {
    font-size: 14px;
  }
  .intro__logos__item {
    max-width: 180px;
  }
  .intro__logos__item img {
    height: 33px;
  }
  .main-title h2 {
    font-size: 28px;
  }
  .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 top/100% auto;
  }
  .thanks .container {
    padding-top: 200px;
  }
  .thanks h1 {
    font-size: 64px;
  }
  .achieve__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .achieve__right {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .achieve__item p {
    font-size: 16px;
  }
  .faq__item__text__head {
    font-size: 20px;
  }
  .faq__item__btn {
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
  }
  .faq__item__btn img {
    width: 16px;
    width: auto;
  }
  .contacts__form .form-input {
    padding: 16px;
  }
  .contacts {
    background: url(../img/contacts-bg.png) no-repeat center/768px auto;
  }
}
@media (max-width: 420px) {
  .container {
    max-width: 385px;
  }
  .intro {
    background: url(../img/intro-bg-mob.png) no-repeat center top/420px auto;
  }
  .intro__text {
    padding-top: 330px;
  }
  .contacts {
    background: url(../img/contacts-bg-mob.png) no-repeat center/620px auto;
  }
}/*# sourceMappingURL=styles.css.map */