.hero-content {

    height: 80vh;
    color:#00939E;

}
.hero-content h1{
    font-weight: 700;
    font-size: clamp(36px, 6vw, 96px);
}
.hero-content h3{
    font-weight: 400;
    font-size: clamp(16px, 2.5vw, 24px);
}


.see-catalog{
    width: 286px !important;
    height: 48px !important;
    border-radius: 30px !important;

    color: #00939E !important;
    border: 3px solid #00939E !important; ;
}

.see-catalog:hover{
    background-color: #00939E !important;
    color: white !important;
}



.menu-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(1, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}


.left-big-block {
     grid-area: 1 / 1 / 3 / 2;
    background-image: url("../assets/left-block.5e01632b0204.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 414px;
    height: 709px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    }



.top-big-block {
    grid-area:1 / 2 / 3 / 4;  ;
    background-image: url("../assets/top-block.628a28af5584.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 840px;
    height: 709px;
    border-radius: 30px;
}

.right-big-block {
     grid-area: 1 / 4 / 3 / 5;
    background-image: url("../assets/right-block.0f4b5520fd7f.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 415px;
    height: 709px;
    border-radius: 30px;

}


.carousel-inner img{
    border-radius: 30px;
}

.menu-block{
      position: relative;
       display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding:10px;
}

.menu-block:hover{

    transition: ease-out 0.2s;

}

.menu-category{
    color: white !important;
    padding: 20px;
    font-weight: 700;
    font-size: clamp(22px, 3.5vw, 40px);


}

.menu-button{
    min-width: 286px !important;
    height: 48px !important;
    display: flex !important;
    border-radius: 30px !important;
    background-color: transparent !important;
    color: white !important;
    margin-left: auto;
    margin-top: auto;
    font-size:18px;
    align-items: center;
    border: 3px solid white !important;



}

.menu-button:hover{
    background-color: white !important;
    color: #00939E !important;
}


.important{
    width: 100% !important;
    color:#029300;
    font-size: clamp(20px, 3vw, 32px);
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}
.important h2{
    font-weight: 700;
    font-size: clamp(28px, 5vw, 48px);
}

.popular-products{
    width: 50% !important;
    color:#00939E;
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 700;
    padding-right: auto !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    margin-left:0px !important;
    text-align: left !important;
}

.popular-products__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.popular-products__all-link {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 180px !important;
    margin: 0 !important;
}


.card-good{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(232, 246, 237, 0.96) 100%) !important;
    border: 1px solid rgba(0, 147, 158, 0.12) !important;
    border-radius: 28px !important;
    box-shadow: 0 20px 44px rgba(12, 88, 92, 0.12);
    padding: 0!important;
    padding-bottom: 0 !important;
    width: 100%;
    min-height: 100%;
    justify-content: flex-start !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.card-good:hover{
    transform: translateY(-4px);
    box-shadow: 0 26px 54px rgba(12, 88, 92, 0.18);
}

.card-good:focus-visible{
    outline: 3px solid #00939E;
    outline-offset: 4px;
}
.card-button{
    background-color:#75C32C !important;
    border: none !important;
    border-radius: 30px !important;
    width: 100% !important;
    height: 48px !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-top: auto !important;
}

/* Кнопки действий в карточке: текст + компактная иконка корзины */
.card-actions .card-button { width: auto !important; }
.card-actions .card-button:first-child { flex: 1 1 auto; }
.card-actions form {
    margin-left: auto;
}
.product-card-actions {
    width: auto;
    display: flex;
    justify-content: flex-end;
    flex: 0 0 auto;
}
.card-actions .card-qty {
    width: auto;
    min-width: 132px;
    min-height: 48px;
    border: none;
    border-radius: 30px;
    background-color: #75C32C;
    display: inline-grid;
    grid-template-columns: 48px minmax(36px, auto) 48px;
    align-items: center;
    justify-items: center;
    flex: 0 0 auto;
}
.card-actions .card-qty .qty-btn {
    width: 48px;
    height: 48px;
    background: transparent;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
}
.card-actions .card-qty .qty-input {
    width: 40px;
    height: 48px;
    background: transparent;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    flex: 0 0 auto;
}
.card-actions .card-qty .qty-btn:hover {
    background: rgba(0, 147, 158, 0.18);
}
.card-button--icon {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.card-button--icon img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.card-button:hover{
    background-color: #00939E !important;
    color:white !important;
}

.card-good--popular .card-title {
    font-size: clamp(17px, 1.45vw, 20px);
    font-weight: 700;
    line-height: 1.25;
}

.popular-cards-grid {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
    gap: 2em !important;
}

.card-good--popular .popular-card__footer {
    width: 100%;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.card-good__price {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(217, 240, 203, 0.92));
    border: 1px solid rgba(11, 107, 115, 0.12);
    box-shadow: 0 12px 24px rgba(11, 107, 115, 0.1);
    white-space: nowrap;
}

.card-good__price-value {
    color: #0B6B73;
    font-size: clamp(17px, 1.45vw, 20px);
    font-weight: 800;
    line-height: 1;
}

.card-good__price-currency {
    color: rgba(11, 107, 115, 0.68);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.card-good--popular .card-actions {
    width: auto;
    margin-left: 0;
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    justify-self: end;
    min-width: max-content;
}

.card-good--popular .product-card-actions {
    width: auto;
    margin-left: auto;
}

.description-title {
    color: #54595F !important;
    font-size: clamp(26px, 5vw, 48px);
    font-weight: 700;

}
/* Переопределяем Bootstrap стили */
.flex-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

.description-grid {
    width: 100%;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
    gap: 20px;
    align-items: stretch;
}

.column {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    container-type: inline-size;
    border-radius: 30px !important;
    padding: 28px;
    width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-width: 0;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.column::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.28), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.08));
}

.column::after {
    content: "";
    position: absolute;
    top: -48px;
    right: -36px;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    filter: blur(2px);
    z-index: -1;
    pointer-events: none;
}

.column:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.16);
}

/* Остальные стили остаются такими же */
.first-column { background-color: #FF6D4C; --column-accent: #FF6D4C; }
.second-column { background-color: #FCB63A; --column-accent: #FCB63A; }
.third-column { background-color: #00B5BE; --column-accent: #00B5BE; }

.column .description-text {
    color: white !important;
    font-size: clamp(18px, 3.2vw, 32px) !important;
    font-weight: 700 !important;
    margin-bottom: 2px;
    padding: 0;
    line-height: 1.2;
    width: 100%;
    max-width: none;
    text-wrap: pretty;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.column__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.column__hero--with-image {
    grid-template-columns: minmax(0, 1fr) clamp(190px, 28vw, 300px);
}

.column__media {
    position: relative;
    align-self: start;
    width: 100%;
    aspect-ratio: 1 / 1.08;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
    background: rgba(255, 255, 255, 0.16);
}

.column__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@container (max-width: 430px) {
    .column__hero--with-image {
        grid-template-columns: 1fr;
    }

    .column__media {
        max-width: 280px;
        margin-inline: auto;
    }
}

.column .advantage {
    position: relative;
    background-color: white;
    border-radius: 26px;
    padding: 22px 22px 22px 26px;
    min-height: 0;
    height: 100%;
    color: #54595F;
    font-size: clamp(18px, 2.2vw, 24px) !important;
    font-weight: 300 !important;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.76);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.column .advantage::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 18px;
    bottom: 18px;
    width: 6px;
    border-radius: 999px;
    background: var(--column-accent);
    opacity: 0.95;
}

.column .advantage::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--column-accent);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.65);
}

.column:hover .advantage {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.column .advantage:hover {
    transform: translateY(-2px);
}

.column .advantage p {
    margin-bottom: 0;
    line-height: 1.42;
    max-width: none;
    width: 100%;
}

.advantages-container {
    margin-top: auto !important;
    flex: 1 1 auto;
    display: grid !important;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 16px;
}

/* Для мобильных устройств - перестраиваем в одну колонку */
/* @media (max-width: 768px) {
    .column {
        margin: 5px 0 !important;
    }
} */

.description{
    display: flex !important;
    flex-direction: column !important;
    gap:20px !important;
    width: 100%;
    margin-inline: 0 !important;
    margin-bottom: 0 !important;
}

.footer-title{
    color:#F4F4F4 !important;
}

.main-note {
    position: relative;
    margin-top: 18px;
    max-width: 880px;
    padding: clamp(20px, 2.6vw, 32px);
    border-radius: 32px;
    overflow: hidden;
}

.main-note__title {
    position: relative;
    z-index: 1;
    color: #0B6B73;
    font-size: clamp(28px, 4.4vw, 46px);
    font-weight: 700;
    margin-bottom: 14px;
}

.main-note__text {
    position: relative;
    z-index: 1;
    max-width: 24ch;
    color: #2F3F45;
    font-size: clamp(16px, 1.9vw, 22px);
    line-height: 1.65;
    margin-bottom: 18px;
}

.main-note__signature {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #536268;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.5;
    margin-bottom: 0;
}

.main-note::before {
    content: none;
}

.main-note::after {
    content: none;
}

/* Адаптив меню и блоков главной */
@media (max-width: 1200px) {
    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-gap: 16px;
    }
    .left-big-block { grid-area: auto; height: 520px; max-width: 100%; }
    .top-big-block { grid-area: auto; height: 520px; max-width: 100%; }
    .right-big-block { grid-area: auto; height: 520px; max-width: 100%; }
    .description-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
}

@media (max-width: 992px) {
    .hero-content { height: auto; padding: 40px 0; }
    .menu-grid { grid-template-columns: 1fr; }
    .left-big-block, .top-big-block, .right-big-block { height: 420px; }
    .important, .popular-products { width: 100% !important; }
    .column {
        padding: 24px;
    }
    .column__hero--with-image {
        grid-template-columns: minmax(0, 1fr) clamp(180px, 28vw, 240px);
        gap: 18px;
    }
    .column .description-text,
    .column .advantage p {
        max-width: none;
    }
}

@media (max-width: 576px) {
    .see-catalog { width: 100% !important; }
    .menu-button { min-width: 0 !important; width: calc(100% - 40px) !important; margin: 0 20px 20px auto; }
    .card-good { max-width: 100%; height: auto; }
    .column {
        width: 100% !important;
        margin: 0 !important;
        padding: 18px;
        border-radius: 24px !important;
    }
    .column .description-text {
        font-size: 24px !important;
    }

    .column__hero--with-image {
        grid-template-columns: 1fr;
    }

    .column__media {
        margin-inline: auto;
        width: min(100%, 320px);
        max-width: 100%;
        aspect-ratio: auto;
    }

    .column__media img {
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    .column .advantage {
        min-height: 0;
        border-radius: 22px;
        padding: 16px 16px 16px 22px;
        font-size: 18px !important;
    }
    .advantages-container {
        grid-auto-rows: auto;
        gap: 10px;
    }
    .description-grid {
        grid-template-columns: 1fr;
    }
}

/* Только управляем количеством карточек через CSS Grid */
.row.cards-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
}

.row.cards-grid.popular-cards-grid {
    margin: 0 !important;
}

@media (max-width: 1200px) {
    .row.cards-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 992px) {
    .row.cards-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Нейтрализуем ширины bootstrap-колонок внутри нашей сетки */
.row.cards-grid > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
}

.row.cards-grid.popular-cards-grid > * {
    padding: 0 !important;
}

.orders-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.orders-column {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 10px 30px rgba(0, 147, 158, 0.08);
}

.orders-column__head {
    margin-bottom: 20px;
}

.orders-column__title {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: clamp(24px, 3vw, 34px);
}

.orders-column__title--active {
    color: #00939E;
}

.orders-column__title--history {
    color: #7B7B7B;
}

.orders-column__subtitle {
    color: #6c757d;
    font-size: 14px;
}

.orders-accordion .accordion-item {
    border: none !important;
    background: transparent !important;
    margin-bottom: 14px;
}

.order-accordion-item {
    border-radius: 24px !important;
    overflow: hidden;
    background: #ffffff !important;
    box-shadow: 0 6px 20px rgba(0, 147, 158, 0.06);
}

.order-accordion-item--history {
    background: #f3f3f3 !important;
    box-shadow: none;
}

