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

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

section {
  padding: 50px 0;
}

h1, h2 {
  font-family: "Playfair Display", sans-serif;
}

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

.header {
  color: #fff;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.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 {
  height: 50px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 61px;
}
.header__nav__a {
  color: #fff;
  font-size: 12px;
}
.header .main-btn {
  font-size: 12px;
  padding: 13px 40px;
  margin-left: 50px;
  background: transparent;
  border: 1px solid #D8A258;
  color: #fff;
}

.main-btn {
  font-size: 14px;
  padding: 20px 52px;
  display: inline-block;
  border-radius: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#D8A258), to(#EABD7F));
  background: linear-gradient(0deg, #D8A258 0%, #EABD7F 100%);
  text-align: center;
  color: #020204;
}

.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-bg.png) no-repeat top right/cover;
  color: #fff;
  padding: 0;
  padding-top: 150px;
  min-height: 100vh;
}
.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 h1 {
  font-size: 48px;
  font-weight: 400;
}
.hero__content p {
  margin: 14px 0 42px;
  font-size: 14px;
  max-width: 586px;
  line-height: 1.4;
  color: #fff;
  position: relative;
  padding-left: 20px;
}
.hero__content p::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#EABD7F), to(rgba(216, 162, 88, 0)));
  background: linear-gradient(#EABD7F 0%, rgba(216, 162, 88, 0) 100%);
}
.hero__img {
  display: none;
}

h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 42px;
  text-align: center;
}
h2 span {
  border-radius: 100px;
  border: 1px solid #D8A258;
  padding: 18px 45px;
  display: inline-block;
}
h2.center {
  text-align: center;
}

.about {
  background: #fff url(../img/about-bg.png) no-repeat left 57% top/385px auto;
  color: #020204;
}
.about__text {
  max-width: 576px;
}
.about__text h3 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 16px;
  font-family: "Playfair Display", sans-serif;
}
.about__text p {
  max-width: 545px;
  font-size: 14px;
}
.about__content {
  margin: 16px 0 31px;
  background: #262626;
  padding: 28px 47px;
  color: #fff;
  border-radius: 26px;
}
.about__item {
  font-size: 12px;
  padding-left: 25px;
  position: relative;
}
.about__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 8px;
  width: 8px;
  background: #EABD7F;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about__item + .about__item {
  margin-top: 22px;
}
.about__img {
  width: 100%;
  max-width: 427px;
  height: auto;
}

.how__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: 24px;
  margin-top: 37px;
}
.how__item {
  background: #FFFFFF;
  -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);
  padding: 0 32px 35px;
  border-radius: 52px;
  width: 100%;
  max-width: 376px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.how__item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  height: 8px;
  width: 171px;
  background: #EABD7F;
  border-radius: 100px;
}
.how__item img {
  max-width: 203px;
  height: auto;
  width: auto;
}
.how__item p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #262626;
}

