:root {
    --header-h: 88px;
    --header-bg: #ffffff;
    --header-text: #1f2937;
    --accent: #1e40af;
    --accent-hover: #1d4ed8;
    --text: #1f2937;
    --text-muted: #6b7280;
    --bg-light: #f5f6f8;
    --bg-light-custom: #f5f6f8;
    --border: #d1d5db;
    --radius: 6px;
    --radius-md: 8px;
    --shadow-card: 0 2px 8px rgba(0, 0, 0, 0.06);
    --transition: 0.2s ease;
}

body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
}

a, button {
    color: inherit;
}

.tabs__nav {
    display: flex;
    gap: 4px;
    border-bottom: 1px solid rgb(var(--acsent-color));
    overflow-x: auto;
}

.tabs__nav-btn {
    padding: 8px 24px;
    font-size: 16px;
    background-color: var(--bs-gray-200);
    border: 1px solid transparent;
    border-radius: 5px;
}

.tabs__nav-btn--active {
    background-color: var(--accent);
    color: var(--bs-white);
}

.tabs__panel {
    display: none;
}

.tabs__panel--active {
    display: block;
}

.fs-xsmall {
    font-size: 0.75rem;
}

.fs-large {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
}

.fs-xlarge {
    font-size: clamp(1.25rem, 3vw, 1.375rem);
}

.fs-xxlarge {
    font-size: clamp(1.5rem, 4.5vw, 1.5rem);
}

@media (min-width: 768px) {
    .fs-md-large {
        font-size: 1.125rem;
    }

    .fs-md-xlarge {
        font-size: 1.375rem;
    }

    .fs-md-xxlarge {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .fs-lg-xxlarge {
        font-size: 1.5rem;
    }
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    background: var(--accent);
    color: #fff;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button:hover {
    background: var(--accent-hover);
    color: #fff;
}

.button--border {
    background: transparent;
    color: var(--accent);
    border: 2px solid var(--accent);
}

.button--border:hover {
    background: rgba(30, 64, 175, 0.08);
    color: var(--accent-hover);
}

.button--dark {
    background: #0f172a;
    color: #fff;
}

.button--dark:hover {
    background: #1e293b;
    color: #fff;
}

.button--white {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.65);
}

.button--white:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.picture-bg {
    display: block;
    overflow: hidden;
}

.picture-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog__all-link {
    color: var(--accent);
}

.catalog__all-link:hover {
    color: var(--accent-hover);
}

.picture-image img {
    max-height: 48px;
    width: auto;
}

.catalog-item {
    background: #fff;
    min-height: 200px;
    border: 1px solid lightgray;
    min-height: 120px;
}

.catalog-item:hover {
    border-color: #1e40af;
}

/*.catalog-item .picture-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}*/

.catalog-item__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 40%;
}

.catalog-item__bg img {
    object-fit: contain;
    max-width: 100%;
    height: auto;
}

/*.catalog-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    border-radius: var(--bs-border-radius, 0.5rem);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.5), rgba(15, 23, 42, 0.88) 100%);
}*/

.catalog-item__name {
    z-index: 2;
    color: var(--text);
    background: linear-gradient(180deg, rgb(255,255,255,0.75) 50%,  rgb(255,255,255,0));
}

.s-cta .form-control {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.s-cta .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.s-cta .form-control:focus {
    border-color: var(--accent);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(30, 64, 175, 0.35);
}

.s-cta .form-check-label,
.s-cta .form-check-label a {
    color: rgba(255, 255, 255, 0.82);
}

.s-cta .form-check-label a:hover {
    color: #fff;
}

.s-cta .form-check-input {
    border-color: rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.12);
}

.s-cta .form-check-input:checked {
    background-color: var(--accent);
    border-color: var(--accent);
}

/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬: ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ (Swiper + ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼) */
.slider-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.slider-head__title {
    margin: 0;
}

.slider-head__arrows {
    display: flex;
    gap: 0.5rem;
}

.slider-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #fff;
    color: var(--text);
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.slider-arrow:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.slider-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

/* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° (BEM) */
.product-item__price {
    font-weight: 700;
    font-size: 1.05rem;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.swiper-nav-disabled {
    opacity: 0.35;
    pointer-events: none;
}

/* Swiper ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ .s-*__track */
.s-new__track .swiper,
.s-articles__track .swiper,
.s-brands__track .swiper {
    width: 100%;
}

/* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°: ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ */
#modalCallback .form-check-label a {
    color: var(--accent);
    font-weight: 600;
}

#modalCallback .form-check-label a:hover {
    color: var(--accent-hover);
}

/* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ lg Bootstrap ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ .container ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ max-width ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦/ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ */
@media (max-width: 991.98px) {
    .site-head-sticky .container,
    main .container {
        max-width: 100%;
    }
}

/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ */

/* ===== Topbar ===== */
.topbar {
    background: #ffffff;
    color: var(--header-text);
    font-size: 0.8rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.topbar-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.topbar-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.topbar-sep {
    margin: 0 10px;
    opacity: 0.5;
    user-select: none;
}

.topbar-link {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.topbar-link:hover {
    color: var(--accent);
}

.topbar-link-icon {
    flex-shrink: 0;
    opacity: 0.85;
}

.topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    padding: 2px 4px;
    transition: color 0.2s ease;
}

.topbar-item:hover {
    color: var(--accent);
}

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

.topbar-icon-star {
    color: #f59e0b;
}

.topbar-rating-num {
    font-weight: 700;
    color: #1e293b;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 2px;
}

.topbar-right .topbar-sep {
    margin: 0 2px;
}

@media (max-width: 768px) {
    .topbar-inner {
        justify-content: center;
    }
    .topbar-left {
        justify-content: center;
    }
    .topbar-right {
        width: 100%;
        justify-content: center;
        padding-top: 4px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }
}

@media (max-width: 480px) {
    .topbar {
        font-size: 0.75rem;
    }
    .topbar-sep {
        margin: 0 6px;
    }
}

/* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°: ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° first-screen, ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¶ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â 100vh-ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ */
.site-head-sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
}

@supports (padding: max(0px)) {
    .site-head-sticky {
        padding-top: env(safe-area-inset-top, 0px);
    }
}

/* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â / ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° */
.header-mobile-top {
    display: none;
}

.header-desktop {
    display: block;
}

