@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #171819;
  font-family: "Tilda Sans", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

button {
  outline: none;
  cursor: pointer;
  font-family: "Tilda Sans", sans-serif;
}

input {
  font-family: "Tilda Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "SangBleuSunrise-Regular";
}

p {
  margin: 0;
  padding: 0;
  font-family: "Tilda Sans", sans-serif;
}

.bold {
  font-weight: 700;
}

.main-color {
  color: #C49E5E !important;
}

.center {
  text-align: center;
}

.light {
  color: #FFFFFF;
}

.light-bg {
  background: #FFFFFF;
}

.light-30 {
  color: rgba(255, 255, 255, 0.3) !important;
}

.light-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.light-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link:hover {
  color: #C49E5E;
}

@media screen and (max-width: 768px) {
  .icon {
    width: 42px;
    height: 42px;
  }
}

.shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
}

.no-scroll {
  overflow: hidden;
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .mb-60 {
    margin-bottom: 45px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 25px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mt-24 {
  margin-top: 24px;
}

.mb-8 {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.brs-16 {
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .brs-16 {
    border-radius: 12px;
  }
}

.brs-24 {
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .brs-24 {
    border-radius: 16px;
  }
}

.brs-32 {
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .brs-32 {
    border-radius: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .brs-32 {
    border-radius: 24px;
  }
}

.brs-64 {
  border-radius: 64px;
}
@media screen and (max-width: 768px) {
  .brs-64 {
    border-radius: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .brs-64 {
    border-radius: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .brs-64 {
    border-radius: 40px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .brs-64 {
    border-radius: 48px;
  }
}

.gap-20 {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .gap-20 {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-20 {
    gap: 15px;
  }
}

.gap-30 {
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .gap-30 {
    gap: 20px;
  }
}

.gap-40 {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .gap-40 {
    gap: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-40 {
    gap: 30px;
  }
}

.gap-50 {
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .gap-50 {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-50 {
    gap: 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .gap-50 {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .gap-50 {
    gap: 45px;
  }
}

.gap-60 {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .gap-60 {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gap-60 {
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .gap-60 {
    gap: 45px;
  }
}

.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#text-success {
  display: none;
  color: #60A54F;
}
#text-success.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.burger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .burger {
    display: none;
  }
}
.burger:hover span:nth-child(2) {
  width: 16px;
}
.burger span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.burger span:not(:last-child) {
  margin-bottom: 8px;
}

.button {
  height: 80px;
  padding: 0 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  background: #C49E5E;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .button {
    height: 64px;
    padding: 0 35px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button {
    height: 68px;
    padding: 0 40px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button {
    height: 72px;
    padding: 0 50px;
  }
}
.button:hover {
  background: #cba971;
}
.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  opacity: 0.35;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  -webkit-animation: shine 4s infinite linear;
          animation: shine 4s infinite linear; /* Анимация блика */
}

@-webkit-keyframes shine {
  0% {
    left: -100px; /* Начальная позиция блика (левая сторона кнопки) */
  }
  20% {
    left: 100%; /* Позиция блика в конце (правая сторона кнопки) */
  }
  100% {
    left: 100%; /* Завершение анимации */
  }
}

@keyframes shine {
  0% {
    left: -100px; /* Начальная позиция блика (левая сторона кнопки) */
  }
  20% {
    left: 100%; /* Позиция блика в конце (правая сторона кнопки) */
  }
  100% {
    left: 100%; /* Завершение анимации */
  }
}
.button-o {
  height: 80px;
  padding: 0 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  background: #FFFFFF;
  color: #C49E5E;
}
@media screen and (max-width: 767px) {
  .button-o {
    height: 64px;
    padding: 0 35px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-o {
    height: 68px;
    padding: 0 40px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button-o {
    height: 72px;
    padding: 0 50px;
  }
}
.button-o:hover {
  background: #C49E5E;
  color: #FFFFFF;
}

.button-stroke {
  height: 80px;
  padding: 0 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  color: #C49E5E;
  border: 2px solid #C49E5E;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .button-stroke {
    height: 64px;
    padding: 0 35px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-stroke {
    height: 68px;
    padding: 0 40px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button-stroke {
    height: 72px;
    padding: 0 50px;
  }
}
.button-stroke:hover {
  background: #C49E5E;
  color: #FFFFFF;
}
.button-stroke:hover svg path {
  stroke: #FFFFFF;
}

.button-stroke-light {
  height: 80px;
  padding: 0 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 140%;
  border: none;
  text-align: center;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .button-stroke-light {
    height: 64px;
    padding: 0 35px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-stroke-light {
    height: 68px;
    padding: 0 40px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .button-stroke-light {
    height: 72px;
    padding: 0 50px;
  }
}
.button-stroke-light:hover {
  background: #FFFFFF;
  color: #C49E5E;
}

.checkbox {
  display: none;
}
.checkbox-fake {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 8px;
  border: 2px solid #C49E5E;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .checkbox-fake {
    width: 26px;
    height: 26px;
    margin-top: 0;
  }
}
.checkbox-fake::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 10px;
  background: url("../../img/icons/check.svg") center center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .checkbox-fake::before {
    width: 12px;
    height: 8px;
  }
}
.checkbox-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .checkbox-wrapper {
    font-size: 14px;
  }
}

.checkbox:checked + .checkbox-fake::before {
  opacity: 1;
}

.checkbox:checked + .checkbox-fake {
  background: #C49E5E;
}

.container {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .container-fluid {
    max-width: 90%;
  }
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .grid-4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  .grid-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 991px) and (max-width: 1023px) {
  .grid-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .grid-4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .grid-3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .grid-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 990px) {
  .grid-2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.input {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  padding: 0 35px;
  height: 80px;
  background: #FFFFFF;
  color: #9AA0AA;
  outline: none;
  font-size: 20px;
  font-weight: 400;
}
.input::-webkit-input-placeholder {
  color: #9AA0AA;
}
.input::-moz-placeholder {
  color: #9AA0AA;
}
.input:-ms-input-placeholder {
  color: #9AA0AA;
}
.input::-ms-input-placeholder {
  color: #9AA0AA;
}
.input::placeholder {
  color: #9AA0AA;
}
.input:hover, .input:focus {
  border-color: #C49E5E;
}
@media screen and (max-width: 767px) {
  .input {
    height: 64px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .input {
    height: 68px;
    padding: 0 30px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .input {
    height: 72px;
  }
}
.input-grey {
  background: #F9FAFB;
  border-color: #F9FAFB;
}
.input-grey:hover, .input-grey:focus {
  background: #FFFFFF;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 24;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: perspective(600px) translateY(0%) rotateX(0deg);
  transform: perspective(600px) translateY(0%) rotateX(0deg);
}

.popup__body {
  min-height: 100%;
  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: 20px 10px;
}

.popup__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 1000px;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transform: perspective(600px) translateY(-120%) rotateX(45deg);
  transform: perspective(600px) translateY(-120%) rotateX(45deg);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup__close {
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.popup__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.popup__img {
  background: url("../../img/popup/popup.jpg") center center no-repeat;
  background-size: cover;
}

.popup__form {
  background-color: #1C1D1E;
  padding: 64px 40px;
}
@media screen and (max-width: 767px) {
  .popup__form {
    padding: 30px;
    border-radius: 24px;
  }
}

.popup__form strong {
  font-size: 46px;
  line-height: 1.2;
  color: #2c2b34;
  margin: 0 0 20px 0;
}

.popup__form > p {
  margin: 0 0 34px 0;
}

.popup__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  row-gap: 20px;
  margin: 0 0 20px 0;
}

.popup__inputs > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.popup__form .input {
  background-color: #f3f4f7;
}
.popup__form .input:hover, .popup__form .input:focus {
  background: #FFFFFF;
}

.popup__btn {
  width: 100%;
}

.modal-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.modal-active .popup__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  .popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .section {
    padding: 70px 0;
  }
}

.slick-slide {
  margin: 0 20px;
}
@media screen and (max-width: 575px) {
  .slick-slide {
    margin: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .slick-slide {
    margin: 0 15px;
  }
}

.slick-list {
  margin: 0 -20px;
}
@media screen and (max-width: 576px) {
  .slick-list {
    margin: 0;
  }
}
@media screen and (max-width: 576px) and (min-width: 577px) and (max-width: 1023px) {
  .slick-list {
    margin: 0 -15px;
  }
}

.slick-arrow {
  width: 70px;
  height: 60px;
  border-radius: 24px;
  border: 1.5px solid #C49E5E;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 60px;
    height: 50px;
    border-radius: 16px;
  }
}
.slick-arrow::before {
  display: none;
}
.slick-arrow:hover {
  background: #C49E5E;
}
.slick-arrow:hover svg path {
  stroke: #FFFFFF !important;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 25px;
}
@media screen and (max-width: 767px) {
  .tabs {
    gap: 10px;
    margin-bottom: 25px;
  }
}

.tab-button {
  height: 60px;
  padding: 0 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 48px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .tab-button {
    height: 48px;
    padding: 0 25px;
  }
}
.tab-button:hover {
  background: #C49E5E;
  color: #FFFFFF;
  border-color: #C49E5E;
}
.tab-button.active {
  background: #C49E5E;
  color: #FFFFFF;
  border-color: #C49E5E;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.text-xlg {
  line-height: 140%;
  font-weight: 400;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .text-xlg {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-xlg {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .text-xlg {
    font-size: 20px;
  }
}

.text-lg {
  line-height: 140%;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .text-lg {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-lg {
    font-size: 18px;
  }
}

.text-md {
  line-height: 140%;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .text-md {
    font-size: 15px;
  }
}

.text-sm {
  line-height: 140%;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .text-sm {
    font-size: 14px;
  }
}

.title-lg {
  font-weight: 600;
  line-height: 140%;
  font-family: "SangBleuSunrise-Regular";
  font-size: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .title-lg {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-lg {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .title-lg {
    font-size: 42px;
  }
}

.title-md {
  font-weight: 600;
  line-height: 140%;
  font-family: "SangBleuSunrise-Regular";
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .title-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-md {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .title-md {
    font-size: 28px;
  }
}

.title-sm {
  font-weight: 600;
  line-height: 140%;
  font-family: "SangBleuSunrise-Regular";
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .title-sm {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-sm {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .title-sm {
    font-size: 24px;
  }
}

.title-xsm {
  font-weight: 600;
  line-height: 140%;
  font-family: "SangBleuSunrise-Regular";
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .title-xsm {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-xsm {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .title-xsm {
    font-size: 22px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  z-index: 7;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.mobile-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu li {
  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;
  width: 100%;
}
.mobile-menu-phone, .mobile-menu-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.mobile-menu-clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.mobile-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #171819;
  cursor: pointer;
}
.mobile-menu-content {
  padding: 30px;
  background: #1C1D1E;
  height: 100%;
  width: 80%;
  margin-left: auto;
  overflow: scroll;
  position: relative;
}
.mobile-menu-list {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.mobile-menu-list__item {
  font-weight: 400;
}
.mobile-menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.mobile-menu-list__service {
  padding-left: 30px;
  display: none;
}
.mobile-menu-list__service.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-content {
  background: #1C1D1E;
  padding: 60px 70px;
}
@media screen and (max-width: 767px) {
  .contact-content {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-content {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .contact-content {
    padding: 50px;
  }
}
.contact-map {
  height: 100%;
}
@media screen and (max-width: 990px) {
  .contact-map {
    height: 300px;
  }
}
.contact-list {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.contact-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .contact-list-item {
    gap: 10px;
  }
}
.contact-list-item__value {
  font-weight: 500;
}
.contact-list-item-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .contact-list-item-social-icons {
    gap: 8px;
  }
}

.feedback {
  overflow: hidden;
  position: relative;
}
.feedback-img-left {
  position: absolute;
  top: 50%;
  right: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feedback-img-right {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feedback-block {
  padding: 70px 80px;
  background: url("../../img/feedback/feedback-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feedback-block {
    padding: 25px;
    background: url("../../img/feedback/feedback-mob-bg.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feedback-block {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .feedback-block {
    padding: 50px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .feedback-block {
    padding: 60px;
  }
}
.feedback-content {
  max-width: 710px;
}
.feedback__descr {
  max-width: 600px;
}
.feedback-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 25px;
}
@media screen and (max-width: 767px) {
  .feedback-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.footer {
  padding-top: 80px;
  padding-bottom: 50px;
  background: #1C1D1E;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
.footer-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 294px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    max-width: 250px;
  }
}
.footer-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .footer-block {
    font-size: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
  .footer-block * {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-block {
    font-size: 35px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer-block {
    gap: 50px;
  }
}
.footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-item__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer-item__title {
    margin-bottom: 15px;
  }
}
.footer-item__link {
  margin-bottom: 20px;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-item__link {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-item__link {
    text-align: left;
    margin-bottom: 15px;
  }
}
.footer-items {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-list {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .footer-list {
    gap: 8px;
  }
}
.footer-list__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-list__item {
    text-align: center;
  }
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footer-bottom {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 30px;
  }
  .footer-bottom * {
    text-align: center;
  }
}
.footer__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header__logo {
  max-width: 150px;
}
.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-contact-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1279px) {
  .header-contact-phone-text {
    display: none;
  }
}
.header__button {
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  .header__button {
    display: none;
  }
}
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
}
@media screen and (max-width: 767px) {
  .header-top {
    gap: 10px;
  }
}
.header-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1279px) {
  .header-mail-text {
    display: none;
  }
}
.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .header-list {
    display: none;
  }
}
.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .header-social {
    display: none;
  }
}
.header-mail-text__value {
  font-weight: 500;
}

.main {
  background: url("../../img/main/main-bg.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .main {
    background: url("../../img/main/main-mob-bg.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 400px;
  }
}
.main-content {
  max-width: 930px;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .main-content {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .main__title {
    font-size: 20px;
  }
}
.main-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  max-width: 450px;
  gap: 12px;
}
.main-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .main-list-item {
    gap: 8px;
  }
  .main-list-item img {
    width: 22px;
  }
}
.main-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .main-buttons {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
  .main-buttons button, .main-buttons a {
    width: 100%;
  }
}

.photo {
  background: #1C1D1E;
}
.photo-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .photo-block {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .photo-block {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.photo-block a {
  width: 100%;
  height: 100%;
}
.photo-block a img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .photo-block a img {
    border-radius: 8px;
  }
}

.product-item {
  background: #1C1D1E;
}
.product-item img {
  width: 100%;
}
.product-item-body {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .product-item-body {
    padding: 20px;
  }
}
.product-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.product-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.question-form {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .question-form {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question-form {
    gap: 20px;
  }
}
.question-form input, .question-form button {
  width: 100%;
}
.question-form-contact {
  background: #1C1D1E;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .question-form-contact {
    padding: 25px;
  }
}
.question-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 40px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .question-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.question-items {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.question-item {
  padding: 25px 32px;
  width: 100%;
  background: #1C1D1E;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .question-item {
    padding: 25px;
  }
}
.question-item:hover {
  background: #C49E5E;
}
.question-item:hover .question-item__title {
  color: #FFFFFF;
}
.question-item:hover .question-item-icon {
  background: #FFFFFF;
}
.question-item:hover svg path {
  stroke: #C49E5E;
}
.question-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #C49E5E;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .question-item-icon {
    width: 30px;
    height: 30px;
  }
}
.question-item-icon:hover {
  background: #bd934b;
}
.question-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.question-item__title {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  position: relative;
}
.question-item-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  color: #FFFFFF;
}
.question-item.active {
  background: #C49E5E;
}
.question-item.active .question-item__title {
  color: #FFFFFF !important;
}
.question-item.active .question-item__title {
  color: #FFFFFF;
}
.question-item.active .question-item-icon {
  background: #FFFFFF;
}
.question-item.active svg {
  rotate: 180deg;
}
.question-item.active svg path {
  stroke: #C49E5E;
}
.question-item.active .question-item-body {
  max-height: 1000px;
  margin-top: 24px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .question-item.active .question-item-body {
    margin-top: 16px;
  }
}
.question-item.active .question-item__title {
  color: #C49E5E;
}

@media screen and (max-width: 767px) {
  .review__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .review {
    padding-bottom: 80px;
  }
}
.review-slider .slick-next {
  top: -90px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .review-slider .slick-next {
    top: calc(100% + 40px);
    right: calc(50% - 75px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .review-slider .slick-next {
    top: -60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .review-slider .slick-next {
    top: -70px;
  }
}
.review-slider .slick-prev {
  top: -90px;
  left: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .review-slider .slick-prev {
    top: calc(100% + 40px);
    left: calc(50% - 75px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .review-slider .slick-prev {
    top: -60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .review-slider .slick-prev {
    top: -70px;
  }
}
.review-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-slider .slick-track .slick-slide {
  height: inherit;
}
.review-slider .slick-track .slick-slide > div {
  height: 100%;
}
.review-item {
  height: 100%;
}
.review-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .review-item-top__user {
    height: 45px;
    width: 45px;
  }
}
.review-item-top-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.review-item__descr {
  max-height: 135px;
  overflow-y: scroll;
}
.review-item__descr::-webkit-scrollbar {
  width: 10px;
}
.review-item__descr::-webkit-scrollbar-thumb {
  background-color: #171819;
  border-radius: 20px;
}
.review-item-text {
  background: #1C1D1E;
  padding: 45px;
}
@media screen and (max-width: 767px) {
  .review-item-text {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .review-item-text {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .review-item-text {
    padding: 35px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .review-item-text {
    padding: 40px;
  }
}
.review-item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .review-item__date {
    gap: 8px;
  }
}

.service-slider .slick-next {
  top: -90px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .service-slider .slick-next {
    top: calc(100% + 40px);
    right: calc(50% - 75px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service-slider .slick-next {
    top: -60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .service-slider .slick-next {
    top: -70px;
  }
}
.service-slider .slick-prev {
  top: -90px;
  left: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .service-slider .slick-prev {
    top: calc(100% + 40px);
    left: calc(50% - 75px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service-slider .slick-prev {
    top: -60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .service-slider .slick-prev {
    top: -70px;
  }
}
.service-item {
  background: #1C1D1E;
}
.service-item[data-service-item="1"] .service-item-img {
  background: url("../../img/service/1.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service-item="2"] .service-item-img {
  background: url("../../img/service/2.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service-item="3"] .service-item-img {
  background: url("../../img/service/3.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service-item="4"] .service-item-img {
  background: url("../../img/service/4.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service-item="5"] .service-item-img {
  background: url("../../img/service/5.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service-item="6"] .service-item-img {
  background: url("../../img/service/6.jpg") center center no-repeat;
  background-size: cover;
}
.service-item-img {
  height: 280px;
}
@media screen and (max-width: 767px) {
  .service-item-img {
    height: 220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service-item-img {
    height: 250px;
  }
}
.service-item-body {
  padding: 35px;
}
.service-item-body__button {
  width: 100%;
}

.stage__title {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  position: sticky;
  top: 30px;
}
@media screen and (max-width: 990px) {
  .stage__title {
    position: relative;
  }
}
.stage-items {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .stage-items {
    gap: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .stage-items {
    gap: 30px;
  }
}
.stage-item {
  background: #1C1D1E;
  padding: 35px;
}
.stage-item-step {
  background: #F6F0E7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 0 25px;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .stage-item-step {
    height: 40px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .stage-item-step {
    height: 44px;
    padding: 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .stage-item {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .stage-item {
    padding: 30px;
  }
}