html, body {
  overflow-x: hidden;
}
/*body {
  background-color: #0A0A0A !important;
}*/
.academy-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/academy_fon_1.png') lightgray -0.00776vw -15.09734vw / 101.987% 131.677% 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: 23.4375vw;
}
.logo-text{
color: var(--White-White-Text, #FFF);
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;
}
.logo-accent_text{
  content: '';
  width: 29.42708vw;
  height: 9.11458vw;
  background: url('../images/graffiti_academy.svg') center/contain no-repeat;
  z-index: 2;
  margin-top: -3.125vw;
}
.text-groub{
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 44.58333vw;
}
.hero-text{
  color: var(--White-White-Text, #FFF);
  /* 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;
}
.hero-text.left_t{
  text-align: left;
  width: 21.61458vw;
}
.hero-text.right_t{
  text-align: right;
  width: 23.38542vw;
}



/* Планшетная версия (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/academy_fon_1.png') lightgray -2.1043vw 0.0014609vw / 104.306% 99.93% no-repeat;
}

.logo-groub{
  top: 31.44531vw;
}

.logo-text{
font-size: 9.375vw;
font-style: normal;
font-weight: 700;
line-height: 80%; /* 7.5vw */
letter-spacing: -0.1875vw;
text-transform: uppercase;
}
.logo-accent_text{
width: 31.54297vw;
height: 9.76562vw;
aspect-ratio: 323/100;
margin-top: -4.10156vw;
}


  
}

/* Мобильная версия (375px) */
@media (max-width: 375px) {
    .hero-section {
width: 100.26667vw;
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/academy_fon_1.png') lightgray -141.75067vw 0.0042453vw / 303.278% 99.93% no-repeat;
}

.logo-groub{
  top: 173.06667vw;
}

.logo-text{
font-size: 10.66667vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 10.66667vw */
letter-spacing: -0.21333vw;
text-transform: uppercase;
}
.logo-accent_text{
width: 44.53333vw;
height: 14.66667vw;
aspect-ratio: 167/55;
margin-top: -6.13333vw;
}


}

@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: #01FF00;
}
  
/* Бегущая строка */
.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: #0A0A0A;
    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 {
    }*/
  }
  
  @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 */
    }
  
    .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;
  height: 11.97917vw;
}

/* Внутренний контейнер для иконки */
.about-us-headline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32.8125vw;
  height: 9.11458vw;
  background: url('../images/about_us.svg') center/contain no-repeat;
  z-index: 0; /* Иконка под текстом */
  margin: 0; /* Убираем отступы у параграфа */
}

/* Текст "О НАС" */
.about-us-headline span {
  position: relative; /* Относительное позиционирование */
color: #0A0A0A;
text-align: center;
font-family: "Despair Display";
font-size: 6.66667vw;
font-style: normal;
font-weight: 700;
line-height: 80%;
letter-spacing: -0.13333vw;
text-transform: uppercase;
  align-self: flex-end;
}

/* Блок с текстом */
.about-us-text {
  text-align: center;
    width: 44.27083vw;
color: #0A0A0A;
/* 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: 1.04167vw; /* 1.04167vw / 100vw */
  margin-top: 2.08333vw;
}
.photo-groub{
  display: flex;
  gap: 1.04167vw; /* 1.04167vw / 100vw */
}
.photo-groub.left{
align-self: flex-start;
}
.photo-groub.right{
align-self: flex-end;
}

.photo-side{
  content: '';
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 14.0625vw;
  height: 18.75vw;
  flex-shrink: 0;
  z-index: 10;
    background-color: lightgray;
}

.photo-side.side-1 {
  background-position: 0vw -0.54703vw;
  background-size: 100% 112.622%;
}

.photo-side.side-2 {
  background-position: 0vw -0.03953vw;
  background-size: 100% 112.622%;
}

.photo-side.side-3 {
  background-position: 0vw -0.00099vw;
  background-size: 100% 112.627%;
}