/* ===== Header ===== */
.header {
    background: var(--header-bg);
    color: var(--header-text);
    padding: 16px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.header-top {
    width: 100%;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1 0 auto;
}

.header-catalog {
    margin-left: 0;
}

.header-search {
    display: flex;
    align-items: center;
    min-width: 200px;
    height: 40px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: var(--radius);
    overflow: hidden;
    flex: 1 0 auto;
}

.header-search:focus-within {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(0, 0, 0, 0.15);
}

.header-search-input {
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 0 12px;
    font-size: 0.9rem;
    color: var(--header-text);
    background: transparent;
    border: none;
    outline: none;
}

.header-search-input::placeholder {
    color: var(--text-muted);
}

.header-search-btn {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--header-text);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.header-search-btn:hover {
    color: var(--accent);
    background: rgba(255, 255, 255, 0.08);
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° (ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â· ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â¤768px ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¶ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â */
.header-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

.logo--mobile .logo-img {
    height: 40px;
    max-width: min(200px, 52vw);
}

.header-mobile-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.header-mobile-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-md);
    color: var(--header-text);
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #f8fafc;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    -webkit-tap-highlight-color: rgba(30, 64, 175, 0.12);
}

.header-mobile-icon-btn:hover {
    color: var(--accent);
    border-color: rgba(30, 64, 175, 0.25);
    background: #fff;
    text-decoration: none;
}

.menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: var(--radius-md);
    background: var(--accent);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.menu-toggle:hover {
    background: var(--accent-hover);
}

.menu-toggle-bar {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.header-mobile-search {
    margin-top: 10px;
    padding-bottom: 2px;
}

.header-search--mobile {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 42px;
}

/* iOS: ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ font-size < 16px ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ */
@media (max-width: 768px) {
    .header-search--mobile .header-search-input {
        font-size: 1rem;
    }
}

/* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¶ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ */
.mobile-menu {
    position: relative;
    z-index: 250;
}

.mobile-menu[hidden] {
    display: none !important;
}

.mobile-menu.is-open {
    display: block;
}

.mobile-menu__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 260;
}

.mobile-menu.is-open .mobile-menu__backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu__panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(100%, 360px);
    max-width: 100%;
    background: #fff;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
    z-index: 270;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.28s ease;
    padding-top: env(safe-area-inset-top, 0px);
}

.mobile-menu.is-open .mobile-menu__panel {
    transform: translateX(0);
}

@media (max-width: 480px) {
    .mobile-menu__panel {
        width: 100%;
        max-width: none;
    }
}

.mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
}

.mobile-menu__title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text);
}

.mobile-menu__close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    line-height: 1;
    color: var(--text-muted);
    background: none;
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.mobile-menu__close:hover {
    color: var(--text);
    background: var(--bg-light);
}

.mobile-menu__scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 12px 16px 20px;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu__link {
    display: block;
    padding: 12px 10px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text);
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
    -webkit-tap-highlight-color: rgba(30, 64, 175, 0.08);
}

.mobile-menu__link:hover {
    background: var(--bg-light);
    color: var(--accent);
    text-decoration: none;
}

.mobile-menu__link--cta {
    background: var(--accent);
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    margin-bottom: 8px;
}

.mobile-menu__link--cta:hover {
    background: var(--accent-hover);
    color: #fff !important;
    text-decoration: none;
}

.mobile-menu__details {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 4px;
}

.mobile-menu__summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 10px;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu__summary::-webkit-details-marker {
    display: none;
}

.mobile-menu__summary::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--text-muted);
    border-bottom: 2px solid var(--text-muted);
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-left: 8px;
}

.mobile-menu__details[open] .mobile-menu__summary::after {
    transform: rotate(225deg);
}

