@import url("https://fonts.cdnfonts.com/css/exo-2");
* {
  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 url(../img/body-bg.png) no-repeat center top/100% 10320px;
  color: #fff;
}

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

section {
  padding: 60px 0;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 96px;
  color: #fff;
  text-transform: uppercase;
}
h2 span {
  color: #7AFFF8;
  line-height: 1;
}

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

.main-btn {
  padding: 25px;
  display: block;
  width: 100%;
  max-width: 328px;
  font-size: 20px;
  border-radius: 100px;
  text-align: center;
}
.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 #7AFFF8;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(122, 255, 248, 0.2509803922);
          box-shadow: 0px 0px 10px 0px rgba(122, 255, 248, 0.2509803922);
  color: #fff;
}

.mob-visible {
  display: none;
}

.intro {
  padding-top: 150px;
}
.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;
  margin-top: 40px;
}
.intro__text {
  width: 100%;
  max-width: 650px;
}
.intro__text h1 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 40px;
}
.intro__text p {
  font-size: 20px;
  color: #A3A3A3;
}
.intro__text p + p {
  margin: 16px 0 33px;
  color: #fff;
}
.intro__img {
  display: block;
  width: 100%;
  max-width: 570px;
}
.intro__footer {
  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: 32px;
  margin-top: 26px;
}

.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: 120px;
}
.about h2 {
  text-transform: initial;
}
.about__title {
  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;
}
.about__title p {
  max-width: 800px;
  font-size: 36px;
}
.about .flex-arrow {
  margin: 90px 0 100px;
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
}
.about__img {
  width: 100%;
  max-width: 326px;
  height: auto;
}
.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.about__item img {
  height: 61px;
  width: auto;
}
.about__item p {
  font-size: 36px;
  font-weight: 700;
}
.about__item + .about__item {
  margin-top: 74px;
}

.steps__content {
  margin-top: 78px;
}
.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.steps__item + .steps__item {
  margin-top: 56px;
}
.steps__item__num {
  position: relative;
  color: rgba(255, 255, 255, 0.1019607843);
  font-weight: 500;
  font-size: 200px;
  line-height: 110px;
  min-width: 246px;
}
.steps__item__num::after {
  content: "";
  position: absolute;
  top: 58px;
  left: 54px;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background: #7AFFF8;
}
.steps__item__text h3 {
  font-size: 36px;
  text-transform: uppercase;
}
.steps__item__text p {
  font-size: 20px;
  color: #A3A3A3;
  margin-top: 13px;
  max-width: 348px;
}

.why {
  background: url(../img/why-bg.png) no-repeat center/100% 100%;
  margin: 100px 0 150px;
}
.why__content {
  max-width: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px 52px;
  margin-top: 72px;
}
.why__item {
  min-height: 304px;
  width: 100%;
  max-width: 444px;
  background: rgba(255, 255, 255, 0.1490196078);
  backdrop-filter: blur(25px);
  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;
  padding: 25px;
  border-radius: 14px;
}
.why__item--blue {
  background: #7AFFF8;
  backdrop-filter: none;
  color: #161E24;
}
.why__item--2 {
  -webkit-transform: translate(180px, -111px);
          transform: translate(180px, -111px);
}
.why__item--4 {
  -webkit-transform: translate(80px, -78px);
          transform: translate(80px, -78px);
}
.why__item--5 {
  -webkit-transform: translate(330px, 0);
          transform: translate(330px, 0);
}
.why__item h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.why__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.why__item p {
  font-size: 16px;
}
.why__item span {
  font-size: 16px;
}
.why__logo {
  display: block;
  width: 100%;
  max-width: 550px;
  height: auto;
  margin-top: -200px;
}

.consult__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;
  margin-top: 140px;
}
.consult__content p {
  font-size: 36px;
  max-width: 835px;
}
.consult .main-btn {
  max-width: 400px;
}

.faq__content {
  margin-top: 80px;
}
.faq__item {
  text-align: center;
  padding: 38px;
  background: #161E24;
  border: 1px solid rgba(122, 255, 248, 0.2235294118);
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.faq__item + .faq__item {
  margin-top: 24px;
}
.faq__item__heading {
  font-weight: 700;
  color: #7AFFF8;
  font-size: 36px;
  text-transform: uppercase;
}
.faq__item__text {
  display: none;
  padding-top: 40px;
  font-size: 24px;
}
.faq__item__dot {
  position: absolute;
  height: 6px;
  width: 6px;
  background: #7AFFF8;
  border-radius: 100%;
}
.faq__item__dot--1 {
  top: 10px;
  left: 10px;
}
.faq__item__dot--2 {
  bottom: 10px;
  left: 10px;
}
.faq__item__dot--3 {
  top: 10px;
  right: 10px;
}
.faq__item__dot--4 {
  bottom: 10px;
  right: 10px;
}

.start__content {
  padding: 350px 0 850px;
  margin: 117px 0 85px;
  background: url(../img/phone.png) no-repeat center/auto 100%;
}
.start__content div {
  background: rgba(255, 255, 255, 0.0509803922);
  backdrop-filter: blur(45px);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
  padding: 108px;
  text-align: center;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: bold;
}
.start__content div span {
  color: #7AFFF8;
}

.contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 38px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left bottom, left top, from(#7AFFF8), to(#2D5755));
  background: linear-gradient(360deg, #7AFFF8 0%, #2D5755 100%);
  border-radius: 20px;
  gap: 40px;
}
.contacts h3 {
  font-size: 64px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.contacts p {
  font-size: 20px;
  max-width: 502px;
}
.contacts__form {
  width: 100%;
  text-align: left;
  max-width: 600px;
}
.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: "Exo 2", sans-serif;
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.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: 10px;
  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: "Exo 2", sans-serif;
  background: #161E24;
  max-width: 100%;
  padding: 20px;
  color: #fff;
}

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

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

.footer {
  margin-top: 200px;
}
.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: #161E24 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: 64px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #fff;
  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 */