/*font-family: 'Stolzl',Arial,sans-serif */

@font-face {
  font-family: 'Stolzl';
  src: url("font.woff");
}
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
}

.main-wrapper {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  
}

/* Общий стиль для всех картинок */
.main-wrapper img {
  display: block;
  max-width: 100%;
}
.main-card {
	    position: relative;
	max-width: 1400px;
	    margin: 20px auto 40px;
	border: 1px solid black;
	border-radius: 20px;
	height: 775px;
	  overflow: visible;
  clip-path: inset(-20px 0px 0px 0px); 
	 
}
/* Слои */

.background {
  position: absolute;
    top: 90px;
    left: 110px;
  z-index: 0;
  width: 100%;
      opacity: 0.5;
	    -webkit-filter: drop-shadow(0px 0px 20px #c0c0c0);
 filter: drop-shadow(0px 0px 20px #c0c0c0);
}

.woman {
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 1;
  width: 410px;
   -webkit-filter: drop-shadow(0px 0px 20px #c0c0c0);
 filter: drop-shadow(0px 0px 20px #c0c0c0);
}
.woman img {
border-bottom-left-radius: 20px;
}
.brushes {
    position: absolute;
right: -19px;
    bottom: 12px;
    z-index: 2;
    width: 250px;
    transform: rotate(-90deg);
  -webkit-filter: drop-shadow(0px 0px 20px #c0c0c0);
 filter: drop-shadow(0px 0px 20px #c0c0c0);
 border-bottom-right-radius: 20px;
}

.polish {
    position: absolute;
    left: 360px;
    top: 550px;
    z-index: 2;
    width: 260px;
	  transform: rotate(-380deg);
	    -webkit-filter: drop-shadow(0px 0px 20px #c0c0c0);
 filter: drop-shadow(0px 0px 20px #c0c0c0);
}

.jar {
    position: absolute;
    right: 10px;
    top: 360px;
    z-index: 2;
    width: 200px;
	  -webkit-filter: drop-shadow(0px 0px 20px #c0c0c0);
 filter: drop-shadow(0px 0px 20px #c0c0c0);
}

.button {
  position: absolute;
  right: 190px;
  top: 430px;
  z-index: 3;
    -webkit-filter: drop-shadow(0px 0px 20px #c0c0c0);
 filter: drop-shadow(0px 0px 20px #c0c0c0);
 cursor: pointer;
}

.button img {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
}

/* Увеличение при наведении */
.button img:hover {
  transform: scale(1.05);

}

/* Эффект нажатия */
.button img:active {
  transform: scale(0.95);

}

/* Тексты */
.first-row {
  position: absolute;
  top: 10px;
  left: 50px;
  z-index: 3;
  max-width: 800px;
}
.first-row h1 {
  font-size: 55px;
  font-weight: 300;
  margin: 0;
    font-family: "Cormorant", serif;
	 line-height: 40px;
}
.text-block {
  position: absolute;
  top: 60px;
  left: 360px;
  z-index: 3;
  max-width: 800px;
}
.prof-list {
  position: absolute;
  top: 170px;
  left: 190px;
  z-index: 3;
  max-width: 800px;
}

.prof-list p {
  font-size: 22px;
 line-height: 32px;
 padding: 0;
  font-family: "Cormorant", serif;
 
  margin: 10px; 
}

.text-block h1 {
  font-size: 55px;
  font-weight: 300;
  margin: 0;
    font-family: "Cormorant", serif;
	 line-height: 40px;
}

.text-block h2 {
    display: block;
    position: relative;
    font-size: 40px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 1.4;
    font-family: "Cormorant", serif;
    left: 125px;
    padding: 0;
    margin-bottom: 0;
	    line-height: 40px;
}

.text-block .highlight {
 color: #B85296;
background: linear-gradient(90deg,rgba(184, 82, 150, 1) 0%, rgba(105, 18, 102, 1) 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  font-weight: 500;
      display: block;
    position: relative;
       font-size: 35px;
    margin-top: 0px;
    line-height: 1.4;
    font-family: "Cormorant", serif;
    left: 10px;
	    line-height: 70px;

}

.text-block .handwriting {
  font-family: 'Stolzl',Arial,sans-serif;
    transform: rotate(349deg);
  margin: -7px -48px  0 0;
      vertical-align: middle;
    color: #bb896f;
    font-size: 60px;
    text-align: right;
    font-weight: 500;
}
.handwriting.bottom-text{
	    right: -245px;
    display: block;
    position: relative;
}
.gold-color {
	 color: #bb896f;
}



 .prepay {
position: absolute;
    width: 290px;
    /* margin: 158px auto 0; */
    font-size: 16px;
    border: 1px solid black;
    border-top: none;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    bottom: 32px;
    right: 287px;
	
}

.handwriting.underline {
	 font-family: 'Stolzl',Arial,sans-serif;
  display: block;
  margin: 0px auto;
  position: relative;
      width: fit-content;
	    color: #bb896f;
    font-size: 38px;
}

.between-section {
  position: relative;
  height: 90px; 
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: -20px;
  color: #B85296;
  text-align: center;
  font-size: 40px;
}
.between-section.small-italic {
  font-size: 22px;
  font-style: italic;
  color: #a24081;
}
.mouse_scroll {
  width: 40px; 
  filter: invert(1); 
  animation: floatUpDown 2s ease-in-out infinite;
}

/* Анимация: движение вверх-вниз */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.section-2 {
  display: flex;
  justify-content: center;
  align-items: normal;
  gap: 40px;
  background-color: #ffffff;
  padding: 60px 20px;
  flex-wrap: wrap;
}

.card {
/*  background: linear-gradient(180deg, #1b1b1b 0%, #1b1b1b 100%); */

  border: 1px solid #B85296;
  border-radius: 16px;
  padding: 40px 30px;
  position: relative;
  max-width: 420px;
  color: black;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
 /* overflow: hidden; */
}

.emoji {
  width: 80px;
  height: auto;
  position: absolute;
  z-index: 2;
}



.emoji-wrapper {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  z-index: 1;
}
.emoji-wrapper-first {
  position: absolute;
  top: -40px;
 /* right: 400px; */
 left: -36px;
  width: 120px;
  height: 120px;
  z-index: 1;
}
.emoji-wrapper::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -28px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(184, 82, 150, 0.6) 0%, rgba(184, 82, 150, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.emoji-wrapper-first::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -58px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(184, 82, 150, 0.6) 0%, rgba(184, 82, 150, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.emoji-right {
  transform: scaleX(-1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-content h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.card-content ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.card-content ul li {
  margin-bottom: 16px;
}

.section_3 {
  padding: 40px 20px;
 /* background: #f8f8f8; */
  font-family: 'Arial', sans-serif;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  /*margin-bottom: 20px;*/
  flex-wrap: wrap;
}

.tab {
  background: #ccc;
  width: 300px;
  padding: 12px 24px;
  border-radius: 8px 8px 0 0;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.tab.active {
  background: #b85296;
  color: white;
}
.slides {
  border: 1px solid #B85296;
  border-radius: 16px;
}
.slides .slide {
  display: none;
  animation: fadeIn 0.4s ease;
}

.slides .slide.active {
  display: block;
}
.header-block {
  margin-top: 10px;
  border-radius: 16px;
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.header-block h2 {
  color: #781d48;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.header-block p {
  color: #5f5c5c;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  font-style: italic;
}
.promo-list {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 8px 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}

.promo-list li {
  font-size: 16px;
  line-height: 1.4;
}

/* Центрируем последний элемент на 2 колонки */
.promo-list .last-center {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-style: italic;
}
.block {
 
  border-radius: 16px;
  background: white;
  border-radius: 12px;
  padding: 0 0 10px 0;
  margin: 10px 10px 20px 10px ;

  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.block h3 {
  color: white;
  background-color:#b85296;
  font-size: 18px;
  margin: 0px;
  padding: 10px;
  border-radius: 12px 12px 12px 0;
  max-width: 70%;
}
.block p{
  padding-left: 40px;
  margin: 10px 0;

}

.block ul {
  padding-left: 40px;
}
.block ul li {
 margin: 10px 0;
}

.block .with-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.sec3-img-wrapper {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  gap: 10px;
}
.sec3-img-wrapper img {
  margin-top: 10px;
  max-width: 150px;
  border-radius: 8px;
}
.sec3-img-wrapper .sec3-small-img {
  max-width: 100px;
  border-radius: 8px;
}
.block.bonus {
  background: linear-gradient(to right, #f0f0f0, #ffe5f0);
}
.button_sec3 {
  position: relative;
  width: fit-content;
 display: block;
 margin: auto;
  z-index: 3;
    -webkit-filter: drop-shadow(0px 0px 20px #c0c0c0);
 filter: drop-shadow(0px 0px 20px #c0c0c0);
 cursor: pointer;
}

.button_sec3 img {
  width: 250px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
}

/* Увеличение при наведении */
.button_sec3 img:hover {
  transform: scale(1.05);

}

/* Эффект нажатия */
.button_sec3 img:active {
  transform: scale(0.95);

}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Адаптив */
@media (min-width: 768px) {
  .block.with-image {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .block.with-image img {
    max-width: 200px;
    margin-left: 20px;
  }
}


.section_4 {
  overflow: hidden;
}
.section_4  h2 {
  color: #B85296;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.section_4  .slider-wrapper {
  position: relative;
}

.section_4  .swiper {
  width: 100%;
  overflow: hidden;
}

.section_4  .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section_4  .swiper-slide {
  flex: 0 0 auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_4  .s4_slide-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  cursor: pointer;
}

.section_4  .dots {
  text-align: center;
  margin: 10px auto;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.section_4  .dots::-webkit-scrollbar {
  display: none;
}

.section_4  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
}

.section_4  .swiper-pagination-bullet-active {
  background: #333;
}

.section_4  .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.section_4 .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  box-sizing: border-box;
  z-index: 1000; /* при необходимости */
}


.section_4  .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

/* Десктоп (≥768px) */
@media (min-width: 768px) {
  .section_4  .swiper-slide {
    width: 300px; /* Фиксированная ширина слайда, настройте под ваш дизайн */
  }
}

/* Мобильная версия (<768px) */
@media (max-width: 767.98px) {
  .section_4  .swiper-slide {
    width: calc(80vw - 20px); /* Основной слайд занимает 80% ширины экрана */
  }
}

/******** Отзывы ********/
.section_5 {
  overflow: hidden;
  padding: 16px;
}
.section_5 h2 {
  color: #B85296;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.section_5 .slider-wrapper {
  position: relative;
}

.section_5 .swiper {
  width: 100%;
  overflow: hidden;
}

.section_5 .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  /*gap: 19px; */
}

.section_5 .swiper-slide {
  flex: 0 0 auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px; /* Закругленные углы в стиле Material You */
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Плавные анимации */
}

.section_5 .swiper-slide-active {
  transform: scale(1.1) translateY(-10px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  opacity: 1;
  border: 2px solid #6200EE;
  animation: scaleUp 0.5s ease-in-out;
}
.section_5 .swiper-slide {
  flex: 0 0 auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  opacity: 0.7;
}

/* Стили для скроллбара */
.section_5 .swiper-scrollbar {
  background: #E0E0E0; /* Нейтральный фон в стиле Material You */
  border-radius: 12px;
  height: 8px;
  margin-top: 12px;
  cursor: pointer;
}

.swiper-scrollbar-drag {
  background: #6200EE; /* Акцентный цвет */
  border-radius: 12px;
  transition: background 0.3s ease;
  height: 8px;
}

.swiper-scrollbar-drag:hover {
  background: #7F39FB; /* Чуть светлее при наведении */
}
/* Десктоп (≥768px) */
@media (min-width: 768px) {
  .swiper-slide {
    width: 300px;
  }
  .swiper-scrollbar {
    height: 10px; /* Чуть толще на десктопе */
  }
}

/* Мобильная версия (<768px) */
@media (max-width: 767.98px) {
  .swiper-slide {
    width: calc(80vw - 20px);
  }
  .swiper-scrollbar {
    height: 6px; /* Тоньше на мобильных */
  }
}
@keyframes scaleUp {
  from {
    transform: scale(1) translateY(0);
    opacity: 0.7;
  }
  to {
    transform: scale(1.1) translateY(-10px);
    opacity: 1;
  }
}

.section_5 .s5_slide-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 16px; /* Закругленные углы изображения */
  cursor: pointer;
}

.section_5 .dots {
  text-align: center;
  margin-top: 12px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.section_5 .dots::-webkit-scrollbar {
  display: none;
}

.section_5 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #B0BEC5; /* Нейтральный серый */
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.section_5 .swiper-pagination-bullet-active {
  background: #6200EE; /* Акцентный цвет Material You */
  transform: scale(1.2); /* Увеличение активной точки */
}

.section_5 .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.section_5 .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  box-sizing: border-box;
  z-index: 1000; /* при необходимости */
}

.section_5 .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  color: #FFFFFF;
  cursor: pointer;
  transition: color 0.3s ease;
}

.section_5 .close:hover {
  color: #B0BEC5; /* Легкое изменение цвета при наведении */
}
.section_5 .swiper-slide {
 border: 1px solid #6200EE;
}
/* Десктоп (≥768px) */
@media (min-width: 768px) {
  .section_5 .swiper-slide {
    width: 330px; /* Фиксированная ширина слайда */
  }
}

/* Мобильная версия (<768px) */
@media (max-width: 767.98px) {
  .section_5 .swiper-slide {
    width: calc(80vw - 20px); /* Основной слайд занимает 80% экрана */
  }
}

.site-footer {
 /* background-color: #f5f5f5; */
 margin-top: 20px;
  color: #6200EE;
  border-top: 1px solid #ddd;

  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
  font-family: 'Arial', sans-serif;

}

.site-footer .footer-content {
  max-width: 1200px;
  margin: 0 auto;
}


/* ----------- Экраны до 768px (планшеты) ----------- */
@media (max-width: 768px) {
 	  .main-card {
  max-width: 768px;
}
.main-wrapper{
  max-width: 768px;
}
.background {
    position: absolute;
    top: 90px;
    left: 110px;
    z-index: 0;
width: 30%;}

.first-row {
  position: absolute;
  top: 35px;
  left: 90px;
  z-index: 3;
  max-width: 600px;
}
.first-row h1 {
  font-size: 45px;
  font-weight: 300;
  margin: 0;
    font-family: "Cormorant", serif;
	 line-height: 40px;
}

.text-block {
    position: absolute;
    top: 80px;
    left: 210px;
		   max-width: 420px;
  }

.text-block h1 {
        font-size: 39px;
		line-height: 39px;
		}

.text-block h2 {
    display: block;
    position: relative;
    font-size: 31px;
    font-weight: 300;
    margin-top: 10px;
     line-height: 31px; 
    font-family: "Cormorant", serif;
left: 9px;
}

.text-block .highlight {

  font-size: 23px;
margin-bottom: 10px
 }

.text-block .handwriting {

font-size: 30px; }

.handwriting.bottom-text {
right: -105px; }

.text-block p {
font-size: 18px; }

.prof-list {
  position: absolute;
  top: 160px;
  left: 100px;
  z-index: 3;
  width: 433px;
}

.prof-list p {
  font-size: 20px;
 line-height: 28px;
 padding: 0;
  font-family: "Cormorant", serif;
 
  margin: 10px; 
}

.button img {
	width: 400px;
  
}

.button {
            right: 20px;
        top: 460px; }

.prepay {
    position: absolute;
    width: 251px;
    /* margin: 158px auto 0; */
    font-size: 14px;
    border: 1px solid black;
    border-top: none;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    bottom: 73px;
right: 82px; 
}
.prepay{
  background-color: rgba(255, 255, 255, 0.3); /* белый с 60% непрозрачностью */
  backdrop-filter: blur(10px); /* создаёт эффект матового стекла */
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}

.handwriting.underline {

font-size: 34px; }

.polish {
    position: absolute;
    left: 290px;
top: 600px; }

.jar {

top: 270px;}

}

/* ----------- Экраны до 425px (мобильные) ----------- */
@media (max-width: 425px) {

  .first-row {
    position: absolute;
    top: 35px;
    left: 40px;
    z-index: 3;
    max-width: 600px;
  }
  .first-row h1 {
    font-size: 35px;
    font-weight: 300;
    margin: 0;
      font-family: "Cormorant", serif;
     line-height: 40px;
  }

    .main-wrapper {
        max-width: 425px;
    }
  .main-card {
   margin: 0px auto 40px;
    height: 1128px; 
}
    .button img {
        width: auto;
    }
		    .text-block {
        position: absolute;
               left: 0px;
        padding: 15px;
	}
	    .background {
        display: block;
		position: absolute;
		    top: 380px;
			    opacity: 0.9;
    }
	.woman {
        position: relative;
               width: 80%;
        left: -41px;
        right: 130px;
        top: 609px;
        bottom: 0;
        transform: none;
	margin: 10px auto;
	}
	.handwriting.bottom-text {
    right: -25px;
    display: block;
    position: relative;
}

.woman img {
    border-bottom-left-radius: 0px;
}
	
  .text-block h1 {
    font-size: 39px;
	text-align: center;
  }

  .text-block .highlight {
           font-size: 23px;
        text-align: center;
  }

  .text-block h2 {
    font-size: 21px;
	text-align: center;
  }

  .text-block p {
   font-size: 16px;
        text-align: center;
  }

  .text-block .handwriting {
    font-family: 'Stolzl',Arial,sans-serif;
      transform: rotate(349deg);
    margin: -7px -8px  0 0;
        vertical-align: middle;
      color: #bb896f;
      font-size: 50px;
      text-align: right;
      font-weight: 500;
  }
  .prof-list {
    position: absolute;
    top: 170px;
    left: 100px;
    z-index: 3;
    width: 300px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.6); /* белый с 60% непрозрачностью */
backdrop-filter: blur(10px); /* создаёт эффект матового стекла */
-webkit-backdrop-filter: blur(10px);
  }
  
  .prof-list p {
    font-size: 22px;
   line-height: 32px;
   text-align: justify;
   padding: 0;
    font-family: "Cormorant", serif;
   
    margin: 10px; 
  }
  .text-block .prepay {
    width: 90%;
    padding: 15px;
    font-size: 12px;
  }
 .button {
        position: relative;
        width: auto;
        left: 0;
        right: 0;
        top: -300px;
        bottom: 110px;
        transform: none;
        margin: 10px auto;
    }
    .button img {
      position: absolute;
      z-index: 90;
    }
  .button a {
    font-size: 14px;
    padding: 15px 30px;
  }
  .prepay {
    position: absolute;
    width: 270px;
    /* margin: 158px auto 0; */
    font-size: 16px;
    border: 1px solid black;
    border-top: none;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    bottom: 42px;
    right: 57px;
    z-index: 1;
  }
  .prepay{
    background-color: rgba(255, 255, 255, 0.3); /* белый с 60% непрозрачностью */
    backdrop-filter: blur(10px); /* создаёт эффект матового стекла */
    -webkit-backdrop-filter: blur(10px);
  }
  .handwriting.underline{
    color: #0C0C0C
  }

.brushes {
	    position: relative;
        top: 450px;
               left: 260px;
        z-index: 2;
        width: 170px;
    transform: rotate(-90deg);
    -webkit-filter: drop-shadow(0px 0px 20px #c0c0c0);
    filter: drop-shadow(0px 0px 20px #c0c0c0);
    border-bottom-right-radius: 20px;
}
.jar {
        position: relative;
        width: auto;
        left: 85px;
        right: -125px;
        top: -300px;
        bottom: 0;
        transform: none;
        margin: 10px auto;
		 width: 170px;
    }
 .polish {
        position: relative;
        width: auto;
        left: -100px;
        right: 0;
        top: -360px;
        bottom: 0;
        transform: none;
        margin: 10px auto;
        transform: rotate(-380deg);
    }
    .between-section {
      position: relative;
      height: 110px; 
 
      margin-top: -20px;
      color: #B85296;
      text-align: center;
      font-size: 30px;
      line-height: 30px;
      padding: 0 20px;
    }
    .section-2 {
      padding: 60px 34px;
    }
    .tab {
      
      width: 170px;
    }
    .promo-list {
      grid-template-columns: 1fr;
      text-align: left;
    }
  
    .promo-list .last-center {
      text-align: left;
      grid-column: auto;
    }
    .header-block h2 {
      font-size: 22px;
    }
    .header-block p {
      font-size: 18px;
    }
    .block h3 {
      border-radius: 12px 12px 0 0;
      max-width: 100%;
    }
    
    .block ul {
      padding-left: 40px;
    }
    .block ul li {
     margin: 10px 0;
    }
    
    .block .with-image {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
    }
    .sec3-img-wrapper {
      display: flex;
      flex-direction: row;
      align-items: end;
      justify-content: center;
      gap: 10px;
    }
    .sec3-img-wrapper img {
      margin-top: 10px;
      max-width: 150px;
      border-radius: 8px;
    }
    .sec3-img-wrapper .sec3-small-img {
      max-width: 100px;
      border-radius: 8px;
    }

}


/*-------Main modal -------*/
    /* Стили для модального окна */
    .modal-overlay-2941 {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .modal-content-2941 {
      background: #FFF4F7;
      border-radius: 20px;
      width: 400px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      font-family: 'Arial', sans-serif;
    }

    .modal-header-2941 {
      background: white;
      border-radius: 10px;
      padding: 15px;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      color: #4A2C40;
      margin-bottom: 20px;
    }

    .modal-body-2941 {
      padding: 0 20px;
    }

    .modal-fieldset-2941 {
      margin-bottom: 15px;
    }

    .modal-label-2941 {
      font-size: 16px;
      color: #4A2C40;
      margin-bottom: 5px;
      display: block;
    }

    .modal-price-2941 {
      font-size: 16px;
      color: #B85296;
      background: #FFF9D1;
      padding: 5px;
      margin-bottom: 10px;
      display: inline-block;
    }

    .modal-input-2941 {
      width: 100%;
      padding: 10px;
      border: 1px solid #D3D3D3;
      border-radius: 5px;
      font-size: 14px;
      box-sizing: border-box;
    }

    .modal-button-2941 {
      background: #4A2C40;
      color: white;
      border: none;
      border-radius: 20px;
      padding: 15px;
      width: 100%;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      margin-top: 20px;
      transition: background 0.3s;
    }

    .modal-button-2941:hover {
      background: #5A3C50;
    }
    .to-right {
      text-align: right;
    }
    .old-price {
      text-decoration: line-through;
      color: #555555;
    }