.mobile-menu__sub {
    padding: 0 8px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mobile-menu__sublink {
    display: block;
    padding: 8px 8px;
    font-size: 0.875rem;
    color: var(--text-muted);
    border-radius: var(--radius);
    text-decoration: none;
}

.mobile-menu__sublink:hover {
    color: var(--accent);
    background: #f8fafc;
    text-decoration: none;
}

.mobile-menu__grouptitle {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
    padding: 12px 8px 4px;
}

.mobile-menu__sub > .mobile-menu__grouptitle:first-child {
    padding-top: 4px;
}

.mobile-menu__sublink--all {
    margin-top: 6px;
    font-weight: 600;
    color: var(--accent);
}

.mobile-menu__sublink--all:hover {
    color: var(--accent-hover);
}

.mobile-menu__divider {
    height: 1px;
    background: #e5e7eb;
    margin: 12px 0;
}

.mobile-menu__messengers {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 10px 8px;
}

.mobile-menu__messengers .header-messenger {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.mobile-menu__phone {
    margin-left: auto;
    font-size: clamp(0.8rem, 3.8vw, 0.95rem);
    font-weight: 700;
    color: var(--accent);
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.mobile-menu__phone:hover {
    color: var(--accent-hover);
    text-decoration: none;
}

.mobile-menu__foot {
    flex-shrink: 0;
    padding: 16px;
    padding-bottom: max(16px, env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--border);
    background: #fff;
}

.mobile-menu__btn-callback {
    width: 100%;
    justify-content: center;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: inherit;
    text-decoration: none;
}

.logo-img {
    height: 56px;
    width: auto;
    max-width: min(280px, 46vw);
    display: block;
    object-fit: contain;
}

@media (max-width: 768px) {
    .logo:not(.logo--mobile) .logo-img {
        height: 44px;
        max-width: min(220px, 58vw);
    }
}

.nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-link {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--header-text);
}

.nav-link:hover {
    color: var(--accent);
}

/* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³ */
.nav-item-dropdown {
    position: relative;
}

/* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â» ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ */
.nav-link-catalog {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    color: var(--header-text);
    border-radius: var(--radius-md);
    font-weight: 600;
    transition: color 0.2s ease, transform 0.2s ease;
}

.nav-link-catalog:hover {
    color: var(--accent);
}

.nav-catalog-icon {
    display: flex;
    width: 18px;
    height: 18px;
}

.nav-catalog-icon svg {
    width: 100%;
    height: 100%;
}

.nav-catalog-text {
    letter-spacing: 0.02em;
}

.nav-catalog-chevron {
    width: 0;
    height: 0;
    margin-left: 2px;
    border: 4px solid transparent;
    border-top-color: currentColor;
    border-bottom-width: 0;
    opacity: 0.9;
    transition: transform 0.2s ease;
}

.nav-item-dropdown:hover .nav-catalog-chevron {
    transform: scaleY(-1);
}

.nav-link-catalog.nav-link-toggle::after {
    content: none;
    display: none;
}

/* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ (Figma/Upwork/Flowbite) */
.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 960px;
    padding-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-2px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 50;
}

.nav-item-dropdown:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown-inner {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    max-height: 70vh;
    overflow-y: auto;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.nav-dropdown-col {
    flex: 1 0 auto;
    width: 200px;
    padding: 16px;
}

.nav-dropdown-col:not(:last-child) {
    border-right: 1px solid #f3f4f6;
}

.nav-dropdown-col:first-child {
    /* padding-left: 20px; */
}

.nav-dropdown-col:not(:first-child) {
    padding-left: 20px;
}

.nav-dropdown-col:last-child {
    padding-right: 20px;
}

.nav-dropdown-title {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    padding: 12px 0 6px;
    margin-top: 8px;
}

.nav-dropdown-title:first-child {
    margin-top: 0;
    padding-top: 4px;
}

.nav-dropdown-link {
    display: block;
    padding: 6px 0;
    font-size: 0.875rem;
    font-weight: 400;
    color: #4b5563;
    transition: color 0.15s ease, background 0.15s ease;
    border-radius: 4px;
    margin: 0;
}

.nav-dropdown-link:hover {
    color: var(--accent);
    background: #f9fafb;
}

.nav-dropdown-all {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--accent);
    margin-top: 12px;
    padding: 10px 12px;
    border-top: 1px solid #f3f4f6;
    margin-left: 4px;
    margin-right: 4px;
}

.nav-dropdown-all:hover {
    background: #f9fafb;
    color: var(--accent-hover);
}

.nav-dropdown-inner::-webkit-scrollbar {
    width: 6px;
}

.nav-dropdown-inner::-webkit-scrollbar-track {
    background: #f9fafb;
    border-radius: 0 8px 8px 0;
}

.nav-dropdown-inner::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.nav-dropdown-inner::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.nav-dropdown-col__more {
    width: 100%;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px;
    font-weight: 600;
}

.nav-dropdown-col__more:hover {
    background-color: var(--accent);
    color: var(--bs-white);
}

@media (max-width: 1024px) {
    .nav-dropdown {
        min-width: 0;
        width: min(680px, calc(100vw - 32px));
        max-width: calc(100vw - 32px);
        left: 0;
        transform: translateY(-2px);
    }

    .nav-item-dropdown:hover .nav-dropdown {
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .nav-dropdown-inner {
        flex-direction: column;
        max-height: min(78vh, 640px);
    }

    .nav-dropdown-col {
        min-width: 0;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-dropdown-col:first-child {
        padding-left: 16px;
    }

    .nav-dropdown-col:last-child {
        padding-right: 16px;
    }

    .nav-dropdown-col:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #f3f4f6;
    }

    .nav-dropdown-link {
        white-space: normal;
    }
}

.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-phone {
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
    color: var(--header-text);
    text-decoration: none;
}

.header-phone:hover {
    color: var(--accent);
    text-decoration: none;
}

.header-messengers {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-messenger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--header-text);
    opacity: 0.85;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.header-messenger:hover {
    opacity: 1;
    transform: scale(1.08);
}

.header-messenger-wa:hover {
    color: #25d366;
}

.header-messenger-tg:hover {
    color: #0088cc;
}

.header-messenger-max:hover {
    color: #4046F2;
}

/* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ */
.header-cart {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: var(--radius);
    color: var(--header-text);
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease;
}

.header-cart:hover {
    color: var(--accent);
    background: rgba(255, 255, 255, 0.06);
}

.header-cart-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-cart-icon {
    display: block;
}

.header-cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
    background: var(--accent);
    border-radius: 9px;
    line-height: 1;
}

.header-cart-badge:empty,
.header-cart[data-count="0"] .header-cart-badge {
    display: none;
}

.header-cart-text {
    white-space: nowrap;
}

@media (max-width: 900px) {
    .header-cart-text {
        display: none;
    }
    .header-cart {
        padding: 8px;
    }
}

/* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ .btn ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹, ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ Bootstrap (.modal ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡.ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´.) */
.site-head-sticky .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    border-radius: var(--radius);
    cursor: pointer;
    transition: var(--transition);
    border: none;
}

.site-head-sticky .btn-header {
    background: var(--accent);
    color: #fff;
}

.site-head-sticky .btn-header:hover {
    background: var(--accent-hover);
}

@media (max-width: 1199px) {
    .topbar { display: none; }
    .header-mobile-top { display: block; }
    .header-desktop { display: none !important; }
    .header { padding: 10px 0 12px; }
}

/* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ + hero (ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº index.legacy.html); ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ assets/images/hero.png */

.first-screen {
    min-height: calc(100dvh - 140px);
    min-height: calc(100svh - 140px);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    .first-screen {
        min-height: calc(100dvh - 148px);
        min-height: calc(100svh - 148px);
    }
}

@media (max-width: 480px) {
    .first-screen {
        min-height: calc(100dvh - 200px);
        min-height: calc(100svh - 200px);
    }
}

.first-screen .hero {
    flex: 1 1 auto;
    min-height: auto;
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    overflow-y: visible;
}

@supports not (overflow: clip) {
    .hero {
        overflow-x: hidden;
    }
}

.hero-spotlight {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(80vw, 600px);
    height: min(80vw, 600px);
    margin-left: min(-40vw, -300px);
    margin-top: min(-40vw, -300px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 64, 175, 0.12) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease, left 0.12s ease-out, top 0.12s ease-out;
}

.hero:hover .hero-spotlight {
    opacity: 1;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: #1e293b;
    background-size: cover;
    background-position: center;
}

.hero-noise {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px 120px;
    color: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-width: 0;
}

.hero-block {
    max-width: 520px;
    width: 100%;
    min-width: 0;
    position: relative;
}

.hero-float-badge {
    position: absolute;
    top: -8px;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    white-space: nowrap;
    animation: heroBadgeFloat 4s ease-in-out infinite;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hero-float-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px #22c55e, 0 0 20px rgba(34, 197, 94, 0.5);
    animation: heroLivePulse 2s ease-in-out infinite;
}

@keyframes heroBadgeFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes heroLivePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.2); }
}

.hero-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 0.5rem;
}

.hero-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 12px #22c55e, 0 0 24px rgba(34, 197, 94, 0.4);
    animation: heroLivePulse 2s ease-in-out infinite;
    flex-shrink: 0;
}