.order-accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    padding: 20px 22px !important;
}

.order-accordion-button:not(.collapsed) {
    background: #f8ffff !important;
}

.order-accordion-button--history:not(.collapsed),
.order-accordion-button--history {
    background: #f1f1f1 !important;
}

.order-accordion-button:focus {
    box-shadow: none !important;
}

.order-summary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding-right: 12px;
}

.order-summary--history {
    color: #808080;
}

.order-summary__title {
    font-weight: 700;
    font-size: 20px;
    color: #00939E;
}

.order-summary--history .order-summary__title {
    color: #7B7B7B;
}

.order-summary__date {
    font-size: 14px;
    color: #6c757d;
    margin-top: 4px;
}

.order-summary__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.order-summary__price {
    font-weight: 700;
    font-size: 18px;
    color: #54595F;
}

.order-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
}

.order-badge--paid {
    background-color: #D9F0CB;
    color: #2D7A13;
}

.order-badge--waiting {
    background-color: #FFF3CD;
    color: #9A6B00;
}

.order-badge--new {
    background-color: #E2F6F8;
    color: #00939E;
}

.order-badge--history {
    background-color: #E0E0E0;
    color: #666666;
}

.order-accordion-body {
    padding: 0 22px 22px 22px !important;
}

.order-accordion-body--history {
    color: #7B7B7B;
}

.faq-section {
    position: relative;
}

.faq-shell {
    position: relative;
    overflow: hidden;
    padding: clamp(24px, 4vw, 40px);
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.16)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.42), transparent 48%);
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow: 0 24px 56px rgba(0, 112, 119, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.faq-shell::before {
    content: none;
}

.faq-header {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: 24px;
}

.faq-title {
    color: #00939E;
    font-weight: 700;
    font-size: clamp(30px, 4.8vw, 48px);
}

.faq-lead {
    color: #54595F;
    max-width: 640px;
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.55;
}

.faq-accordion {
    position: relative;
    z-index: 1;
}

.faq-accordion .faq-item {
    margin-bottom: 14px;
}

.faq-item {
    border-radius: 26px !important;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.16)) !important,
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.42), transparent 48%) !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    box-shadow: 0 24px 56px rgba(0, 112, 119, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.faq-button {
    background: transparent !important;
    box-shadow: none !important;
    color: #00939E !important;
    padding: 22px 24px !important;
    font-weight: 700 !important;
    font-size: clamp(17px, 2vw, 22px) !important;
    line-height: 1.3;
}

.faq-button:not(.collapsed) {
    background: transparent !important;
}

.faq-button:focus {
    box-shadow: none !important;
}

.faq-button::after {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #75C32C;
    background-position: center;
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 6l4.5 4.5L12.5 6' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faq-body {
    padding: 0 24px 24px 24px !important;
    color: #54595F;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.65;
}

.order-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.order-info-card {
    background: #F7FBF4;
    border-radius: 20px;
    padding: 16px;
    color: #54595F;
}

.order-info-card--history {
    background: #e9e9e9;
    color: #727272;
}

.order-info-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.order-info-row:last-child {
    margin-bottom: 0;
}

.order-info-row--total {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 700;
    color: #00939E;
}

.order-products__title {
    font-weight: 700;
    color: #54595F;
    margin-bottom: 12px;
}

.order-product-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: #ffffff;
    border-radius: 16px;
    color: #54595F;
    margin-bottom: 10px;
}

.order-product-row--history {
    background: #ececec;
    color: #7B7B7B;
}

.order-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.order-pay-btn,
.order-detail-btn {
    min-width: 220px;
    height: 48px;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.order-pay-btn {
    background-color: #75C32C !important;
    color: #fff !important;
    border: none !important;
}

.order-pay-btn:hover {
    background-color: #00939E !important;
    color: #fff !important;
}

.order-detail-btn {
    background-color: transparent !important;
    color: #00939E !important;
    border: 2px solid #00939E !important;
}

.order-detail-btn:hover {
    background-color: #00939E !important;
    color: #fff !important;
}

@media (max-width: 1200px) {
    .orders-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .order-info-grid {
        grid-template-columns: 1fr;
    }

    .order-summary {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-summary__meta {
        align-items: flex-start;
    }

    .order-pay-btn,
    .order-detail-btn {
        width: 100%;
        min-width: 0;
    }

    .main-note {
        padding: 18px;
        border-radius: 24px;
    }

    .main-note__text {
        max-width: none;
    }

    .main-note__signature {
        display: block;
        padding: 0;
    }
}

.hero-content {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    height: auto;
    min-height: clamp(560px, 56vw, 760px);
    display: flex;
    align-items: center;
    padding: clamp(34px, 4vw, 58px) clamp(28px, 4vw, 62px) clamp(86px, 8vw, 122px);
    border-radius: clamp(30px, 3vw, 44px);
    background: #fffaf3;
    box-shadow: 0 30px 72px rgba(0, 112, 119, 0.12);
}

.hero-content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 26%, rgba(255, 255, 255, 0.1) 54%, rgba(255, 255, 255, 0) 100%);
}

.hero-content::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background: var(--hero-photo) center center / cover no-repeat;
    opacity: 1;
}

.hero-content__brand {
    position: absolute;
    left: clamp(28px, 4vw, 64px);
    top: clamp(24px, 3.3vw, 46px);
    z-index: 2;
}

.hero-content__brand img {
    display: block;
    width: clamp(190px, 21vw, 360px);
    height: auto;
}

.hero-content__trust {
    position: absolute;
    top: clamp(22px, 3vw, 42px);
    right: clamp(22px, 3.1vw, 48px);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: min(390px, 32vw);
    padding: 18px 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(9, 37, 63, 0.12);
    color: #061d39;
    font-size: clamp(16px, 1.28vw, 22px);
    line-height: 1.18;
}

.hero-content__trust strong,
.hero-content__trust span span {
    display: block;
}

.hero-content__trust-icon {
    position: relative;
    flex: 0 0 54px;
    width: 54px;
    height: 62px;
    background: linear-gradient(180deg, #13A753 0%, #008C45 100%);
    clip-path: polygon(50% 0, 92% 16%, 86% 70%, 50% 100%, 14% 70%, 8% 16%);
}

.hero-content__trust-icon::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 20px;
    width: 21px;
    height: 11px;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    transform: rotate(-45deg);
}

.hero-content__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(26px, 3vw, 42px);
    width: min(560px, 42vw);
    padding-top: clamp(58px, 7.2vw, 98px);
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero-content__inner::before {
    content: none;
}

.hero-content h1 {
    margin: 0;
    color: #071d35;
    font-size: clamp(54px, 6vw, 106px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0;
}

.hero-word {
    display: block;
}

.hero-word--dark {
    color: #071d35;
}

.hero-word--orange {
    color: #ff8310;
}

.hero-word--green {
    color: #07984f;
}

.hero-skills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: min(540px, 100%);
    margin: 0;
    padding: 0;
    list-style: none;
    color: #071d35;
    font-size: clamp(14px, 1.05vw, 18px);
    font-weight: 600;
    line-height: 1.28;
}

.hero-skills li {
    display: grid;
    justify-items: center;
    gap: 10px;
    min-width: 0;
    padding: 0 12px;
    text-align: center;
}

.hero-skills li + li {
    border-left: 0;
}

.hero-skill__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(42px, 4vw, 58px);
    height: clamp(42px, 4vw, 58px);
    border-radius: 50%;
    color: #ffffff;
    font-size: clamp(14px, 1.2vw, 20px);
    font-weight: 800;
}

.hero-skill__icon--math {
    background: linear-gradient(135deg, #75C32C 0%, #299B3E 100%);
}

.hero-skill__icon--logic {
    background: linear-gradient(135deg, #FFB11D 0%, #FF8A00 100%);
}

.hero-skill__icon--logic::before {
    content: "";
    width: 16px;
    height: 20px;
    border-radius: 50% 50% 40% 40%;
    background: #ffffff;
    box-shadow: inset 0 -7px 0 rgba(255, 255, 255, 0.35);
}

.hero-skill__icon--logic::after {
    content: "";
    position: absolute;
    bottom: 13px;
    width: 14px;
    height: 3px;
    border-radius: 999px;
    background: #FFB11D;
}

.hero-skill__icon--write {
    background: linear-gradient(135deg, #27B8FF 0%, #0B8FE4 100%);
}

.hero-skill__icon--write::before {
    content: "";
    width: 7px;
    height: 27px;
    border-radius: 999px;
    background: #ffffff;
    transform: rotate(42deg);
}

.hero-skill__icon--write::after {
    content: "";
    position: absolute;
    right: 17px;
    bottom: 13px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(42deg);
}

.hero-skill__icon--read {
    background: linear-gradient(135deg, #8A55C9 0%, #6736A9 100%);
}

.hero-skill__icon--read::before {
    content: "";
    width: 22px;
    height: 24px;
    border-radius: 10px 10px 6px 6px;
    border: 4px solid #ffffff;
    border-bottom: 0;
}

.hero-skill__icon--read::after {
    content: "";
    position: absolute;
    bottom: 14px;
    width: 28px;
    height: 4px;
    border-radius: 999px;
    background: #ffffff;
}

.hero-content__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-width: min(406px, 100%);
    min-height: 74px;
    padding: 16px 26px;
    border: none !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #008F45 0%, #00A95B 100%) !important;
    color: #FFFFFF !important;
    box-shadow: 0 18px 34px rgba(0, 143, 69, 0.28);
    font-size: clamp(18px, 1.55vw, 28px) !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, background-position 0.22s ease;
    background-size: 140% 140% !important;
}

.hero-content__button:hover,
.hero-content__button:focus-visible {
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow: 0 24px 40px rgba(41, 127, 49, 0.32);
    background-position: 100% 50% !important;
    color: #FFFFFF !important;
}

.hero-content__button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.76);
    outline-offset: 3px;
}

.hero-content__button-gift {
    position: relative;
    width: 30px;
    height: 28px;
    border: 4px solid #ffffff;
    border-top-width: 8px;
    border-radius: 3px;
}

.hero-content__button-gift::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    width: 4px;
    height: 29px;
    background: #ffffff;
    transform: translateX(-50%);
}

.hero-content__button-gift::after {
    content: "";
    position: absolute;
    left: -7px;
    right: -7px;
    top: -8px;
    height: 4px;
    background: #ffffff;
}

.hero-content__button-arrow {
    position: relative;
    display: inline-flex;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
}

.hero-content__button-arrow::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 11px;
    width: 11px;
    height: 11px;
    border-top: 4px solid #07984f;
    border-right: 4px solid #07984f;
    transform: rotate(45deg);
}

.hero-content__button-arrow::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 15px;
    width: 15px;
    height: 4px;
    border-radius: 999px;
    background: #07984f;
}

.hero-benefits {
    position: absolute;
    left: clamp(28px, 4vw, 64px);
    bottom: clamp(22px, 3vw, 36px);
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(1160px, calc(100% - clamp(56px, 8vw, 128px)));
    margin: 0;
    padding: 18px 22px;
    list-style: none;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 44px rgba(9, 37, 63, 0.1);
    color: #071d35;
    font-size: clamp(15px, 1.1vw, 20px);
    font-weight: 500;
    line-height: 1.25;
}

.hero-benefits li {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
    padding: 0 22px;
}

.hero-benefits li + li {
    border-left: 0;
}

.hero-benefit__icon {
    position: relative;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
}

.hero-benefit__icon--education::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 38px;
    height: 22px;
    background: #65B92E;
    clip-path: polygon(50% 0, 100% 36%, 50% 72%, 0 36%);
}

.hero-benefit__icon--education::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 7px;
    width: 18px;
    height: 12px;
    background: #65B92E;
    border-radius: 0 0 3px 3px;
}

.hero-benefit__icon--shield::before {
    content: "";
    position: absolute;
    inset: 3px 7px 1px;
    background: #FF8A00;
    clip-path: polygon(50% 0, 90% 16%, 83% 70%, 50% 100%, 17% 70%, 10% 16%);
}

.hero-benefit__icon--shield::after {
    content: "";
    position: absolute;
    inset: 11px 15px 12px;
    background: #ffffff;
    clip-path: polygon(50% 0, 86% 15%, 78% 69%, 50% 94%, 22% 69%, 14% 15%);
}