.photo-side.side-4 {
  background-position: 0vw -1.97974vw;
  background-size: 100% 112.622%;
}
.photo-central{
    content: '';
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
width: 29.16667vw;
height: 29.16667vw;
  flex-shrink: 0;
  z-index: 10;
    background-size: 100% 150.162%;
  background-position: 0vw -3.98172vw;
  background-color: lightgray;
}

.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;
}
  .about-us-photos {
    overflow-x: auto;
    width: 100%;
  }
  
  .photos-container {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    width: max-content; /* Ширина по содержимому */
    padding: 0 10px;
  }
    .dect-tab{
    display: block;
  }
  .mob{
    display: none;
  }
/* Планшетная версия (1024px) */
@media (max-width: 1024px) {
  .about-us-section {
    margin-top: 9.76562vw;
  }

/* Блок с иконкой и заголовком */
.about-us-headline {
  height: 12.20703vw; /* Высота контейнера */
}

/* Внутренний контейнер для иконки */
.about-us-headline::before {
  top: 0;
  bottom: 0;
width: 35.15625vw;
height: 9.76562vw;
aspect-ratio: 18/5;
}

/* Текст "О НАС" */
.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 {
  width: 73.24219vw;
font-size: 2.34375vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 2.57812vw */
letter-spacing: -0.04688vw;
text-transform: uppercase;
  margin-top: 1.95312vw;
}

/* Блок с картинками */
.about-us-photos {
  gap: 1.46484vw; 
  margin-top: 2.92969vw;
}


.photo-groub{
  display: flex;
  gap: 1.46484vw; /* 1.04167vw / 100vw */
}

.photo-side{
width: 14.84375vw;
height: 19.72656vw;
flex-shrink: 0;
aspect-ratio: 76/101;
}

.photo-side.side-1 {
  background-position: 0vw -0.57842vw;
  background-size: 100% 113.179%;
}

.photo-side.side-2 {
  background-position: 0vw -0.0416vw;
  background-size: 100% 112.622%;
}

.photo-side.side-3 {
  background-position: 0vw -0.00107vw;
  background-size: 100% 113.185%;
}

.photo-side.side-4 {
  background-position: 0vw -2.07256vw;
  background-size: 100% 112.064%;
}
.photo-central{
width: 31.05469vw;
height: 31.05469vw;
flex-shrink: 0;
    background-size: 100% 150.162%;
  background-position: 0vw -4.23945vw;
}

.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;
}


}

/* Мобильная версия (375px) */
@media (max-width: 375px) {
  .dect-tab{
    display: none;
  }
    .mob{
    display: block;
  }
    .about-us-section {
    margin-top: 21.33333vw;
  }

/* Блок с иконкой и заголовком */
.about-us-headline {
  height: 17.06667vw; /* Высота контейнера */
}

/* Внутренний контейнер для иконки */
.about-us-headline::before {
  top: 0;
  bottom: 0;
width: 52.53333vw;
height: 14.66667vw;
aspect-ratio: 197/55;
}

/* Текст "О НАС" */
.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: 90.33333vw;
font-size: 3.73333vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
text-transform: uppercase;
margin-top: 2.66667vw;
}

/* Блок с картинками */
.about-us-photos {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.66667vw;
  margin-top: 5.33333vw;
  padding-left: 2.66667vw;
  padding-right: 2.66667vw;
  width: 100vw;
  align-items: stretch;
  overflow-x: auto !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex-direction: row;
}
.about-us-photos::-webkit-scrollbar {
  display: none;
}



.photo-groub {
  display: flex;
  gap: 2.66667vw;
  flex-shrink: 0; /* Важно: запрещаем сжимание групп */
}
.photo-side, .photo-central {
  flex-shrink: 0; /* Запрещаем сжимание отдельных фото */
}

.photo-side{
width: 78.4vw;
height: 94.66667vw;
flex-shrink: 0;
aspect-ratio: 294/355;
}

.photo-side.side-1 {
  background-position: 0vw -4.60107vw;
  background-size: 100% 124.019%;
}