.hero-headline {
    font-size: clamp(2.25rem, 5.5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 1rem;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.3);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.hero-subline {
    font-size: clamp(0.95rem, 2.8vw, 1.05rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 1.75rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.hero-features {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
}

.hero-features li {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-feature-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    transition: transform 0.2s ease, background 0.2s ease;
}

.hero-features li:hover .hero-feature-icon {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.22);
}

.hero-feature-icon-warehouse {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") center/contain no-repeat;
    background: rgba(255, 255, 255, 0.35);
}

.hero-feature-icon-truck {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Crect x='1' y='3' width='15' height='13'/%3E%3Cpolygon points='16 8 20 8 23 11 23 16 16 16 16 8'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Crect x='1' y='3' width='15' height='13'/%3E%3Cpolygon points='16 8 20 8 23 11 23 16 16 16 16 8'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E") center/contain no-repeat;
    background: rgba(255, 255, 255, 0.35);
}

.hero-feature-icon-years {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E") center/contain no-repeat;
    background: rgba(255, 255, 255, 0.35);
}

.hero-feature-value {
    font-weight: 800;
    font-size: 1rem;
    color: #fff;
    text-shadow:
        0 0 16px rgba(96, 165, 250, 0.6),
        0 0 32px rgba(30, 64, 175, 0.35),
        0 1px 3px rgba(0, 0, 0, 0.5),
        0 2px 6px rgba(0, 0, 0, 0.4);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: var(--radius);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
    border: none;
    text-decoration: none;
    font-family: inherit;
}

.btn-hero-primary {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 4px 16px rgba(30, 64, 175, 0.4);
}

.btn-hero-primary:hover {
    background: var(--accent-hover);
    color: #fff;
    box-shadow: 0 6px 24px rgba(30, 64, 175, 0.5);
    transform: translateY(-2px);
}

.btn-hero-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.btn-hero-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transform: translateY(-2px);
}

.hero-trust {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-badge {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9);
}

.hero-badge-year {
    opacity: 0.8;
}

.hero-scroll-hint {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s;
}

.hero-scroll-hint:hover {
    color: rgba(255, 255, 255, 0.95);
}

.hero-scroll-arrow {
    width: 24px;
    height: 24px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(0);
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%, 100% { transform: rotate(45deg) translateY(0); }
    50% { transform: rotate(45deg) translateY(6px); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-scroll-arrow {
        animation: none;
    }

    .hero-float-badge {
        animation: none;
    }

    .hero-float-badge-dot,
    .hero-live-dot {
        animation: none;
    }
}

@media (max-width: 600px) {
    .hero-features { gap: 1rem 1.5rem; }
    .hero-features li { font-size: 0.85rem; }
    .hero-feature-value { font-size: 0.95rem; }
}

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        overflow: visible;
    }

    .hero-inner {
        flex: 0 0 auto;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        max-width: none;
        padding: 20px max(16px, env(safe-area-inset-right, 0px)) 28px max(16px, env(safe-area-inset-left, 0px));
    }

    .hero-headline {
        font-size: clamp(1.6rem, 7.5vw, 2.15rem);
        line-height: 1.18;
    }

    .hero-features { gap: 1rem 1.5rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn-hero {
        width: 100%;
        justify-content: center;
    }

    .hero-trust {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px 16px;
        padding: 0 max(16px, env(safe-area-inset-right, 0px)) 8px max(16px, env(safe-area-inset-left, 0px));
        margin: 0;
        order: 2;
    }

    .hero-scroll-hint {
        position: static;
        transform: none;
        left: auto;
        margin: 0 auto;
        padding: 4px 16px max(20px, env(safe-area-inset-bottom, 0px));
        order: 3;
        font-size: 0.68rem;
    }

    .hero-block { max-width: 100%; }

    .hero-float-badge {
        position: static;
        margin-bottom: 1rem;
        white-space: normal;
        max-width: 100%;
    }
}

/* --- ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¥ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¶ --- */
.s-bestsellers {
    padding: 80px 0;
    background: var(--bg-light);
}

.s-bestsellers__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 16px;
    flex-wrap: wrap;
}

.s-bestsellers__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text);
}

.s-bestsellers__all {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--accent);
    white-space: nowrap;
}

.s-bestsellers__all:hover {
    color: var(--accent-hover);
}

.s-bestsellers__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 5px;
}

@media (max-width: 991.98px) {
    .s-bestsellers__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .s-bestsellers {
        padding: 56px 0;
    }
}

@media (max-width: 575.98px) {
    .s-bestsellers__grid {
        grid-template-columns: 1fr;
    }
}

.s-bestsellers__card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease, border-color 0.2s ease, transform 0.25s ease;
    position: relative;
}

.s-bestsellers__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-hover));
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 1;
}

.s-bestsellers__card:hover {
    box-shadow: 0 12px 32px rgba(30, 64, 175, 0.12);
    border-color: rgba(30, 64, 175, 0.25);
    transform: translateY(-4px);
}

.s-bestsellers__card:hover::before {
    opacity: 1;
}

.s-bestsellers__img-wrap {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--bg-light);
}

.s-bestsellers__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.s-bestsellers__card:hover .s-bestsellers__img {
    transform: scale(1.05);
}

.s-bestsellers__badge {
    position: absolute;
    top: 12px;
    left: 0;
    background: var(--accent);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 5px 12px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 8px rgba(30, 64, 175, 0.35);
}

.s-bestsellers__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.s-bestsellers__name {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.35;
}

.s-bestsellers__name a {
    color: var(--text);
}

.s-bestsellers__name a:hover {
    color: var(--accent);
}

.s-bestsellers__spec {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 8px;
    line-height: 1.4;
}

.s-bestsellers__art {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.s-bestsellers__name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.s-bestsellers__art-code {
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.03em;
    color: var(--text);
    font-weight: 500;
}

.s-bestsellers__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: auto;
}

.s-bestsellers__price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text);
    min-width: 0;
    flex: 1 0 auto;
    padding-right: 8px;
    white-space: nowrap;
}

.s-bestsellers__price-from {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-muted);
    margin-right: 2px;
}

.s-bestsellers__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    border: 1px solid transparent;
    background: var(--accent);
    padding: 10px 18px;
    border-radius: var(--radius);
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s ease, transform 0.2s ease;
}

.s-bestsellers__btn::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat;
}

.s-bestsellers__btn:hover {
    background: var(--accent-hover);
    transform: scale(1.02);
}

