html, body {
  overflow-x: hidden;
}
/*body {
  background-color: #0A0A0A !important;
}*/
.cleaning-page{
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  position: relative;
}

.hero-section {
  position: relative;
height: 51.61458vw;
  display: flex;
  width: 100vw;
  align-items: center;
  justify-content: center;
}


/* Фоновое изображение с градиентом */
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), 
  url("../images/cleaning_main.png") lightgray 0vw -17.55849vw / 114.948% 148.47% no-repeat;

  background-size: cover;
  background-position: center;
  z-index: -1;
}
.logo-image_main{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
width: 36.71875vw;
height: 36.71875vw;
flex-shrink: 0;
  background: url('../images/cleanig_main.svg') center/contain no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.logo-groub{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  top: 19.63542vw;
  gap: 1.04167vw;
}
.logo-text{
color: var(--White-White-Text, #FFF);
text-align: center;
font-family: "Anderson Grotesk";
font-size: 6.66667vw;
font-style: normal;
font-weight: 900;
line-height: 80%;
width: 32.96875vw;
}
.logo-accent_text{
color: var(--White-White-Text, #FFF);
text-align: center;
/* Desktop/Text/Text Medium */
font-family: "Inter";
font-size: 1.25vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 1.375vw */
letter-spacing: -0.0375vw;
text-transform: uppercase;
}




/* Планшетная версия (1024px) */
@media (max-width: 1024px) {
.hero-section {
width: 100vw;
height: 69.53125vw;
}


/* Фоновое изображение с градиентом */
.hero-section::before {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), 
url("../images/cleaning_main.png") lightgray -3.21484vw -15.34453vw / 135.576% 130.033% no-repeat;
}
.logo-image_main{
width: 43.94531vw;
height: 43.94531vw;
}
.logo-groub{
  top: 28.51562vw;
  gap: 1.46484vw;
}

.logo-text{
font-size: 4.6875vw;
font-style: normal;
font-weight: 900;
line-height: 90%; /* 4.21875vw */
letter-spacing: -0.09375vw;
width: 25.39062vw;
}
.logo-accent_text{
width: 22.16797vw;
font-size: 1.75781vw;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 1.75781vw */
letter-spacing: -0.03516vw;
text-transform: uppercase;
}


  
}

/* Мобильная версия (375px) */
@media (max-width: 375px) {

    .hero-section {
width: 100vw;
height: 202.13333vw;
flex-shrink: 0;
}


/* Фоновое изображение с градиентом */
.hero-section::before {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), 
url("../images/cleaning_main.png") lightgray -96.34587vw -0.09067vw / 302.43% 100.045% no-repeat;

}

.logo-image_main{
width: 94.93333vw;
height: 94.93333vw;
}
.logo-groub{
  top: 85.6vw;
  gap: 2.66667vw;
}

.logo-text{
font-size: 12.8vw;
font-style: normal;
font-weight: 900;
line-height: 90%; /* 11.52vw */
letter-spacing: -0.256vw;
width: 69.33333vw;
}
.logo-accent_text{
font-size: 3.73333vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
text-transform: uppercase;
width: 60.53333vw;
}


}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
  
/* Основные размеры */
.banner {
    position: relative;
    width: 100%;
    /*background: #FFFFFF;*/
    margin-top: 0;
    flex-direction: column;
    display: flex;
}
  
.banner-inner {
    position: relative;
    height: 4.4270vw; /* 330px */
    overflow: hidden;
    display: flex;
    padding-left: 5.2083vw;
    padding-right: 5.2083vw;
}
  
/* Общие стили для лент */
.banner-strip {
    position: relative;
    left: 50%;
    width: 101%; /* 1963px */
    height: 4.427vw; /* 85px */ 
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 1.302vw 0; /* 25px */
}
  
  
/* Нижняя лента */
.banner-strip-top {
    position: absolute;
    transform: translateX(-50%);
    background: #0000E9;
}
  
/* Бегущая строка */
.banner-content {
    display: flex;
    align-items: center;
    gap: 0.78125vw; /* 15px */
    width: max-content;
    animation: scroll var(--line-animation-speed, 20s) linear infinite;
    padding-right: 2.604vw; /* 50px */
}
  
/* Текст */
.discount-text {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 1.667vw; /* 32px */
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.033vw; /* -0.64px */
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
}
  
/* Звезда */
.star-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25vw; /* 24px */
    height: 1.25vw; /* 24px */
}
  
.star-icon {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .banner {
      margin-top: 0; /* 60px */
    }
  
    .banner-inner {
      height: 5.47vw; /* 117px (149px - 32px отступов) */
      padding-left: 1.95vw;
      padding-right: 1.95vw;
      
    }
  
    .banner-strip {
      height: 5.47vw; /* 56px */
      padding: 1.465vw 0; /* 15px */
    }
  
    .banner-content {
      gap: 1.465vw; /* 15px */
      padding-right: 4.88vw; /* 50px */
    }
  
    .discount-text {
      font-size: 2.34vw; /* 24px */
      letter-spacing: -0.047vw; /* -0.48px */
    }
  
    .star-wrapper {
      width: 2.34vw; /* 24px */
      height: 2.34vw; /* 24px */
    }
  
    /* Оптимизация анимации */
    /*.banner-content {
      animation-duration: 30s;
    }*/
  }
  
  @media (max-width: 375px) {
    .banner {
      padding-top: 0; /* ~20px */
    }
  
    .banner-inner {
      height: 14.4vw; /* 54px */
      padding: 0 2.67vw; /* 10px */
    }
  
    .banner-strip {
      width: 100vw;
      height: 14.4vw; /* 54px */
      padding: 3.2vw 0; /* 12px */
      left: 50%;
      transform: translateX(-50%);
    }
  
    .banner-content {
      gap: 2.67vw; /* 10px */
      padding-right: 5.33vw; /* 20px */
      /*animation-duration: 20s;*/
    }
  
    .discount-text {
      font-size: 3.73vw; /* 14px */
      letter-spacing: -0.053vw; /* -0.2px */
      transform: none;
    }
  
    .star-wrapper {
      width: 6.4vw; /* 24px */
      height: 6.4vw; /* 24px */
      transform: none;
    }
  }


.about-us-section {
  position: relative;
  margin-top: 9.375vw;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
}

/* Блок с иконкой и заголовком */
.about-us-headline {
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 0.78125vw;
}

/* Внутренний контейнер для иконки */
.star_head {
  content: '';
  top: 0;
  bottom: 0;
  width: 3.33333vw;
  height: 3.33333vw;
  background: url('../images/cleanig_main.svg') center/contain no-repeat;
  z-index: 0; /* Иконка под текстом */
  margin: 0; /* Убираем отступы у параграфа */
}

/* Текст "О НАС" */
.about-us-headline span {
  position: relative; /* Относительное позиционирование */
color: #0000E9;
text-align: center;
font-family: "Despair Display";
font-size: 6.66667vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 6vw */
letter-spacing: -0.13333vw;
text-transform: uppercase;
}