.photo-side.side-2 {
  background-position: 0vw -0.22107vw;
  background-size: 100% 124.677%;
}

.photo-side.side-3 {
  background-position: 0vw -0.00293vw;
  background-size: 100% 113.185%;
}

.photo-side.side-4 {
  background-position: 0vw -5.65947vw;
  background-size: 100% 112.064%;
}
.photo-central{
width: 78.4vw;
height: 94.66667vw;
flex-shrink: 0;
    background-size: 100% 150.162%;
  background-position: 0vw -11.57653vw;
}

.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;

}

}
.courses-items.side_up .courses-item{
    border-bottom: none !important;
}
.courses-items.side_central .courses-item{
      border-bottom: none !important;
    border-top: none !important;
}
.courses-items.side_down .courses-item{
  border-top: none !important;
}
.dect-tab_flex{
  display: flex;
}
.mob_flex{
  display: none;
}

.courses-list-container{
  margin-top: 9.375vw;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  position: relative;
  width: 100vw;
}
.service-item-fon{
  display: none;
  position: absolute;
  background:  #0000E9;
  height: 100%;
  width: 100vw;
  z-index: -1;
}
.courses-list-heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 89.58333vw;
}
.courses_more{
  gap: 0.52083vw;
  display: flex;
}
.courses_more:hover{
      text-decoration: none ;
    color: #0000E9;
}
.more_read_text{
  color: var(--Black-Black-Basic, #0A0A0A);
/* Desktop/Elements/Buttons/Button Link Big */
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;
}
.arrow-icon-courses-more{
  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%);
}
.more_read_text:hover{
      text-decoration: none ;
    color: #0000E9;
}
.courses_more:hover .more_read_text{
  color: #0000E9;
}
  .courses_more:hover .arrow-icon-courses-more{
      filter: 
    brightness(0) 
    invert(10%) 
    sepia(100%) 
    saturate(5000%) 
    hue-rotate(247deg) 
    brightness(94%) 
    contrast(143%);
  }