/* ===== ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¶ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ===== */
.s-sale {
    padding: 88px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.s-sale__head {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: start;
    gap: 8px 24px;
    margin-bottom: 28px;
}

.s-sale__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text);
    letter-spacing: 0.02em;
    grid-column: 1;
    grid-row: 1;
}

.s-sale__all {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    grid-column: 2;
    grid-row: 1;
    white-space: nowrap;
}

.s-sale__subtitle {
    font-size: 0.95rem;
    color: var(--text-muted);
    max-width: 520px;
    margin: 0;
    grid-column: 1 / -1;
    grid-row: 2;
}

.s-sale__all:hover {
    color: var(--accent-hover);
}

.s-sale__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.s-sale__card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease, border-color 0.2s ease, transform 0.25s ease;
    position: relative;
}

.s-sale__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #ea580c);
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 1;
}

.s-sale__card:hover {
    box-shadow: 0 12px 32px rgba(220, 38, 38, 0.12);
    border-color: rgba(220, 38, 38, 0.25);
    transform: translateY(-4px);
}

.s-sale__card:hover::before {
    opacity: 1;
}

.s-sale__img-wrap {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--bg-light);
}

.s-sale__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.s-sale__card:hover .s-sale__img {
    transform: scale(1.05);
}

.s-sale__badge {
    position: absolute;
    top: 12px;
    left: 0;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 5px 12px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.4);
}

.s-sale__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.s-sale__name {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.35;
}

.s-sale__name a {
    color: var(--text);
}

.s-sale__name a:hover {
    color: var(--accent);
}

.s-sale__spec {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 8px;
    line-height: 1.4;
}

.s-sale__art {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 14px;
    flex-grow: 1;
}

.s-sale__art-code {
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.03em;
    color: var(--text);
    font-weight: 500;
}

.s-sale__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: auto;
}

.s-sale__prices {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 0;
    padding-right: 8px;
}

.s-sale__price-old,
.s-sale__price {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.s-sale__price-old {
    font-size: 0.9rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.s-sale__price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #dc2626;
}

.s-sale__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    background: var(--accent);
    padding: 10px 18px;
    border-radius: var(--radius);
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s ease, transform 0.2s ease;
}

.s-sale__btn::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat;
}

.s-sale__btn:hover {
    background: var(--accent-hover);
    transform: scale(1.02);
}

@media (max-width: 1024px) {
    .s-sale__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .s-sale {
        padding: 56px 0;
    }
    .s-sale__head {
        margin-bottom: 20px;
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .s-sale__all {
        grid-column: 1;
        grid-row: 2;
    }
    .s-sale__subtitle {
        grid-row: 3;
    }
    .s-sale__title {
        font-size: 1.5rem;
    }
    .s-sale__footer {
        flex-wrap: wrap;
    }
    .s-sale__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ===== ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ ===== */
.s-new {
    padding: 88px 0;
    background: #fff;
}

.s-new__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text);
    letter-spacing: 0.02em;
    margin-bottom: 24px;
}

.s-new__tabs-wrap {
    margin-bottom: 28px;
}

.s-new__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.s-new__tab {
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-muted);
    background: var(--bg-light);
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.s-new__tab:hover {
    color: var(--text);
    background: #e2e8f0;
}

.s-new__tab.is-active {
    color: #fff;
    background: var(--accent);
    border-color: var(--accent);
}

.s-new__slider-wrap {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 16px;
}

.s-new__arrow {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--accent);
    border-radius: 50%;
    color: var(--accent);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    align-self: center;
}

.s-new__arrow:hover {
    background: var(--accent);
    color: #fff;
    transform: scale(1.05);
}

.s-new__track {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.s-new__track::-webkit-scrollbar {
    display: none;
}

.s-new__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(260px, 1fr));
    gap: 24px;
    padding: 4px 0;
}

.s-new__card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease, border-color 0.2s ease, transform 0.25s ease;
    flex-shrink: 0;
}

.s-new__card:hover {
    box-shadow: 0 12px 32px rgba(30, 64, 175, 0.1);
    border-color: rgba(30, 64, 175, 0.2);
    transform: translateY(-2px);
}

.s-new__img-wrap {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--bg-light);
}

.s-new__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.s-new__card:hover .s-new__img {
    transform: scale(1.05);
}

.s-new__badge {
    position: absolute;
    top: 12px;
    left: 0;
    background: var(--accent);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 4px 10px;
    border-radius: 0 6px 6px 0;
}

.s-new__wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    color: var(--text-muted);
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.s-new__wishlist:hover {
    color: #dc2626;
    background: #fff;
    border-color: rgba(220, 38, 38, 0.3);
}

.s-new__body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.s-new__art {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.s-new__name {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 14px;
    flex-grow: 1;
}

.s-new__name a {
    color: var(--text);
}

.s-new__name a:hover {
    color: var(--accent);
}

.s-new__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: auto;
}

.s-new__price {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
    min-width: 0;
    flex: 1 1 0;
    padding-right: 8px;
}

.s-new__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: var(--accent);
    padding: 9px 16px;
    border-radius: var(--radius);
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s ease, transform 0.2s ease;
}

.s-new__btn:hover {
    background: var(--accent-hover);
    transform: scale(1.02);
}

@media (max-width: 1024px) {
    .s-new__grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
}

