﻿@font-face {
  font-family: 'Chutz';
  src: url(../fonts/Chutz-Bold.woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* html{
  scroll-behavior: smooth;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

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

/* Mobile-specific improvements */
@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  
  /* Improve touch targets */
  button, a {
    min-height: 44px;
    min-width: 44px;
  }
  
  /* Better text readability */
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* ////////////////////////////Modal////////////////////////////// */
.mobile-menu {
  display: none;
}

/* Общий фон */
.hero-background {
  background: url('../img/main1.jpg') no-repeat center center / cover;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center 0px;

  display: flex;
  flex-direction: column;
}

.header {
  display: flex;
  flex-direction: column;
  padding-top: 46px;
  position: relative;
}

.logo-container {
  width: 100%;
  height: 71px;
  backdrop-filter: blur(70px);
  background: rgba(67, 67, 67, 0.38);
  margin-bottom: 13px;
  text-align: center;
}
.logo {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #ddcdb3;
}

.logo-span {
  display: block;
  font-family: 'Roboto Mono', sans-serif;
  font-weight: 300;
  font-size: 36px;
  margin-top: -11px;
  letter-spacing: 0.04em;
}

.menu-burger {
  position: absolute;
  right: 16px;
  top: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);

  display: none;
}

.menu-burger-icon {
  width: 32px;
  height: 32px;
  fill: #fff;

  transition: transform 0.3s ease;
}

.menu-burger.active .menu-burger-icon {
  transform: rotate(-90deg);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 13px;
}

.nav-container-inner {
  margin: 0 auto;
}

/* Навигация */
.nav-list {
  display: flex;
  gap: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.nav-link {
  transition: box-shadow 0.3s;
}

.nav-link:hover,
.nav-link:focus {
  box-shadow: 0 0 25px 0 rgba(173, 173, 173, 0.2);
}

.nav-actions {
  display: flex;
  align-items: center;

  position: absolute;
  right: 79px;
  top: 50%;
  transform: translateY(-50%);
}

.language-switch {
  display: flex;
  gap: 4px;
  margin-right: 12px;
}

.mobile-language-switch {
  display: none;
}

.lang-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;

  line-height: 1.71429;
  color: #fff;

  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #555;
  border-radius: 10px;
  width: 46px;
  height: 45px;
  background: rgba(44, 44, 44, 0.63);
  cursor: pointer;

  transition: color 0.3s ease, box-shadow 0.3s ease;
}

.lang-btn:hover,
.lang-btn:focus {
  box-shadow: 0 0 25px 0 rgba(173, 173, 173, 0.25);
}
.lang-btn.active {
  background: #fff;
  color: #000;
  box-shadow: 0 0 25px 0 rgba(173, 173, 173, 0.25);
}

.nav-button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;

  line-height: 1.71429;
  text-align: center;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border: 1px solid #555;
  border-radius: 10px;
  padding: 11px 18px;
  width: 240px;
  height: 45px;

  background: rgba(44, 44, 44, 0.63);
  cursor: pointer;
  white-space: nowrap;

  transition: box-shadow 0.3s;
}

.nav-button:hover,
.nav-button:focus {
  box-shadow: 0 0 25px 0 rgba(173, 173, 173, 0.2);
}

.icon {
  width: 18px;
  height: 20px;
  fill: #fff;
}

/* Hero */
.hero {
  flex: 1;
  display: flex;
  text-align: center;
  margin-top: 245px;
  margin-bottom: auto;
}

.hero-content {
  width: 718px;
}

.hero-title {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 0;
}

/* Кнопки */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 150px;
  margin-bottom: 200px;
}

.first-button {
  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #fff;
  border-radius: 10px;
  padding: 21px 55px;
  width: 273px;
  height: 57px;
  background: #fff;

  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  cursor: pointer;

  transition: box-shadow 0.3s;
}

.second-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 21px 55px;
  width: 273px;
  height: 57px;
  background: rgba(255, 255, 255, 0.5);
  white-space: nowrap;

  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  cursor: pointer;

  transition: box-shadow 0.3s;
}

.first-button:hover,
.first-button:focus {
  box-shadow: 0 0 20px 0 rgba(173, 173, 173, 0.35);
}

.second-button:hover,
.second-button:focus {
  box-shadow: 0 0 20px 0 rgba(173, 173, 173, 0.25);
}

/* Сервіс */

.services {
  padding-top: 55px;
  padding-bottom: 50px;
}

.services-title {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 40px;

  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}

.services-lisl {
  width: 1092px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
}

.services-item {
  position: relative;
  width: 337px;
  height: 350px;
  display: block;
  overflow: hidden;
}