.courses-list-heading span {
  position: relative;
  color:  #0A0A0A;
  text-align: center;
  font-family: "Despair Display";
  font-size: 3.33333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 6vw */
  letter-spacing: -0.13333vw;
  text-transform: uppercase;
  align-self: flex-end;
}
.courses_box{
  margin-top: 2.08333vw;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.courses-item{
  width: 89.58333vw;
  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;
  display: flex;
  

}
.courses-items{
  position: relative; 
  justify-content: center; 
  align-items: center;
}
.courses-items.hover .courses-description-items, .courses-items.active .courses-description-items{
display: flex;
}
.courses-items.hover .courses-number, .courses-items.active .courses-number{
color: #FFF;
}
.courses-items.hover .courses-service-item, .courses-items.active .courses-service-item{
color: #FFF;
}
.courses-items.hover .service-item-fon, .courses-items.active .service-item-fon{
display: flex;
}

.courses-items.disactive {
opacity: 0.6;
}
.courses-about-info{
display: flex;
width: 66.92708vw;
justify-content: space-between;
align-items: flex-start;
}

.courses-number{
  color: #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;
}
.courses-info{
  display: flex;
    width: 42.1875vw;
flex-direction: column;
align-items: flex-start;
gap: var(--10, 0.52083vw);
flex-shrink: 0;
}
.courses-service-item{
color: #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;
}
.courses-service-items{
  display: flex;
  gap: 0.78125vw;
}


.courses_sale{
width: 3.90625vw;
height: 2.34375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -0.52083vw;
}

.courses-icon-sale{
    width: 100%;
    height: 100%;
    position: absolute;
}
.courses_new{
width: 3.90625vw;
height: 2.1875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -0.52083vw;
}

.courses-icon-new{
    width: 100%;
    height: 100%;
    position: absolute;
}
.courses-description-item{
color:  #FFF;
/* 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;*/

}
.courses-description-item .line {
  display: block;
  position: relative;
  padding-left: 0.78125vw;
  /*margin-left: 0.78125vw;*/
}

.courses-description-item .line::before {
  content: "•"; /* Маркер точки */
  position: absolute;
  left: 0;
}


.courses-description-items{
display: none;
gap: 0.625vw;
flex-direction: column;
}
.courses-price-items{
  display: flex;
  gap: 0.52083vw;
  align-items: flex-end;
}

.courses-price-item_new{
  color: var(--White-White-Text, #FFF);
font-family: "Despair Display";
font-size: 1.66667vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 1.66667vw */
text-transform: uppercase;
}

.courses-price-item_old{
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;
  text-decoration: line-through; 
  opacity: 0.6;
}
.arrow_courses {
    width: 1.25vw;
    height: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.arrow-icon-courses {
    width: 1.25vw;
    height: 1.25vw;
    transition: transform 0.3s ease;
    filter: invert(100%);
}

.courses-items.hover .arrow-icon-courses, .courses-items.active .arrow-icon-courses {
    transform: rotate(180deg);
    filter: invert(0%);
}

.courses-about-info_groub{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.booking-btn.courses{
  width:  21.61458vw;
  background:  #fff;
  color:  #0000E9;
  border: 0.05208vw solid #fff;
}
.booking-btn.read_more{
  width:  21.61458vw;
  border: 0.05208vw solid #fff;

}
.button_courses_groub{
  display: flex;
  gap: 1.04167vw;
}


.booking-btn:hover.courses{
  background:  #0000E9;
  color:  #fff;
}
.booking-btn:hover.read_more{
    text-decoration: none ;
}

.booking-btn.read_more_down{
  display: none !important;
}

@media (max-width: 1024px) {
.booking-btn.read_more_down{
  display: flex !important;
  width:  34.6679vw;
  height: 4.88281vw;
  margin-top: 2.9296vw;
}
.booking-btn:hover.read_more_down{
    text-decoration: none ;
}
.courses-list-container{
  margin-top: 9.76562vw;
}
.courses-list-heading {
  width: 100%;
  margin-left: 1.95312vw;
  margin-right: auto;
}
.courses_more{
  display: none;
}

.courses-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;
}

.courses_box{
  margin-top: 2.92969vw;
}
.courses-item{
  border-bottom: 0.09766vw solid #CCC;
  border-top: 0.09766vw solid #CCC;
  padding-top: 1.46484vw;
  padding-bottom: 1.46484vw;
  width: 96.09375vw;
}


.courses-about-info{
width: 79.88281vw;
}

.courses-number{
font-size: 1.75781vw;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 1.75781vw */
letter-spacing: -0.03516vw;
text-transform: uppercase;
}
.courses-info{
width: 63.57422vw;
}
.courses-service-item{
font-size: 1.75781vw;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 1.75781vw */
letter-spacing: -0.03516vw;
text-transform: uppercase;
}


.courses-description-item{
font-size: 1.36719vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.64062vw */
letter-spacing: -0.02734vw;
}



.courses-service-items{
  gap: 1.46484vw;
}


.courses_sale{
width:  6.34766vw;
height: 3.32031vw;
    margin-top: -0.48828vw;
}

.courses_new{
width:  6.34766vw;
height: 3.32031vw;
    margin-top: -0.48828vw;
}

.courses-description-item .line {
  padding-left: 0.97656vw;
  /*margin-left: 0.97656vw;*/
}

.arrow_courses {
    width: 2.34375vw;
    height: 2.34375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.arrow-icon-courses {
    width: 2.34375vw;
    height: 2.34375vw;
    transition: transform 0.3s ease;
}
.courses-description-items{
  gap: 0.97656vw;
}
.courses-price-items{
  gap: 0.68359vw;
}

.courses-price-item_new{
font-size: 1.95312vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 1.95312vw */
text-transform: uppercase;
}

.courses-price-item_old{
font-size: 1.36719vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.64062vw */
letter-spacing: -0.02734vw;
}
.booking-btn.courses{
  width:  31.05469vw;
  height: 4.88281vw;
  background:  #fff;
  color:  #0000E9;
  border: 0.09766vw solid #fff;
}
.booking-btn.read_more{
  width:  31.05469vw;
    height: 4.88281vw;
  border: 0.09766vw solid #fff;

}
.button_courses_groub{
  gap: 1.46484vw;
}

}



@media (max-width: 375px) {
.booking-btn.read_more_down{
  width:  94.66667vw;
  height: 13.33333vw;
  margin-top: 20px;
}
.mob_flex{
  display: flex;
}
.dect-tab_flex{
  display: none;
}
.courses-list-container{
  margin-top: 21.33333vw;
  width: 94.66667vw;
}


.courses-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;
}
.courses_box{
  margin-top: 5.33333vw;
}

.courses-item{
  border-bottom: 0.26667vw solid #CCC;
  border-top: 0.26667vw solid #CCC;
  padding-top: 2.66667vw;
  padding-bottom: 2.66667vw;
}


.courses-about-info{
  width: 94.66667vw;
}


.courses-info{
  width: 94.66667vw;
  flex-direction: row;
      justify-content: space-between;
}
.courses-service-item{
font-size: 3.73333vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
text-transform: uppercase;
}


.courses-description-item{
font-size: 3.73333vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 4.48vw */
letter-spacing: -0.07467vw;
}
.courses-description-item .line {
  padding-left: 4vw;
  margin-left: 0vw;
}
.arrow_courses {
    width: 6.4vw;
    height: 6.4vw;
}

.arrow-icon-courses {
    width: 6.4vw;
    height: 6.4vw;
    transition: transform 0.3s ease;
}
.courses-about-info_groub{
  display: flex;
    flex-direction: column;
}
.courses_sale{
width: 13.33333vw;
height: 9.06667vw;
    margin-top: -2.66667vw;
}

.courses_new{
width: 13.33333vw;
height: 9.06667vw;
    margin-top: -2.66667vw;
}
.courses-description-items{
  gap: 2.66667vw;
}
.courses-price-items{
  gap: 1.33333vw;
}

.courses-price-item_new{
font-size: 3.73333vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 3.73333vw */
text-transform: uppercase;
}

.courses-price-item_old{
font-size: 3.2vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 3.52vw */
letter-spacing: -0.064vw;
text-transform: uppercase;
}
.booking-btn.courses{
  width:  94.66667vw;
  height: 13.33333vw;
  background:  #fff;
  color:  #0000E9;
  border: 0.26667vw solid #fff;
}
.booking-btn.read_more{
  width:  94.66667vw;
  height: 13.33333vw;
  border: 0.26667vw solid #fff;

}
.button_courses_groub{
  gap: 2.66667vw;
  flex-direction: column;
}
}


.masters-loyalty{
  margin-top: 9.375vw;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  position: relative;
}

.masters-heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.masters-heading::before {
  content: '';
width: 34.11458vw;
height: 9.11458vw;
  background: url('../images/teachers.svg') center/contain no-repeat;
  z-index: -1;
  position: absolute;
  top: 0;
}

.masters-heading span {
  margin-top: 7.03125vw;
  position: relative;
  color: var(--White-White-Text, #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;
  align-self: flex-end;
}
.masters-switcher{
  display: flex;
  gap: 0.78125vw;
  margin-top: 2.13542vw;

}
.separator{
  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;
}

.master-switch-btn{
  display: flex;
  gap: 0.36458vw;
  background: none;
  border: none;
      justify-content: center;
  align-items: center;
}

.master-switch-btn span{
  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;
opacity: 0.4;
}
.master-switch-btn.active span{
  opacity: 1;
}
.point-red{
  display: none;
  width: 0.9375vw;
height: 0.9375vw;
flex-shrink: 0;
aspect-ratio: 1/1;
border-radius: 1.5625vw;
background: var(--Accent-Colors-Red, #0000E9);
}

.master-switch-btn.active .point-red{
  display: block;
}

.masters-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1.5625vw;
}

.master-content.active{
  display: flex;
}

.master-content{
  display: none;
  gap: 16.1458333vw;
  align-items: flex-start;
}

.master-images{
  display: flex;
  gap: 1.04167vw;
  align-items: flex-start;
}

.master-image{
  border: 0.05208vw solid  #161616;
  background-image: var(--bg-url);
  content: '';
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
width: 14.0625vw;
height: 18.75vw;
flex-shrink: 0;
}



.master-main{
  display: flex;
  flex-direction: column;
  gap: 1.04167vw;
  margin-bottom: 2.08333vw;
  width: 29.16667vw;
}

.master-portrait{
  height: 29.16667vw;
  width: 29.16667vw;
  background-image: var(--bg-url);
  content: '';
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.master-info{
  display: flex;
  gap: 0.52083vw;
  flex-direction: column;
}
.info-type{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.info-name-text{
  color: var(--White-White-Text, #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;
}
.info-text{
  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;
opacity: 0.4;
  text-align: left;
}

@media (max-width: 1024px) {
.masters-loyalty{
  margin-top: 9.76562vw;
}

.masters-heading::before {
width: 36.52344vw;
height: 9.76562vw;
aspect-ratio: 187/50;
}

.masters-heading span {
  margin-top: 7.8125vw;
font-size: 6.25vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.625vw */
letter-spacing: -0.125vw;
}
.masters-switcher{
  display: flex;
  gap: 1.46484vw;
  margin-top: 2.92969vw;

}
.separator{
display: none;
}

.master-switch-btn{
  display: flex;
  gap: 0.68359vw;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  border: 0.09766vw solid  #0A0A0A;
  border-radius: 3.90625vw;
  padding: var(--10, 0.97656vw) var(--25, 2.44141vw);
  justify-content: center;
  align-items: center;
}
.master-switch-btn.active{
  background: #0000E9;
  border: 0.09766vw solid  #0000E9;
}
.master-switch-btn:hover{
  border: 0.09766vw solid  #0000E9;
  background: #fff;
}
.master-switch-btn:hover span{
  color:  #0000E9;
}
.master-switch-btn span{
  color: var(--White-White-Text, #0A0A0A);
font-size: 1.36719vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 1.50391vw */
letter-spacing: -0.02734vw;
opacity: 1;
}
.master-switch-btn.active span{
  color: var(--White-White-Text, #fff);
}
.master-switch-btn:hover.active span{
  color: var(--White-White-Text, #0000E9);
}

.master-switch-btn.active .point-red{
  display: none;
}

.masters-container{
  margin-top: 2.92969vw;
}

.master-content{
  gap: 1.46484vw;
}

.master-images{
  gap: 1.46484vw;
  flex-direction: column;
}

.master-image{
  border: 0.09766vw solid  #161616;
  width: 22.94922vw;
height: 30.66406vw;
flex-shrink: 0;
}


.master-main{
  display: flex;
  flex-direction: column;
  gap: 0.97656vw;
  margin-bottom: 2.92969vw;
  width: 47.26562vw;
}

.master-portrait{
  width: 47.26562vw;
  height: 41.40625vw;
}

.master-info{
  gap: 0.97656vw;
}
.info-type{
  display: flex;
  justify-content: normal;
    flex-direction: column;
    gap: 0.48828vw;
}
.info-name-text{
font-size: 1.36719vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 1.50391vw */
letter-spacing: -0.02734vw;
text-transform: uppercase;
}
.info-text{
font-size: 1.36719vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.64062vw */
letter-spacing: -0.02734vw;
width: 39.55078vw;
  text-align: left;
}
}

@media (max-width: 375px) {
.masters-loyalty{
  margin-top: 21.33333vw;
}

.masters-heading::before {
width: 53.6vw;
height: 14.66667vw;
aspect-ratio: 201/55;
}

.masters-heading span {
  margin-top: 10.66667vw;
font-size: 6.4vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.76vw */
letter-spacing: -0.128vw;
}
.masters-switcher{
  display: flex;
  gap: 2.66667vw;
  margin-top: 5.33333vw;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
}

.master-switch-btn{
  gap: 1.86667vw;
  border: 0.26667vw solid  #0000E9;
  border-radius: 10.66667vw;
  padding: var(--10, 2.66667vw) var(--25, 6.66667vw);
}

.master-switch-btn span{
font-size: 3.73333vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
}

.masters-container{
  margin-top: 4vw;
}

.master-content{
  gap: 2.66667vw;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-left: 2.66667vw;
  width: 100vw;
}

.master-images{
  gap: 2.66667vw;
  flex-direction: row;
}

.master-image{
  border: 0.26667vw solid  #161616;
  width: 78.4vw;
height: 94.66667vw;
flex-shrink: 0;
}


.master-main{
  display: flex;
  flex-direction: column;
  gap: 1.86667vw;
  margin-bottom: 5.33333vw;
width: 78.4vw;
  order: -1;
}

.master-portrait{
width: 78.4vw;
height: 94.66667vw;
flex-shrink: 0;
}

.master-info{
  gap: 1.33333vw;
}
.info-type{
    gap: 1.33333vw;
}
.info-name-text{
font-size: 3.73333vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
}
.info-text{
font-size: 3.73333vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 4.48vw */
letter-spacing: -0.07467vw;
width: 78.4vw;
}
}

.lookbook-product{
  margin-top: 9.375vw;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  position: relative;
  gap: 2.60417vw;
}

.lookbook-header{
    display: flex;
    gap: 1.04167vw;
    margin-left: 5.20833vw;
    margin-right: auto;
}
.lookbook-header-main{
  width: 29.16667vw;
  color: var(--Black-Black-Basic, #0A0A0A);
/* Desktop/Headlines/H3 */
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;
}
.lookbook-header-description{
  width: 29.16667vw;
  color: var(--Black-Black-Basic, #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;
}

.lookbook-container{
    margin-left: 0;
    margin-right: auto;
    width: 100vw;
    padding-left: 5.20833vw;
    padding-right: 5.20833vw;
    display: flex;
    gap: 1.04167vw;
      flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex-direction: row;
}

.image-item{
  background-image: var(--bg-url);
  content: '';
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.big_image{
  width: 29.16667vw;
height: 35.9375vw;
}

.small_image{
  width: 21.61458vw;
height: 26.82292vw;
}
.booking-btn.lookbook{
width: 29.16667vw;
height: 3.28125vw;
}

@media (max-width: 1024px) {

.lookbook-product{
  margin-top: 9.76562vw;
  gap: 1.46484vw;
}

.lookbook-header{
    gap: 1.46484vw;
    margin-left: 1.95312vw;
}
.lookbook-header-main{
  width: 22.94922vw;
font-size: 3.125vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 3.125vw */
letter-spacing: -0.0625vw;
text-transform: uppercase;
}
.lookbook-header-description{
  width: 47.26562vw;
font-size: 1.36719vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.64062vw */
letter-spacing: -0.02734vw;
}

.lookbook-container{
    padding-left: 1.95312vw;
    padding-right: 1.95312vw;
    gap: 1.46484vw;
}

.image-item{
  background-image: var(--bg-url);
  content: '';
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.big_image{
width: 39.16016vw;
height: 48.24219vw;
}

.small_image{
width: 31.05469vw;
height: 38.57422vw;
}
.booking-btn.lookbook{
width: 34.66797vw;
height: 4.88281vw;
}

}


@media (max-width: 375px) {
.lookbook-product{
  margin-top: 21.33333vw;
  gap: 5.33333vw;
}

.lookbook-header{
    gap: 2.66667vw;
    margin-left: 2.66667vw;
      flex-direction: column;
}
.lookbook-header-main{
  width: 94.66667vw;
font-size: 6.4vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.76vw */
letter-spacing: -0.128vw;
text-transform: uppercase;
}
.lookbook-header-description{
  width: 94.66667vw;
font-size: 3.73333vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 4.48vw */
letter-spacing: -0.07467vw;
}

.lookbook-container{
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
    gap: 2.66667vw;
}

.image-item{
  background-image: var(--bg-url);
  content: '';
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.big_image{
width: 78.4vw;
height: 94.66667vw;
flex-shrink: 0;
aspect-ratio: 294/355;
}

.small_image{
width: 78.4vw;
height: 94.66667vw;
flex-shrink: 0;
aspect-ratio: 294/355;
}
.booking-btn.lookbook{
width: 94.66667vw;
height: 13.33333vw;
}
}

.promo-sector{
  width: 100vw;
  height: 32.03125vw;
  margin-top: 9.375vw;
  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;
}
.promo-logo{
  content: '';
width: 29.42708vw;
height: 9.11458vw;
  background: url('../images/academy_promo.svg') center/contain no-repeat;
  top: 0;
}


  .promo-sector::before {
    content: '';
    position: absolute;
width: 8.85417vw;
height: 8.85417vw;
    top: 14.58333vw;
    left: 10.41667vw;
    background: url('../images/promo_cirkl.png') center/contain no-repeat;
    animation: rotate var(--sticker-animation-speed, 10s) linear infinite;
  }
  
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  .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;

/* Desktop/Headlines/H3 */
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: 33.69792vw;
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: 700;
line-height: 110%; /* 1.14583vw */
letter-spacing: -0.02083vw;
text-transform: uppercase;
  }

  .booking-btn.promo{
    width: 29.16667vw;
    height: 3.28125vw;
    margin-top: 2.08333vw;
  }

@media (max-width: 1024px) {

.promo-sector{
  width: 100vw;
  height: 37.98828vw;
  margin-top: 9.76562vw;
}
.promo-groub{
  gap: 0vw;
}
.promo-logo{
width: 31.54297vw;
height: 9.76562vw;
aspect-ratio: 323/100;
}


  .promo-sector::before {
width: 14.64844vw;
height: 14.64844vw;
flex-shrink: 0;
left: 1.95312vw;
top: 6.34766vw;
  }

.promo-groub-text{
  gap: 1.46484vw;
  width: 55.46875vw;
  }
  .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: 47.26562vw;
font-size: 1.36719vw;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 1.50391vw */
letter-spacing: -0.02734vw;
text-transform: uppercase
  }

  .booking-btn.promo{
    width: 34.66797vw;
    height: 4.88281vw;
    margin-top: 2.92969vw;
  }


}


@media (max-width: 375px) {

.promo-sector{
  width: 100vw;
  height: 141.6vw;
  margin-top: 21.33333vw;
}
.promo-groub{
  gap: 0vw;
  margin-top: 40vw;
}
.promo-logo{
width: 44.53333vw;
height: 14.66667vw;
aspect-ratio: 167/55;
}


  .promo-sector::before {
width: 21.33333vw;
height: 21.33333vw;
flex-shrink: 0;
left: 9.6vw;
top: 13.33333vw;
  }

.promo-groub-text{
  gap: 4vw;
  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: 500;
line-height: 110%; /* 4.10667vw */
letter-spacing: -0.07467vw;
text-transform: uppercase;
  }

  .booking-btn.promo{
    width: 94.66667vw;
    height: 13.33333vw;
    margin-top: 10.66667vw;
  }

}


.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;
}

.faq-list-heading::before {
  content: '';
width: 10.9375vw;
height: 9.11458vw;
  background: url('../images/faq_academy.svg') center/contain no-repeat;
  z-index: -1;
  position: absolute;
  top: 0;
}

.faq-list-heading span {
  margin-top: 7.03125vw;
  position: relative;
  color: var(--White-White-Text, #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;
  align-self: flex-end;
}
.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::before {
width: 11.71875vw;
height: 9.76562vw;
flex-shrink: 0;
aspect-ratio: 6/5;
}

.faq-list-heading span {
  margin-top: 7.8125vw;
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::before {
width: 18.4vw;
height: 14.66667vw;
aspect-ratio: 69/55;
}

.faq-list-heading span {
margin-top: 10.66667vw;
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-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.0416vw;
}

.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:  #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__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{
  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;
}
}