.hero-benefit__icon--people::before,
.hero-benefit__icon--people::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #21A7EF;
}

.hero-benefit__icon--people::before {
    left: 6px;
    top: 8px;
    width: 17px;
    height: 17px;
    box-shadow: 20px 0 0 #21A7EF;
}

.hero-benefit__icon--people::after {
    left: 2px;
    bottom: 7px;
    width: 44px;
    height: 22px;
    border-radius: 22px 22px 6px 6px;
}

.hero-benefit__icon--heart::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 11px;
    width: 32px;
    height: 28px;
    background: #F23B83;
    transform: rotate(-45deg);
    border-radius: 0 0 8px 0;
}

.hero-benefit__icon--heart::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 7px;
    width: 16px;
    height: 16px;
    background: #F23B83;
    border-radius: 50%;
    box-shadow: 16px 0 0 #F23B83;
}


.hero-animate {
    opacity: 0;
    transform: translate3d(-80px, 0, 0);
    animation: heroSlideInLeft 1.4s cubic-bezier(.22,1,.36,1) 0.15s forwards;
}

.scroll-reveal {
    --reveal-distance-x: 0;
    --reveal-distance-y: 44px;
    --reveal-base-delay: 0s;
    --reveal-stagger: 0s;
    --reveal-duration: 1.35s;
    --reveal-easing: cubic-bezier(.22,1,.36,1);
}

.scroll-reveal--left {
    --reveal-distance-x: -80px;
    --reveal-distance-y: 0;
}

.scroll-reveal--right {
    --reveal-distance-x: 80px;
    --reveal-distance-y: 0;
}

.scroll-reveal--up {
    --reveal-distance-x: 0;
    --reveal-distance-y: 54px;
}

.js-scroll-reveal .scroll-reveal.reveal-ready {
    opacity: 0;
    transform: translate3d(var(--reveal-distance-x), var(--reveal-distance-y), 0);
    transition:
        opacity var(--reveal-duration) var(--reveal-easing) calc(var(--reveal-base-delay) + var(--reveal-stagger)),
        transform var(--reveal-duration) var(--reveal-easing) calc(var(--reveal-base-delay) + var(--reveal-stagger));
    will-change: opacity, transform;
}

.js-scroll-reveal .scroll-reveal.reveal-ready.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@keyframes heroSlideInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-80px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.catalog-title {
    color: #00939E;
    font-weight: 700;
    font-size: clamp(28px, 5vw, 48px);
}

.catalog-filters {
    padding: 18px 20px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(0, 147, 158, 0.12);
    box-shadow: 0 10px 28px rgba(0, 147, 158, 0.06);
}

.catalog-filters .row {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 12px;
}

.catalog-filters .form-label {
    margin-bottom: 6px;
    color: #00939E;
    font-size: 14px;
    font-weight: 700;
}

.catalog-filters .form-control,
.catalog-filters .form-select {
    min-height: 46px;
    border-radius: 18px;
    border: 1px solid rgba(0, 147, 158, 0.18);
    padding: 10px 14px;
    font-size: 15px;
    box-shadow: none;
}

.catalog-filters .form-control:focus,
.catalog-filters .form-select:focus {
    border-color: rgba(0, 147, 158, 0.42);
    box-shadow: 0 0 0 0.18rem rgba(0, 147, 158, 0.12);
}

.catalog-filters .see-catalog {
    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    border-width: 2px !important;
    font-size: 15px !important;
}

.catalog-seo-text {
    margin-top: 20px;
    padding: clamp(16px, 2.2vw, 24px);
    border-radius: 30px;
}

.catalog-seo-text__title {
    margin: 0 0 10px;
    color: #0B6B73;
    font-weight: 700;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.3;
}

.catalog-seo-text__content {
    color: #42575F;
    font-size: clamp(14px, 1.35vw, 17px);
    line-height: 1.65;
}

.catalog-pagination {
    margin-top: 22px;
}

.catalog-pagination__list {
    gap: 8px;
    flex-wrap: wrap;
}

.catalog-pagination .page-item {
    margin: 0;
}

.catalog-pagination .page-link {
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(0, 147, 158, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    color: #0B6B73;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(0, 112, 119, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.catalog-pagination .page-link:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 147, 158, 0.34);
    color: #0A7881;
    background: rgba(255, 255, 255, 0.92);
}

.catalog-pagination .page-item.active .page-link {
    border-color: rgba(0, 147, 158, 0.22);
    background: linear-gradient(135deg, #00939E 0%, #0A7881 100%);
    color: #FFFFFF;
    box-shadow: 0 14px 26px rgba(0, 112, 119, 0.18);
}

.catalog-pagination .page-item.disabled .page-link {
    opacity: 0.55;
    border-color: rgba(0, 147, 158, 0.12);
    box-shadow: none;
    pointer-events: none;
    color: rgba(11, 107, 115, 0.72);
}

.catalog-pagination .page-link:focus {
    box-shadow: none;
}

.catalog-pagination .page-link:focus-visible {
    outline: 3px solid rgba(0, 147, 158, 0.22);
    outline-offset: 2px;
}

.catalog-category-picker {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.catalog-category-picker__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.catalog-category-picker__track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 6px;
    scrollbar-width: thin;
}

.catalog-category-picker__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.catalog-category-picker__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(0, 147, 158, 0.16);
    background: rgba(255, 255, 255, 0.78);
    color: #33535C;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(0, 112, 119, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.catalog-category-picker__chip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.catalog-category-picker__chip-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-category-picker__chip:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(0, 112, 119, 0.12);
}

.catalog-category-picker__input:focus-visible + .catalog-category-picker__chip {
    outline: 3px solid rgba(0, 147, 158, 0.18);
    outline-offset: 3px;
}

.catalog-category-picker__input:checked + .catalog-category-picker__chip {
    border-color: rgba(0, 147, 158, 0.2);
    background: linear-gradient(135deg, #00939E 0%, #0A7881 100%);
    color: #FFFFFF;
    box-shadow: 0 16px 28px rgba(0, 112, 119, 0.18);
}

.catalog-current-category {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(0, 147, 158, 0.12);
    background: rgba(255, 255, 255, 0.74);
    color: #0B6B73;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(0, 112, 119, 0.06);
}

.contacts-card {
    padding: clamp(18px, 2.4vw, 28px);
    border-radius: 30px;
}

.map-wrap {
    overflow: hidden;
    padding: 0;
    border-radius: 30px;
}

.contacts-map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

.menu-grid {
    gap: 24px;
    align-items: stretch;
}

.left-big-block,
.top-big-block,
.right-big-block {
    max-width: 100%;
    min-height: 709px;
    height: 100%;
}

.menu-block {
    min-height: inherit;
    overflow: hidden;
}

.menu-button {
    justify-content: center;
    text-align: center;
}

.card-good {
    min-height: 100%;
}

.card-good__media {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 28px 28px 0 0;
    background: rgba(255, 255, 255, 0.45);
}

.card-good .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    display: block;
}

.card-good .card-body {
    gap: 16px;
    padding: 18px;
}

.card-good__copy {
    display: grid;
    align-content: start;
    gap: 6px;
}

.card-good .card-title {
    margin: 0;
    color: #12343A;
    font-size: clamp(15px, 1.25vw, 18px);
    font-weight: 700;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.product-gallery-thumbs {
    overflow-x: auto;
    flex-wrap: nowrap !important;
    padding-bottom: 8px;
    scrollbar-width: thin;
}

.product-gallery-thumbs .btn {
    flex: 0 0 auto;
}

    .product-gallery-thumbs img {
        width: 88px;
        height: 88px;
        object-fit: cover;
    }

.image-lightbox .modal-dialog {
    width: min(calc(100vw - 24px), calc(100dvh - 24px));
    max-width: min(1280px, calc(100vw - 24px), calc(100dvh - 24px));
    margin: 12px auto;
}

.image-lightbox .modal-content {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.2), transparent 38%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 28px 60px rgba(7, 32, 35, 0.24);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 30px;
    overflow: hidden;
}

.image-lightbox .modal-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 3;
    padding: 14px 16px 0;
}

.image-lightbox__counter {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.image-lightbox__close {
    filter: invert(1) grayscale(1) brightness(200%);
    opacity: 0.9;
}

.image-lightbox__close:hover,
.image-lightbox__close:focus-visible {
    opacity: 1;
}

.image-lightbox__body {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    height: 100%;
    padding: 56px 16px 16px;
}

.image-lightbox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    touch-action: none;
    cursor: zoom-in;
}

.image-lightbox__viewport.is-zoomed {
    cursor: grab;
}

.image-lightbox__stage {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.image-lightbox__image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transform-origin: center center;
    transition: transform 0.18s ease;
    user-select: none;
    -webkit-user-drag: none;
}

.image-lightbox__viewport.is-zoomed .image-lightbox__image {
    transition: none;
}

.image-lightbox__nav {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #0b3d42;
    box-shadow: 0 12px 24px rgba(7, 32, 35, 0.22);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    font-size: 34px;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.45);
}

.image-lightbox__nav:hover,
.image-lightbox__nav:focus-visible {
    background: rgba(255, 255, 255, 0.26);
}

.product-section-title {
    width: auto !important;
    font-size: clamp(24px, 4vw, 32px) !important;
}

.product-buy-box {
    max-width: 360px;
}

.product-detail {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.product-detail__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-detail__title {
    font-size: 1.5em !important;
    line-height: 1.16;
    letter-spacing: -0.01em;
    text-wrap: balance;
}

.product-detail__meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.product-detail__meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 147, 158, 0.12);
    box-shadow: 0 10px 24px rgba(0, 147, 158, 0.06);
}

.product-detail__meta-label {
    color: #6B7F86;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.product-detail__meta-value {
    color: #00939E;
    font-size: 15px;
    font-weight: 700;
}

