@import url("https://fonts.cdnfonts.com/css/montserrat");
@import url("https://fonts.cdnfonts.com/css/alata");
@import url("https://fonts.cdnfonts.com/css/geist-mono");
* {
  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: #161E24;
  color: #fff;
}

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

img {
  max-width: 100%;
}

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

.main-btn {
  padding: 26px;
  display: block;
  width: 100%;
  max-width: 328px;
  font-size: 20px;
  text-align: center;
  background: #FFEC02;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.main-btn--white {
  color: #161E24;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2509803922);
          box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2509803922);
}
.main-btn--border {
  border: 3px solid #FFEC02;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: transparent;
  color: #FFEC02;
  font-size: 35px;
  max-width: 371px;
  padding: 27px 12px;
  font-family: "Geist Mono", sans-serif;
}

.mob-visible {
  display: none;
}

.intro {
  background: #79CC71 url(../img/intro.png) no-repeat top center/1440px auto;
  padding-top: 0;
  padding-bottom: 35px;
}
.intro__title {
  padding-right: 150px;
}
.intro__title__top {
  text-align: right;
}
.intro__title__bottom {
  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: 11px;
}
.intro__title__h1 {
  font-family: "Alata", sans-serif;
  color: #000;
  font-size: 200px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 81%;
}
.intro__title__p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
}
.intro__text {
  margin-top: 55px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
.intro__text span {
  color: #FFEC02;
}
.intro__text-1 {
  max-width: 820px;
  margin-left: auto;
  -webkit-transform: translateX(-90px);
          transform: translateX(-90px);
}
.intro__text-2 {
  margin-bottom: 32px;
}

.flex-arrow {
  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;
}
.flex-arrow.right {
  text-align: right;
}
.flex-arrow img {
  height: 66px;
  width: auto;
}

.about {
  padding-top: 30px;
  background: #000 url(../img/about-bg.png) no-repeat center right/cover;
}
.about__subtitle {
  font-size: 64px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.about__title {
  color: #FFEC02;
  font-size: 350px;
  text-transform: uppercase;
  font-family: "Alata", sans-serif;
  line-height: 81%;
  margin-bottom: 55px;
}
.about__text {
  margin-left: auto;
  max-width: 993px;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.about__content__title {
  color: #000;
  width: 100%;
  max-width: 1080px;
  padding: 25px 17px;
  background: #CC55DF;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 55px;
}
.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.about__item img {
  height: 70px;
  width: auto;
}
.about__item p {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.about__item + .about__item {
  margin-top: 35px;
}
.about__footer {
  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: -155px;
}
.about__footer__content {
  padding-top: 100px;
}
.about__footer__content div {
  color: #FFEC02;
  font-family: "Geist Mono", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
}
.about__footer__content div + div {
  margin-top: 35px;
}
.benefits {
  background: url(../img/benefits-bg.png) no-repeat center top/cover;
  padding: 27px 0;
}
.benefits__title {
  color: #161E24;
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
}
.benefits__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;
  padding: 28px 9px 28px 30px;
  margin-top: 100px;
  border: 3px solid #000000;
}
.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
.benefits__item + .benefits__item {
  margin-top: 22px;
}
.benefits__item img {
  height: 45px;
  width: auto;
}
.benefits__item p {
  font-family: "Geist Mono", sans-serif;
  font-size: 31px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
.benefits__img {
  height: 260px;
  width: auto;
}

.steps {
  background: url("../img/steps.png") no-repeat top center/1440px auto, -webkit-gradient(linear, left top, left bottom, color-stop(63.2%, #0b0b0b), to(#161E24));
  background: url("../img/steps.png") no-repeat top center/1440px auto, linear-gradient(180deg, #0b0b0b 63.2%, #161E24 100%);
  padding: 102px 0 242px;
}
.steps__title {
  font-size: 128px;
  line-height: 81%;
  text-transform: uppercase;
  color: #fff;
}
.steps__title__bottom {
  text-align: right;
  margin-top: 35px;
}
.steps__content {
  margin-top: 70px;
}
.steps__item + .steps__item {
  margin-top: 85px;
}
.steps__item--1 {
  -webkit-transform: translateX(83px);
          transform: translateX(83px);
}
.steps__item--2 {
  -webkit-transform: translateX(572px);
          transform: translateX(572px);
}
.steps__item--3 {
  -webkit-transform: translateX(265px);
          transform: translateX(265px);
}
.steps__item--4 {
  margin-top: 127px;
  -webkit-transform: translateX(635px);
          transform: translateX(635px);
}
.steps__item h3 {
  font-family: "Geist Mono", sans-serif;
  font-size: 96px;
  text-transform: uppercase;
  color: #FFEC02;
  font-weight: 400;
  line-height: 81%;
}
.steps__item p {
  margin-top: 23px;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 20px;
}

.why {
  background: url(../img/why-bg.png) no-repeat top left/auto 300px;
  padding: 70px 0 20px;
}
.why .container {
  max-width: 1440px;
}
.why__title {
  color: #FFEC02;
  font-weight: 400;
  font-size: 108px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 50px;
}
.why__title div {
  font-weight: 600;
}
.why__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: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.why__item {
  color: #000;
  padding: 26px 12px 12px;
  width: 100%;
  max-width: 710px;
  min-height: 495px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why__item img {
  width: 100%;
  display: block;
}
.why__item--1 {
  background: #FDD543;
}
.why__item--1 h3 {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.why__item--1 img {
  max-width: 320px;
}
.why__item--2 {
  background: #79CC71;
}
.why__item--2 h3 {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.why__item--2 img {
  max-width: 380px;
}
.why__item--3 {
  background: #52A6FF;
}
.why__item--3 h3 {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.why__item--3 img {
  max-width: 390px;
}
.why__item--4 {
  background: #CC55DF;
}
.why__item--4 h3 {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.why__item--4 img {
  max-width: 350px;
}
.why__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
.why__item h3 {
  text-transform: uppercase;
  font-family: "Geist Mono", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 81%;
  max-width: 342px;
}
.why__item p {
  max-width: 640px;
  margin-top: auto;
  font-size: 20px;
  text-transform: uppercase;
}

.privacy {
  background: #FD8A43 url(../img/privacy.png) no-repeat bottom -80px right/auto calc(100% - 24px);
  padding: 31px 0 75px;
}
.privacy .container {
  max-width: 1440px;
}
.privacy__title {
  font-family: "Geist Mono", sans-serif;
  font-size: 96px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 77px;
  text-transform: uppercase;
}
.privacy p {
  max-width: 865px;
  font-size: 36px;
  text-transform: uppercase;
  color: #000;
}

.consult {
  background: url(../img/consult-bg.png) no-repeat center/cover;
  padding: 54px 0 122px;
}
.consult__title {
  font-size: 96px;
  text-transform: uppercase;
  color: #FFEC02;
}
.consult__subtitle {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  max-width: 823px;
  margin: 41px 0 161px;
}
.consult__text {
  font-size: 24px;
  color: #79CC71;
  text-transform: uppercase;
  max-width: 670px;
  margin-bottom: 41px;
}

.faq {
  padding: 57px 0 131px;
  background: url(../img/faq-bg.png) no-repeat top center/cover;
}
.faq__title {
  font-size: 350px;
  font-family: "Alata", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#161E24), to(#FFEC02));
  background: linear-gradient(180deg, #161E24 0%, #FFEC02 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 101%;
}
.faq__content {
  margin-top: 80px;
}
.faq__item {
  padding: 41px 48px;
  padding-right: 100px;
  background: transparent;
  border: 2px solid #FFFFFF;
  position: relative;
  cursor: pointer;
}
.faq__item + .faq__item {
  margin-top: 24px;
}
.faq__item__heading {
  font-weight: 400;
  color: #FFEC02;
  font-family: "Geist Mono", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
}
.faq__item__text {
  display: none;
  padding-top: 38px;
  font-size: 20px;
  font-family: "Geist Mono", sans-serif;
  text-transform: uppercase;
  max-width: 1150px;
}
.faq__item::after {
  position: absolute;
  content: "+";
  font-size: 90px;
  line-height: 1;
  font-weight: 100;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
.faq__item.active::after {
  content: "-";
}

.start {
  background: #161E24 url(../img/offer-bg.png) no-repeat bottom right/cover;
  padding: 58px 0 54px;
}
.start__title {
  margin-bottom: 24px;
  position: relative;
}
.start__title h2 {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFEC02;
  font-size: 350px;
  line-height: 81%;
}
.start__title p {
  position: absolute;
  font-weight: 500;
  max-width: 411px;
  color: #FFEC02;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  right: -23px;
  bottom: 214px;
}
.start__subtitle {
  font-weight: 500;
  color: #FFEC02;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
}
.start__text {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1;
  max-width: 874px;
  margin: 35px 0 46px;
}

.contacts {
  padding: 40px 0;
}
.contacts__title {
  color: #FFEC02;
  font-weight: 400;
  font-size: 96px;
  line-height: 81%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.contacts__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 81%;
  text-transform: uppercase;
  margin-top: 30px;
}
.contacts__form {
  width: 100%;
  text-align: left;
  max-width: 1155px;
  padding: 86px 483px 110px 31px;
  background: url(../img/form-bg.png) no-repeat center/100% 100%;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 13px 0;
  margin-bottom: 12px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Montserrat", sans-serif;
  color: #000;
  background: transparent;
  border-bottom: 1px solid #000;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: #666666;
}
.contacts__form .form-input::-moz-placeholder {
  color: #666666;
}
.contacts__form .form-input:-ms-input-placeholder {
  color: #666666;
}
.contacts__form .form-input::-ms-input-placeholder {
  color: #666666;
}
.contacts__form .form-input::placeholder {
  color: #666666;
}
.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: #000;
}
.contacts__form p {
  max-width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #000000;
  margin-top: 14px;
}
.contacts__form p a {
  text-decoration: underline;
}
.contacts__form .form-btn {
  width: 100%;
  display: block;
  padding: 20px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Montserrat", sans-serif;
  background: #FF0000;
  border: 3px solid #161E24;
  max-width: 100%;
  color: #161E24;
  font-size: 20px;
  font-family: "Geist Mono", sans-serif;
}

.iti__selected-dial-code {
  color: #000;
}

.iti--separate-dial-code .iti__selected-flag {
  background: none !important;
}

.footer .container {
  padding: 0;
  max-width: 100%;
}
.footer img {
  width: 100%;
  height: auto;
  display: block;
}

.policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
}
.policy p, .policy li {
  font-size: 16px;
  margin-bottom: 16px;
}
.policy h2 {
  text-align: left;
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.thanks {
  background: #79CC71;
  color: #000;
  padding: 0;
  text-align: center;
}
.thanks__img {
  width: 120px;
  height: auto;
}
.thanks h1 {
  font-size: 64px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #000;
  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 */