@import url("https://fonts.cdnfonts.com/css/gilroy-bold");
* {
  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: #fff;
  color: #000;
}

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

section {
  padding: 60px 0;
}

h1, h2 {
  font-family: "Halvar Breitschrift", sans-serif;
}

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

.main-btn {
  border: 2px solid #67B5E4;
  background: -webkit-gradient(linear, left top, right top, from(#14263C), color-stop(49.52%, #3B739C), to(#1E324A));
  background: linear-gradient(90deg, #14263C 0%, #3B739C 49.52%, #1E324A 100%);
  padding: 30px 48px;
  border-radius: 100px;
  max-width: 415px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 20px;
}
.main-btn img {
  position: absolute;
  bottom: -54px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
  pointer-events: none;
}

.accordion__header {
  gap: 20px;
}

.gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#614C21), color-stop(46.63%, #C29D51), to(#EDD97C));
  background: linear-gradient(90deg, #614C21 0%, #C29D51 46.63%, #EDD97C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gradient-text-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2E081), to(#C29D51));
  background: linear-gradient(180deg, #F2E081 0%, #C29D51 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero {
  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;
  background: url(../img/intro.png) no-repeat bottom right/932px auto;
  padding: 0;
}
.hero .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;
  padding-bottom: 30px;
}
.hero__content {
  max-width: 560px;
}
.hero__content h1 {
  text-align: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 368px;
  line-height: 100%;
  color: #F9321E;
}
.hero__content h3 {
  font-size: 24px;
  line-height: 100%;
}
.hero__content p {
  font-size: 16px;
  line-height: 1.2;
  color: #7B7B7B;
  margin: 14px 0 22px;
}
.hero__img {
  display: none;
}

.mob-visible {
  display: none;
}

h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}

.about {
  background: url(../img/about-bg.png) no-repeat top center/cover;
  padding-bottom: 0;
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.about__text {
  max-width: 625px;
}
.about__text p {
  font-size: 20px;
}
.about__text p + p {
  margin-top: 115px;
  font-size: 16px;
  max-width: 480px;
}
.about__img {
  width: 100%;
  max-width: 600px;
  height: auto;
}
.about__footer {
  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;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 43px;
}
.about__footer__item {
  width: 25%;
  border-right: 1px solid #E5E5E5;
  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: 35px 15px;
  gap: 13px;
}
.about__footer__item img {
  height: 22px;
  width: auto;
}
.about__footer__item p {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.about__footer__item:last-child {
  border-right: none;
}

.consult__item img {
  width: 100%;
  height: auto;
}

.sphere__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 50px;
}
.sphere__item + .sphere__item {
  border-top: 1px solid #D6D6D6;
  padding-top: 43px;
  margin-top: 55px;
}
.sphere__item__img {
  width: 100%;
  max-width: 464px;
  height: auto;
}
.sphere__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sphere__item__text img {
  height: 49px;
  width: 49px;
}
.sphere__item__text p {
  font-size: 24px;
}
.sphere__footer {
  padding: 28px 64px;
  margin-top: 80px;
  border: 1px solid #F9321E;
  font-size: 24px;
  text-align: center;
}

.why {
  background: #151419 url(../img/why-bg.png) no-repeat center/auto 833px;
  color: #fff;
  padding-bottom: 200px;
}
.why h2 {
  text-align: center;
}
.why__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px 155px;
  margin-top: 100px;
}
.why__item {
  backdrop-filter: blur(10px);
  border: 1px solid #666668;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 214, 214, 0.1)), to(rgba(112, 112, 112, 0.1)));
  background: linear-gradient(180deg, rgba(214, 214, 214, 0.1) 0%, rgba(112, 112, 112, 0.1) 100%);
  border-radius: 27px;
  padding: 33px 25px 47px;
  min-height: 304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 444px;
}
.why__item__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;
}
.why__item__title h3 {
  font-size: 24px;
  line-height: 1;
}
.why__item__title span {
  font-size: 24px;
  color: #8F8F8F;
}
.why__item p {
  font-size: 16px;
  line-height: 1;
  color: #D6D6D6;
}
.why__item--3 {
  margin-left: auto;
}
.why__item--4 {
  margin-left: auto;
}
.why__item--6 {
  -webkit-transform: translate(150px, 80px);
          transform: translate(150px, 80px);
}

.exp {
  background: #151419 url(../img/exp-bg.png) no-repeat center top/100% auto;
  padding-bottom: 200px;
  color: #fff;
}
.exp h2 {
  text-align: center;
  margin-bottom: 100px;
}
.exp__item {
  text-align: center;
}
.exp__item h3 {
  color: #F9321E;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 100%;
}
.exp__item p {
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
}
.exp__item + .exp__item {
  margin-top: 150px;
}

.slider__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider__title h2 {
  margin-bottom: 0;
}
.slider__title button {
  background: transparent;
  border: none;
}

.slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 25px;
}