.product-detail__section {
    padding: clamp(18px, 2.2vw, 24px);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow: 0 14px 32px rgba(0, 147, 158, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.product-detail__section-title {
    margin-bottom: 14px !important;
}

.product-detail__description {
    color: #42575F;
    font-size: clamp(16px, 1.7vw, 20px);
    line-height: 1.8;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: thin;
}

.product-detail__description p {
    margin: 0;
}

.product-detail__description br + br {
    content: "";
    display: block;
    margin-top: 10px;
}

.product-detail__list {
    margin: 0;
    padding-left: 1.3rem;
    color: #42575F;
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.7;
}

.product-detail__list li + li {
    margin-top: 8px;
}

.product-buy-box--detail {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-buy-box--detail form {
    flex: 1 1 auto;
}

.product-buy-box__price {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 0 0 auto;
    padding: 12px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 147, 158, 0.1);
    box-shadow: 0 10px 24px rgba(0, 112, 119, 0.06);
}

.product-buy-box__price-label {
    color: rgba(84, 89, 95, 0.76);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-buy-box__price-line {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
}

.product-buy-box__price-value {
    color: #00939E;
    font-size: clamp(26px, 2.4vw, 32px);
    font-weight: 700;
    line-height: 1.05;
    white-space: nowrap;
}

.product-buy-box__price-currency {
    color: rgba(18, 52, 58, 0.68);
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.product-recommendations__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.product-recommendations__eyebrow {
    background: rgba(117, 195, 44, 0.16);
    color: #3E7F20;
}

.product-recommendations__title {
    margin: 0;
    color: #00939E;
    font-size: clamp(28px, 3.8vw, 42px);
    font-weight: 700;
    line-height: 1.08;
}

.product-recommendation-card {
    position: relative;
    overflow: hidden;
}

.product-recommendation-card__category {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #0A7881;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 20px rgba(0, 147, 158, 0.1);
}

@media (max-width: 991.98px) {
    .product-detail__title {
        font-size: 1.32em !important;
        line-height: 1.18;
    }
}

@media (max-width: 767.98px) {
    .product-detail__title {
        font-size: 1.18em !important;
        line-height: 1.2;
    }
}

@media (max-width: 479.98px) {
    .product-detail__title {
        font-size: 1.08em !important;
    }
}

@media (max-width: 1199.98px) {
    .hero-content {
        min-height: clamp(260px, 34vw, 340px);
        padding: 16px 18px;
    }

    .hero-content::after {
        background: var(--hero-photo) 58% center / cover no-repeat;
    }

    .hero-content__inner {
        max-width: min(520px, 56%);
        padding: 16px 18px 18px;
    }

    .hero-content h1 {
        font-size: clamp(30px, 4.3vw, 50px);
    }

    .hero-content__lead {
        font-size: clamp(16px, 1.7vw, 21px);
    }

    .left-big-block,
    .top-big-block,
    .right-big-block {
        min-height: 520px;
    }
}

@media (max-width: 991.98px) {
    .hero-content {
        min-height: clamp(340px, 46vw, 430px);
        align-items: stretch;
        padding: 16px;
        border-radius: 30px;
    }

    .hero-content::after {
        background: var(--hero-photo) 68% center / cover no-repeat;
    }

    .hero-content__inner {
        max-width: min(46%, 320px);
        padding: 16px;
        gap: 14px;
        border-radius: 24px;
    }

    .hero-content h1 {
        font-size: clamp(28px, 4.4vw, 42px);
    }

    .hero-content__lead {
        color:#2D7A13;
        font-size: 16px;
        padding-left: 14px;
    }

    .hero-content__button {
        min-width: 220px;
        min-height: 50px;
        padding: 12px 20px;
        font-size: 15px !important;
    }

    .menu-grid {
        grid-template-columns: 1fr;
    }

    .left-big-block,
    .top-big-block,
    .right-big-block {
        min-height: 420px;
    }

    .important,
    .popular-products {
        width: 100% !important;
        max-width: none;
    }

    .popular-products__header {
        gap: 16px;
    }

    .popular-products__all-link {
        min-width: 164px !important;
    }

    .catalog-filters {
        padding: 16px;
        border-radius: 24px;
    }

    .catalog-filters .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .catalog-filters .form-label {
        margin-bottom: 4px;
        font-size: 13px;
    }

    .catalog-filters .form-control,
    .catalog-filters .form-select,
    .catalog-filters .see-catalog {
        min-height: 42px;
        height: 42px !important;
        font-size: 14px !important;
    }

    .catalog-filters .form-control,
    .catalog-filters .form-select {
        padding: 8px 12px;
        border-radius: 16px;
    }

    .row.cards-grid.popular-cards-grid {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 14px !important;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap !important;
        padding-bottom: 8px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .row.cards-grid.popular-cards-grid > * {
        flex: 0 0 min(320px, 42vw);
        max-width: min(320px, 42vw) !important;
        scroll-snap-align: start;
    }
}

@media (max-width: 767.98px) {
    .row.cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .product-recommendations__grid.row.cards-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .product-recommendations__grid.row.cards-grid > * {
        max-width: 100% !important;
    }

    #catalogGrid.row.cards-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #catalogGrid.row.cards-grid > * {
        max-width: 100% !important;
    }

    .catalog-filters {
        padding: 14px;
        border-radius: 22px;
    }

    .catalog-filters .row {
        --bs-gutter-x: 8px;
        --bs-gutter-y: 8px;
    }

    .catalog-filters .form-label {
        font-size: 12px;
    }

    .catalog-filters .form-control,
    .catalog-filters .form-select,
    .catalog-filters .see-catalog {
        min-height: 40px;
        height: 40px !important;
        font-size: 13px !important;
    }

    .catalog-filters .form-control,
    .catalog-filters .form-select {
        padding: 7px 10px;
        border-radius: 14px;
    }

    .hero-content {
        margin-top: 8px !important;
        min-height: 520px;
        align-items: flex-start;
        padding: 12px;
        border-radius: 26px;
    }

    .hero-content::before {
        width: 180px;
        height: 180px;
        inset: auto auto -56px -44px;
    }

    .hero-content::after {
        background: var(--hero-photo) 58% 34% / cover no-repeat;
        opacity: 1;
    }

    .hero-content__inner {
        align-self: flex-start;
        max-width: none;
        width: 100%;
        min-height: auto;
        flex: 0 0 auto;
        justify-content: flex-start;
        padding: 16px 14px 14px;
        gap: 12px;
        border-radius: 22px;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .hero-content h1 {
        max-width: 9ch;
        font-size: clamp(28px, 8.4vw, 38px);
        line-height: 1;
    }

    .hero-content__lead {
        max-width: 24ch;
        padding-left: 12px;
        border-left-width: 3px;
        font-size: 15px;
        line-height: 1.5;
    }

    .hero-content__button {
        margin-top: auto;
        min-width: 0;
        min-height: 50px;
        width: 100%;
        padding: 12px 18px;
        font-size: 15px !important;
    }

    .menu-grid {
        gap: 16px;
    }

    .left-big-block,
    .top-big-block,
    .right-big-block {
        min-height: 320px;
        border-radius: 24px;
    }

    .menu-category {
        padding: 12px;
    }

    .menu-button,
    .see-catalog {
        width: 100% !important;
        min-width: 0 !important;
        margin: auto 0 0;
    }

    .important,
    .popular-products,
    .description-title {
        width: 100% !important;
    }

    .popular-products__header {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .popular-products__all-link {
        width: 100% !important;
        min-width: 0 !important;
        justify-content: center;
    }

    .main-note {
        max-width: 100%;
    }

    .card-good {
        height: auto;
        border-radius: 24px !important;
        min-height: 0;
    }

    .card-good .card-img-top {
        border-radius: 0;
    }

    .card-good__media {
        border-radius: 24px 24px 0 0;
    }

    .card-good .card-body {
        padding: 14px;
        gap: 12px;
    }

    .card-good .card-title {
        font-size: 14px;
        line-height: 1.26;
    }

    .card-good--popular .card-title {
        font-size: 14px;
    }

    .card-good__price {
        gap: 5px;
        min-height: 44px;
        padding: 0 12px;
    }

    .card-good__price-value {
        font-size: 15px;
    }

    .card-good__price-currency {
        font-size: 11px;
    }

    .image-lightbox .modal-dialog {
        width: min(calc(100vw - 12px), calc(100dvh - 12px));
        max-width: min(calc(100vw - 12px), calc(100dvh - 12px));
        margin: 6px auto;
    }

    .image-lightbox .modal-content {
        border-radius: 22px;
    }

    .image-lightbox__body {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 52px 10px 10px;
    }

    .image-lightbox__viewport {
        height: 100%;
        border-radius: 18px;
    }

    .image-lightbox__nav {
        position: absolute;
        top: 50%;
        z-index: 2;
        width: 44px;
        height: 44px;
        margin-top: -22px;
        font-size: 28px;
    }

    .image-lightbox__nav--prev {
        left: 14px;
    }

    .image-lightbox__nav--next {
        right: 14px;
    }

    .popular-cards-grid {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
        gap: 8px !important;
    }

    .row.cards-grid.popular-cards-grid {
        gap: 10px !important;
        padding-bottom: 6px;
    }

    .row.cards-grid.popular-cards-grid > * {
        flex: 0 0 min(280px, 78vw);
        max-width: min(280px, 78vw) !important;
    }

    #catalogGrid .popular-card__footer {
        gap: 10px !important;
        align-items: center;
    }

    .card-actions {
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .card-actions .card-qty {
        min-width: 120px;
        min-height: 44px;
        grid-template-columns: 44px minmax(28px, auto) 44px;
    }

    .card-actions .card-qty .qty-btn {
        width: 44px;
        height: 44px;
        font-size: 22px;
    }

    .card-actions .card-qty .qty-input {
        width: 32px;
        height: 44px;
        font-size: 16px;
    }

    .card-button--icon {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
    }

    .card-button--icon img {
        width: 18px;
        height: 18px;
    }

    .column {
        min-width: 0;
        width: 100% !important;
    }

    .column .advantage {
        min-height: 0;
    }

    .footer-text,
    .signature {
        width: 100%;
    }

    .product-gallery-thumbs img {
        width: 72px;
        height: 72px;
    }

    .product-buy-box {
        max-width: none;
    }

    .product-detail {
        gap: 18px;
    }

    .product-detail__meta {
        width: 100%;
        justify-content: space-between;
        border-radius: 18px;
    }

    .product-detail__section {
        padding: 16px;
        border-radius: 22px;
    }

    .product-detail__description,
    .product-detail__list {
        font-size: 15px;
        line-height: 1.65;
    }

    .product-detail__description {
        max-height: 240px;
        padding-right: 4px;
    }

    .product-buy-box--detail {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .product-buy-box__price {
        width: 100%;
        padding: 10px 14px;
        border-radius: 18px;
    }

    .product-buy-box__price-line {
        gap: 6px;
    }

    .product-recommendation-card__category {
        top: 12px;
        left: 12px;
        padding: 6px 10px;
    }

    .faq-shell {
        padding: 22px 18px;
        border-radius: 26px;
    }

    .faq-header {
        margin-bottom: 18px;
    }

    .faq-item {
        border-radius: 22px !important;
    }

    .faq-button {
        padding: 18px 18px !important;
        font-size: 16px !important;
    }

    .faq-button::after {
        width: 32px;
        height: 32px;
        background-size: 12px 12px;
    }

.faq-body {
        padding: 0 18px 18px 18px !important;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-content {
        min-height: 400px;
        padding: 18px;
        border-radius: 28px;
    }

    .hero-content::after {
        background: var(--hero-photo) 66% center / cover no-repeat;
    }

    .hero-content__inner {
        max-width: min(52%, 360px);
        padding: 18px;
        gap: 16px;
        border-radius: 24px;
    }

    .hero-content h1 {
        max-width: 13ch;
        font-size: clamp(30px, 4.8vw, 42px);
        line-height: 1;
        text-wrap: pretty;
    }

    .hero-content__lead {
        max-width: 30ch;
        font-size: 16px;
        line-height: 1.55;
    }

    .hero-content__button {
        min-width: 0;
        width: auto;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        min-height: clamp(440px, 120vw, 560px);
        align-items: flex-start;
        padding: 12px;
        border-radius: 24px;
    }

    .hero-content::before {
        width: 170px;
        height: 170px;
        inset: auto auto -48px -38px;
    }

    .hero-content::after {
        background: var(--hero-photo) 60% 34% / cover no-repeat;
    }

    .hero-content__inner {
        align-self: stretch;
        max-width: none;
        width: 100%;
        min-height: 100%;
        justify-content: flex-start;
        padding: 16px 14px 14px;
        gap: 12px;
        border-radius: 20px;
    }

    .hero-content h1 {
        max-width: 13ch;
        font-size: clamp(28px, 8.2vw, 38px);
        line-height: 1;
        text-wrap: pretty;
    }

    .hero-content__lead {
        max-width: 30ch;
        padding-left: 12px;
        border-left-width: 3px;
        font-size: 15px;
        line-height: 1.5;
    }

    .hero-content__button {
        margin-top: auto;
        width: 100%;
        min-height: 50px;
        justify-content: center;
        padding: 12px 18px;
        font-size: 15px !important;
    }
}

@media (max-width: 479.98px) {
    .hero-content {
        min-height: 500px;
        padding: 10px;
        border-radius: 22px;
    }

    .hero-content::after {
        background: var(--hero-photo) 56% 30% / cover no-repeat;
    }

    .hero-content__inner {
        padding: 14px 12px 12px;
        border-radius: 18px;
        background: transparent;
    }

    .hero-content h1 {
        max-width: 14ch;
        font-size: clamp(26px, 8vw, 34px);
        text-wrap: pretty;
    }

    .hero-content__lead {
        max-width: 28ch;
        padding-left: 12px;
        font-size: 15px;
    }

    .hero-content__button {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        font-size: 14px !important;
    }
}

.hero-content {
    min-height: clamp(560px, 56vw, 760px);
    align-items: center;
    padding: clamp(34px, 4vw, 58px) clamp(28px, 4vw, 62px) clamp(86px, 8vw, 122px);
    border-radius: clamp(30px, 3vw, 44px);
}

.hero-content::before {
    inset: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    filter: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 26%, rgba(255, 255, 255, 0.1) 54%, rgba(255, 255, 255, 0) 100%);
}

.hero-content__inner {
    align-self: auto;
    width: min(560px, 42vw);
    max-width: none;
    min-height: 0;
    padding: clamp(58px, 7.2vw, 98px) 0 0;
    gap: clamp(26px, 3vw, 42px);
    border-radius: 0;
}

.hero-content h1 {
    max-width: none;
    font-size: clamp(54px, 6vw, 106px);
    line-height: 0.95;
    text-wrap: auto;
}

.hero-content__lead {
    display: none;
}

@media (max-width: 1199.98px) {
    .hero-content {
        min-height: clamp(500px, 60vw, 650px);
        padding: 30px 34px 96px;
    }

    .hero-content::after {
        background: var(--hero-photo) 62% center / cover no-repeat;
    }

    .hero-content__inner {
        width: min(460px, 43vw);
        padding-top: 74px;
        gap: 26px;
    }

    .hero-content h1 {
        font-size: clamp(48px, 6.2vw, 76px);
    }

    .hero-content__trust {
        max-width: 330px;
        padding: 14px 18px;
        font-size: 16px;
    }

    .hero-skills {
        font-size: 14px;
    }

    .hero-benefits {
        padding: 15px 16px;
        font-size: 15px;
    }

    .hero-benefits li {
        gap: 12px;
        padding: 0 14px;
    }
}

@media (max-width: 991.98px) {
    .hero-content {
        min-height: clamp(560px, 74vw, 700px);
        align-items: stretch;
        padding: 24px 24px 92px;
        border-radius: 30px;
    }

    .hero-content::before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 34%, rgba(255, 255, 255, 0.22) 68%, rgba(255, 255, 255, 0) 100%);
    }

    .hero-content::after {
        background: var(--hero-photo) 68% center / cover no-repeat;
    }

    .hero-content__brand {
        left: 24px;
        top: 22px;
    }

    .hero-content__brand img {
        width: 220px;
    }

    .hero-content__trust {
        right: 20px;
        top: 20px;
        max-width: 280px;
        gap: 10px;
        padding: 12px 14px;
        border-radius: 18px;
        font-size: 14px;
    }

    .hero-content__trust-icon {
        flex-basis: 42px;
        width: 42px;
        height: 48px;
    }

    .hero-content__trust-icon::before {
        left: 13px;
        top: 16px;
        width: 16px;
        height: 9px;
        border-left-width: 4px;
        border-bottom-width: 4px;
    }

    .hero-content__inner {
        width: min(390px, 50vw);
        padding-top: 88px;
        gap: 22px;
    }

    .hero-content h1 {
        font-size: clamp(42px, 6.2vw, 62px);
    }

    .hero-skills {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 14px;
        font-size: 14px;
    }

    .hero-skills li:nth-child(3) {
        border-left: 0;
    }

    .hero-content__button {
        width: auto;
        min-height: 62px;
        padding: 14px 22px;
        font-size: 18px !important;
    }

    .hero-benefits {
        left: 24px;
        bottom: 22px;
        width: calc(100% - 48px);
        font-size: 14px;
    }

    .hero-benefits li {
        padding: 0 10px;
    }

    .hero-benefit__icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        min-height: 760px;
        align-items: flex-start;
        padding: 18px 16px 18px;
        border-radius: 24px;
    }

    .hero-content::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 30%, rgba(255, 255, 255, 0.2) 56%, rgba(255, 255, 255, 0) 100%);
    }

    .hero-content::after {
        background: var(--hero-photo) center bottom / cover no-repeat;
    }

    .hero-content__brand {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 14px;
    }

    .hero-content__brand img {
        width: min(230px, 68vw);
    }

    .hero-content__trust {
        display: none;
    }

    .hero-content__inner {
        width: 100%;
        padding: 0;
        gap: 16px;
    }

    .hero-content h1 {
        max-width: 8.6ch;
        font-size: clamp(38px, 12vw, 58px);
        line-height: 0.95;
    }

    .hero-skills {
        width: min(420px, 100%);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 0;
        font-size: 13px;
    }

    .hero-skill__icon {
        width: 42px;
        height: 42px;
    }

    .hero-content__button {
        width: min(390px, 100%);
        min-width: 0;
        min-height: 56px;
        margin-top: 0;
        padding: 12px 18px;
        gap: 12px;
        font-size: 17px !important;
    }

    .hero-benefits {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: auto;
        padding: 14px;
        border-radius: 18px;
        font-size: 13px;
    }

    .hero-benefits li,
    .hero-benefits li + li {
        border-left: 0;
        padding: 0;
        gap: 10px;
    }

    .hero-benefit__icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 479.98px) {
    .hero-content {
        min-height: 720px;
        padding: 14px 12px;
        border-radius: 20px;
    }

    .hero-content h1 {
        font-size: clamp(34px, 12vw, 48px);
    }

    .hero-skills {
        font-size: 12px;
    }

    .hero-content__button {
        min-height: 52px;
        font-size: 15px !important;
    }

    .hero-benefits {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.hero-word--red {
    color: #D94B45;
}

.hero-word--blue {
    color: #0B9DE6;
}

.hero-content {
    min-height: clamp(480px, 48vw, 640px);
    padding: clamp(28px, 3.4vw, 48px) clamp(24px, 3.5vw, 54px) clamp(74px, 6.6vw, 100px);
}

.hero-content__brand img {
    width: clamp(160px, 17vw, 292px);
}

.hero-content__trust {
    gap: 12px;
    max-width: min(330px, 28vw);
    padding: 14px 18px;
    border-radius: 18px;
    font-size: clamp(14px, 1.05vw, 18px);
}

.hero-content__trust-icon {
    flex-basis: 44px;
    width: 44px;
    height: 50px;
}

.hero-content__trust-icon::before {
    left: 14px;
    top: 16px;
    width: 17px;
    height: 9px;
    border-left-width: 4px;
    border-bottom-width: 4px;
}

.hero-content__inner {
    width: min(500px, 39vw);
    padding-top: clamp(18px, 3.2vw, 42px);
    gap: clamp(20px, 2.4vw, 32px);
}

.hero-content h1 {
    font-size: clamp(42px, 4.7vw, 82px);
    line-height: 0.98;
}

.hero-skills {
    width: min(480px, 100%);
    font-size: clamp(12px, 0.92vw, 16px);
}

.hero-skills li {
    gap: 8px;
    padding: 0 10px;
}

.hero-skill__icon {
    width: clamp(34px, 3.2vw, 48px);
    height: clamp(34px, 3.2vw, 48px);
    font-size: clamp(12px, 1vw, 17px);
}

.hero-content__button {
    gap: 12px;
    min-width: min(340px, 100%);
    min-height: 60px;
    padding: 12px 22px;
    font-size: clamp(16px, 1.25vw, 22px) !important;
}

.hero-content__button-gift {
    width: 24px;
    height: 22px;
    border-width: 3px;
    border-top-width: 7px;
}

.hero-content__button-gift::before {
    top: -7px;
    width: 3px;
    height: 23px;
}

.hero-content__button-gift::after {
    left: -6px;
    right: -6px;
    top: -7px;
    height: 3px;
}

.hero-content__button-arrow {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
}

.hero-content__button-arrow::before {
    left: 8px;
    top: 9px;
    width: 9px;
    height: 9px;
    border-top-width: 3px;
    border-right-width: 3px;
}

.hero-content__button-arrow::after {
    left: 8px;
    top: 13px;
    width: 12px;
    height: 3px;
}

.hero-benefits {
    padding: 14px 18px;
    border-radius: 18px;
    font-size: clamp(13px, 0.95vw, 17px);
}

.hero-benefits li {
    gap: 14px;
    padding: 0 16px;
}

.hero-benefit__icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
}

@media (max-width: 1199.98px) {
    .hero-content {
        min-height: clamp(450px, 55vw, 590px);
        padding: 26px 30px 86px;
    }

    .hero-content__inner {
        width: min(420px, 41vw);
        padding-top: 66px;
        gap: 20px;
    }

    .hero-content h1 {
        font-size: clamp(38px, 5.1vw, 62px);
    }

    .hero-content__trust {
        max-width: 285px;
        padding: 12px 15px;
        font-size: 14px;
    }

    .hero-benefits {
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    .hero-content {
        min-height: clamp(500px, 68vw, 620px);
        padding: 22px 22px 82px;
    }

    .hero-content__brand img {
        width: 190px;
    }

    .hero-content__inner {
        width: min(350px, 48vw);
        padding-top: 76px;
        gap: 18px;
    }

    .hero-content h1 {
        font-size: clamp(34px, 5.4vw, 52px);
    }

    .hero-skills {
        row-gap: 10px;
        font-size: 12px;
    }

    .hero-content__button {
        min-height: 54px;
        font-size: 16px !important;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        min-height: 680px;
        padding: 16px 14px;
    }

    .hero-content__brand img {
        width: min(200px, 62vw);
    }

    .hero-content__inner {
        width: 100%;
        gap: 14px;
        padding: 0;
    }

    .hero-content h1 {
        max-width: 8.8ch;
        font-size: clamp(32px, 10vw, 46px);
        line-height: 0.98;
    }

    .hero-skills {
        width: min(360px, 100%);
        font-size: 12px;
    }

    .hero-skill__icon {
        width: 36px;
        height: 36px;
    }

    .hero-content__button {
        width: min(330px, 100%);
        min-height: 50px;
        font-size: 15px !important;
    }

    .hero-benefits {
        padding: 12px;
        gap: 10px;
        font-size: 12px;
    }

    .hero-benefit__icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 479.98px) {
    .hero-content {
        min-height: 650px;
    }

    .hero-content h1 {
        font-size: clamp(30px, 10.5vw, 42px);
    }

    .hero-benefits {
        gap: 8px;
    }
}

.hero-content__inner {
    z-index: 4;
}

.hero-content__button {
    position: relative;
    z-index: 5;
}

.hero-benefits {
    z-index: 2;
    bottom: clamp(6px, 1.1vw, 14px);
    pointer-events: auto;
}

.hero-content__trust,
.hero-skills li,
.hero-skill__icon,
.hero-content__button-gift,
.hero-content__button-arrow,
.hero-benefits,
.hero-benefits li,
.hero-benefit__icon {
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        background-color 0.22s ease,
        color 0.22s ease,
        filter 0.22s ease;
}

.hero-content__trust-icon,
.hero-content__button-gift,
.hero-content__button-arrow,
.hero-benefit__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-content__trust-icon::before,
.hero-content__button-gift::before,
.hero-content__button-gift::after,
.hero-content__button-arrow::before,
.hero-content__button-arrow::after,
.hero-benefit__icon::before,
.hero-benefit__icon::after {
    content: none !important;
    display: none !important;
}

.hero-content__trust-icon {
    background: none;
    clip-path: none;
    color: #008F45;
}

.hero-content__trust-icon svg,
.hero-benefit__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-content__trust-icon svg path:first-child {
    fill: currentColor;
    stroke: none;
}

.hero-content__trust-icon svg path:last-child {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-content__button-gift {
    width: 24px;
    height: 24px;
    border: 0;
}

.hero-content__button-gift svg,
.hero-content__button-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-content__button-arrow {
    color: #07984f;
}

.hero-content__trust:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 52px rgba(9, 37, 63, 0.16);
}

.hero-content__trust:hover .hero-content__trust-icon {
    transform: scale(1.06) rotate(-2deg);
}

.hero-skills li:hover {
    transform: translateY(-3px);
    color: #008F45;
}

.hero-skills li:hover .hero-skill__icon {
    transform: scale(1.08);
    filter: saturate(1.12);
    box-shadow: 0 10px 22px rgba(9, 37, 63, 0.14);
}

.hero-content__button:hover .hero-content__button-gift,
.hero-content__button:focus-visible .hero-content__button-gift {
    transform: rotate(-6deg) scale(1.06);
}

.hero-content__button:hover .hero-content__button-arrow,
.hero-content__button:focus-visible .hero-content__button-arrow {
    transform: translateX(4px);
    box-shadow: 0 8px 18px rgba(0, 95, 46, 0.22);
}

.hero-benefit__icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-benefit__icon--education {
    color: #65B92E;
}

.hero-benefit__icon--shield {
    color: #FF8A00;
}

.hero-benefit__icon--people {
    color: #21A7EF;
}

.hero-benefit__icon--heart {
    color: #F23B83;
}

.hero-benefit__icon--heart svg {
    fill: currentColor;
    stroke: currentColor;
}

.hero-benefits li {
    border-radius: 14px;
}

.hero-benefits li:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 10px 24px rgba(9, 37, 63, 0.08);
}

.hero-benefits li:hover .hero-benefit__icon {
    transform: scale(1.12) rotate(-3deg);
    filter: saturate(1.16);
}

@media (min-width: 768px) {
    .hero-content__actions {
        position: relative;
        left: auto;
        bottom: auto;
        z-index: 5;
        margin-top: 2px;
    }

    .hero-content__button {
        position: relative;
        width: fit-content;
        min-width: clamp(260px, 24vw, 340px);
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-content {
        padding-bottom: 110px;
    }

    .hero-content__actions {
        left: auto;
        bottom: auto;
        margin-top: 2px;
    }

    .hero-content__button {
        min-width: 260px;
        min-height: 52px;
        padding: 12px 20px;
        font-size: 15px !important;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        display: flex;
        flex-direction: column;
    }

    .hero-benefits {
        pointer-events: auto;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        min-height: 720px;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 14px 12px 148px;
        border-radius: 20px;
    }

    .hero-content::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 38%, rgba(255, 255, 255, 0.46) 58%, rgba(255, 255, 255, 0.08) 82%, rgba(255, 255, 255, 0) 100%);
    }

    .hero-content::after {
        background: var(--hero-photo) center bottom / cover no-repeat;
    }

    .hero-content__brand {
        position: relative;
        left: auto;
        top: auto;
        z-index: 4;
        margin: 0 0 10px;
    }

    .hero-content__brand img {
        width: min(178px, 58vw);
    }

    .hero-content__trust {
        display: none;
    }

    .hero-content__inner {
        position: static;
        z-index: 4;
        width: min(360px, 100%);
        padding: 0;
        gap: 12px;
    }

    .hero-content h1 {
        max-width: 10.4ch;
        padding: 8px 0 0 4px;
        font-size: clamp(29px, 9.8vw, 42px);
        line-height: 0.98;
    }

    .hero-skills {
        display: none;
    }

    .hero-content__button {
        position: relative;
        left: auto;
        bottom: auto;
        width: min(312px, 100%);
        min-width: 0;
        min-height: 48px;
        padding: 10px 14px;
        gap: 10px;
        font-size: 14px !important;
    }

    .hero-content__actions {
        position: absolute;
        left: 12px;
        top: 450px;
        z-index: 5;
        width: min(312px, calc(100% - 24px));
    }

    .hero-content__button-gift {
        width: 21px;
        height: 21px;
    }

    .hero-content__button-arrow {
        flex-basis: 25px;
        width: 25px;
        height: 25px;
    }

    .hero-benefits {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 3;
        width: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 0;
        padding: 10px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.86);
        font-size: 11px;
        line-height: 1.18;
    }

    .hero-benefits li,
    .hero-benefits li + li {
        min-width: 0;
        gap: 7px;
        padding: 0;
        border-left: 0;
    }

    .hero-benefit__icon {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 479.98px) {
    .hero-content {
        min-height: 670px;
        padding: 12px 10px 138px;
        border-radius: 18px;
    }

    .hero-content__brand img {
        width: min(160px, 56vw);
    }

    .hero-content__inner {
        width: min(330px, 100%);
        gap: 10px;
    }

    .hero-content h1 {
        max-width: 10.2ch;
        padding-top: 6px;
        padding-left: 2px;
        font-size: clamp(27px, 10vw, 38px);
    }

    .hero-content__button {
        width: min(294px, 100%);
        min-height: 46px;
        font-size: 13px !important;
    }

    .hero-content__actions {
        left: 10px;
        bottom: 90px;
        width: min(294px, calc(100% - 20px));
    }

    .hero-benefits {
        left: 10px;
        right: 10px;
        bottom: 10px;
        gap: 7px;
        padding: 9px;
        font-size: 10.5px;
    }

    .hero-benefit__icon {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 359.98px) {
    .hero-content {
        min-height: 640px;
        padding-bottom: 132px;
    }

    .hero-benefits {
        font-size: 10px;
    }

    .hero-content__button {
        bottom: auto;
    }

    .hero-content__actions {
        bottom: 72px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-content {
        min-height: clamp(600px, 70vw, 740px);
        align-items: center;
        padding: 58px 56px 154px;
        border-radius: 30px;
    }

    .hero-content::before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 34%, rgba(255, 255, 255, 0.14) 66%, rgba(255, 255, 255, 0) 100%);
    }

    .hero-content::after {
        background: var(--hero-photo) 68% center / cover no-repeat;
    }

    .hero-content__trust {
        position: absolute;
        display: flex;
        top: 34px;
        right: 34px;
        z-index: 6;
        max-width: 310px;
        padding: 14px 18px;
        gap: 12px;
        border-radius: 20px;
        font-size: 15px;
    }

    .hero-content__trust-icon {
        flex-basis: 40px;
        width: 40px;
        height: 46px;
    }

    .hero-content__inner {
        position: relative;
        width: min(460px, 48vw);
        padding-top: 70px;
        gap: 26px;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .hero-content h1 {
        max-width: 10.6ch;
        padding: 0;
        font-size: clamp(36px, 5vw, 60px);
        line-height: 0.98;
    }

    .hero-skills {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: min(450px, 100%);
        gap: 0;
        font-size: 13px;
    }

    .hero-skills li,
    .hero-skills li + li {
        min-height: 0;
        padding: 0 12px;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .hero-skills li + li {
        border-left: 0;
    }

    .hero-skill__icon {
        width: 36px;
        height: 36px;
        font-size: 11px;
    }

    .hero-content__actions {
        position: relative;
        left: auto;
        bottom: auto;
        width: auto;
        margin-top: 18px;
        margin-bottom: 0;
        padding-top: 4px;
    }

    .hero-content__button {
        width: fit-content;
        min-width: 260px;
        min-height: 52px;
        padding: 12px 20px;
        font-size: 15px !important;
    }

    .hero-benefits {
        left: 42px;
        right: 42px;
        bottom: 26px;
        width: auto;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        padding: 16px 18px;
        font-size: 13px;
    }

    .hero-benefits li,
    .hero-benefits li + li {
        gap: 10px;
        padding: 0 10px;
    }

    .hero-benefits li + li {
        border-left: 0;
    }

    .hero-benefit__icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        min-height: 760px;
        padding: 12px 10px 148px;
    }

    .hero-content__trust {
        position: relative;
        display: flex;
        top: auto;
        right: auto;
        order: 2;
        width: min(310px, 100%);
        max-width: none;
        margin: 8px 0 0;
        padding: 9px 12px;
        gap: 8px;
        border-radius: 16px;
        font-size: 12px;
    }

    .hero-content__trust-icon {
        flex-basis: 34px;
        width: 34px;
        height: 39px;
    }

    .hero-content__inner {
        order: 1;
        width: min(340px, 100%);
        gap: 10px;
    }

    .hero-content h1 {
        max-width: 10.4ch;
        padding: 6px 0 0 2px;
        font-size: clamp(27px, 9vw, 40px);
    }

    .hero-skills {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(310px, 100%);
        gap: 7px;
        font-size: 10.5px;
        line-height: 1.18;
    }

    .hero-skills li,
    .hero-skills li + li {
        min-height: 54px;
        padding: 6px 5px;
        border-left: 0;
        border-radius: 13px;
        background: rgba(255, 255, 255, 0.74);
        box-shadow: 0 8px 18px rgba(9, 37, 63, 0.06);
    }

    .hero-skill__icon {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .hero-content__actions {
        position: absolute;
        left: 10px;
        bottom: 84px;
        width: min(300px, calc(100% - 20px));
    }

    .hero-content__button {
        width: 100%;
        min-height: 46px;
        padding: 9px 12px;
        font-size: 13px !important;
    }

    .hero-benefits {
        left: 10px;
        right: 10px;
        bottom: 10px;
        gap: 7px;
        padding: 9px;
        font-size: 10.5px;
    }
}

@media (max-width: 479.98px) {
    .hero-content {
        min-height: 720px;
        padding-bottom: 140px;
    }

    .hero-content h1 {
        font-size: clamp(25px, 9vw, 36px);
    }

    .hero-skills {
        width: min(292px, 100%);
        gap: 6px;
        font-size: 10px;
    }

    .hero-skills li,
    .hero-skills li + li {
        min-height: 50px;
    }

    .hero-content__trust {
        width: min(292px, 100%);
        font-size: 11px;
    }

    .hero-content__actions {
        bottom: 80px;
        width: min(292px, calc(100% - 20px));
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        min-height: 620px;
        padding: 12px 10px 128px;
    }

    .hero-content::after {
        background: var(--hero-photo) right bottom / cover no-repeat;
    }

    .hero-skills {
        display: none;
    }

    .hero-content__actions {
        left: 10px;
        bottom: 58px;
        width: min(300px, calc(100% - 20px));
    }

    .hero-benefits {
        bottom: 10px;
    }
}

@media (max-width: 479.98px) {
    .hero-content {
        min-height: 580px;
        padding-bottom: 122px;
    }

    .hero-content__actions {
        bottom: 56px;
        width: min(292px, calc(100% - 20px));
    }
}

@media (max-width: 359.98px) {
    .hero-content {
        min-height: 550px;
        padding-bottom: 116px;
    }

    .hero-content__actions {
        bottom: 54px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-content__trust {
        position: absolute;
        top: 28px;
        right: 28px;
        display: flex;
        z-index: 6;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        min-height: 690px;
        padding-bottom: 128px;
    }

    .hero-content__trust {
        display: none;
    }

    .hero-skills {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(292px, 100%);
        gap: 6px;
        font-size: 10px;
        line-height: 1.16;
    }

    .hero-skills li,
    .hero-skills li + li {
        min-height: 48px;
        padding: 6px 5px;
        border-left: 0;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.74);
        box-shadow: 0 8px 18px rgba(9, 37, 63, 0.06);
    }

    .hero-skill__icon {
        width: 28px;
        height: 28px;
        font-size: 9px;
    }
}

@media (max-width: 479.98px) {
    .hero-content {
        min-height: 650px;
    }

    .hero-skills {
        width: min(276px, 100%);
        gap: 5px;
        font-size: 9.5px;
    }

    .hero-skills li,
    .hero-skills li + li {
        min-height: 46px;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        min-height: 560px;
        padding-bottom: 82px;
    }

    .hero-skills,
    .hero-benefits {
        display: none;
    }

    .hero-content__actions {
        bottom: 18px;
    }
}

@media (max-width: 479.98px) {
    .hero-content {
        min-height: 530px;
        padding-bottom: 76px;
    }

    .hero-content__actions {
        bottom: 16px;
    }
}

@media (max-width: 359.98px) {
    .hero-content {
        min-height: 500px;
        padding-bottom: 72px;
    }
}

/* Финальная адаптация hero */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-content {
        min-height: clamp(560px, 64vw, 680px);
        align-items: flex-start;
        padding: 42px 40px 126px;
        border-radius: 30px;
    }

    .hero-content::before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.82) 36%, rgba(255, 255, 255, 0.16) 68%, rgba(255, 255, 255, 0) 100%);
    }

    .hero-content::after {
        background: var(--hero-photo) 68% center / cover no-repeat;
    }

    .hero-content__trust {
        position: absolute;
        top: 24px;
        right: 24px;
        display: flex;
        max-width: 300px;
        padding: 12px 16px;
        gap: 10px;
        border-radius: 18px;
        font-size: 14px;
        z-index: 6;
    }

    .hero-content__trust-icon {
        flex-basis: 38px;
        width: 38px;
        height: 44px;
    }

    .hero-content__inner {
        position: relative;
        width: min(430px, 47vw);
        padding-top: 20px;
        gap: 18px;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .hero-content h1 {
        max-width: 10.5ch;
        padding: 0;
        font-size: clamp(36px, 5vw, 58px);
        line-height: 0.98;
    }

    .hero-skills {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: min(430px, 100%);
        gap: 0;
        font-size: 12px;
        line-height: 1.22;
    }

    .hero-skills li,
    .hero-skills li + li {
        min-height: 0;
        padding: 0 9px;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .hero-skills li + li {
        border-left: 0;
    }

    .hero-skill__icon {
        width: 34px;
        height: 34px;
        font-size: 10px;
    }

    .hero-content__actions {
        position: relative;
        left: auto;
        bottom: auto;
        width: auto;
        margin-top: 4px;
    }

    .hero-content__button {
        width: fit-content;
        min-width: 260px;
        min-height: 52px;
        padding: 12px 20px;
        font-size: 15px !important;
    }

    .hero-benefits {
        position: absolute;
        left: 40px;
        right: 40px;
        bottom: 24px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: auto;
        gap: 0;
        padding: 14px 16px;
        border-radius: 18px;
        font-size: 12px;
        line-height: 1.2;
    }

    .hero-benefits li,
    .hero-benefits li + li {
        gap: 8px;
        padding: 0 8px;
        border-left: 0;
    }

    .hero-benefits li + li {
        border-left: 0;
    }

    .hero-benefit__icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        min-height: 540px;
        align-items: flex-start;
        padding: 14px 12px 76px;
        border-radius: 20px;
    }

    .hero-content::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 36%, rgba(255, 255, 255, 0.35) 62%, rgba(255, 255, 255, 0) 100%);
    }

    .hero-content::after {
        background: var(--hero-photo) right bottom / cover no-repeat;
    }

    .hero-content__trust,
    .hero-skills,
    .hero-benefits {
        display: none;
    }

    .hero-content__inner {
        position: static;
        width: min(330px, 100%);
        padding: 0;
        gap: 0;
    }

    .hero-content h1 {
        max-width: 10.2ch;
        padding: 4px 0 0 2px;
        font-size: clamp(28px, 9.4vw, 40px);
        line-height: 0.98;
    }

    .hero-content__actions {
        position: absolute;
        left: 12px;
        bottom: 16px;
        width: min(300px, calc(100% - 24px));
        z-index: 5;
    }

    .hero-content__button {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        padding: 10px 14px;
        gap: 10px;
        font-size: 14px !important;
    }

    .hero-content__button-gift {
        width: 21px;
        height: 21px;
    }

    .hero-content__button-arrow {
        flex-basis: 25px;
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 479.98px) {
    .hero-content {
        min-height: 510px;
        padding: 12px 10px 72px;
        border-radius: 18px;
    }

    .hero-content h1 {
        font-size: clamp(26px, 9.2vw, 36px);
    }

    .hero-content__actions {
        left: 10px;
        bottom: 14px;
        width: min(292px, calc(100% - 20px));
    }

    .hero-content__button {
        min-height: 46px;
        font-size: 13px !important;
    }
}