/* Блок с текстом */
.about-us-text {
  text-align: center;
width: 47.35417vw;
color: var(--White-White-Text, #FFF);
/* Desktop/Text/Text Big */
color: var(--Black-Black-Basic, #0A0A0A);
text-align: center;
/* Desktop/Text/Text Big */
font-family: "Inter";
font-size: 1.66667vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 1.83333vw */
letter-spacing: -0.03333vw;
text-transform: uppercase;
  white-space: normal; /* Разрешаем перенос текста */
  word-wrap: break-word; /* Перенос длинных слов */
  margin-top: 1.5625vw;
}

/* Блок с картинками */
.about-us-photos {
  display: flex;
  gap: 8.59375vw; /* 1.04167vw / 100vw */
  align-items: flex-start; /* Выравниваем картинки по верхнему краю */
  margin-top: 2.08333vw;
}

.about-us-photos .photo {
  background-size: cover;
  background-position: center;
  flex-shrink: 0; /* Запрещаем сжатие элементов */
}

.photo-1 {
width: 21.61458vw;
height: 17.96875vw;
background: url('../images/cleaning_image_1.png') lightgray -0.02906vw -6.14193vw / 100.269% 181.42% no-repeat;
}

.photo-2 {
width: 29.16667vw;
height: 29.16667vw;
background: url('../images/cleaning_image_2.png') lightgray 0vw -8.39635vw / 100% 149.777% no-repeat;
}

.photo-3 {
width: 17.96875vw;
height: 21.61458vw;
background: url('../images/cleaning_image_3.png') lightgray 0vw -4.81969vw / 100% 130.159% no-repeat;
}


    .dect-tab{
    display: block;
  }
  .mob{
    display: none;
  }
/* Планшетная версия (1024px) */
@media (max-width: 1024px) {
  .about-us-section {
    margin-top: 9.76562vw;
  }

/* Блок с иконкой и заголовком */
/* Внутренний контейнер для иконки */
.star_head {
  width: 4.6875vw;
  height: 4.6875vw;
}

/* Текст "О НАС" */
.about-us-headline span {
font-size: 6.25vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.625vw */
letter-spacing: -0.125vw;
text-transform: uppercase;
}

/* Блок с текстом */
.about-us-text {
  text-align: center;
  width: 66.03906vw;
font-size: 2.34375vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 2.57812vw */
letter-spacing: -0.04688vw;
text-transform: uppercase;
  margin-top: 2.24609vw;
}

/* Блок с картинками */
.about-us-photos {
  gap: 1.46484vw; 
  margin-top: 2.92969vw;
}


.photo-1 {
width: 27.83203vw;
height: 23.14453vw;
flex-shrink: 0;

background: url('../images/cleaning_image_1.png') lightgray -0.0374vw -7.91113vw / 100.269% 181.42% no-repeat;
}

.photo-2 {
width: 37.5vw;
height: 37.5vw;
background: url('../images/cleaning_image_2.png') lightgray 0vw -10.79531vw / 100% 149.777% no-repeat;
}

.photo-3 {
width: 23.14453vw;
height: 27.83203vw;
background: url('../images/cleaning_image_3.png') lightgray 0vw -6.20801vw / 100% 130.159% no-repeat;
}

}

/* Мобильная версия (375px) */
@media (max-width: 375px) {
    .dect-tab{
    display: none;
  }
    .mob{
    display: block;
  }
    .about-us-section {
    margin-top: 21.33333vw;
  }

.star_head {
  width: 6.4vw;
  height: 6.4vw;
}


/* Текст "О НАС" */
.about-us-headline span {
font-size: 6.4vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.76vw */
letter-spacing: -0.128vw;
text-transform: uppercase;
}

/* Блок с текстом */
.about-us-text {
width: 95.66667vw;
font-size: 3.73333vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
text-transform: uppercase;
  margin-top: 3.46667vw;
}

/* Блок с картинками */
.about-us-photos {
  gap: 2.66667vw; 
  margin-top: 5.33333vw;
}



.photo-1 {
width: 29.86667vw;
height: 29.6vw;
background: url('../images/cleaning_image_1.png') lightgray -0.04027vw -6.45973vw / 100.269% 152.001% no-repeat;

}

.photo-2 {
width: 29.6vw;
height: 29.6vw;
background: url('../images/cleaning_image_2.png') lightgray 0vw -8.52107vw / 100% 149.777% no-repeat;
}

.photo-3 {
width: 29.86667vw;
height: 29.6vw;
background: url('../images/cleaning_image_3.png') lightgray 0vw -12.72267vw / 100% 157.129% no-repeat;
}

}


.price-list-container{
  margin-top: 9.375vw;
    display: flex;
  flex-direction: column;
  position: relative;
    justify-content: center; 
  align-items: center;
  gap: 2.08333vw;
width: 89.58333vw;
}
.price-list-heading{
  display: flex;
  align-self: flex-start;
  color: #0A0A0A;
  font-family: "Despair Display";
  font-size: 3.33333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 3.33333vw */
  letter-spacing: -0.06667vw;
  text-transform: uppercase;
}
.price_box{
    display: flex;
  flex-direction: column;
  position: relative;
}

.service-item{
    border-bottom: 0.05208vw solid #CCC;
    border-top: 0.05208vw solid #CCC;
      display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  position: relative;
  padding-top: 1.30208vw;
  padding-bottom: 1.30208vw;
  

}
.side_up{
    border-bottom: none !important;
}
.side_central{
      border-bottom: none !important;
    border-top: none !important;
}
.side_down{
  border-top: none !important;
}
.service-item.hover .service-item-fon, .service-item.active .service-item-fon{
  position: absolute;
  background-color: #0000E9;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.service-info{
  width: 89.58333vw;
  display: flex;
  justify-content: space-between;
}
.service-about-item{
display: flex;
width: 55.625vw;
justify-content: space-between;
align-items: flex-start;
}
.service-about-info{
  display: flex;
  justify-content: space-between;
}

.service-name{
  font-family: "Despair Display";
  font-size: 1.66667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 1.66667vw */
  text-transform: uppercase;
  color:  #0A0A0A;
}

.service-item.disable .service-name {
  color:  #6C6C6C;
}
.service-item.hover .service-name, .service-item.active .service-name{
  color:  #fff;
}

.service-description{
  width: 21.61458vw;
  flex-shrink: 0;
  font-family: "Inter";
font-size: 0.9375vw;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 1.03125vw */
letter-spacing: -0.01875vw;
  color:  #0A0A0A;
}

.service-item.disable .service-description {
  color:  #6C6C6C;
}
.service-item.hover .service-description, .service-item.active .service-description{
  color:  #fff;
}
.service-price{
  text-align: right;
font-family: "Despair Display";
font-size: 1.66667vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 1.66667vw */
text-transform: uppercase;
  color:  #0A0A0A;
}

.service-item.disable .service-price {
  color:  #6C6C6C;
}
.service-item.hover .service-price, .service-item.active .service-price{
  color:  #fff;
}
.service-image {
    display: none;
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--bg-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 14.0625vw;
    height: 18.75vw;
    flex-shrink: 0;
    border: 0.05208vw solid var(--Black-Black-Stroke, #161616);
    z-index: 10;
}
.booking-btn{
display: flex;
padding:  1.30208vw 6.71875vw;
justify-content: center;
align-items: center;
gap: 0.52083vw;
border-radius:  2.08333vw;
background:  #0000E9;
color: #fff;
font-family: "Inter";
font-size: 0.9375vw;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 1.03125vw */
letter-spacing: -0.01875vw;
text-transform: uppercase;
border: 0.05208vw solid #0000E9;
white-space: nowrap;
outline: none;
}
.booking-btn:hover{
  background:  #FFF;
  color: #0000E9;
  text-decoration: none;
}

.booking-btn.price{
width:  29.16667vw;
}
/* Стили для глобального изображения */
.global-service-image {
  position: fixed;
  width: 14.0625vw;
  height: 18.75vw;
  background-size: cover;
  background-position: center;
  border: none;
  z-index: 1000;
  pointer-events: none;
  display: none;
}

/* Состояния элементов */
.service-item.disable {
  opacity: 0.6;
}

.price-categories{
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 0.78125vw;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  width: 100%;
}

.price-category-btn{
  border-radius: var(--40, 2.08333vw);
  border: 0.05208vw solid #0A0A0A;
  background: none;
  color: #0A0A0A;
  display: flex;
  padding: var(--8, 0.41667vw) var(--25, 1.30208vw);
  justify-content: center;
  align-items: center;
  gap: 0.52083vw;
/* Desktop/Card Text/Caption Basic */
font-family: "Inter";
font-size: 1.04167vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 1.14583vw */
letter-spacing: -0.02083vw;
text-transform: uppercase;
white-space: nowrap;
}
.price-category-btn.active_categories{
  background: #0000E9;
  color: #fff;
    border: 0.05208vw solid #0000E9;
}
.price-category-btn:hover{
  background:  #FFF;
  color: #0000E9;
  text-decoration: none;
  opacity: 0.6;
  border: 0.05208vw solid #0000E9;
}
.price-category-btn.active_categories:hover{
  opacity: 1;
}

.loading-cleaning {
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    position: relative;
    width: 5.20833vw;
    height: 5.20833vw;
    padding: 1.04167vw;
    background:
     linear-gradient(rgba(0, 0, 233, 0.9) 30%, transparent 30%, transparent 70%, rgba(0, 0, 210, 0.7) 70%),
     linear-gradient(to left, rgba(0, 0, 220, 0.6) 30%, transparent 30%, transparent 70%, rgba(0, 0, 190, 0.9) 70%);
    background-repeat: no-repeat;
    background-size: 10% 100%, 100% 10%;
    background-position: 50% 0%, 0 50%;
    -webkit-animation: loading-products .7s infinite steps(8);
    animation: loading-products .7s infinite steps(8);
}
.loading-cleaning:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
     linear-gradient(rgba(0, 0, 240, 0.5) 30%, transparent 30%, transparent 70%, rgba(0, 0, 220, 0.8) 70%),
     linear-gradient(to left, rgba(0, 0, 230, 0.7) 30%, transparent 30%, transparent 70%, rgba(0, 0, 200, 1) 70%);
    background-repeat: no-repeat;
    background-size: 10% 100%, 100% 10%;
    background-position: 50% 0%, 0 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@-webkit-keyframes loading-products {
    100% {-webkit-transform: rotate(1turn);}
}
@keyframes loading-products {
    100% {transform: rotate(1turn);}
}

.price_arrow{
  display: none;
}
.tab-mod{
  display: none;
}
.modil{
  display: none ;
}
.dectstop{
  display: flex;
}
/* Адаптация изображения */
@media (max-width: 1024px) {
  .global-service-image {
    display: none ;
  }
  .dect{
    display: none;
  }
  .tab-mod{
  display: flex;
}
.price-list-container{
  margin-top: 9.76562vw;
  gap: 1.95312vw;
width: 96.09375vw;
}

.price-categories{
  gap: 1.46484vw;
}

.price-category-btn{
  border-radius: var(--40, 3.90625vw);
  border: 0.05208vw solid #0A0A0A;
  padding: var(--8, 0.78125vw) var(--25, 2.44141vw);
  gap: 0.97656vw;
font-size: 1.36719vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 1.50391vw */
letter-spacing: -0.02734vw;
}
.price-category-btn.active_categories{
  background: #0000E9;
  color: #fff;
    border: 0.05208vw solid #0000E9;
}
.price-category-btn:hover{
  background:  #FFF;
  color: #0000E9;
  text-decoration: none;
  opacity: 0.6;
  border: 0.05208vw solid #0000E9;
}
  
  .loading-cleaning {
    width: 9.76562vw;
    height: 9.76562vw;
}
  .price-list-container{
  margin-top: 9.76562vw;
  gap: 2.92969vw;
}
.price-list-heading{
font-size: 3.125vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 3.125vw */
letter-spacing: -0.0625vw;
text-transform: uppercase;
}


.service-item{
  border-bottom: 0.09766vw solid #CCC;
  border-top: 0.09766vw solid #CCC;
  padding-top: 1.46484vw;
  padding-bottom: 1.46484vw;
  gap: 0.97656vw;
}

.service-item.hover .service-item-fon, .service-item.active .service-item-fon{
  width: 100vw;
  background-color: #0000E9;
}
.service-about-info{
  width: 96.09375vw;
}
.service-info{
width: 83.88672vw;
}
.service-about-item{
width: 63.57422vw;
}

.service-name{
font-size: 1.95312vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 1.95312vw */
text-transform: uppercase;
}



.service-description{
width: 31.05469vw;
font-size: 1.36719vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.64062vw */
letter-spacing: -0.02734vw;
}


.service-price{
font-size: 1.95312vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 1.95312vw */
text-transform: uppercase;
}


.service-image {
    display: none;
    content: '';
    position: relative;
width: 31.05469vw;
height: 41.40625vw;
    flex-shrink: 0;
    border: none;
}
.service-item.hover .service-image, .service-item.active .service-image{
  display: flex;
}
.booking-btn{
display: flex;
width:  34.66797vw;
padding:  1.95312vw 12.59766vw;
gap: 0.97656vw;
border-radius:  3.90625vw;
font-size: 1.36719vw;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 1.50391vw */
letter-spacing: -0.02734vw;
text-transform: uppercase;
border: 0.09766vw solid #fff;

}
.price_arrow {
    width: 2.34375vw;
    height: 2.34375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.arrow-icon {
    width: 2.34375vw;
    height: 2.34375vw;
    transition: transform 0.3s ease;
    filter: invert(100%);
}

.service-item.hover .arrow-icon, .service-item.active .arrow-icon {
    transform: rotate(180deg);
    filter: invert(0);
}
.modil{
  display: none ;
}
.dectstop{
  display: flex;
}
}

/* Адаптация изображения */
@media (max-width: 375px) {
.modil{
  display: flex ;
}
.dectstop{
  display: none ;
}
  .price-list-container{
  margin-top: 21.33333vw;
  gap: 5.33333vw;
  width: 94.6666666vw;
}
.price-list-heading{
font-size: 6.4vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.76vw */
letter-spacing: -0.128vw;
text-transform: uppercase;
}

.price-categories{
  gap: 2.66667vw;
}

.price-category-btn{
  border-radius: var(--40, 10.66667vw);
  border: 0.26667vw solid #0A0A0A;
  padding: var(--8, 2.13333vw) var(--25, 6.66667vw);
  gap: 2.66667vw;
font-size: 3.73333vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
}
.price-category-btn.active_categories{
  background: #0000E9;
  color: #fff;
    border: 0.26667vw solid #0000E9;
}
.price-category-btn:hover{
  background:  #FFF;
  color: #0000E9;
  text-decoration: none;
  opacity: 0.6;
  border: 0.26667vw solid #0000E9;
}
  
  .loading-cleaning {
    width: 26.66667vw;
    height: 26.66667vw;
}

.service-item{
  border-bottom: 0.26667vw solid #CCC;
  border-top: 0.26667vw solid #CCC;
  padding-top: 2.66667vw;
  padding-bottom: 2.66667vw;
  gap: 1.33333vw;
}

.service-item.hover .service-item-fon, .service-item.active .service-item-fon{
  width: 100vw;
}
.service-about-info{
  width: 94.66667vw;
}
.service-info{
width: 94.66667vw;
  flex-direction: column;
    justify-content: center;
  gap: 1.33333vw;
}
.service-about-item{
width: 94.66667vw;

}

.service-name{
font-size: 3.2vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 3.2vw */
text-transform: uppercase;
}



.service-description{
width: 76.53333vw;
font-size: 3.73333vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 4.48vw */
letter-spacing: -0.07467vw;
}


.service-price{
font-size: 3.2vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 3.2vw */
text-transform: uppercase;
}


.service-image {
    width: 46.13333vw;
    height: 61.33333vw;
    border: none;
    align-self: flex-start;
}

.booking-btn{
display: flex;
width:  94.66667vw;
padding:  5.33333vw 34.4vw;
gap: 2.66667vw;
border-radius:  10.66667vw;
font-size: 3.73333vw;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
text-transform: uppercase;
border: 0.26667vw solid #fff;

}
.price_arrow {
display: none;
}


}


.result-section {
  position: relative;
  margin-top: 9.375vw;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
}

/* Блок с иконкой и заголовком */
.result-headline {
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 0.78125vw;
}

/* Текст "О НАС" */
.result-headline span {
  position: relative; /* Относительное позиционирование */
color: #0000E9;
text-align: center;
font-family: "Despair Display";
font-size: 6.66667vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 6vw */
letter-spacing: -0.13333vw;
text-transform: uppercase;
}
.result-canvas{
  margin-top: 2.08333vw;
  width: 89.58333vw;
  height: 36.45833vw;
  position: relative;
  background: #FFF;
}
.result-canvas-text{
  position: absolute;
  color:  #0A0A0A;
font-family: "Despair Display";
font-size: 2.5vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 2.5vw */
letter-spacing: -0.05vw;
text-transform: uppercase;
}

.result-canvas-text.left_p{
  left: 2.08333vw;
  top: 2.08333vw;
}
.result-canvas-text.right_p{
  right: 2.08333vw;
  top: 2.08333vw;
}
.result-image{
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 41.66667vw;
  height: 32.29167vw;
  flex-shrink: 0;

}

.result-image.active{
  display: block;
}

.canvas-dirty-side{
  position: absolute;

  z-index: 100;
  height: 100%;
  width: 50%;
  border-right: 0.15625vw solid #0000E9;
}
.dirty_side{
  opacity: 0.15;
  background:  #0A0A0A;
    height: 100%;
  width: 100%;
}
.dirty-side-slider{
  position: absolute;
   top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
  width: 6.5625vw;
  height: 3.02083vw;
  background: url('../images/dirty_side_slider.png') center/contain no-repeat;
  z-index: 150; /* Иконка под текстом */
}

.result-button-groub{
  display: flex;
  gap: 1.04167vw;
  margin-top: 2.08333vw;
}
.result_booking-btn{
  border-radius: 4.94792vw;
border: 0.10417vw solid  #0000E9;
display: flex;
width: var(--Elements-Sticker-Promo-H, 4.16667vw);
    width: 4.16667vw;
    height: 4.16667vw;
/*padding: 4.375vw 3.125vw;*/
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0.52083vw;
background: none;
color: #0000E9;
}
.result_booking-btn:hover{
  background: #FFF;
color: #0000E9;
}
.result_booking-btn.active{
  background: #0000E9;
color: #fff;
}
.result_booking-btn.active:hover{
  background: #fff;
color: #0000E9;
}

.result-arrow {
    width: 1.45833vw;
    height: 1.45833vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result-arrow-icon {
    width: 1.45833vw;
    height: 1.45833vw;
      filter: 
    brightness(0) 
    invert(10%) 
    sepia(100%) 
    saturate(5000%) 
    hue-rotate(247deg) 
    brightness(94%) 
    contrast(143%);
}
.result-arrow-icon img{
    width: 100%;
    height: 100%;

}
.result_booking-btn.back .result-arrow-icon{
transform: rotate(90deg);
}
.result_booking-btn.forward .result-arrow-icon{
transform: rotate(-90deg);
}

.result_booking-btn:hover .result-arrow-icon{
  filter: 
    brightness(0) 
    invert(10%) 
    sepia(100%) 
    saturate(5000%) 
    hue-rotate(247deg) 
    brightness(94%) 
    contrast(143%);
}
.result_booking-btn.active .result-arrow-icon{
  filter: 
    brightness(0) 
    invert(100%);
}
.result_booking-btn.active:hover .result-arrow-icon{
  filter: 
    brightness(0) 
    invert(10%) 
    sepia(100%) 
    saturate(5000%) 
    hue-rotate(247deg) 
    brightness(94%) 
    contrast(143%);

}

/* Стили для прозрачного захвата */
.drag-handle {
    position: absolute;
    top: 0;
    right: -0.78125vw;
    width: 1.5625vw;
    height: 100%;
    cursor: ew-resize;
    z-index: 200;
    background: transparent;
}

/* Отключение transition при перетаскивании */
.dragging .canvas-dirty-side {
    transition: none;
}

/* Общие стили для canvas */
.result-canvas {
    touch-action: auto; /* Важно для мобильного dragging */
}


@media (max-width: 1024px) {
  .result-section {
    margin-top: 9.76562vw;
  }


/* Текст "О НАС" */
.result-headline span {
font-size: 6.25vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.625vw */
letter-spacing: -0.125vw;
text-transform: uppercase;
}
.result-canvas{
  margin-top: 2.92969vw;
  width: 96.09375vw;
  height: 58.59375vw;
}
.result-canvas-text{
font-size: 3.125vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 3.125vw */
letter-spacing: -0.0625vw;
text-transform: uppercase;
}

.result-canvas-text.left_p{
  left: 2.92969vw;
  top: 2.92969vw;
}
.result-canvas-text.right_p{
  right: 2.92969vw;
  top: 2.92969vw;
}
.result-image{
width: 57.03125vw;
height: 43.94531vw;

}

.canvas-dirty-side{
  border-right: 0.29297vw solid #0000E9;
}

.dirty-side-slider{
  width: 9.08203vw;
  height: 4.6875vw;
}

.result-button-groub{
  gap: 1.46484vw;
  margin-top: 2.92969vw;
}
.result_booking-btn{
 border-radius: 2.92969vw;
border: 0.19531vw solid  #0000E9;
display: flex;
    width: 5.85938vw;
    height: 5.85938vw;
/*padding: 4.375vw 3.125vw;*/
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0.52083vw;
background: none;
color: #0000E9;
}

.result-arrow {
    width: 2.34375vw;
    height: 2.34375vw;
}
.result-arrow-icon {
    width: 2.34375vw;
    height: 2.34375vw;
}

/* Стили для прозрачного захвата */
.drag-handle {
    position: absolute;
    top: 0;
    right: -2.44141vw;
    width: 4.88281vw;
}


}


/* Мобильная версия (375px) */
@media (max-width: 375px) {
    .result-section {
    margin-top: 21.33333vw;
  }



/* Текст "О НАС" */
.result-headline span {
font-size: 6.4vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.76vw */
letter-spacing: -0.128vw;
text-transform: uppercase;
}

.result-canvas{
  margin-top: 5.33333vw;
width: 94.66667vw;
height: 160vw;
}
.result-canvas-text{
font-size: 5.33333vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 5.33333vw */
letter-spacing: -0.10667vw;
text-transform: uppercase;
}

.result-canvas-text.left_p{
  left: 5.33333vw;
  top: 5.33333vw;
}
.result-canvas-text.right_p{
  left: 5.33333vw;
  top: 5.33333vw;
}
.result-image{
width: 89.33333vw;
height: 69.33333vw;

}

.canvas-dirty-side{
  border-right: 0.8vw solid #0000E9;
}

.dirty-side-slider{
  width: 21.6vw;
  height: 10.66667vw;
}

.result-button-groub{
  gap: 2.66667vw;
  margin-top: 5.33333vw;
}
.result_booking-btn{
 border-radius: 6.4vw;
border: 0.53333vw solid  #0000E9;
  width: 12.8vw;
  height: 12.8vw;
}

.result-arrow {
  display: none;
    width: 6.4vw;
    height: 6.4vw;
}
.result-arrow-icon {
    width: 6.4vw;
    height: 6.4vw;
}

/* Стили для прозрачного захвата */
.drag-handle {
    position: absolute;
    top: 0;
    right: -6.66667vw;
    width: 13.33333vw;
}


}


/* Основной контейнер */
.promotions {
  position: relative;
  width: 100%;
  padding-top: 9.375vw; /* 180/1920 */
}

/* Заголовок секции */
.promotions-header {
  padding-left: 5.208vw; /* 100/1920 */
  width: 89.583vw; /* 1720/1920 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.083vw; /* 40/1920 */
}

.section-title {
  font-family: 'Despair Display', sans-serif;
  font-size: 3.333vw; /* 64/1920 */
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #0A0A0A;
}

/* Ссылка "Смотреть все" */
.view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.781vw; /* 15/1920 */
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 1.25vw; /* 24/1920 */
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #0A0A0A;
  transition: opacity 0.3s;
}

.view-all span {
  display: inline-block;
  width: 9.688vw; /* 186/1920 */
  height: 1.354vw; /* 26/1920 */
}

.view-all:hover {
  opacity: 0.8;
  color: #0000E9;
  text-decoration: none;
}

/* Иконка стрелки */
.arrow-icon-stock {
  width: 1.458vw; /* 28/1920 */
  height: 1.458vw; /* 28/1920 */
  background-image: url('../images/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  filter: invert(100%);
}
.view-all:hover .arrow-icon-stock {
      filter: 
    brightness(0) 
    invert(10%) 
    sepia(100%) 
    saturate(5000%) 
    hue-rotate(247deg) 
    brightness(94%) 
    contrast(143%);
}
/* Контейнер с карточками */
.stocks-container {
  display: flex;
  gap: 1.042vw; /* 20/1920 */
  padding-left: 5.208vw; /* 100/1920 */
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.stocks-container::-webkit-scrollbar {
  display: none;
}



.discount-percent {
  font-family: 'Despair Display', sans-serif;
  font-size: 3.333vw; /* 64/1920 */
  font-weight: 700;
  color: #0A0A0A;
}

.stock-button {
  display: none;
}

@media (max-width: 1024px) {
  /* Основной контейнер */
  .promotions {
    padding-top: 9.766vw; /* 100/1024 */
    /*height: 42.1875vw;*/
  }

  /* Заголовок секции */
  .promotions-header {
    padding-left: 1.953vw; /* 20/1024 */
    width: 1.953vw; /* 984/1024 */
    margin-bottom: 2.93vw; /* 30/1024 */
  }

  .section-title {
    font-size: 3.125vw; /* 32/1024 */
  }

  /* Ссылка "Смотреть все" */
  .view-all {
    display: none;
  }

  .view-all span {
    display: none;
  }

  .view-all:hover {
    display: none;
  }

  /* Иконка стрелки */
  .arrow-icon-stock {
    display: none;
  }

  /* Контейнер с карточками */
  .stocks-container {
    gap: 1.465vw; /* 15/1024 */
    padding-left: 1.953vw; /* 20/1024 */
  }

  
  .stock-button {
    width: 34.67vw; /* 355px */
    height: 4.88vw; /* 50px */
    margin-top: 2.9296vw; /* 30px */
    margin-left: 32.667vw; /* 335px */
    background: #0000E9;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.367vw;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid #0000E9;
  }
  
  .stock-button:hover {
    background: #FFFFFF;
    color: #0000E9;
    text-decoration: none; /* важно */
  }



}

@media (max-width: 375px) {
  /* Основной контейнер */
  .promotions {
    padding-top: 21.333vw; /* 80/375 */
  }

  /* Заголовок секции */
  .promotions-header {
    padding-left: 2.667vw; /* 10/375 */
    width: 0.521vw; /* 1.953/375 */
    margin-bottom: 5.333vw; /* 20/375 */
    
  }

  .section-title {
    font-size: 6.4vw; /* 24/375 */
  }

  /* Контейнер с карточками */
  .stocks-container {
    gap: 2.667vw; /* 10/375 */
    padding-left: 2.667vw; /* 10/375 */
  }



  .stock-button {
    display: flex;
    width: 94.667vw; /* 355/375 */
    height: 13.333vw; /* 50/375 */
    margin-top: 5.333vw; /* 20/375 */
    margin-left: 2.667vw; /* 10/375 */
    font-size: 3.733vw; /* 14/375 */
  }
}

.cleaning_process-list-container {
  position: relative;
  margin-top: 9.375vw;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
    width: 89.58333vw;
}

/* Блок с иконкой и заголовком */
.cleaning_process-headline {
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 0.78125vw;
}

/* Текст "О НАС" */
.cleaning_process-headline span {
  position: relative; /* Относительное позиционирование */
color: #0000E9;
text-align: center;
font-family: "Despair Display";
font-size: 6.66667vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 6vw */
letter-spacing: -0.13333vw;
text-transform: uppercase;
}

.cleaning_process_box{
  margin-top: 2.08333vw;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.cleaning_process-item{
  border-bottom: 0.05208vw solid #CCC;
  border-top: 0.05208vw solid #CCC;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-top: 1.30208vw;
  padding-bottom: 1.30208vw;
  

}


.cleaning_process-item.hover .cleaning_process-description-items, .cleaning_process-item.active .cleaning_process-description-items{
display: flex;
}
.cleaning_process-about-info{
display: flex;
width: 59.375vw;
justify-content: space-between;
align-items: flex-start;
}

.cleaning_process-number{
  color: var(--White-White-Text, #0A0A0A);
 /* Desktop/Text/Text Medium */
font-family: "Despair Display";
font-size: 1.66667vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 1.66667vw */
text-transform: uppercase;
}
.cleaning_process-image{
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
width: 14.0625vw;
height: 7.29167vw;
  flex-shrink: 0;
}
.cleaning_process-info{
  display: flex;
width: 29.16667vw;
flex-direction: column;
align-items: flex-start;
gap: var(--10, 0.52083vw);
flex-shrink: 0;
}
.cleaning_process-title-item{
color: var(--White-White-Text, #0A0A0A);
/* Desktop/Text/Text Medium */
font-family: "Despair Display";
font-size: 1.66667vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 1.66667vw */
text-transform: uppercase;
}


.cleaning_process-description-item{
display: flex;
color: var(--White-White-Text, #0A0A0A);
/* Desktop/Text/Text Small */
font-family: "Inter";
font-size: 0.9375vw;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 1.03125vw */
letter-spacing: -0.01875vw;
white-space: pre-line;
opacity: 0.6;
}

.arrow_cleaning_process {
  display: none;
    width: 1.25vw;
    height: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.arrow-icon-cleaning_process {
    width: 1.25vw;
    height: 1.25vw;
    transition: transform 0.3s ease;
    filter: invert(100%);
}

.cleaning_process-item.hover .arrow-icon-cleaning_process, .cleaning_process-item.active .arrow-icon-cleaning_process {
    transform: rotate(180deg);
}

.cleaning_process-about-info_groub{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.modil{
  display: none ;
}
.dectstop{
  display: flex;
}
.booking-btn.cleaning_process{
  margin-top: 2.08333vw;
  width: 29.16667vw;
}

@media (max-width: 1024px) {
.modil{
  display: none ;
}
.dectstop{
  display: flex;
}
.cleaning_process-list-container{
  margin-top: 9.76562vw;
  width: 96.09375vw;
}

.result-headline span {
font-size: 6.25vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.625vw */
letter-spacing: -0.125vw;
text-transform: uppercase;
}


.cleaning_process-item{
  border-bottom: 0.09766vw solid #CCC;
  border-top: 0.09766vw solid #CCC;
  padding-top: 1.46484vw;
  padding-bottom: 1.46484vw;
}


.cleaning_process-about-info{
width: 66.79688vw;
}

.cleaning_process-number{
font-size: 1.95312vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 1.95312vw */
text-transform: uppercase;
}
.cleaning_process-info{
width: 47.26562vw;
}
.cleaning_process-title-item{
font-size: 1.95312vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 1.95312vw */
text-transform: uppercase;
}


.cleaning_process-description-item{
font-size: 1.36719vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.64062vw */
letter-spacing: -0.02734vw;
}
.cleaning_process-image{
width: 18.06641vw;
height: 9.375vw;
  flex-shrink: 0;
}
.arrow_cleaning_process {
    width: 2.34375vw;
    height: 2.34375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.arrow-icon-cleaning_process {
    width: 2.34375vw;
    height: 2.34375vw;
    transition: transform 0.3s ease;
}
.booking-btn.cleaning_process{
  margin-top: 2.92969vw;
  width: 34.66797vw;
}

}



@media (max-width: 375px) {
  .modil{
  display: flex ;
}
.dectstop{
  display: none ;
}
.cleaning_process-list-container{
  margin-top: 21.33333vw;
  width: 94.66667vw;
}

/* Текст "О НАС" */
.cleaning_process-headline span {
font-size: 6.4vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.76vw */
letter-spacing: -0.128vw;
text-transform: uppercase;
}

.cleaning_process-item{
  border-bottom: 0.26667vw solid #CCC;
  border-top: 0.26667vw solid #CCC;
  padding-top: 2.66667vw;
  padding-bottom: 2.66667vw;
}


.cleaning_process-about-info{
  width: 94.66667vw;
}


.cleaning_process-info{
  width: 94.66667vw;
  flex-direction: row;
      justify-content: space-between;
        align-items: center;
}
.cleaning_process-title-item{
font-size: 3.73333vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 3.73333vw */
text-transform: uppercase;
width: 78.13333vw;
}


.cleaning_process-description-item{
font-size: 3.73333vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 4.48vw */
letter-spacing: -0.07467vw;
}
.cleaning_process-image{
width: 94.66667vw;
height: 48.53333vw;
  flex-shrink: 0;
}
.arrow_cleaning_process {
  display: block;
    width: 6.4vw;
    height: 6.4vw;
}

.arrow-icon-cleaning_process {
    width: 6.4vw;
    height: 6.4vw;
    transition: transform 0.3s ease;
}
.cleaning_process-about-info_groub{
  display: flex;
    flex-direction: column;
}
.cleaning_process-description-items{
  display: none;
  flex-direction: column;
  gap: 1.86667vw;
}
.booking-btn.cleaning_process{
  margin-top: 5.33333vw;
  width: 94.66667vw;
}
}


.certificates-loyalty{
  margin-top: 9.375vw;
  width: 89.58333vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  gap: 2.08333vw;
}
.certificates-heading{
  display: flex;
  width: 100%;
}

.certificates-heading-text{
  color:  #0A0A0A;
  font-family: "Despair Display";
  font-size: 3.33333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 3.33333vw */
  letter-spacing: -0.06667vw;
  text-transform: uppercase;
}

.certificates-heading-about{
  width: 29.16667vw;
  color:  #0A0A0A;
  font-family: "Inter";
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 1.03125vw */
  letter-spacing: -0.01875vw;
  margin-right: 15.10417vw;
  margin-left: auto;
}

.certificates-png{
  gap: 1.04167vw;
  display: flex;
  justify-content: center; /* Центрирование по горизонтали */
  align-items: center; /* Центрирование по вертикали */
  position: relative;
  width: 89.58333vw;
}

.certificates-card-number{
  margin-top: 2.08333vw;
  margin-left: 2.08333vw;
  color:  #0A0A0A;
  font-family: "Despair Display";
  font-size: 1.66667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 1.66667vw */
  text-transform: uppercase;
}
.certificates-card-text-group{
  position: absolute;
  left: 50%;
  top: 13.33333vw;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  gap: 1.04167vw;
}

/* Добавляем плавность для фона */
.certificates-card-png {
  width: 44.27083vw;
  height: 28.125vw;
  aspect-ratio: 85/54;
  background: url('../images/gift_2.png') lightgray 50% / cover no-repeat;
  position: relative;
  transition: background-image 0.5s ease; /* Плавная смена фона */
}

.certificates-card-png:hover {
  background: url('../images/gift_1.png') lightgray 50% / cover no-repeat;
}

/* Плавное появление кнопки */
.design-link {
  border: none;
  display: none;
  padding: 0.41667vw 1.30208vw;
  justify-content: center;
  align-items: center;
  gap: 0.52083vw;
  border-radius: 2.08333vw;
  background: #0000E9;
  color: #FFF;
  font-family: "Inter";
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.02083vw;
  text-transform: uppercase;
  opacity: 0; /* Начальная прозрачность */
  transform: translateY(1.04167vw); /* Начальное смещение */
  transition: 
    opacity 0.4s ease,
    transform 0.4s ease,
    background 0.3s ease,
    color 0.3s ease,
    border 0.3s ease; /* Анимации для всех свойств */
}

.certificates-card-png:hover .design-link {
  display: flex; /* Показываем кнопку */
  opacity: 1; /* Конечная прозрачность */
  transform: translateY(0); /* Возвращаем на место */
}

.design-link:hover {
  background: #FFF;
  color: #0000E9;
  border: 0.05208vw solid #0000E9;
}

/* Плавность для текста (опционально) */
.certificates-card-text {
  color: #0A0A0A;
  text-align: center;
  font-family: "Despair Display";
  font-size: 2.08333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.04167vw;
  text-transform: uppercase;
  width: 21.875vw;
  transition: transform 0.4s ease, color 0.4s ease; /* Анимация текста */
}
.certificates-about-heading.tablet{
  display: none;
}
.booking-btn.certificates{
  width: 29.16667vw;
}
@media (max-width: 1024px) {
  .certificates-loyalty{
    margin-top: 9.76562vw;
    width: 96.09375vw;
    gap: 2.92969vw;
  }
  
  .certificates-heading-text{
    font-size: 3.125vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 3.125vw */
    letter-spacing: -0.0625vw;
    text-transform: uppercase;
  }
  
  .certificates-heading-about{
    width: 44.04297vw;
    font-size: 1.36719vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.64062vw */
    letter-spacing: -0.02734vw;
    margin-right: 3.32031vw;
    margin-left: auto;
  }
  .certificates-png{
    gap: 1.46484vw;
    width: 95.99609vw;
  }

  .certificates-card-number{
    margin-top: 1.95312vw;
    margin-left: 1.95312vw;
    font-size: 1.95312vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 1.95312vw */
    text-transform: uppercase;
  }
  .certificates-card-text-group{
    top: 14.35547vw;
    gap: 0.97656vw;
  }

  /* Добавляем плавность для фона */
.certificates-card-png {
    width: 47.26562vw;
    height: 30.27344vw;
    aspect-ratio: 242/155;
    background: url('../images/gift_1.png') lightgray 0vw -0.00117vw / 100.826% 100.008% no-repeat;
  }
  
  .certificates-card-png:hover {
    background: url('../images/gift_1.png') lightgray 0vw -0.00117vw / 100.826% 100.008% no-repeat;
  }
  
  /* Плавное появление кнопки */
  .design-link {
    display: flex;
    padding: 0.97656vw  2.44141vw;
    border-radius: 3.90625vw;
    font-size: 1.36719vw;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 1.50391vw */
    letter-spacing: -0.02734vw;
    text-transform: uppercase;
    opacity: 1; /* Начальная прозрачность */
  }
  
  .design-link:hover {
    background: #FFF;
    color: #0000E9;
    border: 0.09766vw solid #0000E9;
  }
  
  /* Плавность для текста (опционально) */
  .certificates-card-text {
    font-size: 2.34375vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 2.34375vw */
    letter-spacing: -0.04688vw;
    text-transform: uppercase;
    width: 23.4375vw;
  }
.booking-btn.certificates{
  width: 34.66797vw;
}
}

@media (max-width: 375px) {
  .booking-btn.certificates{
  width: 94.66667vw;
}
  .certificates-loyalty{
    margin-top: 21.33333vw;
    width: 94.66667vw;
    gap: 5.33333vw;
  }
  .certificates-heading{
    flex-direction: column;
    gap: 2.66667vw;
  }
  .certificates-heading-text{
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 5.76vw */
    letter-spacing: -0.128vw;
    text-transform: uppercase;
  }
  
  .certificates-heading-about{
    width: 94.66667vw;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 4.48vw */
    letter-spacing: -0.07467vw;
    margin-right: auto;
    margin-left: auto;
  }
  .certificates-png{
    gap: 4vw;
    width: 100%;
    flex-direction: column;
  }

  .certificates-card-number{
    margin-top: 4vw;
    margin-left: 4vw;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 3.2vw */
    text-transform: uppercase;
  }
  .certificates-card-text-group{
    top: 28.8vw;
    gap: 2.66667vw;
  }

  /* Добавляем плавность для фона */
.certificates-card-png {
    width: 94.66667vw;
    height: 64vw;
    background: url('../images/gift_1.png') lightgray 0vw -0.0024vw / 100.826% 100.008% no-repeat;
  }
  
  .certificates-card-png:hover {
    background: url('../images/gift_1.png') lightgray 0vw -0.0024vw / 100.826% 100.008% no-repeat;
  }
  
  /* Плавное появление кнопки */
  .design-link {
    padding:  2.66667vw 6.66667vw;
    border-radius: 10.66667vw;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 4.10667vw */
    letter-spacing: -0.07467vw;
    text-transform: uppercase;
    opacity: 1; /* Начальная прозрачность */
    white-space: nowrap;
  }
  
  .design-link:hover {
    border: 0.26667vw solid #0000E9;
  }
  
  /* Плавность для текста (опционально) */
  .certificates-card-text {
    font-size: 5.33333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 5.33333vw */
    letter-spacing: -0.10667vw;
    text-transform: uppercase;
    width: 66.66667vw;
  }
}

.promo-sector{
  width: 100vw;
  height: 36.45833vw;
  margin-top: 9.375vw;
  background: #0000E9;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  position: relative;
}
.promo-groub{
  display: flex;
    flex-direction: column;
    gap: 0vw;
      justify-content: center; 
  align-items: center;
}
  .promo-image {
    content: '';
    position: absolute;
width: 10.41667vw;
height: 15.625vw;
flex-shrink: 0;
  }

.promo-image.image_1_p{
  left: 5.20833vw;
  top: 3.125vw;
  background: url('../images/promo_image_1.png') lightgray 0vw -1.33938vw / 100% 118.478% no-repeat;
}
.promo-image.image_2_p{
  right: 5.20833vw;
  bottom: 8.125vw;
  background: url('../images/promo_image_2.png') lightgray 50% / cover no-repeat;
}
  .promo-sector::before {
    content: '';
    position: absolute;
width: 8.85417vw;
height: 8.85417vw;
    top: 14.375vw;
    left: 11.19792vw;
    background: url('../images/promo_free.png') center/contain no-repeat;
    animation: rotate var(--sticker-animation-speed, 10s) linear infinite;
    z-index: 10;
  }
  
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  .promo-groub-text{
    display: flex;
        flex-direction: column;
        gap: 1.04167vw;
        width: 64.6875vw;
        
        justify-content: center; 
  align-items: center;
  }
  .promo-header{
    color: var(--White-White-Text, #FFF);
text-align: center;

/* Desktop/Headlines/H3 */
font-family: "Despair Display";
font-size: 6.66667vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 6vw */
letter-spacing: -0.13333vw;
text-transform: uppercase;
  }

  .promo-description{
width: 28.80208vw;
color: var(--White-White-Text, #FFF);
text-align: center;
/* Desktop/Card Text/Caption Basic */
font-family: "Inter";
font-size: 0.9375vw;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 1.03125vw */
letter-spacing: -0.01875vw;
  }

  .booking-btn.promo{
    width: 29.16667vw;
    height: 3.28125vw;
    margin-top: 2.08333vw;
    color: #0000E9;
    background: #FFF;
    border: 0.05208vw solid #FFF;
  }

.booking-btn.promo:hover{
  background:  #0000E9;
  color: #FFF;
  text-decoration: none;
}

@media (max-width: 1024px) {
.promo-sector{
  width: 100vw;
  height: 54.6875vw;
  margin-top: 9.76562vw;
}
.promo-groub{
  gap: 0vw;
}

  .promo-sector::before {
width: 14.64844vw;
height: 14.64844vw;
flex-shrink: 0;
left: auto;
top: auto;
bottom: 3.90625vw;
right: 9.27734vw;
  }
  .promo-image {
width: 14.64844vw;
height: 21.48438vw;
  }

.promo-image.image_1_p{
  left: 1.95312vw;
  top: 3.90625vw;
  background: url('../images/promo_image_1.png') lightgray 0vw -1.8751vw / 100% 120.632% no-repeat;
}
.promo-image.image_2_p{
  right: 1.95312vw;
  bottom: 9.27734vw;
}
.promo-groub-text{
  gap: 1.95312vw;
  width: 67.28516vw;
  }
  .promo-header{
font-size: 6.25vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.625vw */
letter-spacing: -0.125vw;
text-transform: uppercase;
  }

  .promo-description{
width: 54.00391vw;
font-size: 1.36719vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.64062vw */
letter-spacing: -0.02734vw;
  }

  .booking-btn.promo{
    width: 34.66797vw;
    height: 4.88281vw;
    margin-top: 2.92969vw;
    border: 0.09766vw solid #FFF;
  }

}


@media (max-width: 375px) {

.promo-sector{
  width: 100vw;
  height: 202.13333vw;
  margin-top: 21.33333vw;
}
.promo-groub{
  gap: 0vw;
}


  .promo-sector::before {
width: 21.33333vw;
height: 21.33333vw;
flex-shrink: 0;
left: 21.86667vw;
top: 32.26667vw;
bottom: auto;
right: auto;
  }
  .promo-image {
width: 29.86667vw;
height: 43.73333vw;
  }

.promo-image.image_1_p{
  left: 2.66667vw;
  top: 5.33333vw;
  background: url('../images/promo_image_1.png') lightgray 0vw -3.81707vw / 100% 120.632% no-repeat;
}
.promo-image.image_2_p{
  right: 2.66667vw;
  bottom: 5.33333vw;
}
.promo-groub-text{
  gap: 5.33333vw;
  width: 94.66667vw;
  }
  .promo-header{
font-size: 10.66667vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 10.66667vw */
letter-spacing: -0.21333vw;
text-transform: uppercase;
  }

  .promo-description{
width: 94.66667vw;
font-size: 3.73333vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 4.48vw */
letter-spacing: -0.07467vw;
  }

  .booking-btn.promo{
    width: 94.66667vw;
    height: 13.33333vw;
    margin-top: 10.66667vw;
    border: 0.26667vw solid #FFF;
  }

}


.faq-list-container{
  margin-top: 9.375vw;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  position: relative;
  width: 89.58333vw;
}

.faq-list-heading {
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 0.78125vw;
}


.faq-list-heading span {
  position: relative; /* Относительное позиционирование */
color: #0000E9;
text-align: center;
font-family: "Despair Display";
font-size: 6.66667vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 6vw */
letter-spacing: -0.13333vw;
text-transform: uppercase;
}



.faq_box{
  margin-top: 2.08333vw;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.faq-item{
  border-bottom: 0.05208vw solid #CCC;
  border-top: 0.05208vw solid #CCC;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-top: 1.30208vw;
  padding-bottom: 1.30208vw;
  

}

.faq-item.hover .faq-answer-item, .faq-item.active .faq-answer-item{
display: flex;
}

.faq-about-info{
display: flex;
width: 59.375vw;
justify-content: space-between;
align-items: flex-start;
}

.faq-number{
  color: var(--White-White-Text, #0A0A0A);
 /* Desktop/Text/Text Medium */
 font-family: "Inter";
 font-size: 1.25vw;
 font-style: normal;
 font-weight: 500;
 line-height: 110%; /* 1.375vw */
 letter-spacing: -0.0375vw;
 text-transform: uppercase;
}
.faq-info{
  display: flex;
width: 29.16667vw;
flex-direction: column;
align-items: flex-start;
gap: var(--10, 0.52083vw);
flex-shrink: 0;
}
.faq-question-item{
color: var(--White-White-Text, #0A0A0A);
/* Desktop/Text/Text Medium */
font-family: "Inter";
font-size: 1.25vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 1.375vw */
letter-spacing: -0.0375vw;
text-transform: uppercase;
}


.faq-answer-item{
  display: none;
color: var(--White-White-Text, #0A0A0A);
/* Desktop/Text/Text Small */
font-family: "Inter";
font-size: 0.9375vw;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 1.03125vw */
letter-spacing: -0.01875vw;
white-space: pre-line;
opacity: 0.6;
}

.arrow_faq {
    width: 1.25vw;
    height: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.arrow-icon-faq {
    width: 1.25vw;
    height: 1.25vw;
    transition: transform 0.3s ease;
    filter: invert(100%);
}

.faq-item.hover .arrow-icon-faq, .faq-item.active .arrow-icon-faq {
    transform: rotate(180deg);
}

.faq-about-info_groub{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.modil{
  display: none ;
}
.dectstop{
  display: flex;
}

@media (max-width: 1024px) {
.modil{
  display: none ;
}
.dectstop{
  display: flex;
}
.faq-list-container{
  margin-top: 9.76562vw;
  width: 96.09375vw;
}
.faq-list-heading{
  gap: 0.97656vw;
}

.faq-list-heading span {
font-size: 6.25vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.625vw */
letter-spacing: -0.125vw;
text-transform: uppercase;
}


.faq-item{
  border-bottom: 0.09766vw solid #CCC;
  border-top: 0.09766vw solid #CCC;
  padding-top: 1.46484vw;
  padding-bottom: 1.46484vw;
}


.faq-about-info{
width: 71.67969vw;
}

.faq-number{
font-size: 1.75781vw;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 1.75781vw */
letter-spacing: -0.03516vw;
text-transform: uppercase;
}
.faq-info{
width: 47.26562vw;
}
.faq-question-item{
font-size: 1.75781vw;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 1.75781vw */
letter-spacing: -0.03516vw;
text-transform: uppercase;
}


.faq-answer-item{
font-size: 1.36719vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.64062vw */
letter-spacing: -0.02734vw;
}

.arrow_faq {
    width: 2.34375vw;
    height: 2.34375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.arrow-icon-faq {
    width: 2.34375vw;
    height: 2.34375vw;
    transition: transform 0.3s ease;
}


}



@media (max-width: 375px) {
  .modil{
  display: flex ;
}
.dectstop{
  display: none ;
}
.faq-list-container{
  margin-top: 21.33333vw;
  width: 94.66667vw;
}

.faq-list-heading{
  gap: 1.33333vw;
}

.faq-list-heading span {
font-size: 6.4vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.76vw */
letter-spacing: -0.128vw;
text-transform: uppercase;
}


.faq-item{
  border-bottom: 0.26667vw solid #CCC;
  border-top: 0.26667vw solid #CCC;
  padding-top: 2.66667vw;
  padding-bottom: 2.66667vw;
}


.faq-about-info{
  width: 94.66667vw;
}


.faq-info{
  width: 94.66667vw;
  flex-direction: row;
      justify-content: space-between;
}
.faq-question-item{
font-size: 3.73333vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
text-transform: uppercase;
width: 78.13333vw;
}


.faq-answer-item{
font-size: 3.73333vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 4.48vw */
letter-spacing: -0.07467vw;
}

.arrow_faq {
    width: 6.4vw;
    height: 6.4vw;
}

.arrow-icon-faq {
    width: 6.4vw;
    height: 6.4vw;
    transition: transform 0.3s ease;
}
.faq-about-info_groub{
  display: flex;
    flex-direction: column;
}
}

.salons {
  position: relative;
  width: 100%;
  margin-top: 9.375vw; /* 180/1920 */
}

/* Заголовок секции */
.salons-header {
  padding-left: 5.208vw; /* 100/1920 */
  display: flex;
  align-self: flex-start;
  margin-bottom: 2.083vw; /* 40/1920 */
  color:  #0A0A0A;
  font-family: "Despair Display";
  font-size: 3.33333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 3.33333vw */
  letter-spacing: -0.06667vw;
  text-transform: uppercase;
}

/* Контейнер с карточками */
.salons-container {
  display: flex;
  gap: 1.042vw; /* 20/1920 */
  padding-left: 5.208vw; /* 100/1920 */
  padding-right: 5.208vw; /* 100/1920 */
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.salons-container::-webkit-scrollbar {
  display: none;
}

.salon-card{
width: 89.58333vw;
height: 32.29167vw;
padding:  2.08333vw;
background-color: #fff;
display: flex;
gap: 1.04167vw;
align-items: flex-start;
}

.salon-card__info-groub{
  display: flex;
  flex-direction: column;
  height: 100%;
width: 42.1875vw;
}
.salon-card__info-txt{
display: flex;
width: 32.23958vw;
flex-direction: column;
align-items: flex-start;
gap:  2.08333vw;
}
.salon-card__title{
  color:  #0A0A0A;
  /* Desktop/Card Text/Tables Headline */
font-family: "Despair Display";
font-size: 2.5vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 2.5vw */
letter-spacing: -0.05vw;
text-transform: uppercase;
  white-space: pre-line;
}

.salon-card__about{
    display: flex;
    flex-direction: column;
    gap: 1.04167vw;
}

.salon-card__about-txt{
  color:  #0A0A0A;
  font-family: "Inter";
font-size: 0.9375vw;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 1.03125vw */
letter-spacing: -0.01875vw;
opacity: 0.6;
}
.salon-card_text-groub{
  display: flex;
  gap: 0.52083vw;
}
.salon-card__about-header{
  color:  #0A0A0A;
/* Desktop/Card Text/Caption Basic */
font-family: "Inter";
font-size: 1.04167vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 1.14583vw */
letter-spacing: -0.02083vw;
text-transform: uppercase;
}
.salon-card__link-groub{
margin-bottom: 0;
margin-top: auto;
  display: flex;
justify-content: space-between;
align-items: flex-end;
}
.salon-card__map-link{
  display: flex;
  gap: 0.78125vw;

  color: #0A0A0A;
  font-family: "Inter";
font-size: 1.25vw;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 1.375vw */
letter-spacing: -0.025vw;
text-transform: uppercase;
}
.salon-card__map-link:hover {
  /* Убираем все изменения при наведении */
  color:  #0000E9 ;
  text-decoration: none ;
}
.arrow-icon-salon{
  width: 1.458vw; /* 28/1920 */
  height: 1.458vw; /* 28/1920 */
  background-image: url('../images/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  filter: invert(100%);
}

.salon-card__image{
  position: relative;
width: 42.1875vw;
height: 28.125vw;
}
.salon-card__map-link:hover .arrow-icon-salon {
      filter: 
    brightness(0) 
    invert(10%) 
    sepia(100%) 
    saturate(5000%) 
    hue-rotate(247deg) 
    brightness(94%) 
    contrast(143%);
}
.salon-card__image::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--bg-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
    transform: scale(1);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.social-icons{
  display: flex;
  gap: 0.52083vw;
}
.social-icon{
  width: 2.29167vw;
  height: 2.29167vw;
}
.social-icon img{
  width: 100%;
  height: 100%;
  filter: invert(100%);
}


@media (max-width: 1024px) {
  .salons {
  position: relative;
  width: 100%;
  margin-top: 9.76562vw; /* 180/1920 */
}

/* Заголовок секции */
.salons-header {
  padding-left: 1.95312vw; /* 100/1920 */
  display: flex;
  margin-bottom: 2.92969vw; /* 40/1920 */
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 3.125vw */
  letter-spacing: -0.0625vw;
  text-transform: uppercase;
}

/* Контейнер с карточками */
.salons-container {
  display: flex;
  gap: 1.042vw; /* 20/1920 */
  padding-left: 1.95312vw; /* 100/1920 */
  padding-right: 1.95312vw; /* 100/1920 */
}

.salon-card{
width: 96.09375vw;
height: 37.98828vw;
padding: 2.44141vw;
gap: 1.46484vw;
}

.salon-card__info-groub{
width: 45.3125vw;
}
.salon-card__info-txt{
width: 45.3125vw;
gap:  1.46484vw;
}
.salon-card__title{
font-size: 3.125vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 3.125vw */
letter-spacing: -0.0625vw;
text-transform: uppercase;
}

.salon-card__about{
  display: flex;
  flex-direction: column;
  gap: 0.68359vw;
}

.salon-card__about-txt{
font-size: 1.36719vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.64062vw */
letter-spacing: -0.02734vw;
}
.salon-card_text-groub{
  gap: 0.68359vw;
}
.salon-card__about-header{
font-size: 1.36719vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 1.50391vw */
letter-spacing: -0.02734vw;
text-transform: uppercase;
}
.salon-card__link-groub{
margin-top: 1.46484vw;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-direction: column;
margin-bottom: 0;
height: 100%;
}

.salon-card__image{
  position: relative;
  width: 45.41016vw;
  height: 33.10547vw;
}

.social-icons{
  display: flex;
  gap: 0.52083vw;
}
.social-icon{
  width: 3.90625vw;
  height: 3.90625vw;
}

.salon-card__map-link{
  border-radius:  3.90625vw;
  width: 27.14844vw;
  display: flex;
  padding:  1.95312vw 12.59766vw;
  justify-content: center;
  align-items: center;
  align-self: stretch;

  font-family: "Inter";
font-size: 1.36719vw;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 1.50391vw */
letter-spacing: -0.02734vw;
text-transform: uppercase;
  border: 0.09766vw solid #0000E9;
  white-space: nowrap;
  order: 1;
  background:  #FFF;
  color:  #0000E9;
}

.salon-card__map-link:hover {
  background: #0000E9;
  color: #FFF;
}

.arrow-icon-salon{
  display: none;
}

}

@media (max-width: 375px) {
  .salons {
  margin-top: 17.06667vw; /* 180/1920 */
}

/* Заголовок секции */
.salons-header {
  padding-left: 2.66667vw; /* 100/1920 */
  display: flex;
  margin-bottom: 5.33333vw; /* 40/1920 */
font-size: 6.4vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.76vw */
letter-spacing: -0.128vw;
text-transform: uppercase;
}

/* Контейнер с карточками */
.salons-container {
  display: flex;
  padding-left: 2.66667vw; /* 100/1920 */
  padding-right: 2.66667vw; /* 100/1920 */
}

.salon-card{
width: 94.66667vw;
height: auto;
padding: 5.33333vw;
gap: 4vw;
position: relative;
}

.salon-card__info-groub{
width: 84vw;
}
.salon-card__info-txt{
width: 84vw;
gap:  4vw;
}
.salon-card__title{
font-size: 5.33333vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 5.33333vw */
letter-spacing: -0.10667vw;
text-transform: uppercase;
}

.salon-card__about{
  gap: 2.66667vw;
}

.salon-card__about-txt{
font-size: 3.73333vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 4.48vw */
letter-spacing: -0.07467vw;
}
.salon-card_text-groub{
  gap: 1.33333vw;
  flex-direction: column;
}
.salon-card__about-header{
font-size: 3.73333vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
text-transform: uppercase;
}
.salon-card__link-groub{
margin-top: 4vw;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-direction: column;
margin-bottom: 0;
height: 100%;
gap: 59.73333vw
}

.salon-card__image{
  position: absolute;
  left: 5.33333vw;
  bottom: 22.66667vw;
  width: 84vw;
  height: 54.4vw;
  aspect-ratio: 105/68;
}

.social-icons{
  display: flex;
  gap: 2.13333vw;
}
.social-icon{
  width: 10.66667vw;
  height: 10.66667vw;
}

.salon-card__map-link{
  border-radius:  10.66667vw;
  width: 84vw;
  display: flex;
padding: 5.33333vw 34.4vw;
font-size: 3.73333vw;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
text-transform: uppercase;
  border: 0.26667vw solid #0000E9;
  white-space: nowrap;
  order: 1;
  background:  #FFF;
  color:  #0000E9;
}
}