.facts__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: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facts__item {
  border: 1px solid rgba(157, 156, 161, 0.7803921569);
  background: -webkit-gradient(linear, left top, left bottom, from(#37393D), to(#1F2123));
  background: linear-gradient(180deg, #37393D 0%, #1F2123 100%);
  padding: 45px 32px 60px;
  border-radius: 60px;
  width: 100%;
  max-width: 374px;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.facts__item img {
  width: auto;
  height: auto;
  max-height: 94px;
}
.facts__item p {
  font-size: 14px;
  color: #fff;
}
.facts__item--big {
  max-width: 772px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
.facts__item--big p {
  font-size: 20px;
}

.directions__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: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.directions__item {
  width: 100%;
  max-width: 374px;
  background: linear-gradient(224.62deg, #222222 4.26%, #161616 74.88%);
  border-radius: 52px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.directions__item .text {
  padding: 5px 12px 17px;
}
.directions__item img {
  width: 100%;
  height: 166px;
  -o-object-fit: cover;
     object-fit: cover;
}
.directions__item h3 {
  font-family: "Playfair Display", sans-serif;
  color: #EABD7F;
  text-align: center;
  margin: 16px 0;
}
.directions__item p {
  text-align: center;
  background: linear-gradient(236.03deg, #292B2F 5.34%, #232428 85.81%);
  padding: 43px 28px;
  border-radius: 48px;
  font-size: 14px;
  min-height: 142px;
  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;
  width: 100%;
}

.calc {
  color: #000;
  background: #fff url(../img/calc.png) no-repeat bottom left/auto 100%;
}
.calc__content {
  max-width: 876px;
  margin-left: auto;
  margin-right: 0;
}
.calc h2 {
  font-size: 42px;
}
.calc h2 span {
  padding: 19px;
}
.calc__sub {
  margin-bottom: 18px;
  font-size: 12px;
}
.calc__title {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
}
.calc__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.calc__field {
  width: 100%;
}
.calc__field input, .calc__field select {
  padding: 22px 16px;
  background: #EDEDED;
  color: #000;
  display: block;
  width: 100%;
  border: none;
  border-radius: 100px;
  font-size: 12px;
}
.calc__field input::-webkit-input-placeholder, .calc__field select::-webkit-input-placeholder {
  color: #838383;
}
.calc__field input::-moz-placeholder, .calc__field select::-moz-placeholder {
  color: #838383;
}
.calc__field input:-ms-input-placeholder, .calc__field select:-ms-input-placeholder {
  color: #838383;
}
.calc__field input::-ms-input-placeholder, .calc__field select::-ms-input-placeholder {
  color: #838383;
}
.calc__field input::placeholder, .calc__field select::placeholder {
  color: #838383;
}
.calc__field input + .calc__input--error, .calc__field select + .calc__input--error {
  margin-top: 10px;
}
.calc__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-bottom: 24px;
  display: none;
}
.calc__result-item {
  padding: 22px 16px;
  background: #EDEDED;
  color: #000;
  display: block;
  width: 100%;
  border: none;
  border-radius: 100px;
  width: 100%;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.calc__result .calc__title {
  width: 100%;
}
.calc .calc__result-value {
  font-weight: bold;
}
.calc__error {
  font-size: 12px;
  color: #ff6363;
}
.calc .main-btn {
  width: 100%;
  color: #000;
  border: none;
  font-family: "Inter", sans-serif;
}
.calc .calc__result--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work h2 {
  max-width: 545px;
  margin: 0 auto;
  margin-bottom: -93px;
  padding: 30px;
  background: #010101;
  border-radius: 100px;
  position: relative;
  z-index: 10;
}
.work__content {
  background: linear-gradient(244.29deg, #232323 2.34%, #1A1A1A 97.62%);
  border-radius: 58px;
  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: 30px;
  padding-top: 100px;
  padding-right: 50px;
  padding-bottom: 50px;
}
.work__img {
  width: 100%;
  max-width: 450px;
  height: auto;
}
.work__block {
  width: 100%;
  max-width: 570px;
}
.work__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
}
.work__item + .work__item {
  margin-top: 50px;
}
.work__item div {
  font-family: "Playfair Display", sans-serif;
  color: #D8A258;
  font-size: 64px;
  line-height: 1;
}
.work__item p {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  padding-top: 10px;
}

.reviews {
  padding-bottom: 90px;
}
.reviews__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: 24px;
  margin-top: 80px;
}
.reviews__item {
  width: 100%;
  max-width: 376px;
  position: relative;
}
.reviews__item::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 200px;
  border-radius: 36px 36px 0 0;
  top: -39px;
  left: 0;
  background: linear-gradient(236.03deg, #1C1D20 5.34%, #171717 85.81%);
  z-index: 3;
}
.reviews__item__wrapper {
  position: relative;
  z-index: 5;
  background: linear-gradient(236.03deg, #292B2F 5.34%, #232428 85.81%);
  padding: 35px 18px 22px;
  border-radius: 52px;
  width: 100%;
  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;
  height: 100%;
}
.reviews__item__author {
  height: 58px;
  width: auto;
}
.reviews__item__stars {
  height: 21px;
  width: auto;
}
.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: 14px;
}
.reviews__item small {
  color: #9D9CA1;
  display: block;
  font-size: 16px;
  margin: 13px 0 9px;
}
.reviews__item p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 25px;
}
.reviews__item .main-btn {
  font-size: 12px;
  padding: 19px 32px;
}

.contacts .container {
  background: url(../img/contacts-bg.png) no-repeat center right/cover;
  padding: 81px 77px 63px;
  border-radius: 66px;
}
.contacts h3 {
  font-family: "Playfair Display", sans-serif;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
}
.contacts__content {
  max-width: 476px;
  margin-left: auto;
}
.contacts__form {
  width: 100%;
  text-align: left;
  margin-top: 19px;
  margin-left: auto;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 100px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Inter", sans-serif;
  color: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  background: #404243;
  border: 2px solid #747678;
}
.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: #fff;
}
.contacts__form p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 14px;
}
.contacts__form p a {
  color: #fff;
}
.contacts__form .form-btn {
  width: 100%;
  display: block;
  padding: 20px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
}

.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: #fff;
}

.footer {
  padding: 60px 0 18px;
  color: #fff;
}
.footer__text {
  max-width: 100%;
  margin-bottom: 133px;
}
.footer__text p {
  max-width: 676px;
}
.footer__text .main-btn {
  padding: 27px 52px;
  background: -webkit-gradient(linear, left top, right top, from(#6E4D13), color-stop(49.31%, #DDB83A), to(#5E3D0D));
  background: linear-gradient(90deg, #6E4D13 0%, #DDB83A 49.31%, #5E3D0D 100%);
  border-radius: 19px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  color: #02080D;
  border: none;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 84px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.footer__top h3 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}
.footer__bottom p {
  font-size: 14px;
  color: #fff;
}
.footer__logo {
  height: 50px;
  width: auto;
}
.footer__nav {
  width: 100%;
  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: 61px;
}
.footer__nav a {
  font-size: 14px;
}

.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: 34px;
  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 */