@media (max-width: 359.98px) {
    .hero-content {
        min-height: 480px;
        padding-bottom: 68px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-skills li {
        min-height: 70px;
        padding: 9px 8px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.64);
        box-shadow: 0 8px 20px rgba(9, 37, 63, 0.06);
    }

    .hero-skills li + li {
        border-left: 0;
    }

    .hero-benefits {
        background: rgba(255, 255, 255, 0.9);
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-content {
        padding-bottom: 126px;
    }

    .hero-benefits {
        display: grid;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        min-height: 610px;
        padding-bottom: 126px;
    }

    .hero-content__trust {
        position: relative;
        display: flex;
        top: auto;
        right: auto;
        width: min(292px, 100%);
        max-width: none;
        margin-top: 10px;
        padding: 8px 11px;
        gap: 8px;
        border-radius: 15px;
        font-size: 11px;
        z-index: 4;
    }

    .hero-content__trust-icon {
        flex-basis: 30px;
        width: 30px;
        height: 34px;
    }

    .hero-benefits {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 10px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        width: auto;
        padding: 8px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.86);
        font-size: 10px;
        line-height: 1.15;
    }

    .hero-benefits li,
    .hero-benefits li + li {
        gap: 6px;
        padding: 0;
        border-left: 0;
    }

    .hero-benefit__icon {
        flex-basis: 22px;
        width: 22px;
        height: 22px;
    }

    .hero-content__actions {
        bottom: 86px;
    }
}