.services-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 35px;
  background: rgba(255, 255, 255, 0.8);

  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #000;
}

.services-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;

  border: 1px solid #000;
  border-radius: 10px;
  padding: 21px 55px;
  width: 273px;
  height: 57px;
  background: rgba(9, 9, 9, 0.13);

  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  cursor: pointer;
  display: none;
}

/* ////////////////////////  ПРО НАС  //////////////////// */

.about {
  padding-top: 55px;
}

.about-title {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 0.6;
  letter-spacing: 0.07em;
  text-align: center;
  color: #090909;
  padding-bottom: 55px;
}

.about-container {
  background: url('../img/image1.webp') no-repeat center center / cover;
  max-height: 100vh;
  background-repeat: no-repeat;
  background-position: center 0px;
  padding-top: 31px;
  padding-bottom: 100px;
  position: relative;
}

.about-logo {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #000;

  width: 100%;
  height: 71px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.28);
  text-align: center;
}

.about-logo-span {
  display: block;
  font-family: 'Roboto Mono', sans-serif;
  font-weight: 300;
  font-size: 36px;
  margin-top: -11px;
  letter-spacing: 0.04em;
}

.about-text-container {
  width: 759px;
  height: 383px;
  background: rgba(255, 255, 255, 0.9);
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
  padding-top: 26px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 30px;
}

.about-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #090909;
}
.about-text-mobile {
  display: none;
}

.about-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  gap: 32px;
}

.author-avatar {
  width: 70px;
  height: 70px;
}

.author-name {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #000;
}

.author-role {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #000;
}

/* ////////////////// cosmetics ////////////////////// */

.cosmetics {
  width: 1124px;
  height: auto;
  padding: 80px 16px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.cosmetics-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 54px;
}

.cosmetics-title {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 42px;
}

.cosmetics-description {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
}

.cosmetics-image {
  width: 546px;
  height: 364px;
}

/* //////////////////// галерея ////////////////// */

.gallery-mobile {
  display: none;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}

.gallery-title {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 0.6;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 105px;
}

.gallery-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  /* display: flex; */
  /* gap: 20px; */
}

.gallery-desktop {
  display: flex;
  /* flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 132px; */
}

/* Gallery Slider Styles */
.gallery-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: #5a5a5a;
  font-size: 24px;
  font-weight: bold;
}

.gallery-nav-btn:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-50%) scale(1.1);
}

.gallery-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}

/* Inside the track: negative values sit outside .gallery-slider and get clipped
   when .gallery-desktop uses overflow-x: hidden (tablet / narrow layouts). */
.gallery-prev {
  left: 12px;
}

.gallery-next {
  right: 12px;
}

.gallery-scroll-container {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 132px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gallery-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  justify-content: center;
  gap: 12px;
}

.gallery-slide.active {
  display: flex;
  opacity: 1;
}

.gallery-desktop-image {
  width: 389px;
  height: 389px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.gallery-indicators {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.gallery-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-indicator:hover {
  background: #bbb;
}

.gallery-indicator.active {
  background: #5a5a5a;
  transform: scale(1.2);
}

/* Lightbox Modal Styles */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  /* Enable touch events */
  touch-action: pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch;
}

.lightbox-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Improve touch interaction */
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  padding: 10px;
  transition: all 0.3s ease;
  z-index: 10000;
}

.lightbox-close:hover {
  color: #ddd;
  transform: scale(1.1);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  padding: 15px 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
  left: -60px;
}

.lightbox-next {
  right: -60px;
}

/* Make gallery images clickable */
.gallery-desktop-image {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-desktop-image:hover {
  transform: scale(1.02);
}

/* Keep original styles for mobile gallery */
.gallery-mobile-scroll-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 132px;
}

.gallery-mobile-image {
  width: 389px;
  height: 389px;
}

.gallery-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  padding: 19px 43px;
  width: 333px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;

  border: 1px solid #f5f5f5;
  border-radius: 10px;
  background: #5a5a5a;
}

.gallery-icon {
  width: 24px;
  height: 24px;
}

/* /////////////////////// прайс лист /////////////////////// */

.price {
  padding-top: 130px;
  padding-bottom: 65px;
}

.price-container {
  width: 1235px;
  /* height: 954px; */
  margin-left: auto;
  margin-right: auto;
}

.price-title {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.66667;
  letter-spacing: 0.05em;
  text-align: center;

  margin-bottom: 24px;
}

.price-description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.26667;
  text-align: center;

  margin-bottom: 95px;
}

.price-cards {
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
  gap: 40px;
  margin-bottom: 95px;
}

.price-item-1 {
  width: 385px;
  height: 647px;
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-item-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  pointer-events: none;
}

