html, body {
  overflow-x: hidden;
}
.dect{
    display: block;
}
.academy-cours-page{
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  position: relative;
}

.about-us-section {
  position: relative;
  margin-top: 7.70833vw;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
}

/* Блок с иконкой и заголовком */
.about-us-headline {
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: center;
  height: 12.76042vw;
  z-index: 1;
}

/* Внутренний контейнер для иконки */
.about-us-headline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
width: 86.45833vw;
height: 12.76042vw;
  background: url('../images/about_the_course.svg') center/contain no-repeat;
  z-index: 0; /* Иконка под текстом */
  margin: 0; /* Убираем отступы у параграфа */
}

/* Текст "О НАС" */
.about-us-headline span {
  position: relative; /* Относительное позиционирование */
color: var(--Black-Black-Basic, #0A0A0A);
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;
margin-top: 3.95833vw;
margin-bottom: auto;
}



/* Блок с картинками */
.about-us-photos {
  display: flex;
  margin-top: -6.25vw;
  width: 88.02083vw;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

.about-us-photos .photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--bg-url);
    flex-shrink: 0; /* Запрещаем сжатие элементов */
}

.photo-1 {
width: 13.02083vw;
height: 16.92708vw;
margin-top: auto;
margin-bottom: 2.08333vw;
}

.photo-2 {
width: 29.16667vw;
height: 33.54167vw;
}

.photo-3 {
    margin-top: auto;
    margin-bottom: 10vw;
width: 13.02083vw;
height: 19.27083vw;
}
.about-text{
    margin-top: 1.04167vw;
color: var(--Black-Black-Basic, #0A0A0A);
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;
white-space: pre-line;
}

.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; 
}
.booking-btn.about_us{
  width:  29.16667vw;
  margin-top: 2.08333vw;
}
.booking-btn:hover{
  background:  #FFF;
  color:  #0000E9;
}