@media (max-width: 479.98px) {
    .hero-content {
        min-height: 580px;
        padding-bottom: 120px;
    }

    .hero-content__trust {
        width: min(276px, 100%);
        margin-top: 8px;
        font-size: 10.5px;
    }

    .hero-benefits {
        font-size: 9.5px;
    }

    .hero-content__actions {
        bottom: 82px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-content__inner .hero-skills {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: min(360px, 100%);
        margin-top: 2px;
        font-size: 12px;
    }

    .hero-content__inner .hero-skills li,
    .hero-content__inner .hero-skills li + li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-height: 54px;
        gap: 10px;
        padding: 8px 10px;
        border-left: 0;
        border-radius: 16px;
        text-align: left;
        background: rgba(255, 255, 255, 0.72);
        box-shadow: 0 8px 20px rgba(9, 37, 63, 0.07);
    }

    .hero-content__inner .hero-skill__icon {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 767.98px) {
    .hero-content__trust {
        display: none;
    }
}

@media (min-width: 768px) {
    .hero-content__trust {
        position: absolute;
        top: clamp(22px, 2.6vw, 36px);
        right: clamp(22px, 2.8vw, 42px);
        z-index: 8;
    }
}

.hero-skill__icon::before,
.hero-skill__icon::after {
    content: none !important;
    display: none !important;
}

.hero-skill__icon svg {
    display: block;
    width: 58%;
    height: 58%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-benefits {
        display: grid;
    }
}

@media (max-width: 767.98px) {
    .hero-benefits {
        display: none !important;
    }

    .hero-content {
        padding-bottom: 76px;
    }

    .hero-content__actions {
        bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        min-height: auto;
        align-items: stretch;
        padding: 16px;
        border-radius: 20px;
        background: linear-gradient(180deg, #fffaf3 0%, #f4fbef 100%);
    }

    .hero-content::before,
    .hero-content::after {
        content: none;
        display: none;
    }

    .hero-content__inner {
        position: relative;
        order: 1;
        width: 100%;
        padding: 0;
        gap: 16px;
    }

    .hero-content h1 {
        max-width: 11ch;
        padding: 0;
        font-size: clamp(31px, 10vw, 44px);
        line-height: 1;
    }

    .hero-content__trust {
        display: none;
    }

    .hero-content__trust-icon {
        flex-basis: 34px;
        width: 34px;
        height: 39px;
    }

    .hero-content__actions {
        position: relative;
        left: auto;
        bottom: auto;
        order: 3;
        width: 100%;
        margin-top: 14px;
    }

    .hero-content__button {
        width: 100%;
        min-height: 50px;
        padding: 11px 15px;
        font-size: 14px !important;
    }

    .hero-benefits {
        position: relative;
        order: 2;
        left: auto;
        right: auto;
        bottom: auto;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 8px;
        margin: 16px 0 0;
        padding: 0;
        background: transparent;
        box-shadow: none;
        font-size: 11px;
        line-height: 1.2;
    }

    .hero-benefits li,
    .hero-benefits li + li {
        gap: 8px;
        padding: 10px;
        border-left: 0;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.74);
        box-shadow: 0 8px 18px rgba(9, 37, 63, 0.06);
    }

    .hero-benefit__icon {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 479.98px) {
    .hero-content {
        padding: 14px;
        border-radius: 18px;
    }

    .hero-content h1 {
        font-size: clamp(29px, 10vw, 38px);
    }

    .hero-benefits {
        grid-template-columns: 1fr;
        gap: 7px;
        font-size: 10.5px;
    }
}

@media (max-width: 767.98px) {
    .hero-benefits {
        display: none !important;
    }

    .hero-skills {
        display: none !important;
    }

    .hero-content__inner {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        overflow: visible;
    }

    .hero-content__actions {
        display: block !important;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 16px;
        z-index: 6;
        opacity: 1;
        visibility: visible;
    }

    .hero-content__button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 50px;
        visibility: visible;
        opacity: 1;
    }
}

/* Главная: категории и отзывы */

.showcase-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.categories-ribbon,
.faq-shell,
.faq-item,
.orders-column,
.catalog-filters,
.contacts-card,
.product-detail__section,
.product-detail__meta,
.catalog-current-category,
.reviews-panel,
.important__panel,
.main-note,
.review-card,
.important-point,
.main-note__signature {
    background: var(--site-glass-background);
    border: 1px solid var(--site-glass-border-color);
    box-shadow: var(--site-glass-shadow);
    backdrop-filter: blur(var(--site-glass-blur));
    -webkit-backdrop-filter: blur(var(--site-glass-blur));
}

.categories-ribbon {
    display: grid;
    gap: 0;
    padding: clamp(18px, 2.4vw, 30px);
    border-radius: 32px;
}

.categories-ribbon__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.categories-ribbon__copy {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.categories-ribbon__title {
    margin: 0;
    padding: 0;
    color: #FFFFFF !important;
}

.categories-ribbon__track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px 16px;
    overflow: visible;
    padding: 0;
}

.category-tile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex: 0 1 calc(25% - 12px);
    width: calc(25% - 12px);
    min-width: 210px;
    min-height: 50px;
    padding: 12px 16px;
    border-radius: 25px;
    color: #12343A;
    text-decoration: none;
    border: 1px solid rgba(18, 52, 58, 0.08);
    box-shadow: 0 12px 24px rgba(18, 52, 58, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: normal;
}

.category-tile:hover,
.category-tile:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(18, 52, 58, 0.16);
}

