.s1 {
    width: 440px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    box-sizing: border-box;
}

/* Ticker section */
.s1__ticker {
    background: linear-gradient(43deg, #0db3e1 0%, #21e9cd 100%);
    height: 34px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    color: #ffffff;
    
    font-size: 14px;
    white-space: nowrap;
}

.s1__ticker-line{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    animation: scroll-line 30s linear infinite;
}

@keyframes scroll-line {
0% {
    transform: translateX(0%);
}
100% {
    transform: translateX(-40%);
}
}

.s1__ticker-star {
    font-size: 14px;
}

/* Header section */
.s1__header {
    text-align: center;
    padding-top: 15px;
}

@media (max-width: 440px) {
    .s1__header {
        padding-top: 3.3818vw;
    }
}

.s1__title-bestsellers {
   font-family: 'Anton', sans-serif;
    font-size: 45px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    line-height: 100%;
    letter-spacing: 0px;
}

.s1__title-combo {
   font-family: 'Anton', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #015167;
    margin: 0;
    line-height: 110%;
    
}

/* Features section */
.s1__features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 15px;
    padding: 12px 18px;
    border-radius: 50px;
    position: relative;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

.s1_sbt{
    color: #000;
    text-align: center;
    
    padding: 10px 0 25px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 440px) {
    .s1_sbt {
        padding: 2.5455vw 0 6.0909vw 0;
    }
}

.s1__feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.s1__feature-icon {
    width: 32px;
    height: 32px;
}

.s1__feature-text {
    
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
    margin: 0;
}

.s1__feature-divider {
    width: 1px;
    height: 30px;
    background-color: #e5e5e5;
}

/* Content section */
.s1__content {
    position: relative;
    padding-left: 20px;
    min-height: 480px;
    position: relative;
}

.s1__content::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 90px;
    left: 20%;
    z-index: 9;
    box-shadow: 0 0 20px 40px #ffffff;
    width: 0;
    height: 0;
}

.s1__info {
    margin-top: 30px;
}

