h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(10px, 2vw, 22px);
  line-height: 120%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white);
  white-space: nowrap;
}
h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(16px, 3vw, 36px);
  line-height: 120%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--white);
}
h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  color: var(--white);
}
h4 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white);
}
h5 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  color: var(--white);
}
p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(10px, 1.3vw, 16px);
  line-height: 150%;
  color: var(--white);
}
.hero-wrapper {
  display: flex;
  justify-content: space-between;
  margin: -155px auto 160px;
  padding: 0 clamp(25px, 6vw, 81px) 0 clamp(35px, 6vw, 93px);
  gap: clamp(25px, 4vw, 44px);
}
.hero-wrapper-left {
  margin: clamp(70px, 40vw, 207px) 0 0 0;
}

/* about-service-section */

.about-service-wrapper {
  display: flex;
  gap: clamp(35px, 3vw, 61px);
  padding: 0 108px 0 25px;
  margin: 0 auto 35px;
}
.about-service-wrapper-mobile {
  display: none;
}
.about-service-discripttion .about-service-discripttion-interior {
  display: flex;
  flex-direction: column;
  padding-top: clamp(60px, 7vw, 100px);
  max-width: 671px;
  width: 100%;
}

.about-service-discripttion .about-service-discripttion-interior h2 {
  margin-bottom: 30px;
}
.about-service-discripttion .about-service-discripttion-interior p {
  margin-bottom: 20px;
}
.about-service-discripttion .about-service-discripttion-interior p:last-child {
  margin-bottom: 0;
}
.about-service-specialists {
  margin: auto;
  padding: 0 clamp(16px, 2vw, 25px) clamp(30px, 4vw, 50px)
    clamp(32px, 5vw, 80px);
  width: 100%;
  max-width: 433px;
  box-sizing: border-box;
  overflow: hidden;
}

/* Контейнер слайдера */
.about-service-specialists-slider {
  position: relative;
}

.about-service-specialists-slider .slick-list {
  overflow: visible;
  padding: 0;
  margin: 0;
}

/* Убираем расстояния между слайдами */
.slick-track {
  margin: 0;
}

/* Все слайды */
.slick-slide {
  transition: all 0.3s ease;
  transform: scale(0.9);
  opacity: 0.6;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1;
  backdrop-filter: blur(200px);
  box-shadow: 20px 20px 4px 0 rgba(0, 0, 0, 0.25);
  background: #181c1c;
}

/* Активный (центральный) слайд */
.slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 3;
}

/* Левый слайд - позиционируем за центральным */
.slick-slide:not(.slick-center):not(.slick-center ~ .slick-slide) {
  transform: scale(0.8) translateX(40%);
  z-index: 1;
  position: relative;
  filter: blur(18.071624755859375px);
}

/* Все слайды после центрального - полностью скрываем */
.slick-slide.slick-center ~ .slick-slide {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5) translateX(100%);
  z-index: 0;
}