.category-tile:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.88);
    outline-offset: 3px;
}

.category-tile::after {
    content: none;
}

.category-tile__title {
    position: relative;
    z-index: 1;
    font-size: clamp(15px, 1.2vw, 18px);
    font-weight: 700;
    line-height: 1.15;
}

.category-tile__icon {
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.category-tile__icon img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: contain;
}

.category-tile__icon::before,
.category-tile__icon::after {
    content: "";
    position: absolute;
}

.category-tile__icon--school::before {
    left: 6px;
    top: 9px;
    width: 22px;
    height: 16px;
    border: 2px solid #0B6B73;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
}

.category-tile__icon--school::after {
    left: 11px;
    top: 6px;
    width: 12px;
    height: 4px;
    border-radius: 999px;
    background: #0B6B73;
}

.category-tile__icon--writing::before {
    left: 9px;
    top: 6px;
    width: 16px;
    height: 22px;
    border: 2px solid #0B6B73;
    border-radius: 5px;
    background:
        linear-gradient(180deg, transparent 0 6px, rgba(11, 107, 115, 0.16) 6px 8px, transparent 8px 12px, rgba(11, 107, 115, 0.16) 12px 14px, transparent 14px);
}

.category-tile__icon--writing::after {
    right: 6px;
    bottom: 6px;
    width: 10px;
    height: 3px;
    border-radius: 999px;
    background: #F48C2D;
    transform: rotate(-42deg);
    transform-origin: right center;
}

.category-tile__icon--logic::before {
    left: 7px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: #0B6B73;
    box-shadow: 12px 0 0 #0B6B73, 0 12px 0 #75C32C, 12px 12px 0 #75C32C;
}

.category-tile__icon--logic::after {
    left: 13px;
    top: 10px;
    width: 8px;
    height: 14px;
    border-left: 2px solid rgba(11, 107, 115, 0.52);
    border-right: 2px solid rgba(11, 107, 115, 0.52);
}