@media (max-width: 600px) {
    .s-new {
        padding: 56px 0;
    }
    .s-new__title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .s-new__tabs-wrap {
        margin-bottom: 20px;
    }
    .s-new__tab {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
    .s-new__arrow {
        width: 40px;
        height: 40px;
    }
    .s-new__grid {
        grid-template-columns: minmax(260px, 1fr);
        gap: 16px;
    }
}

/* --- 2. Why us ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â bento (ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´) --- */
.s-why {
    padding: 96px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.s-why__bento {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 20px;
}

.s-why__card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.s-why__card--hero {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    background: linear-gradient(145deg, #2563eb 0%, #1d4ed8 40%, #1e40af 100%);
    color: #ffffff;
    border: none;
    padding: 44px 40px;
    box-shadow: 0 20px 40px -12px rgba(30, 64, 175, 0.35);
}

.s-why__card--hero .s-why__card-label,
.s-why__card--hero .s-why__card-headline,
.s-why__card--hero .s-why__card-text,
.s-why__card--hero .s-why__card-link {
    color: #ffffff;
}

.s-why__card--hero .s-why__card-headline {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.s-why__card--hero .s-why__card-text {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.s-why__card--hero:hover {
    box-shadow: 0 24px 48px -12px rgba(30, 64, 175, 0.4);
}

.s-why__card--accent {
    background: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    border: none;
    padding: 44px 36px;
    box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.4);
}

.s-why__card--accent:hover {
    box-shadow: 0 24px 48px -12px rgba(15, 23, 42, 0.5);
}

.s-why__card--light {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.s-why__card--light:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.12);
    border-color: #cbd5e1;
}

.s-why__card-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.s-why__card--hero .s-why__card-label {
    color: rgba(255, 255, 255, 0.95);
}

.s-why__card-headline {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.28;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.s-why__card--hero .s-why__card-text {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #ffffff;
    max-width: 420px;
}

.s-why__card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    margin-top: auto;
    padding-top: 8px;
    transition: opacity 0.2s ease, gap 0.2s ease;
}

.s-why__card--hero .s-why__card-link {
    color: #ffffff;
}

.s-why__card-link:hover {
    opacity: 1;
    gap: 12px;
}

.s-why__card-link-arrow {
    display: inline-block;
    transition: transform 0.2s ease;
}

.s-why__card-link:hover .s-why__card-link-arrow {
    transform: translateX(4px);
}

.s-why__card-big {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
    line-height: 1.1;
}

.s-why__card-desc {
    font-size: 0.95rem;
    line-height: 1.55;
    opacity: 0.9;
}

.s-why__card-icon-wrap {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.08) 0%, rgba(30, 64, 175, 0.04) 100%);
    border-radius: 14px;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.s-why__card-icon {
    width: 26px;
    height: 26px;
    color: var(--accent);
}

.s-why__card--light:hover .s-why__card-icon-wrap {
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.12) 0%, rgba(30, 64, 175, 0.06) 100%);
}

.s-why__card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.s-why__card-text {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.55;
}

/* --- 3. Logistics (ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°) ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ --- */
.s-logistics {
    padding: 96px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
}

.s-logistics__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    text-align: center;
    margin-bottom: 12px;
}

.s-logistics__title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text);
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.s-logistics__subtitle {
    text-align: center;
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 420px;
    margin: 0 auto 48px;
    line-height: 1.5;
}

.s-logistics__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.s-logistics__card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px 36px;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.s-logistics__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--accent-hover));
    opacity: 0;
    transition: opacity 0.25s ease;
}

.s-logistics__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -12px rgba(30, 64, 175, 0.12);
    border-color: #cbd5e1;
}

.s-logistics__card:hover::before {
    opacity: 1;
}

.s-logistics__card-icon-wrap {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.1) 0%, rgba(30, 64, 175, 0.04) 100%);
    border-radius: 16px;
    margin-bottom: 24px;
}

.s-logistics__card-icon {
    width: 28px;
    height: 28px;
    color: var(--accent);
}

.s-logistics__card:hover .s-logistics__card-icon-wrap {
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.14) 0%, rgba(30, 64, 175, 0.07) 100%);
}

.s-logistics__card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text);
    letter-spacing: -0.01em;
}

.s-logistics__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.s-logistics__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.s-logistics__list-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e40af' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
    opacity: 0.8;
}

.s-logistics__card:hover .s-logistics__list-icon {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .s-why {
        padding: 56px 0;
    }

    .s-why__bento {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 14px;
    }

    .s-why__card {
        min-width: 0;
        padding: 24px 20px;
    }

    .s-why__card--hero {
        grid-column: auto;
        grid-row: auto;
        padding: 28px 22px;
    }

    .s-why__card--hero .s-why__card-text {
        max-width: none;
    }

    .s-why__card--accent {
        padding: 28px 22px;
    }

    .s-why__card-headline {
        font-size: clamp(1.2rem, 4.5vw, 1.5rem);
    }

    .s-why__card-big {
        font-size: 2.35rem;
    }

    .s-logistics {
        padding: 56px 0;
    }

    .s-logistics__title {
        font-size: clamp(1.35rem, 4vw, 1.75rem);
    }

    .s-logistics__subtitle {
        max-width: none;
        margin-bottom: 28px;
        padding: 0 2px;
    }

    .s-logistics__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .s-logistics__card {
        min-width: 0;
        padding: 26px 20px;
    }

    .s-logistics__list li {
        min-width: 0;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}

/* ===== ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² ===== */
.s-reviews {
    padding: 88px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.s-reviews .container {
    position: relative;
}

.s-reviews__inner {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 56px;
    align-items: start;
}

.s-reviews__left {
    position: sticky;
    top: 100px;
}

.s-reviews__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text);
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    line-height: 1.25;
}

.s-reviews__intro {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 10px;
}

.s-reviews__intro:last-of-type {
    margin-bottom: 28px;
}

.s-reviews__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: var(--accent);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: var(--radius);
    transition: background 0.2s ease, transform 0.2s ease;
}

.s-reviews__btn:hover {
    background: var(--accent-hover);
    transform: translateY(-2px);
}

.s-reviews__widget {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg);
    padding: 28px 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.s-reviews__widget:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.08);
}

.s-reviews__widget-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.s-reviews__widget-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text);
}

.s-reviews__widget-link {
    font-size: 0.9rem;
    color: var(--accent);
    font-weight: 500;
}

.s-reviews__widget-link:hover {
    color: var(--accent-hover);
}

.s-reviews__rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.s-reviews__rating-num {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text);
}

.s-reviews__stars {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #eab308;
}

.s-reviews__meta {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.s-reviews__rate-block {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    margin-bottom: 20px;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.s-reviews__rate-label {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.s-reviews__rate-btn {
    padding: 10px 20px;
    background: var(--accent);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: var(--radius);
    transition: background 0.2s ease;
}

.s-reviews__rate-btn:hover {
    background: var(--accent-hover);
}

.s-reviews__item {
    margin-bottom: 20px;
}

.s-reviews__item-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.s-reviews__item-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);
    opacity: 0.9;
}

.s-reviews__item-author {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text);
}

.s-reviews__item-date {
    display: block;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.s-reviews__item-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 8px;
    color: #eab308;
}

.s-reviews__item-text {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

.s-reviews__more {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--accent);
    margin-bottom: 12px;
}

.s-reviews__more:hover {
    color: var(--accent-hover);
}

.s-reviews__footer-link {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin: 0;
}

.s-reviews__footer-link a {
    color: inherit;
}

