* {
  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: #01060D url(../img/body.png) no-repeat center bottom/100% auto;
  color: #fff;
}

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

section {
  padding: 60px 0;
}

img {
  max-width: 100%;
}

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

.border {
  padding-bottom: 0;
}
.border .container {
  padding-bottom: 97px;
  border-bottom: 1px solid #3ADBF3;
}

.main-btn {
  padding: 19px;
  display: block;
  width: 100%;
  max-width: 328px;
  font-size: 16px;
  border-radius: 17px;
  text-align: center;
  background: #3ADBF3;
}

.mob-visible {
  display: none;
}

.header {
  padding: 30px 0 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__nav {
  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;
  gap: 40px;
  margin: 0 auto;
  width: 100%;
}
.header__nav a {
  font-size: 20px;
  color: #A7A7A7;
}

.intro {
  padding-top: 40px;
  background: url(../img/intro.png) no-repeat center/auto 100%;
}
.intro__title {
  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;
  font-weight: 500;
  font-size: 130px;
  color: #3ADBF3;
}
.intro p {
  font-size: 16px;
  max-width: 524px;
}
.intro__subtitle {
  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-bottom: 40px;
}
.intro__subtitle p {
  max-width: 350px;
}
.intro h3 {
  font-size: 28px;
}
.intro .main-btn {
  margin-top: 40px;
}

h2 {
  font-weight: 400;
  font-size: 64px;
  color: #3ADBF3;
}

p {
  font-size: 16px;
}

.about {
  background: url(../img/about.png) no-repeat right bottom/auto 100%;
}
.about h2 + p {
  margin-top: 5px;
  margin-bottom: 70px;
}
.about__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;
}
.about__img {
  width: 100%;
  max-width: 600px;
}
.about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
}
.about__text h3 {
  font-size: 32px;
  margin-bottom: 42px;
}
.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
.about__item img {
  height: 54px;
  width: auto;
}
.about__item p {
  font-size: 24px;
}

.deals__text {
  margin-top: 95px;
  text-align: center;
}
.deals__text h3 {
  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;
  font-size: 36px;
  color: #3ADBF3;
  margin-bottom: 23px;
}
.deals__text svg {
  height: 37px;
  width: auto;
}
.deals__text p {
  font-size: 24px;
}
.deals__text p + p {
  margin-top: 20px;
}

.how h3 + p {
  margin: 43px 0 51px;
  max-width: 747px;
}
.how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.how__item {
  background: #3ADBF3;
  color: #000;
  width: 100%;
  max-width: 328px;
  border-radius: 25px;
  padding: 34px 8px 40px;
  text-align: center;
}
.how__item img {
  height: auto;
  width: auto;
  max-width: 87px;
}
.how__item h5 {
  font-weight: 500;
  font-size: 16px;
  margin: 22px 0 16px;
}
.how__item p {
  font-size: 12px;
}

.cases__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;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 36px;
}
.cases__item {
  width: 100%;
  max-width: 213px;
  text-align: center;
}
.cases__item img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.cases__item p {
  margin-top: 22px;
}
.cases__item p span {
  color: #3ADBF3;
}

.services h2 {
  text-align: right;
}
.services p {
  font-size: 24px;
  line-height: 81%;
  letter-spacing: 0%;
  margin: 110px 0 140px;
}
.services__item {
  padding: 22px;
  background: #000;
  color: #FFD900;
  font-size: 24px;
  line-height: 81%;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 100px;
}
.services__item--1 {
  max-width: 461px;
}
.services__item--2 {
  max-width: 560px;
  margin: 30px auto;
}
.services__item--3 {
  margin-left: auto;
  max-width: 550px;
}

.reviews__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.reviews__btns button {
  background: transparent;
  border: none;
}
.reviews__btns svg {
  height: 79px;
  width: auto;
}
.reviews__item {
  width: 100%;
  max-width: 444px;
  background: #0E1319;
  border: 2px solid #3A3A3A;
  padding: 30px 24px;
  border-radius: 25px;
  min-height: 358px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews__item > p {
  font-size: 16px;
  margin-bottom: 20px;
}
.reviews__item > img {
  height: 24px;
  width: auto;
  max-width: 157px;
  margin-top: auto;
  display: block;
}
.reviews__item__heading {
  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;
  gap: 20px;
  margin-bottom: 40px;
}
.reviews__item__heading img {
  height: 85px;
  width: auto;
  border-radius: 100%;
}
.reviews__item__heading p {
  font-size: 13px;
  color: #AEAEAE;
}
.reviews__item__heading h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 6px;
}

.faq h2 {
  margin-bottom: 34px;
}
.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;
  background: #0E1319;
  border: 1px solid #3A3A3A;
  border-radius: 10px;
  padding: 39px 20px 39px 39px;
}
.faq__item + .faq__item {
  margin-top: 41px;
}
.faq__item__text {
  margin-right: auto;
}
.faq__item__text__head {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.faq__item__text__content {
  padding-top: 26px;
  font-size: 16px;
  display: none;
  color: #fff;
  max-width: 722px;
}
.faq__item__btn {
  cursor: pointer;
}
.faq__item__btn img {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  height: 54px;
  width: auto;
}
.faq__item__btn.active img {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__item__btn:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.contacts {
  background: #01060D url(../img/contacts.png) no-repeat right bottom/auto 100%;
}
.contacts__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: 20px;
}
.contacts__img {
  width: 100%;
  max-width: 517px;
}
.contacts__form {
  width: 100%;
  text-align: left;
  max-width: 676px;
  background: #0E1319;
  border: 1px solid #3A3A3A;
  padding: 33px 18px;
  border-radius: 25px;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 16px;
  margin-bottom: 12px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Halvar Breitschrift", sans-serif;
  color: #fff;
  border-radius: 11px;
  background: #101D24;
  border: 2px solid #3A3A3A;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: #A9A9A9;
}
.contacts__form .form-input::-moz-placeholder {
  color: #A9A9A9;
}
.contacts__form .form-input:-ms-input-placeholder {
  color: #A9A9A9;
}
.contacts__form .form-input::-ms-input-placeholder {
  color: #A9A9A9;
}
.contacts__form .form-input::placeholder {
  color: #A9A9A9;
}
.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: #fff;
  margin-top: 14px;
}
.contacts__form p a {
  text-decoration: underline;
}
.contacts__form .form-btn {
  width: 100%;
  display: block;
  text-align: center;
  max-width: 100%;
  border: none;
  font-family: "Halvar Breitschrift", sans-serif;
}

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

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

.footer {
  margin-top: 90px;
}
.footer img {
  width: 100%;
  height: auto;
  display: block;
}
.footer__content {
  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;
  margin-top: 46px;
}
.footer__content p {
  font-size: 16px;
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer__item img {
  max-height: 20px;
  width: auto;
  height: auto;
}
.footer__item + .footer__item {
  margin-top: 12px;
}

.policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
}
.policy li {
  margin-left: 20px;
}
.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: 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: 200px;
  line-height: 1;
  text-align: center;
  color: #3ADBF3;
  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;
}/*# sourceMappingURL=styles.css.map */