.price-item-1:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}
.price-item-2 {
  width: 385px;
  height: 647px;
  background: linear-gradient(135deg, #3d3c3c 0%, #2a2a2a 100%);
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-item-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  pointer-events: none;
}

.price-item-2:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}
.price-item-3 {
  width: 385px;
  height: 647px;
  background: linear-gradient(135deg, #5a5a5a 0%, #404040 100%);
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-item-3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  pointer-events: none;
}

.price-item-3:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}

.price-item-title-container {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.price-icon {
  width: 40px;
  height: 40px;
}

.price-item-title {
  max-width: 273px;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.price-list-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.price-list-row-1 {
  display: flex;
  justify-content: space-between;
  gap: 38px;
}

/* ................... текст ................... */
.price-item-title {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 0.83333;
  letter-spacing: 0.06em;
  color: #fff;
}

.service-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}

.service-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

.service-name-group {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}

.price-button {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: row; */
  margin-left: auto;
  margin-right: auto;

  border: 1px solid #000;
  border-radius: 10px;
  padding: 21px 55px;
  width: 273px;
  height: 57px;
  background: #ffefd5;
}

/* ////////////////////// News //////////////////////// */

.news {
  width: 1200px;
  padding-top: 131px;
  padding-bottom: 160px;
  margin-left: auto;
  margin-right: auto;
}

.news-container {
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.news-title {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.66667;
  letter-spacing: 0.07em;
  text-align: center;
  color: #000;
  margin-bottom: 45px;
}

.news-subtitle {
  width: 966px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 0.8;
  text-align: center;
  color: #000;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.news-scroll-container {
  width: 1200px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 45px;
}

.news-card {
  width: 370px;
  height: 631px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.news-img-1 {
  display: block;
  background: url('../img/news-desktop1.png') no-repeat center center / cover;
  width: 370px;
  height: 247px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 60px;
}
.news-img-2 {
  display: block;
  background: url('../img/news-desktop2.png') no-repeat center center / cover;
  width: 370px;
  height: 247px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 60px;
}
.news-img-3 {
  display: block;
  background: url('../img/news-desktop3.png') no-repeat center center / cover;
  width: 370px;
  height: 247px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 60px;
}

.news-card-title {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.28571;
  letter-spacing: 0.07em;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}

.news-card-description {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #5a5a5a;
  margin-left: 30px;
  margin-right: 30px;
}

.news-button {
  margin: auto auto 0px 30px;
  border: transparent;
  padding: 5px 5px;
  background-color: #fff;
  cursor: pointer;

  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  color: #b1976b;
}

.card-line {
  border: 1px solid #eaeaea;
}

.date {
  display: flex;
  width: 370px;
  height: 46px;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #adadad;
  padding-left: 30px;
}

.section-picture {
  padding-bottom: 86px;
}

.section-img {
  background: url('../img/section-img-desktop.webp') no-repeat center center /
    cover;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center 0px;
}

/* //////////////////////// reviews /////////////////////////// */

.reviews {
  padding-top: 76px;
  padding-bottom: 86px;
}

.reviews-container {
  width: 1334px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-title {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.66667;
  letter-spacing: 0.07em;
  color: #000;

  text-align: center;
  margin-bottom: 59px;
}

.reviews-subtitle {
  width: 1256px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.26667;
  color: #000;
  text-align: center;

  margin-bottom: 134px;
}

.reviews-subtitle-tablet {
  display: none;
}

.reviews-cards {
  width: 1334px;
  display: flex;
  gap: 94px;
}

.review-card {
  width: 382px;
  height: 217px;
  background: rgba(80, 80, 80, 0.91);
  padding: 16px 30px 24px 16px;
}

.review-header {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.review-avatar {
  width: 60px;
  height: 60px;
}

.review-info {
  display: flex;
  flex-direction: column;
}
.review-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2.5;
  color: #fff;
}

.review-stars {
  width: 87px;
  height: 14px;
}

.review-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
}

/* //////////////////////// booking //////////////////////// */

.booking {
  background: url('../img/booking-desktop.webp') no-repeat center center / cover;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center 0px;

  padding-top: 79px;
  padding-bottom: 180px;
}
.booking-container {
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.booking-title {
  font-family: 'Chutz', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.66667;
  letter-spacing: 0.07em;
  color: #fff;

  text-align: center;
  margin-bottom: 38px;
}

.booking-subtitle {
  width: 926px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 53px;
}

.booking-content {
  width: 1130px;
  height: 640px;
  backdrop-filter: blur(59px);
  background: rgba(217, 217, 217, 0.18);
  padding: 64px 74px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.booking-form {
  width: 481px;
  height: 513px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  background: #fff;
  padding: 26px 38px;
}

.form-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.07em;
  color: #000;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.form-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
}
.input {
  border: 1px solid #000;
  width: 404px;
  height: 37px;
}

.textarea {
  border: 1px solid #000;
  width: 404px;
  height: 76px;
}

.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 30px;

  border: 1px solid #000;
  padding: 13px 114px;
  /* padding-top: 13px; */
  padding-bottom: 13px;
  width: 404px;
  height: 37px;

  background: #000;
}

.submit-button-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.submit-button-icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.booking-contacts {
  /* width: 250px; */
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-item-img-container {
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #555;
}

.contact-item-img {
  width: 24px;
  height: 24px;
  fill: #fff;
  object-fit: contain;
}

.contact-item {
  display: flex;
  gap: 15px;
}

.contact-item-text {
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}

.footer {
  padding-top: 170px;
  padding-bottom: 150px;
}

.footer-container-mobile {
  display: none;
}
.footer-container {
  width: 1440px;
  display: flex;
  gap: 52px;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom {
  display: flex;
  gap: 52px;
}

.footer-column {
  width: 250px;
  display: flex;
  flex-direction: column;
}

.footer-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #3d3c3c;
  margin-bottom: 30px;
  text-align: center;
}

.footer-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3d3c3c;
  text-align: center;
  margin-bottom: 10px;
}

.footer-text.left {
  width: 210px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3d3c3c;
  text-align: left;
  padding-left: 10px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
}

.footer-link {
  padding: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3d3c3c;
  transition: color 0.3s ease;
}

.footer-link:hover,
.footer-link:focus {
  color: #000;
}

.footer-top-container {
  width: 490px;
  display: flex;
  flex-direction: column;
}

.footer-top-container-info {
  display: flex;
  gap: 80px;
  width: 490px;
  margin-bottom: 35px;
}

.footer-link-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #3d3c3c;
  text-align: center;
  margin-bottom: 15px;
}
.footer-link-container {
  width: 208px;
  display: flex;
  gap: 16px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-img-container {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #3d3c3c;
  transition: box-shadow 0.3s ease;
}

.footer-link-img-container:hover,
.footer-link-img-container:focus {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.footer-svg-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-link-icon {
  width: 22px;
  height: 22px;
}

/* ////////////////////////////////////////////// */
.footer-map {
  width: 485px;
  height: 191px;
  transition: box-shadow 0.3s ease;
}

.footer-map:hover,
.footer-map:focus {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}


/* ============================================================
   MEDIA QUERIES (перенесено з legacy/css/media.css)
   ============================================================ */

@media screen and (max-width: 1440px) and (min-width: 1199px) {
  .nav-actions {
    right: 4px;
  }

  .footer-container {
    width: 1199px;
    gap: 0;
  }

  .footer-bottom {
    gap: 0;
  }

  .footer-column {
    width: 220px;
  }
  .footer-top-container {
    width: 420px;
  }

  .footer-top-container-info {
    gap: 10;
  }
}

@media screen and (max-width: 1590px) and (min-width: 1199px) {
  .gallery-desktop-image:nth-of-type(7),
  .gallery-desktop-image:nth-of-type(8) {
    display: none;
  }

  .price-cards {
    gap: 22px;
  }
  .price-container {
    width: 1200px;
  }

  .reviews-container {
    width: 1200px;
  }
  .reviews-cards {
    width: 1200px;
    gap: 27px;
  }
  .reviews-subtitle {
    width: 1200px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  /* Стили для планшетов */

  .hero-background {
    background-position: center 0;
  }

  /* Hero: tablet shares off-canvas nav with phones (see max-width: 1199px) */
  .hero {
    justify-content: center;
  }

  .hero-content {
    width: 100%;
    max-width: 718px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .nav-actions {
    display: none;
  }

  .hero-title {
    font-family: 'Chutz', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.625;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }

  .hero-buttons {
    margin-top: 180px;
  }

  .services {
    padding-bottom: 0;
  }
  .services-lisl {
    width: 720px;
  }

  .services-btn {
    display: flex;
    margin-top: 50px;
  }

  .about-container {
    background: url(../img/about-tablet.webp);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
  }
  .about-text-container {
    margin-top: 42px;
  }

  .cosmetics {
    width: 100%;
    max-width: 768px;
    box-sizing: border-box;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .cosmetics-container {
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
  }

  .cosmetics-text {
    width: 380px;
  }

  .cosmetics-title {
    margin-bottom: 10px;
  }
  .cosmetics-image {
    width: 360px;
    height: auto;
  }

  .gallery {
    padding-top: 100px;
    padding-bottom: 95px;
  }

  /* .gallery-container {
    max-width: 758px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
  } */

  .gallery-desktop {
    position: relative;
    max-width: 758px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
  }

  .gallery-slider {
    position: static;
    width: 100%;
  }

  .gallery-nav-btn {
    position: absolute;
    top: 200px;
  }

  .gallery-prev {
    left: 4px;
  }

  .gallery-next {
    right: 4px;
    left: auto;
  }

  .gallery-scroll-container {
    padding-left: 1px;
    width: max-content;
    margin-bottom: 125px;
    height: 760px;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .gallery-scroll-container::-webkit-scrollbar {
    display: none;
  }

  /* ///////////////////// на флексах в один ряд ///////////////////// */

  /* .gallery-container {
    max-width: 758px;
    margin: 0 auto;
    overflow-x: auto;
  }

  .gallery-scroll-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    max-height: 760px;
    /* overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0px;
  }

  .gallery-desktop-image {
    width: 369px;
    height: 369px;
    object-fit: cover;
    scroll-snap-align: start;
    border-radius: 5px;
    margin-right: 12px;
    display: inline-block;
  }

  .gallery-desktop-image {
    width: 369px;
    height: 369px;
    scroll-snap-align: start;
    object-fit: cover;
    border-radius: 5px;
  }

  .gallery-scroll-container {
    column-count: 2;
    column-gap: 0;
  } */

  /* ///////////////////////////////////////////////////////////////////// */

  .price {
    padding-top: 33px;
    padding-bottom: 40px;
  }

  .price-container {
    max-width: 770px;
  }

  .price-description {
    margin-bottom: 40px;
  }

  .price-cards {
    flex-direction: column;
    align-items: center;
    gap: 88px;
  }

  .price-item-1 {
    background: url('../img/price-list-desktop3.png') no-repeat center
      calc(100% - -20px) / cover;
    width: 541px;
    height: 633px;
    padding-top: 24px;
    padding-left: 78px;
    padding-right: 78px;
  }

  .price-item-2 {
    background: url('../img/price-list-desktop2.png') no-repeat center
      calc(100% - -30px) / cover;
    width: 541px;
    height: 633px;
    padding-top: 24px;
    padding-left: 90px;
    padding-right: 78px;
  }

  .price-item-3 {
    background: url('../img/price-list-desktop3.png') no-repeat center
      calc(100% - -20px) / cover;
    width: 541px;
    height: 633px;
    padding-top: 24px;
    padding-left: 78px;
    padding-right: 70px;
  }

  .service-name-group {
    margin-left: -40px;
  }

  .news {
    width: 100%;
    max-width: 768px;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 125px;
  }
  .news-container {
    width: 100%;
    max-width: 768px;
    box-sizing: border-box;
  }

  .news-title {
    font-size: 32px;
    line-height: 1.09375;
  }

  .news-subtitle {
    margin-bottom: 65px;
    width: 700px;
    font-size: 24px;
    line-height: 1;
  }

  .news-scroll-container {
    width: 100%;
    max-width: 768px;
    box-sizing: border-box;
    gap: 39px;
  }

  .news-card {
    width: 230px;
    height: 631px;
  }

  .news-img-1 {
    background: url('../img/news-tablet1.png') no-repeat center center / cover;
    width: 230px;
    height: 246px;
  }
  .news-img-2 {
    background: url('../img/news-tablet2.png') no-repeat center center / cover;
    width: 230px;
    height: 246px;
  }
  .news-img-3 {
    background: url('../img/news-tablet3.png') no-repeat center center / cover;
    width: 230px;
    height: 246px;
  }

  .news-card-title {
    width: 200px;
    margin-bottom: 10px;
    margin-left: 15px;
  }

  .news-card-description {
    width: 185px;
    line-height: 1.28571;
    margin-left: auto;
    margin-right: auto;
  }

  .date {
    width: 230px;
  }

  .section-picture {
    padding-bottom: 0px;
  }

  .reviews {
    padding-top: 110px;
    padding-bottom: 72px;
  }
  .reviews-container {
    width: 100%;
    max-width: 768px;
    box-sizing: border-box;
  }
  .reviews-title {
    line-height: 0.75;
    font-size: 32px;
    margin-bottom: 48px;
  }
  .reviews-subtitle {
    display: none;
  }

  .reviews-subtitle-tablet {
    display: flex;
    width: 660px;

    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.58333;
    color: #000;
    margin-bottom: 82px;
    text-align: center;

    margin-left: auto;
    margin-right: auto;
  }

  .reviews-cards {
    width: 100%;
    max-width: 768px;
    box-sizing: border-box;
    gap: 36px;
  }

  .review-card {
    width: 232px;
    height: 245px;
    padding: 18px 0px 10px 9px;
  }

  .review-text {
    width: 204px;
    font-size: 12px;
    line-height: 1.66667;
  }

  /* ////////////////booking/////////////// */

  .booking {
    background: url('../img/booking-tablet.webp') no-repeat center center /
      cover;
    padding-bottom: 129px;
  }

  .booking-container {
    width: 100%;
    max-width: 768px;
    box-sizing: border-box;
  }

  .booking-title {
    font-size: 32px;
    line-height: 0.75;
    margin-bottom: 20px;
  }
  .booking-subtitle {
    width: 705px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 23px;
  }

  .booking-content {
    width: 642px;
    height: 846px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 61px 65px;
    margin-left: auto;
    margin-right: auto;
  }

  .booking-form {
    margin-bottom: 53px;
    margin-right: auto;
    margin-left: auto;
  }

  .booking-contacts {
    width: 520px;
    display: flex;
    flex-wrap: wrap;
    gap: 31px;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-item {
    width: 240px;
    gap: 10px;
  }

  .contact-item-img-container.width {
    width: 54px;
    height: 43px;
    border-radius: 50%;
  }

  .contact-item-img {
    width: 24px;
    height: 24px;
  }

  .footer {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .footer-container {
    width: 100%;
    max-width: 768px;
    box-sizing: border-box;
    gap: 40px;
    flex-direction: column-reverse;
  }
  .footer-bottom {
    width: 746px;
    gap: 17px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-column {
    width: 238px;
  }

  .footer-top-container {
    width: 694px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-top-container-info {
    width: 694px;
    gap: 250px;
  }

  .footer-map {
    width: 694px;
    height: 228px;
  }
}

/* Phone + tablet: hamburger + slide-out menu (desktop nav from 1200px) */
@media screen and (max-width: 1199px) {
  .menu-burger {
    display: block;
  }

  .nav-container {
    display: none;
  }

  /* ////////////////////////////modal////////////////////////// */
  .mobile-menu {
    background: url(../img/1924.webp) no-repeat center center / cover;
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 868px;
    z-index: 100;

    transform: translateX(100%);
    transition: transform 0.4s ease-in-out, opacity 0.5s ease-in-out;
    pointer-events: none;
    opacity: 0;
    margin-top: -46px;
  }
  .mobile-menu.active {
    transform: translateX(0);
    pointer-events: auto;
    opacity: 1;
  }

  .close-button {
    flex-grow: 1;
    min-width: 50px;
    max-width: 445px;
    background: transparent;
    padding-top: 55px;
    border: none;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.76);
  }
  .menu-close-icon {
    width: 26px;
    height: 20px;
    top: 55px;
    left: 22px;
  }

  .mobile-menu-container {
    min-width: 250px;
    max-width: 322px;
    height: 868px;
    padding: 36px 24px 27px 24px;
    background: rgba(85, 85, 85, 0.83);
  }

  .logo-mobile {
    font-family: 'Chutz', sans-serif;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #ddcdb3;

    padding-top: 2px;
    width: 322px;
    height: 71px;
    backdrop-filter: blur(70px);
    background: rgba(32, 32, 32, 0.38);
    margin-left: -24px;
    margin-bottom: 30px;
  }

  .language-switch {
    margin-left: 36px;
    margin-bottom: 30px;
    display: flex !important;
    gap: 4px !important;
  }

  .language-switch .lang-btn {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mobile-nav-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    margin-left: 36px;
  }

  .mobile-nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
  }

  .mobile-book-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;

    border: 1px solid #fff;
    border-radius: 10px;
    padding: 21px 55px;
    width: 273px;
    height: 57px;

    background: #fff;
    margin-top: 40px;
  }

  .mobile-contacts {
    display: flex;
    flex-direction: row;
    gap: 17px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mobile-contacts-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    background-color: #f1d08b;
  }

  .mobile-phone-icon {
    height: 18px;
    width: 18px;
  }

  .mobile-phone {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    color: #fff;
  }
  /* /////////////////////modal///////////////////////////// */

  .menu-burger {
    position: absolute;
    right: 16px;
    top: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    transform: translateY(-50%);
  }

  .mobile-language-switch {
    position: absolute;
    right: 50px;
    top: 85px;
    display: flex !important;
    gap: 4px;
  }

  .mobile-language-switch .lang-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.71429;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #555;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    background: rgba(44, 44, 44, 0.63);
    cursor: pointer;
    transition: color 0.3s ease, box-shadow 0.3s ease;
  }

  .mobile-language-switch .lang-btn:hover,
  .mobile-language-switch .lang-btn:focus {
    box-shadow: 0 0 25px 0 rgba(173, 173, 173, 0.25);
  }

  .mobile-language-switch .lang-btn.active {
    background: #fff;
    color: #000;
    box-shadow: 0 0 25px 0 rgba(173, 173, 173, 0.25);
  }
}

@media screen and (max-width: 767px) {
  /* Стили для телефонов */

  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 23px;
  }

  .hero-title {
    max-width: 550px;
    font-family: 'Chutz', sans-serif;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -30px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 112px;
  }

  /* Desktop .hero-content is 718px; without this, mobile overflows and emulators can look clipped */
  .hero-content {
    width: 100%;
    max-width: 100%;
  }

  .first-button,
  .second-button {
    width: 280px;
    text-align: center;
    padding: 15px 30px;
    font-size: 16px;
  }

  .services {
    padding-bottom: 0;
  }

  .services-lisl {
    width: 354px;
    gap: 20px;
  }

  .services-item {
    width: 353px;
    height: 173px;
    border-radius: 8px;
    overflow: hidden;
  }

  .services-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .services-text {
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    text-align: center;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.9);
  }

  .services-btn {
    display: flex;
    margin-top: 50px;
  }

  .about-logo {
    color: #ddcdb3;
    background: rgba(67, 67, 67, 0.38);
  }

  .about-container {
    background: url(../img/about-phone.webp);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    padding-bottom: 76px;
  }
  .about-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.71429;
    color: #090909;
  }

  .about-text-container {
    transform: none;
    width: 353px;
    height: auto;
    padding-top: 50px;
    padding-left: 24px;
    padding-right: 19px;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-text-desktop {
    display: none;
  }

  .about-text-mobile {
    display: block;
  }

  .about-author {
    margin-top: 30px;
    gap: 2px;
    align-items: stretch;
  }

  .author-name {
    font-family: 'Chutz', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.07em;
  }

  .author-role {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 16px;
  }

  .cosmetics {
    max-width: 353px;
    padding: 0px;
    margin: 40px auto;
  }

  .cosmetics-container {
    flex-direction: column;
    align-items: center;
    gap: 23px;
  }

  .cosmetics-title {
    font-family: 'Chutz', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 2.4;
    margin-bottom: 10px;
  }

  .cosmetics-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
  }

  .cosmetics-image {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
  }

  .gallery-desktop {
    display: none;
  }
  .gallery-link {
    display: none;
  }

  .gallery {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 88px;
  }

  .gallery-title {
    font-family: 'Chutz', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.07em;

    margin-bottom: 40px;
  }

  .gallery-container {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-mobile {
    max-width: 350px;
    display: block;
  }

  .gallery-mobile-scroll-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 350px;
    height: 249px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .gallery-mobile-scroll-container::-webkit-scrollbar {
    display: none;
  }

  .gallery-mobile-image {
    width: 350px;
    height: 249px;
    object-fit: cover;
    flex-shrink: 0;
    scroll-snap-align: start;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .gallery-mobile-image:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }

  /* Mobile Lightbox Improvements */
  .lightbox-modal {
    touch-action: pan-y pinch-zoom;
  }

  .lightbox-content {
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
  }

  .lightbox-image {
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
  }

  /* Improve touch targets for mobile */
  .lightbox-close {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lightbox-nav {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* //////////////////// прайс лист ////////////////////// */

  .price-container {
    width: 350px;
  }

  .price {
    padding: 0px 0px;
  }

  .price-title {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }

  .price-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .price-item-title {
    letter-spacing: 0.07em;
  }

  .price-cards {
    flex-direction: column;
    margin-bottom: 53px;
    gap: 20px;
  }

  .price-item-1 {
    width: 350px;
    height: 647px;
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    border-radius: 20px;
    padding: 32px 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .price-item-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    pointer-events: none;
  }

  .price-item-2 {
    width: 350px;
    height: 647px;
    background: linear-gradient(135deg, #3d3c3c 0%, #2a2a2a 100%);
    border-radius: 20px;
    padding: 32px 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .price-item-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    pointer-events: none;
  }

  .price-item-3 {
    width: 350px;
    height: 647px;
    background: linear-gradient(135deg, #5a5a5a 0%, #404040 100%);
    border-radius: 20px;
    padding: 32px 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .price-item-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    pointer-events: none;
  }

  .price-list {
    gap: 22px;
  }

  .price-button {
    background: #e9e9e9;
  }

  .news {
    width: 350px;
    padding-top: 50px;
    padding-bottom: 36px;
  }

  .news-container {
    width: 350px;
  }

  .news-title {
    width: 244px;
    margin-left: 53px;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 29px;
  }

  .news-subtitle {
    display: none;
  }

  .news-scroll-container {
    width: 300px;
    height: 650px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .news-scroll-container::-webkit-scrollbar {
    display: none;
  }

  .news-card {
    width: 230px;
    height: 631px;
    border-left: 2px solid #eaeaea;

    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .news-img-1 {
    background: url('../img/news-tablet1.png') no-repeat center center / cover;
    width: 230px;
    height: 246px;
    margin-bottom: 50px;
  }
  .news-img-2 {
    background: url('../img/news-tablet2.png') no-repeat center center / cover;
    width: 230px;
    height: 246px;
    margin-bottom: 50px;
  }
  .news-img-3 {
    background: url('../img/news-tablet3.png') no-repeat center center / cover;
    width: 230px;
    height: 246px;
    margin-bottom: 50px;
  }

  .news-card-description {
    line-height: 1.5;
    margin-right: 15px;
  }

  .news-card-title {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .date {
    width: 230px;
  }

  .scroll-indicators {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 3px;
  }

  .dot {
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
  }

  .dot.activ {
    background: #000;
  }

  .section-picture {
    padding-bottom: 0;
  }

  .section-img {
    height: 252px;
    background: url('../img/section-img-mobile.png') no-repeat center center /
      cover;
  }

  /* ///////////////////////// reviews /////////////////////// */
  .reviews {
    max-width: 767px;
    padding-top: 40px;
    padding-bottom: 62px;
  }
  .reviews-container {
    width: 354px;
    /* max-width: 767px; */
    overflow: hidden;
  }
  .reviews-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  .reviews-subtitle {
    display: none;
  }

  .reviews-subtitle-tablet {
    display: flex;
    width: 353px;

    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #000;
    margin-bottom: 32px;
    text-align: center;

    margin-left: auto;
    margin-right: auto;
  }

  .reviews-cards {
    width: 232px;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .review-card {
    flex: 0 0 232px;
    width: 232px;
    height: 245px;
    padding: 18px 0px 10px 9px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .reviews-cards {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .reviews-cards::-webkit-scrollbar {
    display: none;
  }

  .review-text {
    width: 204px;
    font-size: 12px;
    line-height: 1.66667;
  }

  .reviews-dots {
    width: 200px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 3px;
    margin-left: auto;
    margin-right: auto;
  }
  .dot-review {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ccc;
  }
  .dot-review.active {
    background: #000;
  }

  /* //////////////////////booking/////////////// */

  .booking {
    background: url('../img/booking-mobile.webp') no-repeat center center /
      cover;
    padding-top: 58px;
    padding-bottom: 92px;
  }

  .booking-container {
    width: 355px;
  }

  .booking-title {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.07em;
    margin-bottom: 20px;
    text-align: center;
  }
  .booking-subtitle {
    width: 355px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 35px;
  }

  .booking-content {
    width: 353px;
    height: 1012px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 44px;
    padding-left: 20px;
    padding-right: 21px;
    margin-left: auto;
    margin-right: auto;
  }

  .booking-form {
    width: 312px;
    margin-bottom: 53px;
    margin-right: auto;
    margin-left: auto;
    padding: 21px 12px 21px 16px;
    margin-bottom: 37px;
  }

  .input {
    width: 284px;
  }
  .textarea {
    width: 284px;
  }

  .submit-button {
    width: 284px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .booking-contacts {
    width: 520px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 32px;

    margin-left: auto;
    margin-right: auto;
  }

  .contact-item {
    width: 240px;
    gap: 15px;
  }

  .contact-item-img-container.width {
    width: 54px;
    height: 43px;
    border-radius: 50%;
  }

  .contact-item-img {
    width: 24px;
    height: 24px;
  }

  .footer-container {
    display: none;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .footer-mobile-map {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .footer-container-mobile {
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding: 0 20px;
  }

  .footer-link-container {
    justify-content: center;
    gap: 20px;
  }

  .footer-link-img-container {
    width: 50px;
    height: 50px;
  }

  .footer-link-icon {
    width: 24px;
    height: 24px;
  }
}

/* =====================================================
   Sticky CTA — Записатися (mobile only)
   ===================================================== */
.sticky-book-btn {
  display: none;
}

@media (max-width: 768px) {
  .sticky-book-btn {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #AD776B;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.18);
  }

  body {
    padding-bottom: 54px;
  }
}

/* =====================================================
   Telegram float button
   ===================================================== */
.telegram-float-btn {
  position: fixed;
  bottom: 74px;
  right: 20px;
  width: 52px;
  height: 52px;
  background: #2AABEE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.telegram-float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.32);
}

@media (min-width: 769px) {
  .telegram-float-btn {
    bottom: 30px;
  }
}