.with__item {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 385px;
  padding: 35px 14px 20px;
}
.with__item h3 {
  font-size: 24px;
  color: #7B7B7B;
}
.with__item a {
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  background: #fff;
  margin-top: auto;
}
.with__item--1 {
  background: #CCCCCC url(../img/with-1.png) no-repeat center top/cover;
}
.with__item--2 {
  background: #CCCCCC url(../img/with-2.png) no-repeat center top/cover;
}
.with__item--3 {
  background: #CCCCCC url(../img/with-3.png) no-repeat center top/cover;
}
.with__item--4 {
  background: #CCCCCC url(../img/with-4.png) no-repeat center top/cover;
}
.with__item--5 {
  background: #CCCCCC url(../img/with-5.png) no-repeat center top/cover;
}
.with__item--6 {
  background: #CCCCCC url(../img/with-6.png) no-repeat center top/cover;
}

.slick-slide {
  margin: 0 10px;
}

.how__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 50px;
}
.how__item + .how__item {
  border-top: 1px solid #D6D6D6;
  padding-top: 43px;
  margin-top: 55px;
}
.how__item__img {
  width: 100%;
  max-width: 464px;
  height: auto;
}
.how__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.how__item__text h3 {
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
}
.how__item__text p {
  font-size: 24px;
}

.consult {
  background: #F9321E;
  color: #fff;
}
.consult p {
  font-size: 32px;
  margin-top: 32px;
}
.consult a {
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  background: #fff;
  color: #000000;
  margin-top: auto;
  margin-top: 30px;
}

.contacts {
  background: #151419;
}
.contacts h2 {
  text-align: left;
  color: #fff;
}
.contacts h2 + p {
  color: #fff;
  margin-bottom: 50px;
  max-width: 624px;
  font-size: 20px;
}
.contacts__content {
  max-width: 792px;
  margin-left: auto;
}
.contacts__form {
  width: 100%;
  text-align: left;
  padding: 30px 16px 25px;
  background: #F7F7F7;
  position: relative;
  z-index: 30;
}
.contacts__form__bg {
  position: absolute;
  top: -21px;
  left: -89px;
  bottom: -27px;
  right: -27px;
  width: 800px;
  height: 567px;
  pointer-events: none;
  z-index: 10;
}
.contacts__form form {
  position: relative;
  z-index: 20;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 16px;
  margin-bottom: 12px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  background: #E5E5E5;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: #9A9A9A;
}
.contacts__form .form-input::-moz-placeholder {
  color: #9A9A9A;
}
.contacts__form .form-input:-ms-input-placeholder {
  color: #9A9A9A;
}
.contacts__form .form-input::-ms-input-placeholder {
  color: #9A9A9A;
}
.contacts__form .form-input::placeholder {
  color: #9A9A9A;
}
.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 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin: 0;
  margin-top: 20px;
}
.contacts__form .form-btn {
  width: 100%;
  display: block;
  max-width: 100%;
  padding: 13px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  color: #fff;
  background: #F9321E;
  border: none;
  font-size: 16px;
}
.contacts__form .form-btn img {
  bottom: -78px;
}

.iti {
  margin-bottom: 12px !important;
}

.iti__flag-container {
  padding: 0 !important;
}

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

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

.footer {
  padding: 50px 0;
  color: #fff;
  background: #151419;
}
.footer__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;
}
.footer iframe {
  width: 100%;
  max-width: 442px;
  height: 275px;
}
.footer img {
  width: 100%;
  height: auto;
}
.footer p {
  font-size: 20px;
  margin-top: 100px;
}

.privacy__item__light {
  pointer-events: none;
}

.policy h1 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 400;
}
.policy p, .policy li {
  font-size: 16px;
  margin-bottom: 16px;
}
.policy h2 {
  text-align: left;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 16px;
}
.policy li {
  margin-left: 20px;
}

.thanks {
  background: #fff url(../img/thanks-bg.png) no-repeat center top/cover;
  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 */