.category-tile__icon--math::before {
    left: 8px;
    top: 8px;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background:
        linear-gradient(#0B6B73, #0B6B73) center / 12px 2px no-repeat,
        linear-gradient(#0B6B73, #0B6B73) center / 2px 12px no-repeat;
}

.category-tile__icon--math::after {
    right: 7px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F48C2D;
    box-shadow: -15px 15px 0 #75C32C;
}

.category-tile__icon--generic::before {
    inset: 8px;
    border: 2px solid #0B6B73;
    border-radius: 50%;
}

.category-tile__icon--generic::after {
    left: 15px;
    top: 8px;
    width: 4px;
    height: 18px;
    border-radius: 999px;
    background: #0B6B73;
}

.category-tile--mint {
    background: linear-gradient(135deg, #DDF7D5 0%, #BEEAAB 100%);
}

.category-tile--orange {
    background: linear-gradient(135deg, #FFE3C2 0%, #FFB96A 100%);
}

.category-tile--blue {
    background: linear-gradient(135deg, #D5F1FF 0%, #8ED7F4 100%);
}

.category-tile--lime {
    background: linear-gradient(135deg, #F1F7BE 0%, #D3E466 100%);
}

.review-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
    padding: 24px;
    border-radius: 28px;
}

.reviews-panel {
    display: grid;
    gap: 24px;
    padding: clamp(18px, 2.4vw, 30px);
    border-radius: 32px;
}

.reviews-panel__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.reviews-panel__copy {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.reviews-panel__eyebrow {
    background: rgba(0, 147, 158, 0.12);
    color: #0A7881;
}

.reviews-panel__title {
    margin: 0;
    color: #00939E;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.08;
}

.reviews-panel__lead {
    max-width: 38ch;
    margin: 0;
    color: rgba(18, 52, 58, 0.78);
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.6;
}

.reviews-panel__grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 6px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
}

.review-card__quote {
    color: #00939E;
    font-size: 44px;
    line-height: 0.8;
    font-weight: 700;
}

.review-card__text {
    margin: 0;
    color: #12343A;
    font-size: clamp(15px, 1.15vw, 17px);
    line-height: 1.7;
}

.review-card__good {
    margin: 0;
    color: #00939E;
    font-size: 14px;
    font-weight: 700;
}

.review-card__meta {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-top: auto;
}

.review-card__author {
    display: block;
    color: #12343A;
    font-size: 16px;
    font-weight: 700;
}

.review-card__city {
    display: block;
    margin-top: 4px;
    color: rgba(18, 52, 58, 0.64);
    font-size: 14px;
}

.reviews-panel__grid > * {
    flex: 0 0 min(360px, calc((100% - 36px) / 3));
    max-width: min(360px, calc((100% - 36px) / 3));
    scroll-snap-align: start;
}

.important--after-showcase {
    margin-top: 24px !important;
}

.important__panel {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 22px;
    padding: clamp(20px, 2.5vw, 30px);
    border-radius: 32px;
}

.important__intro {
    display: grid;
    gap: 14px;
    align-content: start;
}

.important__eyebrow {
    background: rgba(117, 195, 44, 0.16);
    color: #4F8E16;
}

.important__title {
    margin: 0;
    color: #0B6B73;
}

.important__text {
    margin: 0;
    color: #33535C;
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.7;
}

.important__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.important-point {
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 18px;
    border-radius: 24px;
}

.important-point__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.important-point__text {
    margin: 0;
    color: #26424B;
    font-size: 15px;
    line-height: 1.55;
}

.important-point--teal .important-point__number {
    background: rgba(0, 147, 158, 0.14);
    color: #0B6B73;
}

.important-point--lime .important-point__number {
    background: rgba(117, 195, 44, 0.18);
    color: #4F8E16;
}

.important-point--orange .important-point__number {
    background: rgba(244, 140, 45, 0.18);
    color: #C7650E;
}

@media (prefers-reduced-motion: reduce) {
    .scroll-reveal,
    .js-scroll-reveal .scroll-reveal.reveal-ready,
    .js-scroll-reveal .scroll-reveal.reveal-ready.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
        animation: none;
        will-change: auto;
    }
}

@media (max-width: 1199.98px) {
    .categories-ribbon__header,
    .reviews-panel__header {
        align-items: flex-start;
    }

    .reviews-panel__grid > * {
        flex-basis: min(340px, calc((100% - 18px) / 2));
        max-width: min(340px, calc((100% - 18px) / 2));
    }
}

@media (max-width: 991.98px) {
    .categories-ribbon,
    .reviews-panel {
        gap: 20px;
    }

    .categories-ribbon__header,
    .reviews-panel__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .reviews-panel__lead {
        max-width: none;
        font-size: 15px;
        line-height: 1.5;
    }

    .important__panel {
        grid-template-columns: 1fr;
    }

    .important__points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .reviews-panel__grid > * {
        flex-basis: min(320px, 78vw);
        max-width: min(320px, 78vw);
    }
}

@media (max-width: 767.98px) {
    .contacts-card {
        padding: 16px;
        border-radius: 22px;
    }

    .map-wrap {
        border-radius: 22px;
    }

    .contacts-map {
        min-height: 300px;
    }

    .catalog-category-picker {
        gap: 10px;
        margin-bottom: 16px;
    }

    .catalog-category-picker__track {
        gap: 8px;
        margin-inline: -2px;
        padding-inline: 2px;
    }

    .catalog-category-picker__chip {
        min-height: 40px;
        padding: 9px 15px;
        font-size: 14px;
    }

    .catalog-current-category {
        min-height: 36px;
        padding: 7px 13px;
        font-size: 13px;
    }

    .catalog-pagination__list {
        gap: 6px;
    }

    .catalog-pagination .page-link {
        min-width: 40px;
        height: 40px;
        padding: 0 12px;
        border-radius: 12px;
        font-size: 14px;
    }

    .categories-ribbon,
    .reviews-panel {
        padding: 16px;
        border-radius: 24px;
    }

    .showcase-eyebrow {
        padding: 7px 12px;
        font-size: 11px;
    }

    .categories-ribbon__title,
    .reviews-panel__title {
        font-size: clamp(22px, 7vw, 30px);
    }

    .categories-ribbon__track {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .category-tile {
        flex: none;
        width: 100%;
        min-width: 0;
        min-height: 58px;
        padding: 10px 14px;
    }

    .category-tile__icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
        border-radius: 10px;
    }

    .review-card {
        border-radius: 22px;
        padding: 14px;
        gap: 10px;
    }

    .review-card__quote {
        font-size: 36px;
    }

    .review-card__text {
        font-size: 14px;
        line-height: 1.55;
    }

    .review-card__author {
        font-size: 15px;
    }

    .important__panel {
        padding: 16px;
        border-radius: 24px;
    }

    .important__points {
        grid-template-columns: 1fr;
    }

    .important-point {
        padding: 16px;
        border-radius: 20px;
    }

    .important--after-showcase {
        margin-top: 18px !important;
    }
}

@media (max-width: 479.98px) {
    .contacts-map {
        min-height: 260px;
    }

    .categories-ribbon,
    .reviews-panel {
        padding: 14px;
        border-radius: 20px;
    }

    .review-card {
        border-radius: 18px;
        padding: 13px;
    }

    .category-tile {
        min-height: 54px;
        padding: 10px 12px;
    }

    .image-lightbox__viewport {
        height: 100%;
    }

    .image-lightbox__nav {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        font-size: 24px;
    }

    .category-tile__title {
        font-size: 14px;
    }

    .catalog-pagination .page-link {
        min-width: 38px;
        height: 38px;
        padding: 0 10px;
        border-radius: 11px;
        font-size: 13px;
    }

    .categories-ribbon__track {
        display: grid;
        grid-template-columns: 1fr;
    }

    .important__panel {
        padding: 14px;
        border-radius: 20px;
    }

    .reviews-panel__grid > * {
        flex-basis: min(286px, 86vw);
        max-width: min(286px, 86vw);
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        min-height: auto !important;
        padding: 16px !important;
        border-radius: 20px !important;
        background: linear-gradient(180deg, #fffaf3 0%, #f4fbef 100%) !important;
    }

    .hero-content::before,
    .hero-content::after {
        content: none !important;
        display: none !important;
    }

    .hero-content__trust,
    .hero-skills,
    .hero-benefits {
        display: none !important;
    }

    .hero-content__inner {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        padding: 0 !important;
        gap: 16px !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }

    .hero-content h1 {
        max-width: 11ch !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: clamp(31px, 10vw, 44px) !important;
        line-height: 1 !important;
    }

    .hero-content__actions {
        display: block !important;
        position: static !important;
        width: 100% !important;
        margin: 16px 0 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 10 !important;
    }

    .hero-content__button {
        display: inline-flex !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 50px !important;
        align-items: center !important;
        justify-content: center !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 479.98px) {
    .hero-content {
        padding: 14px !important;
        border-radius: 18px !important;
    }

    .hero-content h1 {
        font-size: clamp(29px, 10vw, 38px) !important;
    }
}

@media (max-width: 767.98px) {
    .hero-content__trust {
        display: flex !important;
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        margin: 14px 0 0 !important;
        padding: 10px 12px !important;
        gap: 9px !important;
        border-radius: 16px !important;
        font-size: 12px !important;
        order: 3 !important;
    }

    .hero-content__trust-icon {
        flex: 0 0 32px !important;
        width: 32px !important;
        height: 36px !important;
    }

    .hero-benefits {
        display: grid !important;
        position: static !important;
        order: 4 !important;
        width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin: 14px 0 0 !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        font-size: 11px !important;
        line-height: 1.18 !important;
    }

    .hero-benefits li,
    .hero-benefits li + li {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 10px !important;
        border-left: 0 !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.74) !important;
        box-shadow: 0 8px 18px rgba(9, 37, 63, 0.06) !important;
    }

    .hero-benefit__icon {
        flex: 0 0 24px !important;
        width: 24px !important;
        height: 24px !important;
    }
}

@media (max-width: 479.98px) {
    .hero-benefits {
        grid-template-columns: 1fr !important;
        gap: 7px !important;
        font-size: 10.5px !important;
    }

    .hero-content__trust {
        font-size: 11px !important;
    }
}

@media (max-width: 767.98px) {
    .hero-content::after {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        inset: auto !important;
        top: 16px !important;
        right: 16px !important;
        z-index: 1 !important;
        width: clamp(96px, 31vw, 160px) !important;
        aspect-ratio: 4 / 5 !important;
        border-radius: 16px !important;
        background: var(--hero-photo) 62% 34% / cover no-repeat !important;
        box-shadow: 0 12px 28px rgba(9, 37, 63, 0.14) !important;
        opacity: 1 !important;
        pointer-events: none !important;
    }

    .hero-content h1 {
        max-width: min(11ch, calc(100% - clamp(112px, 36vw, 176px))) !important;
    }

    .hero-content__inner {
        z-index: 2 !important;
    }
}

@media (max-width: 479.98px) {
    .hero-content::after {
        top: 14px !important;
        right: 14px !important;
        width: clamp(88px, 32vw, 124px) !important;
        border-radius: 14px !important;
    }

    .hero-content h1 {
        max-width: min(11ch, calc(100% - clamp(102px, 38vw, 138px))) !important;
    }
}

@media (min-width: 768px) {
    .hero-content {
        --hero-title-top: clamp(22px, 2.6vw, 36px);
        --hero-content-top-padding: clamp(28px, 3.4vw, 48px);
        align-items: flex-start !important;
    }

    .hero-content__inner {
        margin-top: calc(var(--hero-title-top) - var(--hero-content-top-padding)) !important;
        padding-top: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-content {
        --hero-title-top: 24px;
        --hero-content-top-padding: 42px;
    }
}

@media (min-width: 768px) {
    .hero-skills {
        justify-content: start !important;
        justify-items: start !important;
        width: min(420px, 100%) !important;
        gap: 8px !important;
        font-size: clamp(12px, 0.86vw, 15px) !important;
        line-height: 1.18 !important;
    }

    .hero-skills li,
    .hero-skills li + li {
        justify-items: start !important;
        gap: 7px !important;
        padding: 0 8px 0 0 !important;
        text-align: left !important;
        border-left: 0 !important;
    }

    .hero-skill__icon {
        width: clamp(32px, 2.6vw, 42px) !important;
        height: clamp(32px, 2.6vw, 42px) !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-content__inner .hero-skills {
        width: min(330px, 100%) !important;
        gap: 8px !important;
        font-size: 11.5px !important;
    }

    .hero-content__inner .hero-skills li,
    .hero-content__inner .hero-skills li + li {
        min-height: 48px !important;
        gap: 8px !important;
        padding: 7px 9px !important;
    }

    .hero-content__inner .hero-skill__icon {
        flex-basis: 30px !important;
        width: 30px !important;
        height: 30px !important;
    }
}
