.s9 {
  width: 440px;
  height: 830px;
  position: relative;
  background: linear-gradient(180deg, #ececec 0%, #fff 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.s9 * {
  box-sizing: border-box;
}

.s9-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.s9-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, #ECECEC 0%, rgba(236, 236, 236, 0) 100%);
  z-index: 2;
}

.s9-header {
  position: relative;
  z-index: 3;
  margin-top: 40px;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.s9-title {
  font-family: 'Anton', sans-serif; /* Assumes Anton is loaded */
  font-size: 46px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  color: #000000;
  margin: 0 0 10px 0;
}

.s9-title-red {
  color: #FF0000;
  font-family: 'Anton', sans-serif;
}

.s9-subtitle {
  font-size: 16.5px;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
  margin: 0;
}

.s9-girl {
  position: absolute;
  bottom: 250px; /* Adjust based on exact visual placement */
  right: 0px;
  width: 480px;
  pointer-events: none;
  height: auto;
  z-index: 6;
}

.s9-price-badge {
  position: absolute;
  left: 35px;
  top: 275px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.s9-price-label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  line-height: 1.2;
}

.s9-price-box {
  background: #FF0000;
  border-radius: 12px;
  padding: 12px 10px;
  min-height: 117px;
  max-width: 138px;
  gap: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.s9-price-text {
  color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

.s9-price-amount {
  font-family: 'Anton', sans-serif;
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
}

.s9-bottom-content {
  position: absolute;
  bottom: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
  padding: 0 20px;
}

.s9-features-img {
  width: 100%;
  max-width: 380px;
  height: auto;
  margin-bottom: 18px;
}

.s9-program-type {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 18px;
}

.s9-unlock-btn {
  width: 100%;
  max-width: 380px;
  height: 80px;
  background: linear-gradient(90deg, #FF0000 0%, #990000 100%);
  border-radius: 12px;
  border: none;
  font-family: 'Anton', sans-serif;
  font-size: 42px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 12px;
}

.s9-disclaimer {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}





.s10 {
  width: 440px;
  background-color: #ffffff;
  padding: 45px 24px 50px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.s10 * {
  box-sizing: border-box;
}

.s10-title {
  font-family: 'Anton', sans-serif;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  color: #000000;
  margin: 0 0 24px 0;
}

.s10-subtitle-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.s10-subtitle-1 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.35;
  color: #000000;
  font-family: 'Outfit', sans-serif;
  margin: 0;
}

.s10-red {
  color: #E70F26;
  font-family: 'Outfit', sans-serif;
}

.s10-subtitle-2 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  color: #000000;
  
  margin: 0;
}

/* Картка порівняння */
.s10-card {
  width: 100%;
  max-width: 392px;
  height: 620px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #000000ad;
}

.s10-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}


.s10-card-title {
  position: absolute;
  top: 65px;
  left: 10px;
  color: #ffffff;
  font-size: 16.5px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
  margin: 0;
  z-index: 2;
}

/* Темний блок */
.s10-dark-box {
  position: absolute;
  top: 140px;
  left: 10px;
  width: 285px;
  height: 395px;
  background: rgba(0, 0, 0, 0.198);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 24px 60px 24px 10px; /* Збільшений правий padding, щоб текст не залізав під світлий блок */
  display: flex;
  flex-direction: column;
  gap: 11px;
  z-index: 2;
}

.s10-dark-item {
  display: flex;
  align-items: center;
  padding-bottom: 11px;
  gap: 10px;
}

.s10-dark-item:not(:last-child){
border-bottom: 1px solid #6a6a6a;
}

.s10-icon-cross {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

.s10-dark-text {
  color: #ffffff;
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 400;
}

/* Світлий блок */
.s10-light-box {
  position: absolute;
  top: 120px;
  right: 10px;
  width: 200px;
  height: 415px;
  background: #F3F3F3;
  border-radius: 30px;
  padding: 32px 14px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: -4px 8px 25px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.s10-light-title {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 4px;
}

.s10-light-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.s10-icon-check {
  width: 16px;
  height: auto;
  flex-shrink: 0;
  margin-top: 2px;
}

.s10-light-text {
  color: #000000;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}

/* Підвал компоненту */
.s10-footer {
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
  color: #000000;
  margin: 0 0 24px 0;
  padding: 0 10px;
}

.s10-red-bold {
  color: #E70F26;
  font-weight: 700;
}

.s10-btn {
  width: 100%;
  max-width: 392px;
  height: 80px;
  background: linear-gradient(90deg, #FF0000 0%, #990000 100%);
  border-radius: 12px;
  border: none;
  color: #ffffff;
  font-family: 'Anton', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}


.s11 {
  width: 440px;
  background-color: #ffffff;
  padding: 45px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.s11 * {
  box-sizing: border-box;
}

.s11-title {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  color: #000000;
  margin: 0 0 24px 0;
  letter-spacing: 0.5px;
}

.s11-title-red {
  color: #FF0000;
}

.s11-main-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  margin-bottom: 24px;
  object-fit: cover;
  display: block;
}

.s11-features {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  padding: 16px 12px;
}

.s11-feature {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 8px;
  border-bottom: 1px solid #EAEAEA;
}

.s11-feature:first-child {
  padding-top: 8px;
}

.s11-feature:last-child {
  border-bottom: none;
  padding-bottom: 8px;
}

.s11-icon {
  width: 26px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
  margin-top: 3px;
}

.s11-text-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.s11-item-title {
  font-size: 19px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.1;
}

.s11-item-desc {
  font-size: 15.5px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.35;
  margin: 0;
}




.s12 {
  width: 440px;
  background-color: #ffffff;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.s12 * {
  box-sizing: border-box;
}

.s12-title {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  color: #000000;
  margin: 0 0 35px 0;
}

.s12-title-red {
  color: #FF0000;
}

.s12-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.s12-week {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Header Section (Week label + Title) */
.s12-week-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.s12-week-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 42px;
  flex-shrink: 0;
}

.s12-week-label {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
  margin-bottom: -2px;
}

.s12-week-num {
  font-size: 47px;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
  color: #000000;
  line-height: 1;
}

.s12-week-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 5px; /* Вирівнювання тексту відносно цифри */
}

.s12-week-title {
  font-size: 15.5px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}

.s12-week-desc {
  font-size: 14.5px;
  font-weight: 400;
  color: #000000;
  line-height: 1.35;
}

/* Days List / Timeline */
.s12-days {
  position: relative;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Вертикальна лінія таймлайну */
.s12-days::before {
  content: "";
  position: absolute;
  left: 21.5px;
  top: 13px;
  bottom: 13px;
  width: 1px;
  background-color: #FF0000;
  opacity: 0.4;
  z-index: 1;
}

.s12-day {
  position: relative;
  display: flex;
  align-items: center;
}

.s12-day-bullet {
  position: absolute;
  left: -41px; /* Відступ, щоб накласти кружечок на лінію */
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #FF0000;
  background-color: #ffffff;
  color: #FF0000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  z-index: 2;
}

.s12-day-text {
  font-size: 15.5px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
}







/* Верхній чорний блок */
.black-header-card {
  border-radius: 24px 24px 0 0;
  width: 100%;
  height: 142px;
  background: linear-gradient(90deg, #c90c0c 0%, #810606 62.48%, #560303 100%);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/* Фоновий логотип-клякса */
.header-bg-blob {
  width: 109px;
  height: 149px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Обгортка контенту шапки */
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 25px 0 35px;
  position: relative;
  z-index: 8;
  box-sizing: border-box;
}

/* Текст в шапці */
.header-text {
  font-weight: 500;
  font-size: 16px;
  padding-left: 7%;
  color: #ffffff;
  line-height: 1.35;
  position: relative;
  z-index: 5;
  margin: 0;
  padding-top: 5px;
}

/* Картка інстаграму */
.insta-highlight-box {
  border-radius: 24px;
  width: 96px;
  height: 96px;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 -2px 4px 0 rgba(255, 255, 255, 0.25);
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  box-sizing: border-box;
}

.insta-icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.insta-text {
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #ffffff;
}

/* Декоративні SVG елементи в шапці */
.header-dotted-line {
  position: absolute;
  transform: rotate(3deg);
  bottom: -10px;
  right: 0;
  width: 100%;
  z-index: 5;
}

/* Верхній червоний/чорний блок */
.black-header-card {
  border-radius: 24px 24px 0 0;
  width: 100%;
  height: 142px;
  background: linear-gradient(90deg, #c90c0c 0%, #810606 62.48%, #560303 100%);
  position: relative;
  overflow: hidden; /* Обрізає гіфку, коли вона забігає за край */
  box-sizing: border-box;
}

/* Фоновий логотип-клякса */
.header-bg-blob {
  width: 109px;
  height: 149px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Обгортка контенту шапки */
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 25px 0 35px;
  position: relative;
  z-index: 8;
  box-sizing: border-box;
}

/* Текст в шапці */
.header-text {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.35;
  position: relative;
  z-index: 5;
  margin: 0;
  padding-top: 5px;
}

/* Декоративна повернута SVG-лінія */
.header-dotted-line {
  position: absolute;
  transform: rotate(3deg);
  transform-origin: left bottom;
  bottom: 7px;
  right: 0;
  width: 500px;
  z-index: 5;
  overflow: visible;
}

/* Гіфка бігуна */
.header-human-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 48px;
  object-fit: cover;
  z-index: 6;
  
  /* Скоригована діагональ шляху: кінець лінії опущено (45px замість -30px), 
     щоб точно збігатися з повернутим SVG і виходити за край на +50px */
  offset-path: path("M -12.5391 74.9774 C -12.5391 74.9774 21.6325 50.996 77.4609 46.9766 C 143.245 40.7053 193.256 48.1282 259.461 44.9766 C 308.268 40.3903 403.961 28.4765 500 -20");
  
  /* Автоматичний нахил бігуна строго за вигинами лінії */
  offset-rotate: auto;
  
  /* Посадка п'ят строго на пунктир */
  transform: translate(-50%, -85%);
  
  animation: headerRunnerMarquee 10s linear infinite;
}

@keyframes headerRunnerMarquee {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}









.s13 {
  width: 440px;
  background-color: #ffffff;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.s13 * {
  box-sizing: border-box;
}

.s13-title {
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  color: #000000;
  margin: 0 0 14px 0;
  letter-spacing: 0.5px;
}

.s13-title-red {
  color: #FF0000;
}

.s13-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 12px;
}

.s13-image {
  width: 110%; /* Трохи збільшено для точного відтворення масштабу макету */
  height: auto;
  object-fit: contain;
  margin-left: 10%;
  margin-top: -10px;
}

.s13-image-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  pointer-events: none;
}

.s13-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-bottom: 24px;
}

.s13-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.s13-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 2px;
}

.s13-text {
  font-size: 16.5px;
  line-height: 1.4;
  color: #000000;
  font-weight: 400;
}

.s13-bold {
  font-weight: 700;
}

.s13-footer {
  font-size: 16.5px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.35;
  color: #000000;
}







.s6 {
  width: 440px;
  background: #ffffff; /* Світлий фон */
  padding: 60px 0 60px 24px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.s6-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
  padding-right: 24px;
}

.s6-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.s6-quote-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s6-label-text {
  color: #000000; /* Змінено з білого на чорний */
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}

.s6-title {
  color: #000000; /* Змінено з білого на чорний */
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  margin: 0;
}
.s6-title span{
  color: #FF0000;
}


.s6-swiper {
  width: 100%;
  overflow: visible !important;
}

.s6-slide {
  width: 295px !important;
  height: 524px;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.20);
  overflow: hidden;
  background: #ffffff; /* Змінено з темного на білий (під картинкою) */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.s6-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.s6-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 24px;
  margin-top: 24px;
}

.s6-pagination {
  display: flex;
  max-width: 190px;
  margin-top: 17px;
  overflow: hidden;
  gap: 10px;
  align-items: center;
  position: relative !important;
  width: auto !important;
}

.s6-pagination .swiper-pagination-bullet {
  min-width: 8px !important;
  height: 8px !important;
  background: transparent !important;
  border: 1px solid #FF0000 !important; /* Змінено на новий рожевий */
  opacity: 0.5 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  transition: all 0.2s ease;
}

.s6-pagination .swiper-pagination-bullet-active {
  background: #FF0000 !important; /* Змінено на новий рожевий */
  border: none !important;
  opacity: 1 !important;
}

.s6-nav {
  display: flex;
  gap: 14px;
}

.s6-prev,
.s6-next {
  width: 45px !important;
  height: 45px !important;
  background: linear-gradient(180deg, #FF009B 0%, #D80083 100%) !important; /* Змінено на новий рожевий градієнт */
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: static !important;
  margin: 0 !important;
  cursor: pointer;
  z-index: 10;
}

.s6-prev {
  transform: rotate(180deg);
}

.s6-prev.swiper-button-disabled,
.s6-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.s6-prev::after,
.s6-next::after {
  display: none !important;
}

.s6-prev svg,
.s6-next svg {
  width: 24px;
  height: 24px;
}

.s6-prev svg {
  transform: rotate(180deg);
}






.s14 {
  width: 440px;
  background-color: #ffffff;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.s14 * {
  box-sizing: border-box;
}

.s14-title {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  color: #000000;
  margin: 0 0 24px 0;
}

.s14-title-red {
  color: #FF0000;
}

/* Grid Layout */
.s14-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.s14-grid-item {
  width: calc(50% - 4px);
  background: #ffffff;
  border-radius: 12px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

.s14-item-full {
  width: 100%;
}

.s14-check {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  object-fit: contain;
}

.s14-grid-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
}

/* Bonus Section */
.s14-bonus-section {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.s14-bonus-title {
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.05;
  color: #000000;
  margin: 0 0 18px 0;
  letter-spacing: -0.5px;
}

.s14-bonus-red {
  color: #FF0000;
}

.s14-bonus-desc-1 {
  font-size: 15.5px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 16px 0;
  text-align: center;
}

.s14-bonus-desc-2 {
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.35;
  color: #000000;
  text-align: center;
  margin: 0 0 26px 0;
}

.s14-bold {
  font-weight: 700;
}

/* Bonus Cards */
.s14-bonus-cards {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.s14-card-white {
  width: 135px;
  height: 85px;
  border-radius: 12px;
  border: 1.5px solid #FF0707;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.s14-card-num-black {
  font-size: 40px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  margin-top: 2px;
}

.s14-card-text-black {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.2;
}

.s14-card-red {
  flex: 1;
  height: 85px;
  max-width: 219px;
  background: linear-gradient(180deg, #FF0505 0%, #990303 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.s14-gift-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 78px;
  height: 85px;
  object-fit: contain;
  transform: rotate(-8deg);
}

.s14-card-num-white {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Anton', sans-serif;
  line-height: 1;
  z-index: 2;
  margin-top: 2px;
}

.s14-card-text-white {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  z-index: 2;
}

/* Footer Section */
.s14-footer {
  margin-top: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s14-disclaimer {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 14px 0;
  text-align: center;
}

.s14-btn {
  width: 100%;
  height: 80px;
  max-width: 306px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(90deg, #FF0000 0%, #990000 100%);
  border-radius: 12px;
  border: none;
  color: #ffffff;
  font-size: 40px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}









.faq-section {
  width: 440px;
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}




.s15 {
  width: 440px;
  background-color: #ffffff;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.s15 * {
  box-sizing: border-box;
}

.s15-title {
  font-family: 'Anton', sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  line-height: 1.1;
  margin: 0 0 24px 0;
}

.s15-accordion {
  width: 100%;
  border-top: 1px solid rgba(123, 123, 123, 0.32);
}

.s15-item {
  border-bottom: 1px solid rgba(123, 123, 123, 0.32);
}

.s15-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 0;
  cursor: pointer;
  /* Запобігає виділенню тексту при швидкому кліку */
  user-select: none; 
}

.s15-question {
  width: 317px;
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.3;
  margin: 0;
  padding-right: 12px;
}

/* Іконка плюс/мінус */
.s15-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.s15-icon::before,
.s15-icon::after {
  content: '';
  position: absolute;
  background-color: #FF0000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

/* Горизонтальна лінія */
.s15-icon::before {
  width: 18px;
  height: 2px;
}

/* Вертикальна лінія (разом з горизонтальною формує плюс) */
.s15-icon::after {
  width: 2px;
  height: 18px;
}

/* Анімація перетворення плюса на мінус при активному стані */
.s15-item.active .s15-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* Контейнер для плавної анімації відповіді */
.s15-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.s15-answer {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.70);
  line-height: 1.25;
  padding-bottom: 16px;
  width: 338px;
}






.contacts {
  padding: 20px 24px 240px 24px;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
}

.contacts__title {
  font-size: 38px;
  font-weight: 500;
  margin: 0 0 36px 0;
  color: #000;
  font-family: 'Anton', sans-serif;
  text-align: left;
}

.contacts__grid {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 25px;
}

.contacts__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 120px;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 -2px 4px 0 rgba(255, 255, 255, 0.25);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-radius: 30px;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.contacts__icon {
  width: 37%;
  object-fit: contain;
  margin-bottom: 12px;
}

.contacts__icon--email {
  width: 48px;
}

.contacts__label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.contacts__policy {
  display: inline-block;
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 15px;
}

.contacts__copyright {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 36px 0;
}

.contacts__payments {
  display: block;
  width: 100%;
  max-width: 90%;
  height: auto;
  object-fit: contain;
  margin-left: -2px;
}




/* Основний контейнер, який виїжджає знизу */
.footer-bg {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(150px);
  transition: all .5s ease;
  pointer-events: none;
}

.footer-bg.active {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}

/* Сам блок футера */
.footer {
  background: rgba(255, 255, 255, 0.70);
  box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 24px 24px 40px 24px;
  margin: 0 auto;
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-sizing: border-box;
}

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

/* Контейнер таймера */
.footer-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.timer-unit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  min-width: 67px;
}

/* Овал з цифрами */
.timer-box {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0.56);
  border-radius: 150px;
  border: 1px solid #FF0000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 20px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  line-height: 20px;
}

/* Підписи під цифрами */
.timer-label {
  color: #000000;
  font-size: 14px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

/* Кнопка */
.footer-cta-button {
  width: 100%;
  height: 80px;
  background: linear-gradient(90deg, #FF0000 0%, #990000 100%);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 40px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease;
  animation: ctaPulseRed 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

.footer-cta-button:active {
  transform: scale(0.98);
}

/* Адаптована пульсація під новий червоний стиль */
@keyframes ctaPulseRed {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  70% {
    transform: scale(1.02);
    box-shadow: 0 0 0 12px rgba(255, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

@media (max-width: 440px) {
  .s9 {
    width: 100vw;
    height: 188.636vw;
  }
  .s9-fade {
    height: 22.727vw;
  }
  .s9-header {
    margin-top: 9.091vw;
    padding: 0 4.545vw;
  }
  .s9-title {
    font-size: 10.455vw;
    margin: 0 0 2.273vw 0;
  }
  .s9-subtitle {
    font-size: 3.75vw;
  }
  .s9-girl {
    bottom: 56.818vw;
    right: 0vw;
    width: 109.091vw;
  }
  .s9-price-badge {
    left: 7.955vw;
    top: 62.5vw;
    gap: 2.273vw;
  }
  .s9-price-label {
    font-size: 3.636vw;
  }
  .s9-price-box {
    border-radius: 2.727vw;
    padding: 2.727vw 2.273vw;
    min-height: 26.591vw;
    max-width: 31.364vw;
    gap: 3.409vw;
  }
  .s9-price-text {
    font-size: 5.455vw;
  }
  .s9-price-amount {
    font-size: 10vw;
  }
  .s9-bottom-content {
    bottom: 5.682vw;
    padding: 0 4.545vw;
  }
  .s9-features-img {
    max-width: 86.364vw;
    margin-bottom: 4.091vw;
  }
  .s9-program-type {
    font-size: 4.545vw;
    margin-bottom: 4.091vw;
  }
  .s9-unlock-btn {
    max-width: 86.364vw;
    height: 18.182vw;
    border-radius: 2.727vw;
    font-size: 9.545vw;
    margin-bottom: 2.727vw;
  }
  .s9-disclaimer {
    font-size: 3.636vw;
  }
  .s10 {
    width: 100vw;
    padding: 10.227vw 5.455vw 11.364vw 5.455vw;
  }
  .s10-title {
    font-size: 9.545vw;
    margin: 0 0 5.455vw 0;
  }
  .s10-subtitle-wrap {
    gap: 3.182vw;
    margin-bottom: 5.455vw;
  }
  .s10-subtitle-1 {
    font-size: 3.636vw;
  }
  .s10-subtitle-2 {
    font-size: 3.636vw;
  }
  .s10-card {
    max-width: 89.091vw;
    height: 140.909vw;
    border-radius: 5.455vw;
    margin-bottom: 6.818vw;
  }
  .s10-card-title {
    top: 14.773vw;
    left: 2.273vw;
    font-size: 3.75vw;
    text-shadow: 0vw 0.909vw 3.409vw rgba(0, 0, 0, 0.6);
  }
  .s10-dark-box {
    top: 31.818vw;
    left: 2.273vw;
    width: 64.773vw;
    height: 89.773vw;
    backdrop-filter: blur(4.545vw);
    -webkit-backdrop-filter: blur(4.545vw);
    border-radius: 6.818vw;
    padding: 5.455vw 13.636vw 5.455vw 2.273vw;
    gap: 2.5vw;
  }
  .s10-dark-item {
    padding-bottom: 2.5vw;
    gap: 2.273vw;
  }
  .s10-dark-item:not(:last-child) {
    border-bottom: 0.227vw solid #6a6a6a;
  }
  .s10-icon-cross {
    width: 4.091vw;
    height: 4.091vw;
    margin-top: 0.227vw;
  }
  .s10-dark-text {
    font-size: 3.295vw;
  }
  .s10-light-box {
    top: 27.273vw;
    right: 2.273vw;
    width: 45.455vw;
    height: 94.318vw;
    border-radius: 6.818vw;
    padding: 7.273vw 3.182vw 5.455vw 3.636vw;
    gap: 4.545vw;
    box-shadow: -0.909vw 1.818vw 5.682vw rgba(0, 0, 0, 0.2);
  }
  .s10-light-title {
    font-size: 3.636vw;
    margin-bottom: 0.909vw;
  }
  .s10-light-item {
    gap: 2.273vw;
  }
  .s10-icon-check {
    width: 3.636vw;
    margin-top: 0.455vw;
  }
  .s10-light-text {
    font-size: 3.182vw;
  }
  .s10-footer {
    font-size: 3.636vw;
    margin: 0 0 5.455vw 0;
    padding: 0 2.273vw;
  }
  .s10-btn {
    max-width: 89.091vw;
    height: 18.182vw;
    border-radius: 2.727vw;
    font-size: 9.091vw;
  }
  .s11 {
    width: 100vw;
    padding: 10.227vw 5.455vw;
  }
  .s11-title {
    font-size: 9.091vw;
    margin: 0 0 5.455vw 0;
    letter-spacing: 0.114vw;
  }
  .s11-main-img {
    border-radius: 5.455vw;
    margin-bottom: 5.455vw;
  }
  .s11-features {
    border-radius: 5.455vw;
    padding: 3.636vw 2.727vw;
  }
  .s11-feature {
    gap: 3.636vw;
    padding: 4.091vw 1.818vw;
    border-bottom: 0.227vw solid #EAEAEA;
  }
  .s11-feature:first-child {
    padding-top: 1.818vw;
  }
  .s11-feature:last-child {
    padding-bottom: 1.818vw;
  }
  .s11-icon {
    width: 5.909vw;
    margin-top: 0.682vw;
  }
  .s11-text-block {
    gap: 1.364vw;
  }
  .s11-item-title {
    font-size: 4.318vw;
  }
  .s11-item-desc {
    font-size: 3.523vw;
  }
  .s12 {
    width: 100vw;
    padding: 9.091vw 5.455vw;
  }
  .s12-title {
    font-size: 9.091vw;
    margin: 0 0 7.955vw 0;
  }
  .s12-content {
    gap: 7.273vw;
  }
  .s12-week {
    gap: 3.409vw;
  }
  .s12-week-header {
    gap: 3.409vw;
  }
  .s12-week-badge {
    width: 9.545vw;
  }
  .s12-week-label {
    font-size: 2.955vw;
    margin-bottom: -0.455vw;
  }
  .s12-week-num {
    font-size: 10.682vw;
  }
  .s12-week-info {
    gap: 0.909vw;
    padding-top: 1.136vw;
  }
  .s12-week-title {
    font-size: 3.523vw;
  }
  .s12-week-desc {
    font-size: 3.295vw;
  }
  .s12-days {
    padding-left: 11.364vw;
    gap: 5vw;
  }
  .s12-days::before {
    left: 4.886vw;
    top: 2.955vw;
    bottom: 2.955vw;
    width: 0.227vw;
  }
  .s12-day-bullet {
    left: -9.318vw;
    width: 5.909vw;
    height: 5.909vw;
    border: 0.227vw solid #FF0000;
    font-size: 2.955vw;
  }
  .s12-day-text {
    font-size: 3.523vw;
  }
  .black-header-card {
    border-radius: 5.455vw 5.455vw 0 0;
    height: 32.273vw;
  }
  .header-bg-blob {
    width: 24.773vw;
    height: 33.864vw;
  }
  .header-content {
    padding: 5vw 5.682vw 0 7.955vw;
  }
  .header-text {
    font-size: 3.64vw;
    padding-top: 1.136vw;
  }
  .insta-highlight-box {
    border-radius: 5.455vw;
    width: 21.818vw;
    height: 21.818vw;
    box-shadow: inset 0 0.455vw 0.909vw 0 rgba(0, 0, 0, 0.1), inset 0 -0.455vw 0.909vw 0 rgba(255, 255, 255, 0.25);
    gap: 1.136vw;
  }
  .insta-icon {
    width: 10.227vw;
    height: 10.227vw;
  }
  .insta-text {
    font-size: 3.636vw;
  }
  .header-dotted-line {
    bottom: -2.273vw;
    width: 113.636vw;
  }
  .header-dotted-line {
    bottom: 1.591vw;
  }
  .header-human-icon {
    width: 11.364vw;
    height: 10.909vw;
  }
  .s13 {
    width: 100vw;
    padding: 9.091vw 5.455vw;
  }
  .s13-title {
    font-size: 10vw;
    margin: 0 0 3.182vw 0;
    letter-spacing: 0.114vw;
  }
  .s13-image-wrapper {
    margin-bottom: 2.727vw;
  }
  .s13-image {
    margin-top: -2.273vw;
  }
  .s13-image-fade {
    height: 27.273vw;
  }
  .s13-list {
    gap: 3.636vw;
    margin-bottom: 5.455vw;
  }
  .s13-list-item {
    gap: 2.727vw;
  }
  .s13-icon {
    width: 4.091vw;
    height: 4.091vw;
    margin-top: 0.455vw;
  }
  .s13-text {
    font-size: 3.75vw;
  }
  .s13-footer {
    font-size: 3.75vw;
  }
  .s6 {
    width: 100vw;
    padding: 13.636vw 0 13.636vw 5.455vw;
  }
  .s6-header {
    gap: 1.818vw;
    margin-bottom: 7.273vw;
    padding-right: 5.455vw;
  }
  .s6-label {
    gap: 1.818vw;
  }
  .s6-label-text {
    font-size: 4.545vw;
  }
  .s6-title {
    font-size: 10.909vw;
    line-height: 8.636vw;
  }
  .s6-slide {
    width: 67.045vw !important;
    height: 119.091vw;
    border-radius: 6.818vw;
    box-shadow: 0vw 0.455vw 4.545vw rgba(0, 0, 0, 0.20);
  }
  .s6-img {
    border-radius: 2.727vw;
  }
  .s6-controls {
    padding-right: 5.455vw;
    margin-top: 5.455vw;
  }
  .s6-pagination {
    max-width: 43.182vw;
    margin-top: 3.864vw;
    gap: 2.273vw;
  }
  .s6-pagination .swiper-pagination-bullet {
    min-width: 1.818vw !important;
    height: 1.818vw !important;
    border: 0.227vw solid #FF0000 !important;
  }
  .s6-nav {
    gap: 3.182vw;
  }
  .s6-prev,
  .s6-next {
    width: 10.227vw !important;
    height: 10.227vw !important;
  }
  .s6-prev svg,
  .s6-next svg {
    width: 5.455vw;
    height: 5.455vw;
  }
  .s14 {
    width: 100vw;
    padding: 9.091vw 5.455vw;
  }
  .s14-title {
    font-size: 9.091vw;
    margin: 0 0 5.455vw 0;
  }
  .s14-grid {
    gap: 1.818vw;
  }
  .s14-grid-item {
    width: calc(50% - 0.909vw);
    border-radius: 2.727vw;
    padding: 1.818vw 2.273vw;
    gap: 2.273vw;
    box-shadow: 0vw 0.909vw 2.273vw rgba(0, 0, 0, 0.08);
  }
  .s14-check {
    width: 6.364vw;
    height: 6.364vw;
  }
  .s14-grid-text {
    font-size: 3.182vw;
  }
  .s14-bonus-section {
    margin-top: 8.182vw;
  }
  .s14-bonus-title {
    font-size: 8.636vw;
    margin: 0 0 4.091vw 0;
    letter-spacing: -0.114vw;
  }
  .s14-bonus-desc-1 {
    font-size: 3.523vw;
    margin: 0 0 3.636vw 0;
  }
  .s14-bonus-desc-2 {
    font-size: 3.523vw;
    margin: 0 0 5.909vw 0;
  }
  .s14-bonus-cards {
    gap: 1.818vw;
  }
  .s14-card-white {
    width: 30.682vw;
    height: 19.318vw;
    border-radius: 2.727vw;
    border: 0.341vw solid #FF0707;
    gap: 1.818vw;
  }
  .s14-card-num-black {
    font-size: 9.091vw;
    margin-top: 0.455vw;
  }
  .s14-card-text-black {
    font-size: 3.182vw;
  }
  .s14-card-red {
    height: 19.318vw;
    max-width: 49.773vw;
    border-radius: 2.727vw;
    padding-top: 4.545vw;
    padding-left: 4.545vw;
    gap: 1.818vw;
  }
  .s14-gift-bg {
    left: 0vw;
    top: 0vw;
    width: 17.727vw;
    height: 19.318vw;
  }
  .s14-card-num-white {
    font-size: 9.091vw;
    margin-top: 0.455vw;
  }
  .s14-card-text-white {
    font-size: 2.955vw;
  }
  .s14-footer {
    margin-top: 7.273vw;
  }
  .s14-disclaimer {
    font-size: 3.182vw;
    margin: 0 0 3.182vw 0;
  }
  .s14-btn {
    height: 18.182vw;
    max-width: 69.545vw;
    border-radius: 2.727vw;
    font-size: 9.091vw;
  }
  .faq-section {
    width: 100vw;
  }
  .s15 {
    width: 100vw;
    padding: 9.091vw 5.455vw;
  }
  .s15-title {
    font-size: 9.091vw;
    margin: 0 0 5.455vw 0;
  }
  .s15-accordion {
    border-top: 0.227vw solid rgba(123, 123, 123, 0.32);
  }
  .s15-item {
    border-bottom: 0.227vw solid rgba(123, 123, 123, 0.32);
  }
  .s15-header {
    padding: 3.636vw 0;
  }
  .s15-question {
    width: 72.045vw;
    font-size: 3.636vw;
    padding-right: 2.727vw;
  }
  .s15-icon {
    width: 4.545vw;
    height: 4.545vw;
    margin-top: 0.455vw;
  }
  .s15-icon::before {
    width: 4.091vw;
    height: 0.455vw;
  }
  .s15-icon::after {
    width: 0.455vw;
    height: 4.091vw;
  }
  .s15-answer {
    font-size: 3.182vw;
    padding-bottom: 3.636vw;
    width: 76.818vw;
  }
  .contacts {
    padding: 4.545vw 5.455vw 54.545vw 5.455vw;
  }
  .contacts__title {
    font-size: 8.636vw;
    margin: 0 0 8.182vw 0;
  }
  .contacts__grid {
    gap: 2.727vw;
    margin-bottom: 5.682vw;
  }
  .contacts__card {
    width: 26.818vw;
    height: 27.273vw;
    box-shadow: inset 0 0.455vw 0.909vw 0 rgba(0, 0, 0, 0.1), inset 0 -0.455vw 0.909vw 0 rgba(255, 255, 255, 0.25);
    border-radius: 6.818vw;
    border: 0.227vw solid rgba(255, 255, 255, 0.05);
    border-top: 0.227vw solid rgba(255, 255, 255, 0.25);
  }
  .contacts__icon {
    margin-bottom: 2.727vw;
  }
  .contacts__icon--email {
    width: 10.909vw;
  }
  .contacts__label {
    font-size: 3.636vw;
    letter-spacing: 0.045vw;
  }
  .contacts__policy {
    font-size: 2.955vw;
    margin-bottom: 3.409vw;
  }
  .contacts__copyright {
    font-size: 2.955vw;
    margin: 0 0 8.182vw 0;
  }
  .contacts__payments {
    margin-left: -0.455vw;
  }
  .footer-bg {
    transform: translateY(34.091vw);
  }
  .footer {
    box-shadow: 0vw -1.136vw 4.091vw rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2.727vw);
    -webkit-backdrop-filter: blur(2.727vw);
    border-top-left-radius: 7.273vw;
    border-top-right-radius: 7.273vw;
    padding: 5.455vw 5.455vw 9.091vw 5.455vw;
    max-width: 100vw;
    gap: 3.182vw;
  }
  .footer-timer {
    gap: 3.182vw;
  }
  .timer-unit {
    gap: 1.136vw;
    min-width: 15.227vw;
  }
  .timer-box {
    height: 8.636vw;
    border-radius: 34.091vw;
    border: 0.227vw solid #FF0000;
    font-size: 4.545vw;
    line-height: 4.545vw;
  }
  .timer-label {
    font-size: 3.182vw;
    line-height: 4.545vw;
  }
  .footer-cta-button {
    height: 18.182vw;
    border-radius: 2.727vw;
    font-size: 9.091vw;
  }
  @keyframes ctaPulseRed {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    }
    70% {
      transform: scale(1.02);
      box-shadow: 0 0 0 2.727vw rgba(255, 0, 0, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
  }
}