.s1__info-title {
    font-family: 'Anton', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.s1__info-subtitle {
    
    font-size: 13px;
    display: block;
    font-weight: 400;
    color: #333333;
    margin: 4px 0 0 0;
    letter-spacing: 0.2px;
}

.s1__courses {
    margin-top: 20px;
    transform: translateY(-15%);
}

.s1__courses-img {
    width: 53%;
    display: block;
}

.s1__checklist {
    list-style: none;
    padding: 20px 0 20px 20px;
    border-radius: 0 0 0 30px;
    box-shadow: -16px 18px 13px -15px #00000021;
    transform: translateY(-15%);
}

.s1__checklist-item {
    display: flex;
    align-items: center;
    gap: 6px;
    
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 7px;
}

.s1__check-icon {
    width: 12px;
    height: 12px;
}

.s1__hero-img {
    position: absolute;
    top: -68px;
    right: 0px;
    width: 80%;
    z-index: 1;
}

/* Footer section */
.s1__footer {
    padding: 0 20px;
    margin-top: -70px;
    position: relative;
    z-index: 10;
}

.s1__price-label {
    width: 80%;
    margin: 0 auto;
    background: linear-gradient(0deg, rgba(0, 73, 93, 0.20) 0%, rgba(0, 73, 93, 0.20) 100%), linear-gradient(84deg, #0DB3E1 2.05%, #21E9CD 96.72%);

    color: #ffffff;
    
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    animation: pulseEmail 2s ease-in-out infinite;
    padding: 10px 0;
    border-radius: 15px 15px 0 0;
}

.ds-img{
    width: 150px;
    object-fit: contain;
    position: absolute;
    left: 60px;
    bottom: 90px;
    z-index: 1;
}

.s1__price-label span{
    color: #fff;
    text-align: center;
    white-space: nowrap;
    
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    border-radius: 6px;
    background: none;
    margin: 0 auto;
    width: 100%;
    height: 31px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

@keyframes pulseEmail {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.03);
        opacity: 0.95;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 440px) {
    .ds-img{
        width: 34.09vw;
        left: 13.64vw;
        bottom: 20.45vw;
    }

    .s1__price-label span{
        font-size: 4.55vw;
        border-radius: 1.36vw;
        width: 30.23vw;
        height: 7.05vw;
        padding: 0.91vw 2.27vw;
        gap: 2.27vw;
    }
}

.s1__cta-btn {
    width: 100%;
    background-color: #015b73;
    color: #ffffff;
   font-family: 'Anton', sans-serif;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding: 14px 0 14px 0px;
    border-radius: 50px;
    letter-spacing: 6%;
    position: relative;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.nb-text{
    text-align: center;
    padding-top: 15px;
    font-weight: 700;
font-size: 18px;
text-align: center;
color: #015167;
}

.nb-text span{
font-weight: 500;
font-size: 14px;
text-align: center;
color: #000;
}

.nb-text img{
    display: inline;
}

.s1__badge {
    position: absolute;
    right: -5px;
    bottom: -7px;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.s1__badge-text {
    font-family: 'Anton', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #000000;
    text-align: center;
    line-height: 1.1;
    display: block;
}

.s1__badge-text strong {
    color: #00556C;
    font-size: 32px;
}

.mainTitle {
    line-height: 120%;
}

/* Основний контейнер */
.bundle-comparison-card {
  width: 440px;
  padding: 25px 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  overflow: hidden;
}

/* Головний заголовок */
.main-vs-title {
  font-size: 44px;
 font-family: 'Anton', sans-serif;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #111111;
  margin: 0 0 25px 0;
  letter-spacing: -0.5px;
}

.highlight-title {
   font-family: 'Anton', sans-serif;
  background: var(--51-2, linear-gradient(90deg, #006C8A 0%, #00475B 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feat-item,
.name-col,
.price-col{

}

.price-col{
    font-size: 20px !important;
}

.price-col span{
    font-size: 14px !important;
}

/* Білий блок з ціною 1 курсу */
.separate-price-pill {
  width: 100%;
  
  border-radius: 14px;
border: 1.005px solid #46ddfb;
background: #FFF;
display: flex;
padding: 4px 16.81px 9px 16px;
justify-content: center;
align-items: center;
align-self: stretch;
color: #000;
text-align: center;
font-size: 20px;
margin-bottom: 10px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.separate-price-pill span{

    font-weight: 500;
}

/* Синій банер */
.bundle-blue-banner {
  width: 100%;
  height: 130px;
  border-radius: 20px;
  background: linear-gradient(90deg, #00475B 0%, #006C8A 100%);
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 30px;
}

.banner-text-content {
  position: relative;
  z-index: 2;
}

.banner-sub {
  font-size: 14.971px;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.banner-main {
  font-size: 22.824px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}

.banner-phones-img {
  width: 171.177px;
  height: 172.615px;
  position: absolute;
  right: 0px;
  bottom: -35px;
  z-index: 1;
  object-fit: contain;
}

/* Таблиця */
.comparison-table-wrapper {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Шапка таблиці */
.table-head {
  display: flex;
  background: #FFFFFF;
  border-top: 2.5px solid #45DAFD;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  padding: 15px 0;
}

.th-cell {
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #111111;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.col-1 { flex: 1.1; padding-left: 10px; }
.col-2 { flex: 1.6; }
.col-3 { flex: 1.1; padding-right: 10px; }

.border-lr {
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}

/* Тіло таблиці */
.table-body {
  background: linear-gradient(90deg, #006C8A 0%, #00475B 100%);
  color: #FFFFFF;
  border-radius: 0 0 29px 29px;
  padding-bottom: 8px; /* Відступ знизу для бірюзового блоку */
}

/* Рядки таблиці */
.tr-row {
  display: flex;
  padding: 15px 10px;
  align-items: center;
}

.td-cell {
  font-size: 16px;
  line-height: 1.3;
}

.name-col {
  flex: 1.1;
  font-weight: 500;
  padding-left: 5px;
}

.features-col {
  flex: 1.8;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price-col {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  padding-right: 5px;
}

.price-col span{
    font-weight: 400;
    font-size: 14px;
}

.feat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.check-icn {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

/* Нижній бірюзовий блок (виділений) */
.teal-row {
  background: linear-gradient(84deg, #0DB3E1 2.05%, #21E9CD 96.72%);
  border-radius: 20px;
  margin: 5px 0px -10px 0px;
  padding: 18px 10px;
}

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

/* Основний контейнер */
.risk-free-promo {
  width: 440px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/* Верхній градієнтний банер */
.promo-header {
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 73, 93, 0.20) 0%, rgba(0, 73, 93, 0.20) 100%), linear-gradient(84deg, #0DB3E1 2.05%, #21E9CD 96.72%);
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
}

@media (max-width: 440px) {
    .promo-header {
        padding: 2.8182vw 4.5455vw;
    }
}

/* Круглий бейдж "14 DAYS" */
.promo-badge {
  width: 86px;
  height: 86px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.badge-number {
  background: var(--51-2, linear-gradient(90deg, #006C8A 0%, #00475B 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Anton', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.badge-text {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

/* Текстова частина банера */
.promo-title-area {
  display: flex;
  flex-direction: column;
}

.promo-main-title {
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 170% !important;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 440px) {
    .promo-main-title {
        font-size: 4.1455vw;
    }
}

.promo-features {
  display: flex;
  gap: 12px;
}

.promo-feature-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.feature-icon {
  width: 16.605px;
  height: auto;
  object-fit: contain;
}

.feature-text {
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
}

/* Секція повідомлень */
.promo-messages {
  padding: 30px 15px 10px 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.message-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 150px;
}

/* Зображення моделей */
.model-img {
  position: absolute;
  bottom: -15px;
  z-index: 1;
}

.img-left-1 {
  min-width: 145px;
  max-width: 145px;
  left: 0px;
  bottom: -30px;
  z-index: 3;
}

.img-right {
  min-width: 225px;
  max-width: 225px;
  right: -4px;
  bottom: 7px;
  z-index: 3;
}

.img-left-2 {
  min-width: 155px;
  max-width: 155px;
  left: 0px;
  bottom: 0px;
  z-index: 3;
}

/* Бульбашки чату */
.chat-bubble {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 12px;
  font-size: 14px;
  color: #111111;
  line-height: 1.45;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.171);
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

/* Відступи бульбашок під зображення */
.bubble-right {
  margin-left: 110px;
  margin-right: 5px;
  border-radius: 20px 20px 20px 0;
  margin-bottom: 50px;
}

.bubble-right:last-child{
    margin-left: 90px;

}

.bubble-left {
  margin-right: 100px;
  margin-left: 15px;
  margin-bottom: 55px;
}
/* Основний контейнер */
.process-timeline-card {
  position: relative;
  width: 440px;
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 10px 0;
  box-sizing: border-box;
}
.kreer{
    margin-top: -40px;
}
.ffdfdd{
    margin-bottom: 15px;
    margin-left: 100px !important;
}
/* Основний контейнер для 440px */
.pricing-comparison-widget {
  width: 440px;
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: transparent;
}

/* Зовнішня рамка-градієнт */
.pricing-outer-card {
  width: calc(50% - 7px);
  border-radius: 36px; /* Трохи більше за внутрішній, щоб зберігся контур */
  background: linear-gradient(84deg, #0DB3E1 2.05%, #21E9CD 96.72%);
  padding: 38px 6px 6px 6px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Верхні зовнішні заголовки */
.outer-header-title {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

/* Внутрішній блок карток */
.pricing-inner-card {
  border-radius: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 12px;
  box-sizing: border-box;
  box-shadow: 0 8px 22.2px 0 rgba(0, 0, 0, 0.14);
}

.dark-theme {
  background: linear-gradient(90deg, #006C8A 0%, #00475B 100%);
}

.light-theme {
  background: #FFFFFF;
}

/* Внутрішні заголовки планів */
.inner-plan-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

/* Загальний блок ціни (як вказано: font-size 24px) */
.price-display {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  text-transform: uppercase;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 12px;
  white-space: nowrap;
}

/* Сама цифра ціни збільшена для відповідності макету */
.price-value {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
 font-family: 'Anton', sans-serif;
}

/* Текст після ціни */
.price-period {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-left: 4px;
  text-transform: none;
}

/* Кольори тексту */
.text-white { color: #FFF; }
.text-black { color: #111111; }
.text-teal { line-height: 150%; background: linear-gradient(84deg, #016D8A 2.05%, #21E9CD 96.72%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;} /* Відтінок з правого блоку */

/* Кнопки */
.plan-action-btn {
  width: 100%;
  height: 52px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
  box-sizing: border-box;
}

/* Скляна кнопка лівої картки */
.glass-btn {
  border-radius: 16px;
background: rgba(255, 255, 255, 0.10);
box-shadow: 0 14px 18.6px 0 rgba(0, 0, 0, 0.04);
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

/* Бірюзова кнопка правої картки */
.solid-teal-btn {
  border-radius: 16px;
background: linear-gradient(132deg, #1BD8D3 -21.81%, #00475B 146.57%);
box-shadow: 0 -5px 12.8px 0 rgba(0, 0, 0, 0.16), 0 14px 18.6px 0 rgba(0, 0, 0, 0.04);
  border: none;
  color: #FFF;
  gap: 8px;
}

.btn-icon {
  flex-shrink: 0;
}

.btn-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  text-align: left;
}

/* Опис під кнопками */
.plan-description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  margin: 0;
}

/* Текст "just 5€ per course" */
.plan-footnote {
  color: rgba(255, 255, 255, 0.49);
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 15px;
  margin: 5px 0 0 0;
}
/* Зображення з лінією та графікою */
.timeline-visual-track {
  width: 145px;
  height: auto;
  display: block;
  margin-left: 25px; /* Легкий зсув вліво, щоб лінія починалась від краю, як у дизайні */
}

/* Спільні стилі для текстових блоків */
.timeline-step {
  position: absolute;
  left: 185px; /* Відступ зліва для ідеального вирівнювання тексту */
  width: 240px;
  transform: translateY(-50%); /* Центрування по вертикалі відносно точки top */
  z-index: 2;
}

/* Точне позиціонування кожного кроку відповідно до графіки */
.step-1 { top: 13.5%; }
.step-2 { top: 38.5%; }
.step-3 { top: 62.5%; }
.step-4 { top: 85.5%; }

/* Стилі заголовків */
.step-heading {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px 0;
  letter-spacing: -0.3px;
}

/* Стилі тексту */
.step-text {
  color: #000000;
  font-size: 16px; /* Вказано в завданні */
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.bubble-right::after {
  left: -12px;
  border-right: 15px solid #FFFFFF;
}

.bubble-left::after {
  right: -12px;
  border-left: 15px solid #FFFFFF;
}

/* Стилізація тексту в бульбашках */
.bubble-italic {
  font-style: italic;
}

.text-italic {
  display: block;
  font-style: italic;
  margin-top: 8px;
}

.text-highlight {
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 700;
  color: #111111;
  background-color: transparent;
  font-style: normal; /* Скидаємо курсив для виділень у першому блоці */
}

/* Нижній блок з підписом */
.promo-footer-section {
  position: relative;
  width: 100%;
  margin-top: -15px; /* Заїзджає під контент, як у дизайні */
  z-index: 5;
}

.footer-signoff-img {
  width: 100%;
  height: auto;
  display: block;
}

.s2 {
    width: 440px;
    padding: 20px;
    background-color: #ffffff;
    box-sizing: border-box;

}

/* Загальні стилі карток */
.s2__card {
    border-radius: 25px;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.s2__card--full {
    min-height: 200px;
}

.s2__card--teal {
    background: linear-gradient(137deg, #006c8a 0%, #209abb 100%);
    color: #ffffff;
    padding: 20px 20px 0 20px;
    max-height: 180px;
    min-height: 180px;
}

.s2__card--light {
    background: linear-gradient(134deg, rgba(13, 179, 225, 0.2) 0%, rgba(33, 233, 205, 0.2) 100%);
    color: #0d4a57;
}

.s2__card--dark {
    background: linear-gradient(137deg, #006c8a 0%, #209abb 100%);
    color: #ffffff;
}

/* Велика картка */


.s2__card-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.s2__text-side {
    width: 80%;
}

.s2__card-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.s2__card-desc {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    opacity: 0.9;
}

.s2__image-side {
    width: 30%;
    margin-right: -20px;
    margin-left: 10px;
}

.s2__course-thumb {
    width: 90px;
    border-radius: 15px;
    object-position: right;
}

/* Сітка */
.s2__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.s2__card--small {
    padding: 15px;
    width: 190px;
    text-align: center;
    align-items: center;
}

.s2__course-thumb-small {
    width: 100px;
    margin: 0 -10px 10px 0;
}

.s2__card-desc-small {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    margin: 10px 0 0 0;
}

/* Бейджі (плашки зі студентами) */
.s2__badge {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    height: 64px;
    padding: 0px 12px;
}

.s2__card--light .s2__badge {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #ffffff;
}

.package-feature-text-dark-b{
    font-weight: 500;
font-size: 14px;
line-height: 143%;
text-align: center;
color: #000;
padding-top: 15px;
}

.s2__badge--bottom-right {
    align-self: flex-end;
    margin-top: -42px;
    margin-right: -10px;
    height: 50px;
}

.s2__badge--small {
    width: 100%;
    padding: 4px 3px;
    justify-content: center;
    box-sizing: border-box;
}

.s2__badge-icon {
    width: 20px;
    height: auto;
    margin-right: 6px;
}

.s2__badge-text {
    font-size: 14px;
    line-height: 110%;
    font-weight: 400;
    text-align: left;
    text-transform: lowercase;
}

.s2__badge-text span{
    text-transform: uppercase;
    font-weight: 700;
}

.s2__card--light .s2__badge-text {
    color: #000000;
}
.package-card-basic {
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px 15px 20px 15px;
    box-shadow: 0 12px 21.2px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.package-title-dark {
       font-family: 'Anton', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.package-subtitle-dark {
    font-size: 14px;
    color: #718096;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.package-price-box-dark {
    margin-bottom: 20px;
}
.wrp{
    padding: 15px;
    overflow: initial;
}
.package-price-main {
    font-size: 28px;
    font-weight: 800;
    color: #000000;
    line-height: 1.1;
}

.package-price-per-day-dark {
    font-size: 16px;
    color: #A0AEC0;
    margin-top: 4px;
}

.package-glow-divider {
    height: 2px;
    background: linear-gradient(90deg, rgba(13, 179, 225, 0) 0%, rgba(13, 179, 225, 0.3) 50%, rgba(13, 179, 225, 0) 100%);
    margin: 22px 0;
    width: 100%;
}

.package-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.package-feature-item:last-child {
    margin-bottom: 0;
}

.package-icon-check {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}

.package-feature-text-dark {
    font-size: 16px;
    color: #1A202C;
    line-height: 1.4;
    font-weight: 500;
}

.package-btn-basic {
    width: 100%;
    height: 58px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    border-radius: 12px;
    background: var(--51-2, linear-gradient(90deg, #006C8A 0%, #00475B 100%));
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.76px;
    text-transform: uppercase;
    margin-top: 4px;
}
.package-card-best-value {
    width: 100%;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: var(--51-2, linear-gradient(90deg, #006C8A 0%, #00475B 100%));
    box-shadow: 0 0 14px 0 rgba(255, 255, 255, 0.50), 0 0 67.8px 0 rgba(9, 246, 154, 0.33);

    padding: 20px 15px 20px 15px;
    display: flex;
    flex-direction: column;
}

.package-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.package-title-light {
    font-size: 28px;
       font-family: 'Anton', sans-serif;

    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}

.package-badge-popular {
    display: flex;
    width: 135px;
    padding: 3px 10px;
    white-space: nowrap;

    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 100px;
    background: var(--51, linear-gradient(84deg, #0DB3E1 2.05%, #21E9CD 96.72%));
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.t50{
    font-weight: 500;
font-size: 14px;
line-height: 143%;
text-transform: uppercase;
color: #015167;
border: 1px solid #015167;
border-radius: 100px;
padding: 4px 10px;
width: 89px;
height: 28px;
background: #fff;
white-space: nowrap;
margin-bottom: 10px;
}

.package-subtitle-light {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
}

.line-2,
.line-1 {
    margin: 15px 0;
        
}

.package-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.package-price-main-light {
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1;
}

.package-price-old {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: line-through;
    font-weight: 600;
}

.package-price-details-light {
    font-size: 16px;
    color: #21E9CD;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.package-features-list-light {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.package-feature-item-light {
    display: flex;
    align-items: center;
    gap: 16px;
}

.package-icon-check-light {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}

.package-feature-text-light {
    font-size: 16px;
    color: #fff;
    line-height: 1.35;
    font-weight: 400;
    padding-top: 3px;
}

.package-btn-best-value {
    border-radius: 12px;
    background-image: url(../images/btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
display: flex;
padding: 25px 12px;
justify-content: center;
align-items: center;
gap: 32px;
align-self: stretch;
color: #FFF;
text-align: center;

font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 81.818% */
letter-spacing: 1.76px;
text-transform: uppercase;
}

@media (max-width: 440px) {
    .package-btn-best-value {
        padding: 5.6818vw 2.7273vw;
        gap: 7.2727vw;
        font-size: 4.6vw;
        line-height: 4.0909vw;
    }
}



.package-btn-best-value:hover {
    opacity: 0.95;
}
.s3 {
    width: 440px;
    background-color: #ffffff;
    padding: 30px 0px 0 0;
    box-sizing: border-box;
}

.s3__header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s3__title-main {
    font-size: 42px;
    font-weight: 900;
    color: #000000;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}

.s3__students-badge {
    display: flex;
    align-items: center;
    background: #d4f8f8;
    padding: 8px 15px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.s3__students-icon {
    width: 22px;
    height: auto;
    margin-right: 8px;
}

.s3__students-text {
    
    font-size: 16px;
    font-weight: 800;
    color: #000000;
}

/* Banner */
.s3__banner {
    background: linear-gradient(90deg, #006c8a 0%, #00475b 100%);
    border-radius: 30px 30px 0 0;
    padding: 25px 0px 40px 0 ;
    text-align: center;
    margin-bottom: 50px;
}

.s3__banner-text {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
}

.s3__banner-highlight {
    color: #19ffeb;
}

/* How it works */
.s3__title-secondary {
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.s3__steps {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.s3__step {
    width: 330px;
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    padding: 15px 15px 25px 15px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    background-repeat: no-repeat;
}

.s3__step-number, .s3__step-title, .s3__step-desc {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.s3__step--teal{
    margin-top: -12px;
}

.s3__step-number {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 10px;
}

.s3__step--dark .s3__step-number {
    background: linear-gradient(15deg, #0db3e1 0%, #21e9cd 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.s3__step-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.s3__step-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.s3__step-desc b {
    font-weight: 800;
}

.s4 {
    width: 440px;
    background-color: #ffffff;
    padding: 40px 20px;
    box-sizing: border-box;
}

/* Заголовок: масивний, жирний, з від’ємним інтервалом */
.s4__title {
    font-family: 'Anton', sans-serif;
    font-size: 72px;
    font-weight: 900;
    line-height: 0.85;
    letter-spacing: -4px;
    color: #000000;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

/* Контейнер для тексту та кнопки */
.s4__action-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 30px;
    margin-top: -20px;
}

.s4__question {
    font-size: 20px;
    color: #000000;
    margin: 0;
    white-space: nowrap;
}

/* Кнопка з градієнтом та закругленням */
.s4__btn {
    background: linear-gradient(132deg, #0db3e1 0%, #21e9cd 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 32px;
    border-radius: 13px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    white-space: nowrap;
}

/* Нижній текст: центрований, жирний */
.s4__footer-text {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    color: #000000;
    margin: 0 auto;
}

.s4__footer-text b {
    font-weight: 500;
}

.s5 {
    width: 440px;
    background-color: #ffffff;
    padding: 40px 25px;
    box-sizing: border-box;
}

/* Заголовок з бейджем */
.s5__header {
    position: relative;
    margin-bottom: 20px;
}

.s5__title {
    font-family: 'Anton', sans-serif;
    font-size: 58px;
    line-height: 0.9;
    font-weight: 900;
    color: #000000;
    margin: 0;
    
}

.s5 .mainTitle{
    max-width: 350px;
    margin: 35px auto 0 auto;
}

.s5__badge {
    position: absolute;
    right: 60px;
    bottom: 10px;
    background: linear-gradient(132deg, #0db3e1 0%, #21e9cd 100%);
    color: #ffff;
    font-size: 19px;
    font-weight: 700;
    /* transform: translateX(-20px); */
    display: block;
    padding: 3px 20px;
    border-radius: 12px;
    white-space: nowrap;
}

/* Візуальна частина (діаграма) */
.s5__visual {
    margin: 0 0 30px 0;
    text-align: center;
}

.s5__diagram-img {
    width: 390px; /* Майже на всю ширину контейнера */
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Список елементів */
.s5__list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 40px;
    padding-left: 5px;
}

.s5__item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.s5__icon {
    width: 42px;
    height: auto;
    flex-shrink: 0;
}

.s5__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

/* Нижня плашка */
.s5__footer-banner {
    background: linear-gradient(146.14deg, #3bbcd9 44.07%, #39d5c0 80.84%), rgba(0, 73, 93, 0.3);
    border-radius: 15px;
    padding: 20px 25px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(124, 224, 224, 0.3);
}

.s5__banner-text {
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.s6 {
    width: 440px;
    background-color: #ffffff;
    padding: 20px 0 50px 0;
    box-sizing: border-box;
}

.s6 .mainTitle{
    text-align: left; padding-left: 20px;
}

/* Top Banner */
.s6__top-banner {
    background: linear-gradient(90deg, #006c8a 0%, #00475b 100%);
    border-radius: 30px 30px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 15px;
}

.s6__top-img {
    width: 174px;
    height: 170px;
    object-fit: cover;
    margin-top: -31px;
}

.s6__top-content {
    padding: 20px 20px 20px 0;
    flex: 1;
    margin-left: -20px;
}

.s6__top-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    margin: 5px 0;
    font-weight: 400;
}

/* Section Title */
.s6__main-title {
    font-family: 'Anton', sans-serif;
    font-size: 52px;
    font-weight: 900;
    line-height: 0.85;
    color: #000000;
    margin-bottom: 30px;
    
    text-transform: uppercase;
}

/* Cards List */
.s6__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 20px;
}

.s6__card {
    width: 100%;
    height: 105px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

/* White card styles */
.s6__card--white {
    background-color: #ffffff;
    border: 2px solid #0db3e1;
}

.s6__card-any{
    position: absolute !important;
    bottom: 0;
    right: 0;
}

/* Teal card styles */
.s6__card--teal {
    background: linear-gradient(166deg, #0db3e1 39.42%, #21e9cd 100%);
    color: #ffffff;
    border: none;
}

.s6__card-img-wrap {
    width: 115px;
    height: 100%;
    flex-shrink: 0;
    position: relative;
}

.s6__card-img {
    height: 100%;
    
    object-fit: contain;
    display: block;
}

.s6__card-img--right {
    object-position: right;
    margin-left: auto;
    min-height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.s6__card-text {
    flex: 1;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    max-width: 70%;
    line-height: 1.2;
}

.s6__card--white .s6__card-text {
    color: #333333;
}

.s6__card--teal .s6__card-text {
    color: #ffffff;
}

/* Adjustments for right-aligned images in teal cards */
.s6__card--teal .s6__card-text {
    padding-left: 20px;
}

.s6__card--teal .s6__card-img-wrap {
    width: 160px; /* Трохи ширше для горизонтальних поз */
}

.s7 {
    width: 440px;
    background-color: #ffffff;
    padding: 20px 15px;
    box-sizing: border-box;
}

.s7__item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.s7__question {
    display: flex;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
}

.s7__q-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(230deg, #4CFFE6 3.41%, #0DB3E1 96.59%);
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 16px;
    margin-right: 12px;
    flex-shrink: 0;
}

.s7__q-text {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    flex: 1;
    padding-right: 30px;
}

.s7__arrow {
    width: 22px;
    height: 12px;
    transition: .3s;
}

/* Стан при відкритті */
.s7__item.active .s7__arrow {
    transform: rotate(-180deg);
    margin-top: 5px;
}

/* Логіка відповіді */
.s7__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.s7__answer-inner {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    gap: 10px;
}

.s7__answer-bubble {
    background-color: #f2f2f2;
    border-radius: 25px;
    padding: 18px 22px;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    flex: 1;
    position: relative;
}

/* Хвостик бабла (опціонально) */
.s7__answer-bubble::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f2f2f2;
}

.s7__avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    flex-shrink: 0;
}


.contacts {
    padding: 48px 24px 60px;
    font-family: 'Geist', sans-serif;
    box-sizing: border-box;
    max-width: 428px;
    margin: 0 auto 180px auto;
}

.contacts__title {
    font-size: 38px;
        font-family: 'Anton', sans-serif;
font-weight: 400;
padding-bottom: 20px;
font-size: 44px;
line-height: 114%;
text-transform: uppercase;
color: #000;
}

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

.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: #7d7d7d;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 15px;
}

.contacts__copyright {
    color: #7d7d7d;
    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;
}


.s8 {
    width: 440px;
    background-color: #ffffff;
    padding: 10px 0 40px 0;
    overflow: hidden;
    
    box-sizing: border-box;
}

.first-swiper {
    padding: 40px 0 20px 20px !important; /* Щоб було видно наступний слайд */
}

.s8__slide {
    position: relative;
    width: 380px;
}

/* Великі цифри на фоні */
.s8__num {
    position: absolute;
    top: -45px;
    left: 10px;
   font-family: 'Anton', sans-serif;
    font-size: 65px;
    font-weight: 500;
    line-height: 130%;
    z-index: 1;
background: linear-gradient(11deg, #0db3e1 0%, #21e9cd 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    opacity: 0.6;
}

/* Картка слайда */
.s8__card {
    background: #ffffff;
    border-radius: 20px;
    border-top: 4px solid #1FE0D0;
    padding: 25px 25px;
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 2;
    box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.13);
    background: rgba(255, 255, 255, 0.1);
    min-height: 200px;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.s8-second .s8__card{
    padding: 25px 25% 25px 25px;
    border: 1px solid #0db3e1;
    overflow: initial;
}

.s8__card-1{
    padding: 15px 30% 15px 25px;
}

.s8__card-2{
    padding: 15px 0px 15px 40%;
}

.s8__card-3 .s8__desc{
    padding-right: 20%;
}

.s8__card-4{
    padding: 15px 40% 15px 25px;
}

.s8__card-content {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.s8__card-content--reverse {
    flex-direction: row-reverse;
}

.s8__text-wrap {

}

.s8__title {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.1;
    color: #000000;
    margin: 0 0 15px 0;
}

.s8__desc {
    font-size: 14px;
    line-height: 1.35;
    color: #000000;
    margin: 0;
}

.s8__desc b {
    font-weight: 800;
}

.s8-second .s8__desc{
    font-size: 16px;
    font-weight: 500;
}

/* Налаштування зображень для кожного слайда */
.s8__img-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
}

.s8__img {
    max-width: 100%;
    height: auto;
    position: absolute;
    object-fit: contain;
}

.s8-second .s8__img{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100px;
    background: linear-gradient(43deg, #0db3e1 0%, #21e9cd 100%);
    padding: 15px;
    height: 140px;
    border-radius: 15px;
}

.s8__img--v1 {
    max-width: 130px;
    max-height: 130px;
    right: 6px;
    top: 34px;
    z-index: -1;
}
.s8__img--v2 {
    max-width: 180px;
    max-height: 195px;
    left: 0px;
    bottom: 0;;
    z-index: -1;    
}
.s8__img--v3 {
    max-width: 130px;
    max-height: 130px;
    right: 6px;
    bottom: 4px;
    z-index: -1;
}
.s8__img--v4 { 
    width: 220px; 
    right: 0;
    bottom: 0;
}

/* Контроли */
.s8__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px 0 35px;
}

.slide-mini-title{
    position: absolute;
    top: -15px;
    left: 10px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #ffff;
    border-radius: 12px;
    padding: 4px 10px;
    background: linear-gradient(132deg, #0db3e1 0%, #21e9cd 100%);
}

/* Пагінація */
.second-slider-pagination,
.first-slider-pagination {
    position: static !important;
    width: auto !important;
    display: flex;
    gap: 12px;
}

.swiper{
    overflow: initial !important;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: transparent !important;
    border: 2px solid #0d7a91 !important;
    opacity: 1 !important;
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    background: radial-gradient(circle, #0d7a91 50%, #ffffff 50%) !important;
    background-color: #0d7a91 !important;
}

/* Навігація */
.s8__nav {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 15px;
}

.s8__arrow-prev, .s8__arrow-next {
    position: static !important;
    margin: 0 !important;
    width: 155px !important;
    height: 45px !important;
    background: transparent !important;
    display: flex !important;
}

.s8__arrow-prev img{
    box-shadow: 0 0 10px -5px #000000b2;
    border-radius: 25px;
}
.swiper-button-prev{
     border-radius: 0 !important;
}
.swiper-button-next{
    border-radius: 0 !important;
}

.swiper-button-prev img{
     border-radius: 0 !important;
}
.swiper-button-next img{
    border-radius: 0 !important;
}
.s8__arrow-next {
    background: linear-gradient(90deg, #62b9df 0%, #76dbcd 100%);
}

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

.s9 {
    width: 440px;
    background-color: #ffffff;
    padding: 30px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.s9__header {
    padding: 0 25px;
    margin-bottom: 30px;
}

.s9__review-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.s9__quote-icon {
    display: flex;
    align-items: center;
}

.s9__title {
    font-family: 'Anton', sans-serif;
    font-size: 64px;
    line-height: 0.9;
    font-weight: 900;
    color: #000000;
    
    margin: 0;
    text-transform: uppercase;
}

/* Налаштування слайдера */
.gallery-swiper {
    padding: 0px 5px 20px 15px !important;
}

.s9__slide {
    width: auto; /* Слайди підлаштовуються під контент */
}

.s9__img {
    height: 450px;
    object-fit: contain;
    display: block;
}

/* Кастомізація пагінації (крапок) */
.gallery-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 20px;
}

.gallery-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #19BFC2;
    opacity: 1;
}

.gallery-pagination .swiper-pagination-bullet-active {
    background: #19BFC2;
}

.gallery-slider-pagination {
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    position: static !important;
    width: auto !important;
    display: flex;
    gap: 12px;
    max-width: 150px;
    overflow: hidden;
}

.gallery-slider-pagination .swiper-pagination-bullet {
    min-width: 14px;
}

/* Базовий контейнер (ваші старі стилі фіксації знизу) */
.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;
}

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

/* Новий дизайн самого футера */
.footer {
    width: 428px;
    padding: 24px 24px 60px 24px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.25);
    border-radius: 32px 32px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    box-sizing: border-box;
    backdrop-filter: blur(6px); /* Ефект розмиття фону */
}

/* Верхній рядок з таймером */
.footer-timer-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-timer-title {
    text-align: center;
    color: black;
    font-size: 20px;
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
}

/* Обгортка таймера */
.timer-display {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

/* Темні блоки для цифр */
.timer-box {
    padding: 10px 8px;
    background: linear-gradient(180deg, rgba(27, 27, 27, 0.55) 0%, rgba(62, 62, 62, 0.55) 100%);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    color: white;
    font-size: 20px;
    font-family: 'Geist', sans-serif;
    font-weight: 700;
    line-height: 20px;
    min-width: 45px;
    box-sizing: border-box;
}

/* Крапка-розділювач між цифрами */
.timer-separator {
    width: 2.63px;
    height: 8.23px;
    background: #968A8F;
}

/* Нова кнопка */
.footerButton-new {
    width: 100%;
    max-width: 380px;
    padding: 14px 30px;
    background: linear-gradient(90deg, #006C8A 0%, #00475B 100%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 2px;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.2s;
}

.footerButton-new:active {
    opacity: 0.8;
}

/* Текст кнопки */
.btn-text-large {
    color: white;
    font-size: 27px;
    white-space: nowrap;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.62px;
}

.btn-text-small {
    color: white;
    font-size: 16px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.96px;
}

.btn-text-small.lowercase {
    text-transform: lowercase;
}








/* Основний контейнер блоку */
.bonuses-section {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 35px 24px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    box-sizing: border-box;
}

/* Заголовки */
.bonuses-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.bonuses-subtitle {
    color: #000000;
    font-size: 30px;
    font-family: 'Geist', sans-serif;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
}

.bonuses-title {
    background: radial-gradient(50% 50% at 50% 50%, #007FA2 0%, #015167 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

    font-size: 52px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1.56px;
    text-align: center;
    margin: 0;
}

/* Опис */
.bonuses-desc {
    color: #000000;
    font-size: 16px;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}

/* Сітка карток */
.bonuses-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}

.bonus-card {
    flex: 1;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    padding: 4px 4px 14px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    box-sizing: border-box;
}

.bonus-card-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: -10px;
    object-fit: contain;
}

.bonus-card-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0 4px;
}

.bonus-card-title {
    color: #000000;
    font-size: 13px;
    font-family: 'Geist', sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 1.1;
}

.bonus-card-desc {
    color: #000000;
    font-size: 11px;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.25;
}

/* Плашка з подарунком */
.bonuses-summary {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px 20px;
    background: linear-gradient(0deg, rgba(0, 73, 93, 0.20) 0%, rgba(0, 73, 93, 0.20) 100%), linear-gradient(324deg, #0DB3E1 0%, #21E9CD 100%);
    border-radius: 20px;
    box-sizing: border-box;
}

.bonuses-gift-icon {
    width: 40px;
    height: auto;
    object-fit: contain;
}

.bonuses-summary-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bonuses-summary-title {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Geist', sans-serif;
    font-weight: 700;
}

.bonuses-summary-desc {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
}

/* Таймер */
.bonuses-timer-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 6px 6px 16px;
    background: #ffffff;
    margin-top: -15px;
    border-radius: 14px;
    border: 1px solid #46DDFB;
    box-sizing: border-box;
}

.bonuses-timer-label {
    color: #000000;
    font-size: 16px;
    font-family: 'Geist', sans-serif;
    font-weight: 700;
}

.bonuses-timer-pill {
    display: flex;
    width: 120px;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    background: #D0F5F7;
    border-radius: 100px;
    color: #015167;
    font-size: 20px;
    font-family: 'Geist', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Кнопка та нижній текст */
.bonuses-action {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}

.bonuses-footer-text {
    color: #000000;
    font-size: 14px;
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    text-align: center;
}




/* Контейнер відео */
.custom-video-block {
    position: relative;
    width: 380px;
    height: 211px;
    margin: 0 auto 30px auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    background-color: #000; /* Чорний фон на час завантаження */
}

/* Саме відео */
.promo-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Оверлей з кнопкою Play, який лежить поверх постера */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Легке затемнення постера */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    z-index: 2;
}

/* Приховуємо оверлей, коли відео починає грати */
.custom-video-block.is-playing .video-overlay {
    opacity: 0;
    pointer-events: none;
}



/* Основний блок */
.coach-section {
    width: 440px; /* Фіксована ширина всього блоку (або 428px, залежно від вашого контейнера) */
    margin: 0 auto;
    padding: 35px 0;
    background: #ffffff;
    box-sizing: border-box;
}

/* Обгортка для позиціонування */
.coach-wrapper {
    position: relative;
    width: 428px; /* Точна ширина картинки з макета */
    margin: 0 auto;
    display: block;
}

.coach-img {
    width: 428px; /* Фіксована ширина картинки в px */
    height: auto;
    display: block;
}

/* Контейнер для цифр */
.coach-numbers {
    position: absolute;
    top: 468px;  /* Відступ зверху в пікселях. Якщо потрібно, посуньте на пару px вгору/вниз */
    left: 14px;  /* Точний відступ зліва з вашого коду Figma */
    width: 400px; /* Точна ширина зони з цифрами з Figma */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

/* Самі цифри */
.coach-num {
    font-family: 'Anton', sans-serif;
    color: #ffffff;
    font-size: 36px; /* Розмір строго в пікселях */
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 440px) {
    .s1 {
        width: 100vw;
        padding-bottom: 9.09vw;
    }
    .s1__ticker {
        height: 7.73vw;
        margin-top: 9.09vw;
        font-size: 3.18vw;
    }
    .s1__ticker-line {
        gap: 2.73vw;
    }
    .s1__ticker-star {
        font-size: 3.18vw;
    }
    .s1__header {
        padding-top: 3.41vw;
    }
    .s1__title-bestsellers {
        font-size: 10.23vw;
        letter-spacing: 0vw;
    }
    .s1__title-combo {
        font-size: 10.23vw;
    }
    .s1__features {
        margin: 5.68vw 3.41vw;
        padding: 2.73vw 4.09vw;
        border-radius: 11.36vw;
        box-shadow: 0vw 0.91vw 3.41vw rgba(0, 0, 0, 0.08);
    }
    .s1_sbt {
        padding: 2.27vw 0 5.68vw 0;
        font-size: 3.64vw;
    }
    .s1__feature-item {
        gap: 1.82vw;
    }
    .s1__feature-icon {
        width: 7.27vw;
        height: 7.27vw;
    }
    .s1__feature-text {
        font-size: 2.73vw;
    }
    .s1__feature-divider {
        width: 0.23vw;
        height: 6.82vw;
    }
    .s1__content {
        padding-left: 4.55vw;
        min-height: 109.09vw;
    }
    .s1__content::after {
        bottom: 20.45vw;
        box-shadow: 0 0 4.55vw 9.09vw #ffffff;
    }
    .s1__info {
        margin-top: 6.82vw;
    }
    .s1__info-title {
        font-size: 2.95vw;
    }
    .s1__info-subtitle {
        font-size: 2.95vw;
        margin: 0.91vw 0 0 0;
        letter-spacing: 0.05vw;
    }
    .s1__courses {
        margin-top: 4.55vw;
    }
    .s1__checklist {
        padding: 4.55vw 0 4.55vw 4.55vw;
        border-radius: 0 0 0 6.82vw;
        box-shadow: -3.64vw 4.09vw 2.95vw -3.41vw #00000021;
    }
    .s1__checklist-item {
        gap: 1.36vw;
        font-size: 2.95vw;
        margin-bottom: 1.59vw;
    }
    .s1__check-icon {
        width: 2.73vw;
        height: 2.73vw;
    }
    .s1__hero-img {
        top: -15.45vw;
        right: 0vw;
    }
    .s1__footer {
        padding: 0 4.55vw;
        margin-top: -15.91vw;
    }
    .s1__price-label {
        font-size: 3.64vw;
        padding: 2.27vw 0;
        border-radius: 3.41vw 3.41vw 0 0;
    }
    .ds-img {
        width: 34.09vw;
        left: 13.64vw;
        bottom: 20.45vw;
    }
    .s1__price-label span {
        font-size: 4.55vw;
        border-radius: 1.36vw;
        height: 7.05vw;
        gap: 2.27vw;
    }
    .s1__cta-btn {
        font-size: 7.73vw;
        gap: 4.55vw;
        padding: 3.18vw 0 3.18vw 0vw;
        border-radius: 11.36vw;
        box-shadow: 0vw 1.36vw 4.55vw rgba(0, 0, 0, 0.2);
    }
    .nb-text {
        padding-top: 3.41vw;
        font-size: 4.09vw;
    }
    .nb-text span {
        font-size: 3.18vw;
    }
    .s1__badge {
        right: -1.14vw;
        bottom: -1.59vw;
        width: 22.73vw;
        height: 22.73vw;
        box-shadow: 0vw 0.91vw 2.27vw rgba(0, 0, 0, 0.15);
    }
    .s1__badge-text {
        font-size: 4.09vw;
    }
    .s1__badge-text strong {
        font-size: 7.27vw;
    }
    .bundle-comparison-card {
        width: 100vw;
        padding: 5.68vw 4.55vw;
    }
    .main-vs-title {
        font-size: 10vw;
        margin: 0 0 5.68vw 0;
        letter-spacing: -0.11vw;
    }
    .separate-price-pill {
        border-radius: 3.18vw;
        border: 0.23vw solid #46ddfb;
        padding: 0.91vw 3.82vw 2.05vw 3.64vw;
        font-size: 4.55vw;
        margin-bottom: 2.27vw;
    }
    .separate-price-pill span {
        font-size: 3.18vw;
    }
    .bundle-blue-banner {
        height: 29.55vw;
        border-radius: 4.55vw;
        padding: 0 4.55vw;
        margin-bottom: 6.82vw;
    }
    .banner-sub {
        font-size: 3.4vw;
        margin: 0 0 1.14vw 0;
    }
    .banner-main {
        font-size: 5.19vw;
    }
    .banner-phones-img {
        width: 38.9vw;
        height: 39.23vw;
        right: 0vw;
        bottom: -7.95vw;
    }
    .comparison-table-wrapper {
        border-radius: 4.55vw;
        box-shadow: 0 2.27vw 5.68vw rgba(0, 0, 0, 0.1);
    }
    .table-head {
        border-top: 0.57vw solid #45DAFD;
        border-radius: 4.55vw 4.55vw 0 0;
        padding: 3.41vw 0;
    }
    .th-cell {
        font-size: 3.24vw;
    }
    .col-1 {
        padding-left: 2.27vw;
    }
    .col-3 {
        padding-right: 2.27vw;
    }
    .border-lr {
        border-left: 0.23vw solid #E5E5E5;
        border-right: 0.23vw solid #E5E5E5;
    }
    .table-body {
        border-radius: 0 0 6.59vw 6.59vw;
        padding-bottom: 1.82vw;
    }
    .tr-row {
        padding: 3.41vw 2.27vw;
    }
    .td-cell {
        font-size: 3.64vw;
    }
    .name-col {
        padding-left: 1.14vw;
    }
    .features-col {
        gap: 0.91vw;
    }
    .price-col {
        padding-right: 1.14vw;
    }
    .price-col span {
        font-size: 3.18vw;
    }
    .feat-item {
        gap: 1.82vw;
        font-size: 3.18vw;
    }
    .check-icn {
        width: 2.95vw;
        height: 2.95vw;
    }
    .teal-row {
        border-radius: 4.55vw;
        margin: 1.14vw 0 -2.27vw 0;
        padding: 4.09vw 2.27vw;
    }
    .risk-free-promo {
        width: 100vw;
    }
    .promo-header {
        padding: 1.81vw 4.55vw;
        gap: 3.41vw;
    }
    .promo-badge {
        width: 19.55vw;
        height: 19.55vw;
    }
    .badge-number {
        font-size: 7.27vw;
    }
    .badge-text {
        font-size: 3.18vw;
    }
    .promo-main-title {
        font-size: 4.53vw;
    }
    .promo-features {
        gap: 2.73vw;
    }
    .promo-feature-item {
        gap: 1.36vw;
    }
    .feature-icon {
        width: 3.77vw;
    }
    .feature-text {
        font-size: 3.64vw;
    }
    .promo-messages {
        padding: 6.82vw 3.41vw 2.27vw 0;
        gap: 6.82vw;
    }
    .message-wrapper {
        min-height: 34.09vw;
    }

    .img-left-1 {
        min-width: 32.95vw;
        max-width: 32.95vw;
        left: 0vw;
        bottom: -6.82vw;
    }
    .img-right {
        min-width: 51.14vw;
        max-width: 51.14vw;
        right: -0.91vw;
        bottom: 1.59vw;
    }
    .img-left-2 {
        min-width: 35.23vw;
        max-width: 35.23vw;
        left: 0vw;
    }
    .chat-bubble {
        border-radius: 4.55vw;
        padding: 2.73vw;
        font-size: 3.18vw;
        box-shadow: 0 1.82vw 5.68vw rgba(0, 0, 0, 0.171);
    }
    .bubble-right {
        margin-left: 25vw;
        margin-right: 1.14vw;
        border-radius: 4.55vw 4.55vw 4.55vw 0;
        margin-bottom: 11.64vw;
    }
    .bubble-right:last-child {
        margin-left: 20.45vw;
    }
    .bubble-left {
        margin-right: 22.73vw;
        margin-left: 3.41vw;
        margin-bottom: 12.5vw;
    }
    .process-timeline-card {
        width: 100vw;
        padding: 2.27vw 0;
    }
    .kreer {
        margin-top: -9.09vw;
    }
    .ffdfdd {
        margin-bottom: 3.41vw;
        margin-left: 22.73vw !important;
    }
    .pricing-comparison-widget {
        width: 100vw;
        padding: 4.55vw 2.27vw;
    }
    .pricing-outer-card {
        border-radius: 8.18vw;
        padding: 8.64vw 1.36vw 1.36vw 1.36vw;
        box-shadow: 0 2.27vw 5.68vw rgba(0, 0, 0, 0.08);
    }
    .outer-header-title {
        top: 2.73vw;
        font-size: 3.18vw;
    }
    .pricing-inner-card {
        border-radius: 6.82vw;
        padding: 3.41vw 2.73vw;
        box-shadow: 0 1.82vw 5.05vw 0 rgba(0, 0, 0, 0.14);
    }
    .inner-plan-title {
        font-size: 3.18vw;
        margin: 0 0 2.27vw 0;
    }
    .price-display {
        font-size: 5.45vw;
        margin-bottom: 2.73vw;
    }
    .price-value {
        font-size: 5.91vw;
    }
    .price-period {
        font-size: 3.64vw;
        margin-left: 0.91vw;
    }
    .plan-action-btn {
        height: 11.82vw;
        border-radius: 6.82vw;
        margin-bottom: 3.41vw;
    }
    .glass-btn {
        border-radius: 3.64vw;
        box-shadow: 0 3.18vw 4.23vw 0 rgba(0, 0, 0, 0.04);
        font-size: 4.55vw;
    }
    .solid-teal-btn {
        border-radius: 3.64vw;
        box-shadow: 0 -1.14vw 2.91vw 0 rgba(0, 0, 0, 0.16), 0 3.18vw 4.23vw 0 rgba(0, 0, 0, 0.04);
        gap: 1.82vw;
    }
    .btn-text {
        font-size: 4.55vw;
    }
    .plan-description {
        font-size: 3.18vw;
    }
    .plan-footnote {
        font-size: 2.73vw;
        margin: 1.14vw 0 0 0;
    }
    .timeline-visual-track {
        width: 32.95vw;
        margin-left: 5.68vw;
    }
    .timeline-step {
        left: 42.05vw;
        width: 54.55vw;
    }
    .step-heading {
        font-size: 4.55vw;
        margin: 0 0 1.82vw 0;
        letter-spacing: -0.07vw;
    }
    .step-text {
        font-size: 3.64vw;
    }
    .text-italic {
        margin-top: 1.82vw;
    }
    .text-highlight {
        padding: 0.45vw 0.91vw;
        border-radius: 0.68vw;
    }
    .promo-footer-section {
        margin-top: -3.41vw;
    }
    .s2 {
        width: 100vw;
        padding: 4.55vw;
    }
    .s2__card {
        border-radius: 5.68vw;
        padding: 4.55vw;
        margin-bottom: 3.41vw;
        box-shadow: 0 0.91vw 2.27vw rgba(0, 0, 0, 0.1);
    }
    .s2__card--full {
        min-height: 45.45vw;
    }
    .s2__card--teal {
        padding: 4.55vw 4.55vw 0 4.55vw;
        max-height: 40.91vw;
        min-height: 40.91vw;
    }
    .s2__card-title {
        font-size: 4.09vw;
        margin: 0 0 2.27vw 0;
        letter-spacing: 0.11vw;
    }
    .s2__card-desc {
        font-size: 3.64vw;
    }
    .s2__image-side {
        margin-right: -4.55vw;
        margin-left: 2.27vw;
    }
    .s2__course-thumb {
        width: 20.45vw;
        border-radius: 3.41vw;
    }
    .s2__grid {
        gap: 2.73vw;
    }
    .s2__card--small {
        padding: 3.41vw;
        width: 43.18vw;
    }
    .s2__course-thumb-small {
        width: 22.73vw;
        margin: 0 -2.27vw 2.27vw 0;
    }
    .s2__card-desc-small {
        font-size: 3.41vw;
        margin: 2.27vw 0 0 0;
    }
    .s2__badge {
        border: 0.23vw solid rgba(255, 255, 255, 0.4);
        border-radius: 2.27vw;
        height: 14.55vw;
        padding: 0 2.73vw;
    }
    .s2__card--light .s2__badge {
        border: 0.23vw solid #ffffff;
    }
    .package-feature-text-dark-b {
        font-size: 3.18vw;
        padding-top: 3.41vw;
    }
    .s2__badge--bottom-right {
        margin-top: -9.55vw;
        margin-right: -2.27vw;
        height: 11.36vw;
    }
    .s2__badge--small {
        padding: 0.91vw 0.68vw;
    }
    .s2__badge-icon {
        width: 4.55vw;
        margin-right: 1.36vw;
    }
    .s2__badge-text {
        font-size: 3.18vw;
    }
    .package-card-basic {
        border-radius: 3.64vw;
        box-shadow: 0 2.73vw 4.82vw 0 rgba(0, 0, 0, 0.25);
        margin-bottom: 6.82vw;
    }
    .package-title-dark {
        font-size: 6.36vw;
        margin: 0 0 1.36vw 0;
        letter-spacing: -0.11vw;
    }
    .package-subtitle-dark {
        font-size: 3.18vw;
        letter-spacing: 0.11vw;
        margin-bottom: 5.45vw;
    }
    .package-price-box-dark {
        margin-bottom: 4.55vw;
    }
    .wrp {
        padding: 3.41vw;
    }
    .package-price-main {
        font-size: 6.36vw;
    }
    .package-price-per-day-dark {
        font-size: 3.64vw;
        margin-top: 0.91vw;
    }
    .package-glow-divider {
        height: 0.45vw;
        margin: 5vw 0;
    }
    .package-feature-item {
        gap: 3.18vw;
        margin-bottom: 4.55vw;
    }
    .package-icon-check {
        width: 6.82vw;
        height: 6.82vw;
    }
    .package-feature-text-dark {
        font-size: 3.64vw;
    }
    .package-btn-basic {
        height: 13.18vw;

        font-size: 5vw;
        line-height: 4.09vw;
        letter-spacing: 0.4vw;
        margin-top: 0.91vw;
    }
    .package-card-best-value {

        border: 0.23vw solid #FFF;
        box-shadow: 0 0 3.18vw 0 rgba(255, 255, 255, 0.50), 0 0 15.41vw 0 rgba(9, 246, 154, 0.33);
    }
    .package-header-row {
        margin-bottom: 1.82vw;
    }
    .package-title-light {
        font-size: 6.36vw;
        letter-spacing: -0.05vw;
    }
    .package-badge-popular {
        width: 30.68vw;
        gap: 2.27vw;
        border-radius: 22.73vw;
        font-size: 3.18vw;
        letter-spacing: 0.09vw;
    }
    .t50 {
        font-size: 3.18vw;
        border: 0.23vw solid #015167;
        border-radius: 22.73vw;
        padding: 0.91vw 2.27vw;
        width: 20.23vw;
        height: 6.36vw;
        margin-bottom: 2.27vw;
    }
    .package-subtitle-light {
        font-size: 3.18vw;
        letter-spacing: 0.14vw;
    }
    .line-2, .line-1 {
        margin: 3.41vw 0;
    }
    .package-price-row {
        gap: 2.27vw;
    }
    .package-price-main-light {
        font-size: 6.36vw;
    }
    .package-price-old {
        font-size: 4.09vw;
    }
    .package-price-details-light {
        font-size: 3.64vw;
        letter-spacing: 0.05vw;
    }
    .package-features-list-light {
        gap: 5vw;
    }
    .package-feature-item-light {
        gap: 3.64vw;
    }
    .package-icon-check-light {
        width: 6.82vw;
        height: 6.82vw;
    }
    .package-feature-text-light {
        font-size: 3.64vw;
        padding-top: 0.68vw;
    }
    .package-btn-best-value {
        border-radius: 2.73vw;
        padding: 5.68vw 2.73vw;
        gap: 7.27vw;
        font-size: 4.55vw;
        line-height: 4.09vw;
        letter-spacing: 0.4vw;
    }
    .s3 {
        width: 100vw;
        padding: 6.82vw 0vw 0 0;
    }
    .s3__title-main {
        font-size: 9.55vw;
        margin: 0 0 3.41vw 0;
        letter-spacing: -0.23vw;
    }
    .s3__students-badge {
        padding: 1.82vw 3.41vw;
        border-radius: 4.55vw;
        box-shadow: 0 0.91vw 2.27vw rgba(0,0,0,0.05);
    }
    .s3__students-icon {
        width: 5vw;
        margin-right: 1.82vw;
    }
    .s3__students-text {
        font-size: 3.64vw;
    }
    .s3__banner {
        border-radius: 6.82vw 6.82vw 0 0;
        padding: 5.68vw 0vw 9.09vw 0;
        margin-bottom: 11.36vw;
    }
    .s3__banner-text {
        font-size: 5.68vw;
    }
    .s3__title-secondary {
        font-size: 10.91vw;
        margin-bottom: 6.82vw;
        letter-spacing: -0.23vw;
    }
    .s3__steps {
        padding: 0 4.55vw;
    }
    .s3__step {
        width: 75vw;
        border-radius: 5.68vw;
        padding: 3.41vw 3.41vw 5.68vw 3.41vw;
        box-shadow: 0 2.27vw 4.55vw rgba(0,0,0,0.15);
    }
    .s3__step--teal {
        margin-top: -2.73vw;
    }
    .s3__step-number {
        font-size: 6.36vw;
        margin-bottom: 2.27vw;
    }
    .s3__step-title {
        font-size: 4.09vw;
        margin: 0 0 1.82vw 0;
    }
    .s3__step-desc {
        font-size: 3.18vw;
    }
    .s4 {
        width: 100vw;
        padding: 9.09vw 5vw;
    }
    .s4__title {
        font-size: 16.36vw;
        letter-spacing: -0.91vw;
        margin: 0 0 9.09vw 0;
    }
    .s4__action-row {
        gap: 3.41vw;
        margin-bottom: 6.82vw;
        margin-top: -4.55vw;
    }
    .s4__question {
        font-size: 4.55vw;
    }
    .s4__btn {
        font-size: 4.55vw;
        padding: 1.14vw 7.27vw;
        border-radius: 2.95vw;
        box-shadow: 0 0.45vw 0.91vw rgba(0,0,0,0.05);
    }
    .s4__footer-text {
        font-size: 4.55vw;
    }
    .s5 {
        width: 100vw;
        padding: 9.09vw 5.68vw;
    }
    .s5__header {
        margin-bottom: 4.55vw;
    }
    .s5__title {
        font-size: 13.18vw;
    }
    .s5 .mainTitle {
        max-width: 79.55vw;
    }
    .s5__badge {
        right: 13.64vw;
        bottom: 2.27vw;
        font-size: 4.32vw;
        padding: 0.68vw 4.55vw;
        border-radius: 2.73vw;
    }
    .s5__visual {
        margin: 0 0 6.82vw 0;
    }
    .s5__diagram-img {
        width: 88.64vw;
    }
    .s5__list {
        gap: 5vw;
        margin-bottom: 9.09vw;
        padding-left: 1.14vw;
    }
    .s5__item {
        gap: 4.09vw;
    }
    .s5__icon {
        width: 9.55vw;
    }
    .s5__text {
        font-size: 3.64vw;
    }
    .s5__footer-banner {
        border-radius: 3.41vw;
        padding: 4.55vw 5.68vw;
        box-shadow: 0 0.91vw 2.27vw rgba(124, 224, 224, 0.3);
    }
    .s5__banner-text {
        font-size: 4.77vw;
    }
    .s6 {
        width: 100vw;
        padding: 4.55vw 0 11.36vw 0;
    }
    .s6 .mainTitle {
        padding-left: 4.55vw;
    }
    .s6__top-banner {
        border-radius: 6.82vw 6.82vw 0 0;
        margin-bottom: 9.09vw;
        gap: 3.41vw;
    }
    .s6__top-img {
        width: 39.55vw;
        height: 38.64vw;
        margin-top: -7.05vw;
    }
    .s6__top-content {
        padding: 4.55vw 4.55vw 4.55vw 0;
        margin-left: -4.55vw;
    }
    .s6__top-text {
        font-size: 3.64vw;
        margin: 1.14vw 0;
    }
    .s6__main-title {
        font-size: 11.82vw;
        margin-bottom: 6.82vw;
    }
    .s6__list {
        gap: 3.41vw;
        padding: 0 4.55vw;
    }
    .s6__card {
        height: 23.86vw;
        border-radius: 3.41vw;
    }
    .s6__card--white {
        border: 0.45vw solid #0db3e1;
    }
    .s6__card-img-wrap {
        width: 26.14vw;
    }
    .s6__card-img--right {
        min-height: 27.27vw;
    }
    .s6__card-text {
        padding: 0 3.41vw;
        font-size: 3.64vw;
    }
    .s6__card--teal .s6__card-text {
        padding-left: 4.55vw;
    }
    .s6__card--teal .s6__card-img-wrap {
        width: 36.36vw;
    }
    .s7 {
        width: 100vw;
        padding: 4.55vw 3.41vw;
    }
    .s7__item {
        border-bottom: 0.23vw solid #e0e0e0;
        margin-bottom: 2.27vw;
    }
    .s7__question {
        padding: 3.41vw 0;
    }
    .s7__q-icon {
        width: 7.27vw;
        height: 7.27vw;
        font-size: 3.64vw;
        margin-right: 2.73vw;
    }
    .s7__q-text {
        font-size: 4.09vw;
        padding-right: 6.82vw;
    }
    .s7__arrow {
        width: 5vw;
        height: 2.73vw;
    }
    .s7__item.active .s7__arrow {
        margin-top: 1.14vw;
    }
    .s7__answer-inner {
        padding-bottom: 4.55vw;
        gap: 2.27vw;
    }
    .s7__answer-bubble {
        border-radius: 5.68vw;
        padding: 4.09vw 5vw;
        font-size: 3.64vw;
    }
    .s7__answer-bubble::after {
        right: -1.82vw;
        top: 4.55vw;
        border-top: 2.27vw solid transparent;
        border-bottom: 2.27vw solid transparent;
        border-left: 2.27vw solid #f2f2f2;
    }
    .s7__avatar {
        width: 12.5vw;
        height: 12.5vw;
    }
    .contacts {
        padding: 10.91vw 5.45vw 13.64vw;
        max-width: 97.27vw;
        margin: 0 auto 40.91vw auto;
    }
    .contacts__title {
        padding-bottom: 4.55vw;
        font-size: 10vw;
    }
    .contacts__grid {
        gap: 2.73vw;
        margin-bottom: 10.91vw;
    }
    .contacts__card {
        width: 26.82vw;
        height: 27.27vw;
        box-shadow: inset 0 0.45vw 0.91vw 0 rgba(0, 0, 0, 0.1), inset 0 -0.45vw 0.91vw 0 rgba(255, 255, 255, 0.25);
        border-radius: 6.82vw;
        border: 0.23vw solid rgba(255, 255, 255, 0.05);
        border-top: 0.23vw solid rgba(255, 255, 255, 0.25);
    }
    .contacts__icon {
        margin-bottom: 2.73vw;
    }
    .contacts__icon--email {
        width: 10.91vw;
    }
    .contacts__label {
        font-size: 3.64vw;
        letter-spacing: 0.05vw;
    }
    .contacts__policy {
        font-size: 2.95vw;
        margin-bottom: 3.41vw;
    }
    .contacts__copyright {
        font-size: 2.95vw;
        margin: 0 0 8.18vw 0;
    }
    .contacts__payments {
        margin-left: -0.45vw;
    }
    .s8 {
        width: 100vw;
        padding: 2.27vw 0 9.09vw 0;
    }
    .first-swiper {
        padding: 9.09vw 0 4.55vw 4.55vw !important;
    }
    .s8__slide {
        width: 86.36vw;
    }
    .s8__num {
        top: -10.23vw;
        left: 2.27vw;
        font-size: 14.77vw;
    }
    .s8__card {
        border-radius: 4.55vw;
        border-top: 0.91vw solid #1FE0D0;
        padding: 5.68vw 5.68vw;
        box-shadow: 0 0.91vw 3.86vw 0 rgba(0, 0, 0, 0.13);
        min-height: 45.45vw;
    }
    .s8-second .s8__card {
        padding: 5.68vw 25vw 5.68vw 5.68vw;
        border: 0.23vw solid #0db3e1;
    }
    .s8__card-1 {
        padding: 3.41vw 30vw 3.41vw 5.68vw;
    }
    .s8__card-2 {
        padding: 3.41vw 0vw 3.41vw 40vw;
    }
    .s8__card-3 .s8__desc {
        padding-right: 20vw;
    }
    .s8__card-4 {
        padding: 3.41vw 40vw 3.41vw 5.68vw;
    }
    .s8__card-content {
        gap: 3.41vw;
    }
    .s8__title {
        font-size: 3.86vw;
        margin: 0 0 3.41vw 0;
    }
    .s8__desc {
        font-size: 3.18vw;
    }
    .s8-second .s8__desc {
        font-size: 3.64vw;
    }
    .s8-second .s8__img {
        right: 3.41vw;
        width: 22.73vw;
        padding: 3.41vw;
        height: 31.82vw;
        border-radius: 3.41vw;
    }
    .s8__img--v1 {
        max-width: 29.55vw;
        max-height: 29.55vw;
        right: 1.36vw;
        top: 7.73vw;
    }
    .s8__img--v2 {
        max-width: 40.91vw;
        max-height: 44.32vw;
        left: 0vw;
    }
    .s8__img--v3 {
        max-width: 29.55vw;
        max-height: 29.55vw;
        right: 1.36vw;
        bottom: 0.91vw;
    }
    .s8__img--v4 {
        width: 50vw;
    }
    .s8__controls {
        padding: 0vw 9.09vw 0 7.95vw;
    }
    .slide-mini-title {
        top: -3.41vw;
        left: 2.27vw;
        font-size: 3.64vw;
        border-radius: 2.73vw;
        padding: 0.91vw 2.27vw;
    }
    .second-slider-pagination, .first-slider-pagination {
        gap: 2.73vw;
    }
    .swiper-pagination-bullet {
        width: 3.18vw !important;
        height: 3.18vw !important;
        border: 0.45vw solid #0d7a91 !important;
    }
    .s8__nav {
        gap: 3.41vw;
    }
    .s8__arrow-prev, .s8__arrow-next {
        width: 35.23vw !important;
        height: 10.23vw !important;
    }
    .s8__arrow-prev img {
        box-shadow: 0 0 2.27vw -1.14vw #000000b2;
        border-radius: 5.68vw;
    }
    .s9 {
        width: 100vw;
        padding: 6.82vw 0;
    }
    .s9__header {
        padding: 0 5.68vw;
        margin-bottom: 6.82vw;
    }
    .s9__review-label {
        gap: 2.27vw;
        font-size: 5vw;
        margin-bottom: 2.27vw;
    }
    .s9__title {
        font-size: 14.55vw;
    }
    .gallery-swiper {
        padding: 0vw 1.14vw 20px 3.41vw !important;
    }
    .s9__img {
        height: 102.27vw;
    }
    .gallery-pagination {
        margin-top: 4.55vw;
    }
    .gallery-pagination .swiper-pagination-bullet {
        width: 2.73vw;
        height: 2.73vw;
        border: 0.45vw solid #19BFC2;
    }
    .gallery-slider-pagination {
        gap: 2.73vw;
        max-width: 34.09vw;
    }
    .gallery-slider-pagination .swiper-pagination-bullet {
        min-width: 3.18vw;
    }
    .footer-bg {
        transform: translateY(34.09vw);
    }
    .footer-bg.active {
        transform: translateY(0vw);
    }
    .footer {
        width: 97.27vw;
        padding: 5.45vw 5.45vw 13.64vw 5.45vw;
        box-shadow: 0 -1.14vw 4.09vw rgba(0, 0, 0, 0.25);
        border-radius: 7.27vw 7.27vw 0 0;
        gap: 5.45vw;
    }
    .footer-timer-title {
        font-size: 4.55vw;
        line-height: 4.55vw;
    }
    .timer-display {
        gap: 1.36vw;
    }
    .timer-box {
        padding: 2.27vw 1.82vw;
        border-radius: 3.18vw;
        font-size: 4.55vw;
        line-height: 4.55vw;
        min-width: 10.23vw;
    }
    .timer-separator {
        width: 0.6vw;
        height: 1.87vw;
    }
    .footerButton-new {
        max-width: 86.36vw;
        padding: 3.18vw 6.82vw;
        border-radius: 22.73vw;
        gap: 0.45vw;
    }
    .btn-text-large {
        font-size: 6.14vw;
        letter-spacing: 0.37vw;
    }
    .btn-text-small {
        font-size: 3.64vw;
        letter-spacing: 0.22vw;
    }
    .bonuses-section {
        max-width: 100vw;
        padding: 7.95vw 5.45vw;
        gap: 5.45vw;
    }
    .bonuses-header {
        gap: 0.91vw;
    }
    .bonuses-subtitle {
        font-size: 6.82vw;
    }
    .bonuses-title {
        font-size: 11.82vw;
        line-height: 11.36vw;
        letter-spacing: 0.35vw;
    }
    .bonuses-desc {
        font-size: 3.64vw;
    }
    .bonuses-cards {
        gap: 1.82vw;
    }
    .bonus-card {
        box-shadow: 0vw 0.91vw 3.41vw rgba(0, 0, 0, 0.15);
        border-radius: 3.18vw;
        padding: 0.91vw 0.91vw 3.18vw 0.91vw;
        gap: 1.43vw;
    }
    .bonus-card-img {
        border-radius: 2.27vw;
        margin-top: -2.27vw;
    }
    .bonus-card-text {
        gap: 0.91vw;
        padding: 0 0.91vw;
    }
    .bonus-card-title {
        font-size: 2.95vw;
    }
    .bonus-card-desc {
        font-size: 2.5vw;
    }
    .bonuses-summary {
        gap: 4.55vw;
        padding: 3.18vw 4.55vw;
        border-radius: 4.55vw;
    }
    .bonuses-gift-icon {
        width: 9.09vw;
    }
    .bonuses-summary-text {
        gap: 0.45vw;
    }
    .bonuses-summary-title {
        font-size: 4.55vw;
    }
    .bonuses-summary-desc {
        font-size: 3.64vw;
    }
    .bonuses-timer-wrapper {
        padding: 1.36vw 1.36vw 1.36vw 3.64vw;
        margin-top: -3.41vw;
        border-radius: 3.18vw;
        border: 0.23vw solid #46DDFB;
    }
    .bonuses-timer-label {
        font-size: 3.61vw;
    }
    .bonuses-timer-pill {
        padding: 1.36vw 2.73vw;
        border-radius: 22.73vw;
        width: 28vw;
        font-size: 4.55vw;
        letter-spacing: 0.11vw;
    }
    .bonuses-action {
        gap: 2.73vw;
    }
    .bonuses-footer-text {
        font-size: 3.18vw;
    }
    .custom-video-block {
        width: 86.36vw;
        height: 47.95vw;
        border-radius: 4.55vw;
        box-shadow: 0vw 0.91vw 3.41vw rgba(0, 0, 0, 0.15);
    }
    .coach-section {
        width: 100vw;
        padding: 7.95vw 0;
    }
    .coach-wrapper {
        width: 97.27vw;
    }
    .coach-img {
        width: 97.27vw;
    }
    .coach-numbers {
        top: 106.36vw;
        left: 3.18vw;
        width: 90.91vw;
    }
    .coach-num {
        font-size: 8.18vw;
    }
}