/*app_bonus.png*/
.about-us-photos::before {
  content: '';
  position: absolute;
  width: 8.85417vw;
  height: 8.85417vw;
  left: 53.38542vw;
  bottom: 2.08333vw;
  background: url('../images/promo_course.png') center/contain no-repeat;
  animation: rotate var(--sticker-animation-speed, 10s) linear infinite;
  z-index: 2;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tab-mob{
    display: none;
}

@media (max-width: 1024px) {
    .dect{
        display: none;
    }
    .tab-mob{
        display: block;
    }
.about-us-section {
  margin-top: 9.57031vw;
}

/* Блок с иконкой и заголовком */
.about-us-headline {
  height: 14.0625vw;
}

/* Внутренний контейнер для иконки */
.about-us-headline::before {
  top: 0;
  bottom: 0;
  width: 95.21484vw;
  height: 14.0625vw;
  aspect-ratio: 325/48;
}

/* Текст "О НАС" */
.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;
margin-top: 4.78516vw;
margin-bottom: auto;
}



/* Блок с картинками */
.about-us-photos {
  display: flex;
  margin-top: -7.03125vw;
  width: 96.09375vw;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

.photo-1 {
width: 18.06641vw;
height: 23.53516vw;
margin-top: auto;
margin-bottom: 2.73438vw;
}

.photo-2 {
width: 37.5vw;
height: 43.16406vw;
}

.photo-3 {
margin-top: auto;
margin-bottom: 13.47656vw;
width: 18.06641vw;
height: 26.75781vw;
}
.about-text{
margin-top: 1.95312vw;
font-size: 1.75781vw;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 1.75781vw */
letter-spacing: -0.03516vw;
text-transform: uppercase;
}

.booking-btn{
  display: flex;

padding:  1.95312vw 12.59766vw;
justify-content: center;
align-items: center;
gap: 0.97656vw;
border-radius:  3.90625vw;
background:  #0000E9;
color:  #FFF;
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;
}
.booking-btn.about_us{
  width:  34.66797vw;
  margin-top: 2.92969vw;
}



/*app_bonus.png*/
.about-us-photos::before {
  content: '';
  position: absolute;
width: 14.64844vw;
height: 14.64844vw;
  left: 59.47266vw;
  bottom: 1.95312vw;
  background: url('../images/promo_course.png') center/contain no-repeat;
  animation: rotate var(--sticker-animation-speed, 10s) linear infinite;
  z-index: 2;
}

}




@media (max-width: 375px) {

.about-us-section {
  margin-top: 23.46667vw;
}

/* Блок с иконкой и заголовком */
.about-us-headline {
  height: 14.66667vw;
}

/* Внутренний контейнер для иконки */
.about-us-headline::before {
  top: 0;
  bottom: 0;
width: 93.33333vw;
height: 14.66667vw;
aspect-ratio: 70/11;
}

/* Текст "О НАС" */
.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;
margin-top: 5.06667vw;
margin-bottom: auto;
}



/* Блок с картинками */
.about-us-photos {
  display: flex;
  margin-top: 2.66667vw;
  width: 94.66667vw;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

.photo-1 {
display: none;
}

.photo-2 {
width: 94.66667vw;
height: 108.8vw;
}

.photo-3 {
display: none;
}
.about-text{
margin-top: 5.33333vw;
font-size: 3.73333vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
text-transform: uppercase;
}

.booking-btn{
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 #0000E9;
}
.booking-btn.about_us{
  width:  94.66667vw;
  margin-top: 5.33333vw;

}



/*app_bonus.png*/
.about-us-photos::before {
  content: '';
  position: absolute;
width: 21.33333vw;
height: 21.33333vw;
flex-shrink: 0;
  left: 69.33333vw;
  bottom: 4vw;
  background: url('../images/promo_course.png') center/contain no-repeat;
  animation: rotate var(--sticker-animation-speed, 10s) linear infinite;
  z-index: 2;
}

}

.gallery-section{
      position: relative;
  margin-top: 9.375vw;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  width: 100vw;
}
.gallery-headline{
    color: var(--Black-Black-Basic, #0A0A0A);
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
}

.gallery-text{
    margin-top: 1.5625vw;
    width: 44.27083vw;
    color: var(--Black-Black-Basic, #0A0A0A);
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;
}
.gallery-container{
    margin-top: 2.08333vw;
    display: flex;
    gap: 1.5625vw;

      align-items: stretch;
  overflow-x: auto ;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex-direction: row;
}
.gallery-container::-webkit-scrollbar {
  display: none;
}
.gallery-image-item{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--bg-url);
    flex-shrink: 0; /* Запрещаем сжатие элементов */
width: 6.51042vw;
height: 7.8125vw;
}
.gallery-text_down{
    width: 29.16667vw;
    margin-top: 2.08333vw;
    color: var(--Black-Black-Basic, #0A0A0A);
text-align: center;
/* 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;
}
.booking-btn.gallery{
  width:  29.16667vw;
  margin-top: 2.08333vw;
}

@media (max-width: 1024px) {

.gallery-section{
  margin-top: 9.76562vw;
  width: 100vw;
}
.gallery-headline{
font-size: 6.25vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.625vw */
letter-spacing: -0.125vw;
text-transform: uppercase;
}

.gallery-text{
    margin-top: 1.95312vw;
    width: 57.03125vw;
font-size: 1.75781vw;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 1.75781vw */
letter-spacing: -0.03516vw;
text-transform: uppercase;
}
.gallery-container{
    margin-top: 2.92969vw;
    gap: 1.46484vw;
    padding-left: 1.95312vw;
    padding-right: 1.95312vw;
        width: 100%;
}
.gallery-image-item{
width: 12.20703vw;
height: 14.64844vw;
}
.gallery-text_down{
    width: 40.33203vw;
    margin-top: 3.90625vw;
font-size: 1.36719vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.64062vw */
letter-spacing: -0.02734vw;
}
.booking-btn.gallery{
  width:  34.66797vw;
  margin-top: 2.92969vw;
}

}

@media (max-width: 375px) {
.gallery-section{
  margin-top: 21.33333vw;
  width: 100vw;
}
.gallery-headline{
font-size: 6.4vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.76vw */
letter-spacing: -0.128vw;
text-transform: uppercase;
}

.gallery-text{
    margin-top: 2.66667vw;
width: 94.66667vw;
font-size: 3.73333vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
text-transform: uppercase;
}
.gallery-container{
    margin-top: 5.33333vw;
    gap: 4vw;
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
}
.gallery-image-item{
width: 33.33333vw;
height: 40vw;
}
.gallery-text_down{
    
width: 94.66667vw;
    margin-top: 2.66667vw;
font-size: 3.73333vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 4.48vw */
letter-spacing: -0.07467vw;
}
.booking-btn.gallery{
  width:  94.66667vw;
  margin-top: 5.33333vw;
}


}

.experience-section{
  position: relative;
  margin-top: 9.375vw;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  width: 100vw;
}

.experience-headline{
    color: var(--Black-Black-Basic, #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;
}
.experience_container{
    width: 89.58333vw;
    flex-wrap: wrap;
    gap: 1.04167vw;
    display: flex;
    margin-top: 2.08333vw;

}

.experience_card{
    display: flex;
width: 21.61458vw;
height: 13.59375vw;
padding:  1.5625vw;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
background: var(--White-White-Text, #FFF);
}
.booking-btn.experience{
    width: 29.16667vw;
    margin-top: 2.08333vw;
}

.card_number{
    color: var(--Black-Black-Basic, #0A0A0A);
font-family: "Despair Display";
font-size: 1.66667vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 1.66667vw */
text-transform: uppercase;
}
.card_text{
    color: var(--Black-Black-Basic, #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;
}

@media (max-width: 1024px) {

.experience-section{
  margin-top: 9.76562vw;
}

.experience-headline{
font-size: 6.25vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.625vw */
letter-spacing: -0.125vw;
text-transform: uppercase;
}
.experience_container{
    width: 100%;
    flex-wrap: nowrap;
    gap: 1.46484vw;
    display: flex;
    margin-top: 2.92969vw;
    align-items: stretch;
  overflow-x: auto ;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex-direction: row;
  padding-left: 1.95312vw;
  padding-right: 1.95312vw;
}
.experience_container::-webkit-scrollbar {
  display: none;
}

.experience_card{
    flex: 0 0 auto;
width: 35.15625vw;
height: 21.48438vw;
padding: var(--30, 2.92969vw);
}
.booking-btn.experience{
    width: 34.66797vw;
    margin-top: 2.92969vw;
}

.card_number{
font-size: 1.95312vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 1.95312vw */
text-transform: uppercase;
}
.card_text{
font-size: 1.36719vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 1.50391vw */
letter-spacing: -0.02734vw;
text-transform: uppercase;
}

}

@media (max-width: 375px) {
.experience-section{
  margin-top: 21.33333vw;
}

.experience-headline{
font-size: 6.4vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.76vw */
letter-spacing: -0.128vw;
text-transform: uppercase
}
.experience_container{
    width: 100%;
    flex-wrap: nowrap;
    gap: 2.66667vw;
    display: flex;
    margin-top: 5.33333vw;
  padding-left: 2.66667vw;
  padding-right: 2.66667vw;
}

.experience_card{
    flex: 0 0 auto;
width: 78.4vw;
height: 58.66667vw;
padding: var(--30, 8vw);
}
.booking-btn.experience{
    width: 94.66667vw;
    margin-top: 5.33333vw;
}

.card_number{
font-size: 5.33333vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 5.33333vw */
letter-spacing: -0.10667vw;
text-transform: uppercase;
}
.card_text{
font-size: 3.73333vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
text-transform: uppercase;
}


}

.lookbook_section {
  margin-top: 9.375vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.08333vw;
}

.lookbook-heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.lookbook-heading span {
color: var(--Black-Black-Basic, #0A0A0A);
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;
width: 59.375vw;
}

/* Карусель */
.lookbook_box {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: grab;
}

.lookbook_box.active {
  cursor: grabbing;
}

.lookbook-track {
  display: flex;
  gap: 0.52083vw;
  will-change: transform;
  transition: transform 0.1s ease;
  align-items: flex-end;
  height: 36.45833vw;
}

/* Базовые стили для ВСЕХ изображений */
.lookbook-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--bg-url);
  border-radius: 0.20833vw;
  flex-shrink: 0;
  position: relative;
  
  /* Плавные переходы для всех анимируемых свойств */
  transition: 
    width 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    height 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    margin-bottom 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.4s ease;
}

/* Обновленные стили для боковых элементов */
.lookbook-image.side {
    width: 21.61458vw;
    height: 27.08333vw;
}

.lookbook-image.side.side-1 {
    margin-bottom: 4.6875vw;
}

.lookbook-image.side.side-2 {
    margin-bottom: 9.375vw;
}

/* Центральный элемент */
.lookbook-image.center {
    width: 29.16667vw;
    height: 36.45833vw;
    margin-bottom: 0;
}

/* Скрываем элементы, которые не входят в видимую группу */
.lookbook-image:not(.center):not(.side) {
    opacity: 0.3;
    pointer-events: none;
    
    /* Уменьшаем размеры для скрытых элементов */
    width: 21.61458vw;
    height: 27.08333vw;
    margin-bottom: 9.375vw;
}



  .lookbook-track {
    overflow-x: visible;
  }




@media (max-width: 1024px) {
  .lookbook_box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .lookbook_box::-webkit-scrollbar {
    display: none;
  }
  .lookbook_section {
  margin-top: 9.76562vw;
  gap: 2.92969vw;
}


.lookbook-heading span {
font-size: 6.25vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.625vw */
letter-spacing: -0.125vw;
text-transform: uppercase;
width: 59.66797vw;
}



.lookbook-track {
  gap: 1.46484vw;
  height: 59.17969vw;
}


/* Обновленные стили для боковых элементов */
.lookbook-image.side {
width: 35.15625vw;
height: 44.14062vw;
}

.lookbook-image.side.side-1 {
    margin-bottom: 7.03125vw;
}

.lookbook-image.side.side-2 {
    margin-bottom: 7.03125vw;
}

/* Центральный элемент */
.lookbook-image.center {
width: 47.26562vw;
height: 59.17969vw;
}

/* Скрываем элементы, которые не входят в видимую группу */
.lookbook-image:not(.center):not(.side) {
    /* Уменьшаем размеры для скрытых элементов */
width: 35.15625vw;
height: 44.14062vw;
    margin-bottom: 7.03125vw;
}

}


@media (max-width: 375px) {
  .lookbook_section {
  margin-top: 21.33333vw;
  gap: 5.33333vw;
}


.lookbook-heading span {
font-size: 6.4vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.76vw */
letter-spacing: -0.128vw;
text-transform: uppercase;
    
width: 63.2vw;
}

.lookbook-track {
  gap: 2.66667vw;
  height: 94.66667vw;
}


/* Обновленные стили для боковых элементов */
.lookbook-image.side {
width: 78.4vw;
height: 94.66667vw;
}

.lookbook-image.side.side-1 {
    margin-bottom: 0;
}

.lookbook-image.side.side-2 {
    margin-bottom: 0;
}

/* Центральный элемент */
.lookbook-image.center {
width: 78.4vw;
height: 94.66667vw;
}

/* Скрываем элементы, которые не входят в видимую группу */
.lookbook-image:not(.center):not(.side) {
    /* Уменьшаем размеры для скрытых элементов */
width: 78.4vw;
height: 94.66667vw;
    margin-bottom: 0;
}
.lookbook_box {
    padding-right: 0 8vw;
}

}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.promo_course{
    margin-top: 9.375vw;
    width: 100%;
}
/* Основные размеры */
.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: #0A0A0A;
}
  
/* Бегущая строка */
.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: #01FF00;
    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) {
    .promo_course{
    margin-top: 9.76562vw;
}
    .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) {
        .promo_course{
    margin-top: 21.33333vw;
}
    .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;
    }
  }


  .promo-sector{
  width: 100vw;
  height: 43.95833vw;
  background: #161616;
  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;
  margin-top: 11.92708vw;
  margin-bottom: auto;

}
.promo-logo{
  content: '';
width: 29.42708vw;
height: 9.11458vw;
  background: url('../images/academy_promo.svg') center/contain no-repeat;
  top: 0;
    z-index: 5;
}


  .promo-groub-text{
    display: flex;
        flex-direction: column;
        gap: 1.04167vw;
        width: 51.66667vw;
        
        justify-content: center; 
  align-items: center;
  }
  .promo-header{
color: var(--White-White-Text, #FFF);
text-align: center;
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;
  }

  .promo-description{
width: 23.33333vw;
color: var(--White-White-Text, #FFF);
text-align: center;
/* 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;
opacity: 0.7;
  }

.promo-groub-price{
    display: flex;
  justify-content: center; 
  align-items: flex-end;
  position: relative;
  margin-top: 0.52083vw;
  gap: 0.52083vw;

}
.promo-prise-new{
    color: var(--White-White-Text, #FFF);
/* Desktop/Headlines/H4 */
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;
}
.promo-prise-old{
    color: var(--White-White-Text, #FFF);
text-align: center;
/* 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;
  text-decoration: line-through; 
  opacity: 0.7;
}
  .booking-btn.promo{
    width: 29.16667vw;
    margin-top: 1.04167vw;
  }
.image_promo{
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--bg-url);
    flex-shrink: 0; /* Запрещаем сжатие элементов */
    width: 8.33333vw;
height: 10vw;
z-index: 0;
}

.image_photo-1 {
left: 5.20833vw;
top: 1.04167vw;
}
.image_photo-2 {
left: 9.375vw;
top: 28.28125vw;
}
.image_photo-3 {
left: 20.10417vw;
top: 14.01042vw;
}
.image_photo-4 {
left: 45.83333vw;
top: 4.375vw;
}
.image_photo-5 {
right: 15.20833vw;
top: 9.32292vw;
}
.image_photo-6 {
right: 5.20833vw;
top: 32.23958vw;
}



@media (max-width: 1024px) {


.promo-sector{
  width: 100vw;
  height: 64.0625vw;
}
.promo-groub{
      margin-top: 22.75391vw;
  gap: 0vw;
}
.promo-logo{
width: 31.54297vw;
height: 9.76562vw;
aspect-ratio: 323/100;
}


.promo-groub-text{
  gap: 1.46484vw;
  width: 43.26172vw;
  }
  .promo-header{
font-size: 3.125vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 3.125vw */
letter-spacing: -0.0625vw;
text-transform: uppercase;
  }

  .promo-description{
  width: 43.26172vw;
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;
    margin-top: 0.97656vw;
  }
.promo-groub-price{
    display: flex;
  justify-content: center; 
  align-items: flex-end;
  position: relative;
  margin-top: 0vw;
  gap: 0.68359vw;

}
.promo-prise-new{
font-size: 2.34375vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 2.34375vw */
letter-spacing: -0.04688vw;
text-transform: uppercase;
}
.promo-prise-old{
font-size: 1.75781vw;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 1.75781vw */
letter-spacing: -0.03516vw;
text-transform: uppercase;
}

.image_promo{
width: 12.20703vw;
height: 14.64844vw;
z-index: 0;
}

.image_photo-1 {
left: 1.95312vw;
top: 2.92969vw;
}
.image_photo-2 {
left: 7.42188vw;
top: 40.52734vw;
}
.image_photo-3 {
left: 14.74609vw;
top: 20.01953vw;
}
.image_photo-4 {
left: 42.1875vw;
top: 8.10547vw;
width: 15.625vw;
height: 18.75vw;
}
.image_photo-5 {
right: 12.69531vw;
top: 15.42969vw;
}
.image_photo-6 {
right: 1.95312vw;
top: 47.94922vw;
}

}


@media (max-width: 375px) {

.promo-sector{
  width: 100vw;
  height: 187.73333vw;
}
.promo-groub{
  gap: 0vw;
  margin-top: 72vw;
}
.promo-logo{
width: 44.53333vw;
height: 14.66667vw;
aspect-ratio: 167/55;
}


.promo-groub-text{
  gap: 4vw;
  width: 94.66667vw;
  width: 94.66667vw;
  }
  .promo-header{
font-size: 6.4vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.76vw */
letter-spacing: -0.128vw;
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;
    margin-top: 0px;
  }

  .promo-groub-price{
  margin-top: 1.33333vw;
  gap: 1.33333vw;

}
.promo-prise-new{
font-size: 5.33333vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 5.33333vw */
letter-spacing: -0.10667vw;
text-transform: uppercase;
}
.promo-prise-old{
font-size: 3.73333vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 4.48vw */
letter-spacing: -0.07467vw;
}

.image_promo{
width: 21.33333vw;
height: 25.6vw;
z-index: 0;
}

.image_photo-1 {
left: 2.66667vw;
top: 5.33333vw;
}
.image_photo-2 {
left: 2.66667vw;
top: 152.26667vw;
}
.image_photo-3 {
display: none;
}
.image_photo-4 {
left: 35.2vw;
top: 43.46667vw;
width: 29.6vw;
height: 35.73333vw;
}
.image_photo-5 {
right: 2.66667vw;
top: 18.13333vw;
}
.image_photo-6 {
right: 2.66667vw;
top: 159.46667vw;
}
}


.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-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;
}

.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;
}
.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;
opacity: 0.4;
}
.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:  #0A0A0A ;
  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__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: 33.30078vw;
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;
opacity: 0.4;
}
.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: 28.41797vw;
}

.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: 133.06667vw;
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;
}
.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;
opacity: 0.4;
}
.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;
}
}