.slick-slide .about-service-specialists-slider-image {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.slick-slide img {
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s ease;
  margin: 0;
}
.about-service-specialists-slider-discription {
  display: flex;
  flex-direction: column;
  background: #181c1c;
  padding: 25px;
  gap: 10px;
}
.about-service-specialists-slider-discription p:nth-child(1) {
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 120%;
  text-transform: capitalize;
}
.about-service-specialists-slider-discription p:nth-child(2) {
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 142%;
}
.slick-slide img.slick-loading {
  border: 0;
}

.slick-slide:focus {
  outline: none;
}

/* Навигационные точки */
.slick-dots {
  /* position: relative; */
  bottom: auto !important;
  margin-top: 36px !important;
  text-align: center;
  padding: 0;
  list-style: none;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  width: 100% !important;
  height: auto !important;
}

.slick-dots li {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
.slick-dots li.slick-active {
  width: 25px !important;
  height: 25px !important;
}
.slick-dots li button {
  border: none;
  background: #6a6a71 !important;
  color: transparent;
  cursor: pointer;
  width: 17px !important;
  height: 17px !important;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
  background: #b9b8b8 !important;
  width: 25px !important;
  height: 25px !important;
}

.slick-dots li button:before {
  display: none;
}
.slick-prev::before,
.slick-next::before {
  display: none;
}

/* price-section */

.price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 71px;
  margin: 0 auto 150px;
  padding: 0 clamp(30px, 4vw, 74px);
}

.price-wrapper-list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.price-wrapper-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1150px;
  width: 100%;
}
.price-wrapper-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 0 35px;
}
.full-price-list-link-mobile {
  display: none;
}
.full-price-list-link {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--white);
  transition: all 0.3s ease;
}
.full-price-list-link:hover {
  color: var(--prime);
}
.full-price-list-link:active {
  color: rgba(245, 177, 181, 0.4);
}
.full-price-list-link:hover svg path {
  stroke: var(--prime);
}
.full-price-list-link:active svg path {
  stroke: rgba(245, 177, 181, 0.4);
}
.price-wrapper-item-table {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--prime);
}
.table-row .table-row-interior {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(15px, 2vw, 21px) clamp(28px, 3vw, 38px) clamp(16px, 2vw, 22px)
    clamp(29px, 3vw, 39px);
  cursor: pointer;
}
.table-row:hover .table-row-interior .service-name,
.table-row:hover .table-row-interior .price {
  color: var(--prime);
}
.table-row:nth-child(odd) .table-row-interior {
  backdrop-filter: blur(200px);
  box-shadow: 20px 20px 4px 0 rgba(0, 0, 0, 0.25);
  background: #181c1c;
}
.table-row:nth-child(even) .table-row-interior {
  background: transparent;
}
.service-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--white);
  transition: all 0.3s ease;
}
.price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: right;
  color: var(--white);
  transition: all 0.3s ease;
}
.call-popup-form-block-interior {
  display: flex;
}
.call-popup-form {
  margin: 0 auto;
  border: 1px solid var(--prime);
  border-radius: 1000px;
  padding: clamp(10px, 1.8vw, 21px) clamp(10px, 1.6vw, 20px);
  max-width: 346px;
  width: 100%;
  background: var(--prime);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: var(--black-800);
  cursor: pointer;
  transition: all 0.3s ease;
}
.call-popup-form:hover {
  background: rgba(245, 177, 181, 0.6);
}
.call-popup-form:active {
  background: rgba(245, 177, 181, 0.4);
}
@media (max-width: 769px) {
  h1 {
    font-size: clamp(12px, 5vw, 20px);
    letter-spacing: -0.02em;
    text-align: center;
    text-wrap-mode: wrap;
  }
  h2 {
    font-size: clamp(8px, 5vw, 18px);
    line-height: 150%;
  }
  h3 {
    font-size: clamp(12px, 5.5vw, 20px);
  }
  h4 {
    font-size: clamp(8px, 5.1vw, 20px);
  }
  p {
    font-size: clamp(6px, 4.5vw, 16px);
  }
}
@media (max-width: 769px) {
  .hero-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0;
    gap: 0;
  }
  .hero-wrapper-left {
    margin: 0;
    order: 2;
    max-width: 100%;
  }
  /* about-service-section */

  .about-service-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0 auto;
  }
  .about-service-wrapper-mobile {
    display: flex;
    padding: 0 20px;
  }
  .about-service-discripttion {
    padding: 0 20px;
  }
  .about-service-discripttion .about-service-discripttion-interior {
    display: flex;
    flex-direction: column;
    padding: 100px 20px 0;
    margin: 0 auto;
    max-width: 733px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .about-service-discripttion .about-service-discripttion-interior h2 {
    margin-bottom: 30px;
  }
  .about-service-discripttion .about-service-discripttion-interior p {
    margin-bottom: 20px;
  }
  .about-service-discripttion
    .about-service-discripttion-interior
    p:last-child {
    margin-bottom: 0;
  }
  .about-service-specialists {
    margin: auto;
    padding: 0 14px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
  }
  .slick-list {
    background: rgba(0, 0, 0, 0.5);
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .slick-dots {
    padding-right: 20px !important;
  }

  /* price-section */

  .price-wrapper {
    padding: 0;
    gap: 0;
    margin: 0 auto;
  }
  .price-wrapper-title {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    gap: 0;
  }
  .price-wrapper-title-h2 {
    padding: 60px 20px 30px;
    background: rgba(0, 0, 0, 0.5);
  }
  .price-wrapper-title-bottom {
    margin-left: 0;
  }
  .price-wrapper-title-p {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.5);
  }

  .price-wrapper-list {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0;
    gap: 0;
  }
  .price-wrapper-item {
    max-width: 100%;
    gap: 0;
  }
  .price-wrapper-item-title {
    width: 100%;
    padding: 0 20px;
  }
  .price-wrapper-item-title-h3 {
    display: flex;
    max-width: 733px;
    width: 100%;
    padding: 60px 20px 30px;
    background: rgba(0, 0, 0, 0.5);
  }
  .full-price-list-link {
    display: none;
  }
  .full-price-list-link-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--prime);
    padding: clamp(16px, 6vw, 21px) clamp(15px, 5.7vw, 20px);
    background: var(--prime);

    font-family: var(--font-family);
    font-weight: 600;
    font-size: clamp(8px, 4vw, 14px);
    line-height: 150%;
    text-transform: capitalize;
    text-align: center;
    color: var(--black-800);
  }
  .price-wrapper-item-table {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .service-name {
    font-size: clamp(6px, 3.8vw, 14px);
  }
  .price {
    font-size: clamp(6px, 3.8vw, 14px);
    max-width: 82px;
    width: 100%;
  }
  .table-row .table-row-interior {
    align-items: flex-start;
    gap: clamp(25px, 11vw, 41px);
  }
  .table-row:hover .table-row-interior .service-name,
  .table-row:hover .table-row-interior .price {
    color: var(--white);
  }
  .table-row:nth-child(odd) .table-row-interior {
    backdrop-filter: blur(200px);
    box-shadow: 20px 20px 4px 0 rgba(0, 0, 0, 0.25);
    background: #181c1c;
    padding: clamp(15px, 5.7vw, 20px) clamp(28px, 10.8vw, 40px);
  }
  .table-row:nth-child(even) {
    padding: 0 20px;
  }
  .table-row:nth-child(even) .table-row-interior {
    box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
    background: rgba(66, 66, 66, 0.5);
    max-width: 733px;
    width: 100%;
    padding: clamp(15px, 5.7vw, 20px);
  }
  .price-wrapper-item-table .table-row:last-child .table-row-interior {
    box-shadow: none;
  }
  .call-popup-form-block {
    padding: 0 20px;
  }
  .call-popup-form-block-interior {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 20px 0;
  }
  .call-popup-form {
    padding: clamp(10px, 5.5vw, 21px) clamp(10px, 5.3vw, 20px);
    max-width: 100%;
    width: 100%;
    background: var(--prime);
    font-family: var(--font-family);
    font-size: clamp(8px, 4vw, 14px);
    transition: all 0.3s ease;
    margin: 0 auto;
  }
}