.s-reviews__footer-link a:hover {
    color: var(--accent);
}

@media (max-width: 900px) {
    .s-reviews__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .s-reviews__left {
        position: static;
    }
}

@media (max-width: 600px) {
    .s-reviews {
        padding: 56px 0;
    }
    .s-reviews__widget {
        padding: 22px 20px;
    }
    .s-reviews__title {
        font-size: 1.5rem;
    }
    .s-reviews__rate-block {
        flex-wrap: wrap;
    }
}

/* ===== ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ ===== */
.s-articles {
    padding: 88px 0;
    background: var(--bg-light);
}

.s-articles .container {
    position: relative;
}

.s-articles__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text);
    letter-spacing: 0.02em;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.s-articles__slider-wrap {
    display: flex;
    align-items: stretch;
    gap: 16px;
}

.s-articles__arrow {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--accent);
    border-radius: 50%;
    color: var(--accent);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    align-self: center;
}

.s-articles__arrow:hover {
    background: var(--accent);
    color: #fff;
    transform: scale(1.05);
}

.s-articles__track {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.s-articles__track::-webkit-scrollbar {
    display: none;
}

.s-articles__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(280px, 1fr));
    gap: 24px;
    padding: 4px 0;
}

.s-articles__card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease, border-color 0.2s ease, transform 0.25s ease;
    flex-shrink: 0;
}

.s-articles__card:hover {
    box-shadow: 0 12px 32px rgba(30, 64, 175, 0.1);
    border-color: rgba(30, 64, 175, 0.2);
    transform: translateY(-2px);
}

.s-articles__img-wrap {
    display: block;
    aspect-ratio: 5 / 3;
    overflow: hidden;
    background: var(--bg-light);
}

.s-articles__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.s-articles__card:hover .s-articles__img {
    transform: scale(1.05);
}

.s-articles__body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.s-articles__card-title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}

.s-articles__card-title a {
    color: var(--text);
}

.s-articles__card-title a:hover {
    color: var(--accent);
}

.s-articles__excerpt {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .s-articles__grid {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
    }
}

@media (max-width: 600px) {
    .s-articles {
        padding: 56px 0;
    }
    .s-articles__title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .s-articles__arrow {
        display: none;
    }
    
    .s-articles__grid {
        grid-template-columns: minmax(280px, 1fr);
        gap: 16px;
    }
}

/* ===== ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ ===== */
.s-brands {
    padding: 72px 0;
    background: #fff;
}

.s-brands__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text);
    letter-spacing: 0.02em;
    margin-bottom: 28px;
}

.s-brands__slider-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.s-brands__arrow {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 50%;
    color: var(--accent);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.s-brands__arrow:hover {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
    transform: scale(1.05);
}

.s-brands__track {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.s-brands__track::-webkit-scrollbar {
    display: none;
}

.s-brands__grid {
    display: flex;
    gap: 20px;
    padding: 8px 0;
}

.s-brands__item {
    flex-shrink: 0;
    width: 180px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid var(--border);
    border-radius: 12px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.s-brands__item:hover {
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.08);
    border-color: rgba(30, 64, 175, 0.2);
    transform: translateY(-2px);
}

.s-brands__logo {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--text);
    text-align: center;
}

@media (max-width: 600px) {
    .s-brands {
        padding: 56px 0;
    }
    .s-brands__title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .s-brands__arrow {
        width: 40px;
        height: 40px;
    }
    .s-brands__item {
        width: 100%;
        height: auto;
        padding: 12px 24px;
        border-radius: 5px;
    }
    .s-brands__logo {
        font-size: 1.1rem;
    }
    .s-brands__arrow {
    display: none;
    }
}

/* --- FAQ (ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹) --- */
.s-faq {
    padding: 88px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.s-faq .container {
    position: relative;
}

.s-faq__label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
}

.s-faq__title {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--text);
    text-align: center;
    margin-bottom: 48px;
    letter-spacing: -0.02em;
}

.s-faq__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 780px;
    margin: 0 auto;
}

.s-faq__item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.s-faq__item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.s-faq__item[open] {
    border-color: var(--accent);
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.12);
    background: #fff;
}

.s-faq__item[open] .s-faq__question {
    color: var(--accent);
}

.s-faq__question {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text);
    padding: 22px 28px;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    transition: color var(--transition);
    line-height: 1.4;
}

.s-faq__question::-webkit-details-marker {
    display: none;
}

.s-faq__num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent), var(--accent-hover));
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 8px;
    margin-right: 4px;
}

.s-faq__item[open] .s-faq__num {
    background: var(--accent);
}

.s-faq__question::after {
    content: '';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231e40af' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
    opacity: 0.7;
    transition: transform var(--transition), opacity var(--transition);
}

.s-faq__item[open] .s-faq__question::after {
    transform: rotate(180deg);
    opacity: 1;
}

.s-faq__question:hover::after {
    opacity: 1;
}

.s-faq__answer-wrap {
    border-top: 1px solid #f1f5f9;
    background: linear-gradient(180deg, #fafbfd 0%, #fff 100%);
}

.s-faq__answer {
    padding: 20px 28px 24px 56px;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text-muted);
}

.s-faq__item[open] .s-faq__answer {
    color: #475569;
}

/* --- 4. CTA with form --- */
.s-cta {
    padding: 80px 0;
    background: #0f172a;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.s-cta__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.s-cta__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
}

.s-cta__desc {
    font-size: 1rem;
    opacity: 0.75;
    line-height: 1.6;
}

.s-cta__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.s-cta__input {
    padding: 14px 18px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--radius);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 1rem;
}

.s-cta__input::placeholder {
    color: rgba(255,255,255,0.5);
}

.s-cta__input:focus {
    outline: none;
    border-color: var(--accent);
    background: rgba(255,255,255,0.12);
}

.s-cta__btn {
    padding: 14px 24px;
    background: var(--accent);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
    transition: background 0.2s ease;
}

.s-cta__btn:hover {
    background: var(--accent-hover);
}

.s-cta__privacy {
    font-size: 0.75rem;
    opacity: 0.5;
    line-height: 1.4;
}

@media (max-width: 767.98px) {
    .s-cta {
        padding: 56px 0;
    }

    .s-cta__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .s-cta__form {
        text-align: left;
    }
}

/* ===== Footer (ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“: ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹, ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸; ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°) ===== */
.footer {
    background: #0f172a;
    color: rgba(255, 255, 255, 0.9);
    padding-top: 48px;
}

.footer__top {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr 1.1fr;
    gap: 40px 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer__brand {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin-bottom: 4px;
}

.footer__logo-mark {
    display: inline-flex;
    align-items: center;
    background: #f8fafc;
    padding: 6px 12px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.footer__logo-img {
    height: 34px;
    width: auto;
    max-width: min(200px, 70vw);
    display: block;
    object-fit: contain;
}

.footer__tagline {
    font-size: 0.875rem;
    opacity: 0.85;
    line-height: 1.4;
    margin: 0 0 4px 0;
}

.footer__phone {
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--accent);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer__phone:hover {
    color: var(--accent-hover);
}

.footer__social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer__social-link:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.05);
}

.footer__social-wa:hover { color: #25d366; }
.footer__social-tg:hover { color: #0088cc; }
.footer__social-max:hover { color: #4345F1; }

.footer__pay-title {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.9;
    margin: 16px 0 8px 0;
}

.footer__pay-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.footer__pay-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 10px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__col-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px 0;
    letter-spacing: 0.02em;
}

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

.footer__links a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer__links a:hover {
    color: var(--accent);
}

.footer__col-contacts .footer__address,
.footer__col-contacts .footer__schedule,
.footer__col-contacts .footer__email,
.footer__col-contacts .footer__phone-link {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 8px 0;
    color: rgba(255, 255, 255, 0.85);
}

.footer__col-contacts .footer__phone-link {
    display: block;
    margin-top: 4px;
    font-weight: 600;
    color: var(--accent);
    text-decoration: none;
}

.footer__col-contacts .footer__phone-link:hover {
    color: var(--accent-hover);
}

.footer__col-contacts .footer__email {
    display: block;
    color: var(--accent);
    text-decoration: none;
}

.footer__col-contacts .footer__email:hover {
    color: var(--accent-hover);
}

.footer__bottom {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.2);
}

.footer__bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.footer__disclaimer {
    font-size: 0.75rem;
    line-height: 1.5;
    opacity: 0.85;
    max-width: 720px;
    margin: 0;
}

.footer__disclaimer-phone {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
}

.footer__disclaimer-phone:hover {
    text-decoration: underline;
}

.footer__copy {
    font-size: 0.8rem;
    opacity: 0.8;
    margin: 0;
    white-space: nowrap;
}

.sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background-color: var(--bs-white);
}

.sidebar-link {
    padding: 10px 15px 10px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background-color: var(--bs-gray-200);
    text-decoration: none;
    font-size: 14px;
    position: relative;
    color: var(--text);
}

.sidebar-item--parent>.sidebar-link::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: rgb(var(--dark-color));
}

.sidebar-link::before {
    content: '';
    background-image: url('/assets/img/bullet-cat.png');
    width: 8px;
    height: 8px;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
}

.sidebar-item:hover > .sidebar-link {
    background-color: var(--accent);
    color: white;
}

.sidebar-childrens {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    display: none;
    min-width: 300px;
}

.sidebar-item--parent {
    position: relative;
}

.sidebar-item--parent:hover > .sidebar-childrens {
    display: block;
}

.sidebar-banner__picture {
    display: block;
    width: 100%;
}

.sidebar-banner__picture img {
    width: 100%;
}

.filter-tooltip {
    flex: 0 0 auto;
}

.filter-tooltip__wrapper {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    display: none;
    z-index: 10;
}

.filter-tooltip--active .filter-tooltip__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    padding: 16px;
    background-color: var(--bs-white);
    box-shadow: 0 0 16px 0 rgb(var(--bs-dark-rgb), 0.05);
    border: 1px solid var(--accent);
    width: 100%;
    border-radius: 5px;
}

.filter-tooltip__handler {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid rgb(var(--bs-dark-rgb), 0.1);
    background-color: var(--bs-white);
    font-weight: 500;
    border-radius: 5px;
}

.filter-tooltip--active .filter-tooltip__handler {
    color: var(--accent);
    border-color: currentColor;
}

.filter-tooltip__handler svg {
    flex: 0 0 auto;
}

.filter-tooltip--active .filter-tooltip__handler svg {
    rotate: -180deg;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--accent);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--accent-hover);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--accent);
    --bs-pagination-active-border-color: var(--accent);
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
}

.product-count {
    width: 100%;
    display: flex;
    flex: 1 0 auto;
}

.product-count input {
    width: 40px;
    flex: 1 0 auto;
    text-align: center;
    border: 1px solid var(--bs-gray-200);
}

.product-count__handler {
    background-color: var(--bs-gray-200);
    border: 1px solid var(--bs-gray-200);
}

.product-count__handler:hover {
    background-color: var(--accent);
    border-color: var(--accent);
    color: rgb(var(--bs-white-rgb));
}

.s-bestsellers__body .mssaleprice-count-popup {
    display: block!important;
    position: static;
    border: none;
    padding: 10px 0;
    font-size: 14px;
}

.mssaleprice-count-popup th:first-child,
.mssaleprice-count-popup td:first-child{
    padding-left: 0;
}

.mssaleprice-count-popup th:last-child,
.mssaleprice-count-popup td:last-child{
    padding-right: 0;
}

.product-advantage {
    display: flex;
    gap: 16px;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}

.product-advantage:not(:last-child) {border-bottom: 1px solid lightgray;}

.product-advantage__icon {
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 24px;
    height: 48px;
    color: var(--accent);
}

.product-advantage__icon svg {
    width: 100%;
    height: auto;
}

.product-option {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.product-option__value {
    font-weight: 600;
}

.product-option:not(:last-child) {border-bottom: 1px solid lightgray;padding-bottom: 12px;margin-bottom: 12px;}

.product-form .mssaleprice-count-popup {
    display: block!important;
    position: static;
    border: none;
    padding: 0;
}

.product-form .mssaleprice-count-popup tr:last-child td, .product-form .mssaleprice-count-popup tr:last-child th {
    border-bottom: 0;
}

@media (max-width: 1024px) {
    .footer__top {
        grid-template-columns: 1fr 1fr;
    }
    .footer__brand {
        grid-column: 1 / -1;
    }
    
    .breadcrumb {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    
    .breadcrumb * {
        flex: 0 0 auto;
    }
}



@media (max-width: 600px) {
    .footer__top {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 32px;
    }
    .footer__bottom-inner {
        flex-direction: column;
    }
    .footer__copy {
        white-space: normal;
    }
}
