/**
 * Бигтрак-М7 — ритм, ширина и пропорции главной страницы
 */

:root {
    --sto-mobile-header-h: 84px;
    --sto-mobile-bar-h: 52px;
    --sto-banner-mobile-h: 300px;
    --sto-red: #e30016;
    --sto-ink: #121212;
    --sto-muted: rgba(18, 18, 18, 0.62);
    --sto-line: rgba(18, 18, 18, 0.08);
    --sto-radius: 12px;
    --sto-content-w: 1180px;
}

.sto-ui-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.sto-ui-icon--close {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.4 5 5 6.4 10.6 12 5 17.6 6.4 19 12 13.4 17.6 19 19 17.6 13.4 12 19 6.4 17.6 5 12 10.6z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.4 5 5 6.4 10.6 12 5 17.6 6.4 19 12 13.4 17.6 19 19 17.6 13.4 12 19 6.4 17.6 5 12 10.6z'/%3E%3C/svg%3E");
}

.sto-ui-icon--up {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 8.3 6.7 13.6 8.1 15 12 11.1 15.9 15 17.3 13.6z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 8.3 6.7 13.6 8.1 15 12 11.1 15.9 15 17.3 13.6z'/%3E%3C/svg%3E");
}

/* Единая ширина контента на всём сайте */
body .container,
body .custom-slider .container,
body #sp-page-builder .container {
    max-width: var(--sto-content-w);
}

/* ========== Современная шапка + меню (все страницы) ========== */
#sp-header {
    background: #fff;
    border-bottom: 0;
}

#sp-header > .container {
    padding-top: 14px;
    padding-bottom: 12px;
}

#sp-header .logo_slogan {
    color: var(--sto-muted);
    font-size: 12px;
    line-height: 1.35;
    margin-top: 4px;
}

.header-adres {
    font-size: 14px !important;
    line-height: 1.35;
    color: var(--sto-ink);
    margin-bottom: 4px !important;
}

.header-worktime {
    font-size: 13px !important;
    color: var(--sto-muted) !important;
}

.header-contact-info .header_contact_phone {
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
    color: var(--sto-ink) !important;
}

.header-contact-info .header_contact_email {
    font-size: 14px !important;
    color: var(--sto-muted) !important;
    background-size: 16px !important;
    padding-left: 22px !important;
    margin-right: 0 !important;
}

.remont,
.sto-header-cta {
    display: inline-flex !important;
    width: auto !important;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--sto-red);
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.remont:hover,
.sto-header-cta:hover {
    background: #c40012;
    color: #fff !important;
}

.header_bottom {
    padding: 0 !important;
    background: #fff !important;
    border-top: 1px solid var(--sto-line);
    border-bottom: 1px solid var(--sto-line);
}

#sp-menu .sp-column {
    gap: 16px;
    min-height: 52px;
}

.header_search {
    flex: 0 0 200px;
    max-width: 200px;
}

.header_search input,
.header_search input:hover,
.header_search input:focus {
    width: 100%;
    min-height: 38px;
    padding: 8px 14px 8px 36px !important;
    border: 1px solid var(--sto-line) !important;
    border-radius: 999px !important;
    background-color: #f6f6f6 !important;
    background-position: 12px center !important;
    background-size: 16px !important;
    color: var(--sto-ink) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

.header_search input:focus {
    background-color: #fff !important;
    border-color: rgba(227, 0, 22, 0.35) !important;
}

/* Текстовое меню без устаревших иконок над пунктами */
.sp-megamenu-parent > li {
    height: auto !important;
    margin: 0 1px !important;
    border-radius: 8px;
}

.sp-megamenu-parent > li:hover,
.sp-megamenu-parent > li.active {
    background: transparent !important;
}

.sp-megamenu-parent > li > a::before,
.sp-megamenu-parent > li.active > a::before,
.sp-megamenu-parent > li > span::before,
.menu-about-icon::before,
.menu-photo-icon::before,
.menu-zapis-icon::before,
.menu-price-icon::before,
.menu-zapchasti-icon::before,
.menu-akcii-icon::before,
.menu-consult-icon::before,
a.menu-contact-icon::before {
    content: none !important;
    display: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    padding: 14px 11px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: var(--sto-ink) !important;
    white-space: nowrap;
}

.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li > span:hover {
    color: var(--sto-red) !important;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
    color: var(--sto-red) !important;
}

.sp-megamenu-parent > li.active > a::after,
.sp-megamenu-parent > li:not(.sp-has-child).active > a {
    box-shadow: none;
}

.sp-megamenu-parent > li.active > a {
    box-shadow: inset 0 -2px 0 var(--sto-red);
}

.sp-megamenu-parent > li.sp-has-child > a:after,
.sp-megamenu-parent > li.sp-has-child > span:after {
    width: 10px !important;
    height: 10px !important;
    top: 0 !important;
    margin-left: 2px;
    background-size: 10px !important;
    opacity: 0.55;
}

.sp-megamenu-parent > li > span.zapis-na-remont-button,
.sp-megamenu-parent > li > span.menu-zapis-icon {
    margin: 6px 4px !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    background: rgba(227, 0, 22, 0.1) !important;
    color: var(--sto-red) !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

.sp-megamenu-parent > li > span.zapis-na-remont-button:hover,
.sp-megamenu-parent > li > span.menu-zapis-icon:hover {
    background: var(--sto-red) !important;
    color: #fff !important;
}

.sp-megamenu-parent > li.sp-has-child > a:after,
.sp-megamenu-parent > li.sp-has-child > span:after {
    width: 14px !important;
    height: 14px !important;
    top: 0 !important;
    margin-left: 4px;
    background-size: 14px !important;
    opacity: 0.65;
}

/* Выпадающие панели верхнего меню */
@media (min-width: 992px) {
    .sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
        top: calc(100% + 6px);
        z-index: 1200;
    }

    .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
        background: #fff;
        border: 1px solid var(--sto-line);
        border-radius: 14px !important;
        box-shadow: 0 16px 40px rgba(18, 18, 18, 0.14);
        padding: 10px;
        overflow: hidden;
    }

    .sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
        display: flex;
        flex-direction: column;
        gap: 2px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sp-megamenu-parent > li:has(> a.menu-about-icon) > .sp-dropdown,
    .sp-megamenu-parent .sto-dropdown--about {
        width: 520px !important;
        max-width: min(520px, calc(100vw - 32px));
    }

    .sp-megamenu-parent > li:has(> a.menu-about-icon) .sp-dropdown-items,
    .sp-megamenu-parent > li:has(> a.menu-price-icon) .sp-dropdown-items,
    .sp-megamenu-parent .sto-dropdown--about .sp-dropdown-items,
    .sp-megamenu-parent .sto-dropdown--price .sp-dropdown-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2px 8px;
    }

    .sp-megamenu-parent > li:has(> a.menu-price-icon) > .sp-dropdown,
    .sp-megamenu-parent .sto-dropdown--price {
        width: 340px !important;
    }

    .sp-megamenu-parent .sto-dropdown-heading {
        grid-column: 1 / -1;
        padding: 6px 12px 4px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: rgba(18, 18, 18, 0.45);
        pointer-events: none;
        list-style: none;
    }

    .sp-megamenu-parent .sto-dropdown-heading:not(:first-child) {
        margin-top: 4px;
        padding-top: 10px;
        border-top: 1px solid var(--sto-line);
    }

    .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
    .sp-megamenu-parent .sp-dropdown li.sp-menu-item > span {
        display: flex;
        align-items: center;
        min-height: 40px;
        padding: 8px 12px !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 1.35 !important;
        color: var(--sto-ink) !important;
        border-radius: 8px;
        white-space: normal;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

    .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
        background: rgba(18, 18, 18, 0.05);
        color: var(--sto-red) !important;
        text-decoration: none;
    }

    .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
        background: rgba(227, 0, 22, 0.08);
        color: var(--sto-red) !important;
        font-weight: 600 !important;
    }

    .sp-megamenu-parent .sp-dropdown .zapis-na-remont-button,
    .sp-megamenu-parent .sp-dropdown .master-consult-button {
        width: 100%;
        justify-content: center;
        padding: 10px 14px !important;
        border-radius: 999px !important;
        font-weight: 700 !important;
        cursor: pointer;
        text-align: center;
    }

    .sp-megamenu-parent .sp-dropdown .zapis-na-remont-button {
        background: rgba(227, 0, 22, 0.1) !important;
        color: var(--sto-red) !important;
    }

    .sp-megamenu-parent .sp-dropdown .zapis-na-remont-button:hover {
        background: var(--sto-red) !important;
        color: #fff !important;
    }

    .sp-megamenu-parent .sp-dropdown .master-consult-button {
        background: rgba(18, 18, 18, 0.06) !important;
        color: var(--sto-ink) !important;
    }

    .sp-megamenu-parent .sp-dropdown .master-consult-button:hover {
        background: var(--sto-ink) !important;
        color: #fff !important;
    }
}

/* Слайдер — fade, фиксированная высота, без белой полосы сверху */
body.mainpage #sp-header > .container,
body.mainpage .header_bottom .container,
body.mainpage #sp-slider .container,
body.mainpage .custom-slider .container {
    max-width: var(--sto-content-w);
    margin-left: auto;
    margin-right: auto;
}

body.mainpage #sp-slider {
    padding: 12px 0 0;
    margin: 0;
}

@media (max-width: 767px) {
    body.mainpage #sp-slider {
        padding-top: 0;
    }
}

body.mainpage #sp-slider .sp-module {
    margin: 0;
}

body.mainpage .custom-slider {
    margin-top: 0;
    overflow: hidden;
}

.custom-slider,
.custom-slider__slider-inner,
.custom-slider .swiper {
    overflow: hidden !important;
}

.custom-slider__slider {
    overflow: hidden !important;
    border-radius: 16px;
    position: relative;
}

.custom-slider .swiper-wrapper {
    min-height: clamp(320px, 40vw, 440px);
}

.custom-slider .swiper-slide {
    height: clamp(320px, 40vw, 440px) !important;
}

.custom-slider__slide-wrap {
    position: relative;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #2a2a2a;
}

.custom-slider__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.custom-slider__media picture,
.custom-slider__img {
    display: block;
    width: 100%;
    height: 100%;
}

.custom-slider__img {
    object-fit: cover;
    object-position: center;
    max-height: none;
    border-radius: 0;
}

.custom-slider__slide-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.custom-slider__shade {
    display: none;
}

.custom-slider__content {
    position: absolute;
    /* компактная карточка: не тянется на всю высоту баннера */
    left: 56px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 2;
    max-width: min(380px, calc(100% - 120px));
    width: auto;
    max-height: none;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(6px);
    color: #fff;
    overflow: visible;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
}

.banner-warranty {
    display: none;
}

.banner-warranty__icon {
    flex-shrink: 0;
    color: #6ee7a0;
}

.banner-text-zag {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    margin: 0 0 6px;
}

.banner-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
}

.banner-text-wrapper .banner-cta,
.custom-slider__content .banner-cta {
    display: inline-block;
    margin-top: 12px;
}

.banner-text .btn {
    display: none;
}

.warranty-wrapper {
    display: none;
}

.custom-slider .swiper-cust-button {
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 36px;
    height: 36px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.92);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.custom-slider .swiper-cust-button__prev {
    left: 12px;
    right: auto;
}

.custom-slider .swiper-cust-button__next {
    right: 12px;
}

/* Меню под шапкой — в одну линию с контентом */
body.mainpage #sp-menu .sp-column {
    flex-wrap: nowrap;
    align-items: center;
}

body.mainpage #sp-menu .menu-with-offcanvas {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
}

body.mainpage #sp-menu .sp-megamenu-parent {
    flex-wrap: nowrap;
}

/* Кнопки — компактнее на главной */
body.mainpage .btn,
body.mainpage .btn:focus {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    border-radius: 8px;
}

body.mainpage .banner-cta.btn,
body.mainpage .custom-slider__content .btn {
    padding: 9px 16px;
    font-size: 14px;
}

body.mainpage .modules-header .btn,
body.mainpage .sto-pricetable__head .btn {
    padding: 8px 14px;
    font-size: 13px;
}

body.mainpage .sto-pricetable__actions .btn,
body.mainpage .contact_info .btn,
body.mainpage .sto-select__content .btn,
body.mainpage .sto-director__cta .btn,
body.mainpage .biznes-s-nami-wrapper > .btn {
    padding: 10px 18px;
    font-size: 14px;
}

/* Единая ширина контента */
body.mainpage .container,
body.mainpage .custom-slider .container,
body.mainpage #sp-page-builder .container {
    max-width: var(--sto-content-w);
}

/* Межсекционные отступы — сбалансированный ритм */
body.mainpage .sp-module {
    margin: 44px 0;
}

body.mainpage .modules-header {
    margin-bottom: 28px;
}

body.mainpage .sp-module h3,
body.mainpage .sto-advantages__title,
body.mainpage .sto-pricetable__head h3,
body.mainpage .sto-faq h3 {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 28px;
}

body.mainpage .modules-header h3 {
    margin-bottom: 0;
}

body.mainpage .marki-wrapper h3 {
    margin-bottom: 24px;
}

/* Секции с фоном — внутренние поля, чтобы контент не прилипал */
body.mainpage #sp-est-chem-gorditsya,
body.mainpage #sp-nashi-preimushchestva,
body.mainpage #sp-nashi-partnery {
    padding: 48px 0;
}

body.mainpage #sp-est-chem-gorditsya .sp-module,
body.mainpage #sp-nashi-preimushchestva .sp-module {
    margin-top: 0;
    margin-bottom: 0;
}

body.mainpage #sp-otzivi .sp-module {
    margin-bottom: 52px;
}

body.mainpage .otzivi-slider-wrapper {
    margin-bottom: 4px;
}

body.mainpage .sto-director__bio h3 {
    margin-bottom: 20px;
}

.banner-text-wrapper {
    max-width: min(460px, calc(100% - 48px));
    padding: 18px 16px;
}

.banner-text-wrapper .banner-cta {
    display: inline-block;
    margin-top: 12px;
}

.warranty-wrapper span {
    max-width: none;
}

/* Преимущества */
.sto-advantages__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.sto-advantages__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 14px;
    border-radius: var(--sto-radius);
    border: 1px solid var(--sto-line);
    background: #fff;
    min-height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sto-advantages__item:hover {
    border-color: rgba(227, 0, 22, 0.25);
    box-shadow: 0 8px 22px rgba(18, 18, 18, 0.06);
}

#sp-nashi-preimushchestva,
body.mainpage #sp-n-a-sh-i-p-r-e-i-m-u-shch-e-s-t-v-a {
    background: #fafafa;
}

.sto-advantages__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.sto-advantages__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    color: var(--sto-ink);
}

/* Марки */
.marki-wrapper h3,
body.mainpage .marki-wrapper h3 {
    margin-bottom: 20px !important;
    font-size: 28px !important;
}

.marka-item {
    padding: 14px 12px !important;
    border-radius: var(--sto-radius) !important;
    border: 1px solid var(--sto-line);
    background: #fff !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.marka-item:hover {
    border-color: rgba(227, 0, 22, 0.25);
    box-shadow: 0 8px 20px rgba(18, 18, 18, 0.06);
}

.marka-item a {
    min-height: 56px !important;
}

.marka-item img {
    max-height: 48px !important;
}

/* Цифры */
body.mainpage #sp-m-y-v-ts-i-f-r-a-kh,
#sp-my-v-tsifrakh {
    background: #fafafa;
}

.cifra-item {
    margin-bottom: 0 !important;
    padding: 18px 16px;
    border-radius: var(--sto-radius);
    border: 1px solid var(--sto-line);
    background: #fff;
    height: 100%;
}

.cifra-item-title {
    font-size: 28px !important;
    font-weight: 800 !important;
    margin-bottom: 6px !important;
    color: var(--sto-ink);
    letter-spacing: -0.02em;
}

.cifra-item-title span,
.cifra-item-desc {
    display: block;
    width: 100%;
    color: var(--sto-muted) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4;
}

/* Скрыть старую кривую вёрстку преимуществ из БД */
#sp-nashi-preimushchestva .advantage-item {
    display: none !important;
}

/* Директор */
.sto-director__photo img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
}

.sto-director__bio h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.sto-director__text {
    font-size: 15px;
    line-height: 1.55;
    color: #333;
}

.sto-director__text p {
    margin-bottom: 12px;
}

.sto-director__cta {
    margin-top: 20px;
    padding: 20px;
    border-radius: 14px;
    background: rgba(18, 18, 18, 0.04);
}

.sto-director__cta-title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
}

.sto-director__cta-note {
    margin: 0 0 16px;
    font-size: 14px;
    color: #555;
}

.sto-director__cta .btn {
    margin: 0;
}

#sp-est-chem-gorditsya .general_control,
#sp-est-chem-gorditsya .genral_word_wrapper .general_control {
    display: none;
}

/* Select — финальный CTA — см. блок выше */

/* ========== Услуги / прайс / отзывы / /prajs — единый ритм ========== */

/* Заголовки секций */
.sto-pricetable__head,
.sto-section__head,
body.mainpage .modules-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.sto-section__head h3,
.sto-pricetable__head h3,
body.mainpage .modules-header h3 {
    margin-bottom: 0;
}

.sto-section__link,
.sto-pricetable__head-link,
body.mainpage .modules-header .btn,
body.mainpage .sto-section__link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    border: 1px solid var(--sto-line) !important;
    background: #fff !important;
    color: var(--sto-ink) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    white-space: nowrap;
}

.sto-section__link:hover,
.sto-pricetable__head-link:hover,
body.mainpage .modules-header .btn:hover,
body.mainpage .sto-section__link:hover {
    border-color: var(--sto-red) !important;
    color: var(--sto-red) !important;
    background: #fff !important;
}

/* Услуги — карточки категорий */
body.mainpage #sp-u-s-l-u-g-i .sp-module-title,
body.mainpage #sp-yslygi .sp-module-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
}

.mainpage-category-list {
    height: 100%;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--sto-line) !important;
    border-radius: var(--sto-radius) !important;
    background: #fff !important;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mainpage-category-list:hover {
    border-color: rgba(227, 0, 22, 0.28) !important;
    box-shadow: 0 10px 28px rgba(18, 18, 18, 0.08);
}

.mainpage-category-list > a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.mainpage-category-list-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 16px 16px 0;
    overflow: hidden;
    background: #f6f6f6;
    min-height: 160px;
}

.mainpage-category-list-img img {
    display: block;
    width: 160px !important;
    height: 160px !important;
    max-width: 160px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    position: static !important;
    transform: none !important;
}

.mainpage-category-list-title {
    margin: 0 !important;
    padding: 14px 16px 8px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: var(--sto-ink) !important;
}

.mainpage-category-list ul {
    padding: 0 16px 16px !important;
    margin: 0 !important;
}

.mainpage-category-list ul li {
    margin-bottom: 6px !important;
}

.mainpage-category-list ul li a {
    display: block;
    padding: 4px 0;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--sto-muted) !important;
    text-decoration: none !important;
}

.mainpage-category-list ul li a:hover {
    color: var(--sto-red) !important;
}

.mainpage-category-list-divider {
    display: none !important;
}

body.mainpage #sp-u-s-l-u-g-i .row-flex > [class*='col-'] {
    margin-bottom: 20px;
}

/* Прайс на главной */
.sto-pricetable .price-list li,
.sto-pricetable .sto-pricetable__row {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin: 0 !important;
    padding: 14px 16px !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    background: transparent !important;
    border-bottom: 1px solid var(--sto-line);
}

.sto-pricetable .price-list li:last-child,
.sto-pricetable .sto-pricetable__row:last-child {
    border-bottom: 0;
}

.sto-pricetable .price-list li::before,
.sto-pricelist-csv .price-list li::before,
.price .price-list li.sto-price-row::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    background: none !important;
}

.sto-pricetable .price-list li span,
.sto-pricelist-csv .price-list li span,
.price .price-list li.sto-price-row span {
    float: none !important;
}

.sto-pricetable .price-list__name,
.sto-pricelist-csv .price-list__name {
    flex: 1;
    min-width: 0;
    text-align: left;
    font-weight: 500;
    color: var(--sto-ink);
}

.sto-pricetable .price-list__price,
.sto-pricelist-csv .price-list__price {
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: 700;
    color: var(--sto-ink);
}

.sto-pricetable__intro {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--sto-muted);
}

.sto-pricetable__intro p {
    margin-bottom: 0;
}

.sto-pricetable__list {
    margin: 0;
    padding: 4px 0 0;
}

.sto-pricetable__card {
    border-radius: var(--sto-radius);
    background: #fff;
    border: 1px solid var(--sto-line);
    overflow: hidden;
}

.sto-pricetable__footer {
    padding: 16px;
    border-top: 1px solid var(--sto-line);
    background: #fafafa;
}

.sto-pricetable__footer-note {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.45;
    color: var(--sto-muted);
}

.sto-pricetable__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 0;
}

.sto-pricetable__actions .btn {
    margin: 0;
    border-radius: 999px !important;
}

.sto-pricetable__all-link {
    text-decoration: none;
}

.sto-pricetable .btn-outline,
.sto-pricetable__actions .btn-outline {
    background: #fff !important;
    color: var(--sto-ink) !important;
    border: 1px solid var(--sto-line) !important;
    box-shadow: none !important;
}

.sto-pricetable .btn-outline:hover,
.sto-pricetable .btn-outline:focus,
.sto-pricetable__actions .btn-outline:hover {
    border-color: var(--sto-red) !important;
    color: var(--sto-red) !important;
    background: #fff !important;
}

.sto-pricetable__actions .zapis-na-remont-button {
    background: var(--sto-red) !important;
    color: #fff !important;
    border: 0 !important;
}

/* Отзывы */
.otzivi-slider-item {
    height: 100%;
    padding: 18px !important;
    border: 1px solid var(--sto-line) !important;
    border-radius: var(--sto-radius) !important;
    background: #fff !important;
    box-shadow: none !important;
}

.ozivi-slider-item-header {
    margin-bottom: 12px !important;
    gap: 12px;
}

.ozivi-slider-item-avatar,
.ozivi-slider-item-avatar-name {
    width: 48px !important;
    height: 48px !important;
    margin-right: 0 !important;
    flex-shrink: 0;
    background-size: cover !important;
    background-position: center !important;
}

.ozivi-slider-item-avatar-name {
    font-size: 18px !important;
    background: #f3f3f3 !important;
    color: var(--sto-muted) !important;
}

.ozivi-slider-item-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 0 !important;
}

.ozivi-slider-item-title span {
    color: var(--sto-muted) !important;
    font-size: 13px !important;
}

.otziv-stars {
    color: #f5a623 !important;
    letter-spacing: 1px;
}

.ozivi-slider-item-text {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: var(--sto-ink);
}

.ozivi-slider-item-text.skryt {
    height: 110px !important;
}

.ozivi-slider-item-text.skryt::after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%) !important;
}

.otzyv_toggle {
    display: inline-block;
    margin-top: 8px;
    color: var(--sto-red) !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}

.otzyv_toggle:hover {
    color: #c40012 !important;
}


/* /prajs — поиск и строки */
.sto-trust-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    margin: 0 0 18px;
    padding: 12px 16px;
    border: 1px solid rgba(227, 0, 22, 0.14);
    border-radius: 12px;
    background: linear-gradient(180deg, #fff8f8 0%, #fff 100%);
    font-size: 14px;
    line-height: 1.45;
    color: var(--sto-ink);
}

.sto-trust-line__items {
    font-weight: 600;
}

.sto-trust-line__link {
    margin-left: auto;
    color: var(--sto-red);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.sto-trust-line__link:hover,
.sto-trust-line__link:focus {
    text-decoration: underline;
}

.sto-trust-line--compact {
    margin-bottom: 14px;
    padding: 10px 14px;
    font-size: 13px;
}

.sto-commercial-factors {
    margin: 0 0 28px;
    padding: 22px;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 18px;
    background: #fff;
}

.sto-commercial-factors__head {
    max-width: 760px;
    margin-bottom: 16px;
}

.sto-commercial-factors__head h2 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--sto-ink);
}

.sto-commercial-factors__head p {
    margin: 0;
    color: rgba(18, 18, 18, 0.68);
    font-size: 15px;
    line-height: 1.5;
}

.sto-commercial-factors__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.sto-commercial-factors__item {
    min-height: 112px;
    padding: 14px;
    border-radius: 14px;
    background: #f7f7f8;
}

.sto-commercial-factors__item strong {
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--sto-ink);
}

.sto-commercial-factors__item span {
    display: block;
    color: rgba(18, 18, 18, 0.66);
    font-size: 13px;
    line-height: 1.45;
}

.sto-price-search {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 8px 0 18px;
    align-items: center;
}

.sto-price-search input {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    min-height: 42px;
    max-height: 42px;
    padding: 10px 16px !important;
    border: 1px solid var(--sto-line) !important;
    border-radius: 12px !important;
    background: #f6f6f6 !important;
    font-size: 14px !important;
    color: var(--sto-ink);
    box-shadow: none !important;
}

.sto-price-search input:focus {
    background: #fff !important;
    border-color: rgba(227, 0, 22, 0.35) !important;
    outline: none;
}

.sto-price-search .btn {
    flex: 0 0 auto;
    border-radius: 12px !important;
    padding: 10px 18px !important;
    background: var(--sto-red) !important;
    border: 0 !important;
    color: #fff !important;
}

.price .price-list li.sto-price-row,
.sto-pricelist-csv__list .sto-price-row {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin: 0 0 8px !important;
    padding: 14px 16px !important;
    border-radius: var(--sto-radius) !important;
    border: 1px solid var(--sto-line);
    background: #fff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.price .price-list li.sto-price-row:nth-child(2n),
.sto-pricelist-csv__list .sto-price-row:nth-child(2n) {
    background: #fafafa !important;
}

.sto-pricelist-csv__list .price-list__name small {
    display: block;
    margin-top: 4px;
    color: var(--sto-muted);
    font-size: 13px;
    font-weight: 400;
}

.sto-pricelist-csv__summary,
.sto-pricelist-csv__empty {
    margin: 0 0 12px;
    font-size: 14px;
    color: var(--sto-muted);
}

.sto-pricelist-csv__more {
    margin: 8px 0 0;
    text-align: center;
}

.sto-pricelist-csv__toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px !important;
    border: 1px solid var(--sto-line) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--sto-ink) !important;
    font: inherit;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none !important;
}

.sto-pricelist-csv__toggle:hover,
.sto-pricelist-csv__toggle:focus {
    border-color: var(--sto-red) !important;
    color: var(--sto-red) !important;
    background: #fff !important;
}

.sto-pricelist-csv__footer {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--sto-line);
}

.price .sto-price-note,
.sto-pricelist-csv .sto-price-note {
    margin: 0 0 14px;
    font-size: 14px;
    color: var(--sto-muted);
}

.sto-pricelist-csv__footer .btn,
.sto-pricelist-csv > .btn {
    border-radius: 999px !important;
}

.sto-pricelist-csv__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.sto-pricelist-csv__actions .btn {
    min-height: 44px;
    margin: 0;
    border-radius: 999px !important;
}

.sto-pricelist-csv__actions .btn-outline {
    background: #fff !important;
    color: var(--sto-ink) !important;
    border: 1px solid var(--sto-line) !important;
    box-shadow: none !important;
}

.sto-pricelist-csv__actions .btn-outline:hover,
.sto-pricelist-csv__actions .btn-outline:focus {
    border-color: var(--sto-red) !important;
    color: var(--sto-red) !important;
}

.price .sto-pricelist-csv__actions {
    margin-top: 4px;
}

.sto-pricelist-csv__sections {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid var(--sto-line);
}

.sto-pricelist-csv__sections h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.sto-prajs-page .sto-pricelist-csv {
    margin-bottom: 8px;
}

.sto-prajs-page .sto-faq--prajs {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid var(--sto-line);
}

.sto-price-sections-grid .row {
    margin-left: -12px;
    margin-right: -12px;
}

.sto-price-sections-grid .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

.sto-price-sections-grid .sp-module,
.sto-price-sections-grid .sp-module-content {
    margin: 0;
    padding: 0;
}

.sto-price-sections-grid .mainpage-category-list {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sto-price-sections-grid .mainpage-category-list ul li {
    margin-bottom: 4px !important;
}

#price-list,
#price-sections {
    scroll-margin-top: 96px;
}

/* Контакты на главной */
body.mainpage .contact_info h3,
.sto-contacts__card h3 {
    font-size: 28px;
    margin-bottom: 12px !important;
}

body.mainpage .contact_info .btn,
.sto-contacts__card .btn {
    margin-top: 16px;
    border-radius: 999px !important;
}

body.mainpage .contact-route-note,
.sto-contacts .contact-route-note {
    margin-top: 12px;
    font-size: 14px;
}

.sto-contacts__card {
    height: 100%;
    padding: 22px 20px;
    border: 1px solid var(--sto-line);
    border-radius: var(--sto-radius);
    background: #fff;
}

.sto-contacts .contact_info_adres {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.4;
    color: var(--sto-ink);
}

.sto-contacts .contact_info_worktime {
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--sto-muted);
}

.sto-contacts .contact_info_phone a {
    font-size: 22px;
    font-weight: 800;
    color: var(--sto-ink);
    text-decoration: none;
}

.sto-contacts .contact_info_email_social a {
    color: var(--sto-muted);
    font-size: 14px;
}

.sto-contacts__map {
    border-radius: var(--sto-radius);
    overflow: hidden;
    border: 1px solid var(--sto-line);
    background: #f4f4f4;
}

/* Работы / видео / хвост главной */
.works-slider-item {
    border-radius: var(--sto-radius);
    overflow: hidden;
    border: 1px solid var(--sto-line);
    background: #fff;
}

.works-slider-item a {
    display: block;
    line-height: 0;
}

.works-slider-item img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 0 !important;
}

body.mainpage .works-slider .swiper-button-next,
body.mainpage .works-slider .swiper-button-prev,
body.mainpage .otzivi-slider .swiper-button-next,
body.mainpage .otzivi-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

body.mainpage .works-slider .swiper-button-next,
body.mainpage .otzivi-slider .swiper-button-next {
    background-image: url('../images/slider-next.svg');
}

body.mainpage .works-slider .swiper-button-prev,
body.mainpage .otzivi-slider .swiper-button-prev {
    background-image: url('../images/slider-prev.svg');
}

body.mainpage .works-slider .swiper-button-next:hover,
body.mainpage .otzivi-slider .swiper-button-next:hover {
    background-image: url('../images/slider-next-hover.svg');
}

body.mainpage .works-slider .swiper-button-prev:hover,
body.mainpage .otzivi-slider .swiper-button-prev:hover {
    background-image: url('../images/slider-prev-hover.svg');
}

body.mainpage .works-slider .swiper-button-next:after,
body.mainpage .works-slider .swiper-button-prev:after,
body.mainpage .otzivi-slider .swiper-button-next:after,
body.mainpage .otzivi-slider .swiper-button-prev:after {
    content: '';
}

.sto-video__preview {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 280px;
    height: 100%;
    padding: 20px;
    border-radius: var(--sto-radius);
    overflow: hidden;
    background: #1a1a1a center / cover no-repeat;
    color: #fff;
    text-decoration: none;
}

.sto-video__preview::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.72) 100%);
}

.sto-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    border-radius: 50%;
    background: rgba(227, 0, 22, 0.95);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.sto-video__play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 54%;
    width: 0;
    height: 0;
    margin: -8px 0 0 -5px;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #fff;
}

.sto-video__caption {
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    max-width: 18em;
}

.sto-video__cta {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 22px 20px;
    border-radius: var(--sto-radius);
    border: 1px solid var(--sto-line);
    background: #fff;
}

.sto-video__cta-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    color: var(--sto-ink);
}

.sto-video__cta-text {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.45;
    color: var(--sto-muted);
}

.sto-video__cta .btn {
    align-self: flex-start;
    border-radius: 999px !important;
}

/* Бизнес-блок */
body.mainpage .biznes-s-nami-wrapper {
    padding: 28px;
    border-radius: var(--sto-radius);
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

body.mainpage .biznes-s-nami-zag {
    font-size: 28px;
    margin-bottom: 12px;
}

body.mainpage .biznes-s-nami-desc p {
    max-width: 100%;
    font-size: 15px;
}

body.mainpage .biznes-s-nami-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

body.mainpage .biznes-s-nami-facts li {
    position: relative;
    padding-left: 14px;
}

body.mainpage .biznes-s-nami-facts li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sto-red);
}

body.mainpage .biznes-s-nami-wrapper > .btn {
    margin-top: 16px;
    border-radius: 999px !important;
}

/* Select — финальный CTA */
.sto-select__content h3 {
    font-size: 28px;
    margin-bottom: 12px;
}

.sto-select__content p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: var(--sto-muted);
}

.sto-select__list {
    margin: 0 0 16px;
    padding-left: 18px;
    color: var(--sto-ink);
    font-size: 14px;
}

.sto-select__list li {
    margin-bottom: 6px;
}

.sto-select__photo img {
    width: 100%;
    height: auto;
    border-radius: var(--sto-radius);
    display: block;
    border: 1px solid var(--sto-line);
}

.sto-select__content .btn {
    margin-top: 4px;
    border-radius: 999px !important;
}

/* Хвост главной: новости и вакансии убираем с потока (уже скрыты на мобиле) */
body.mainpage #sp-n-o-v-o-s-t-i,
body.mainpage #sp-r-a-b-o-t-a-u-n-a-s {
    display: none !important;
}

/* Director / select — единые карточки */
.sto-director__photo img {
    border-radius: var(--sto-radius);
    border: 1px solid var(--sto-line);
}

.sto-director__cta {
    margin-top: 18px;
    padding: 16px;
    border-radius: var(--sto-radius);
    border: 1px solid var(--sto-line);
    background: #fafafa;
}

.sto-director__cta .btn {
    border-radius: 999px !important;
}

/* FAQ */
.sto-faq__item {
    border: 1px solid var(--sto-line);
    border-radius: var(--sto-radius);
    padding: 0 16px;
    margin-bottom: 10px;
    background: #fff;
}
    background: #fff;
}

.sto-faq__item summary {
    cursor: pointer;
    font-weight: 600;
    padding: 14px 0;
    list-style: none;
    font-size: 15px;
}

.sto-faq__item summary::-webkit-details-marker {
    display: none;
}

.sto-faq__answer {
    padding-bottom: 14px;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
}

.sto-faq--prajs {
    margin: 28px 0 36px;
}

.sto-faq--ai .sto-faq__answer a {
    color: #c01818;
}

/* Заголовки секций с кнопкой */
body.mainpage .modules-header {
    margin-bottom: 28px;
}

body.mainpage .modules-header .btn {
    flex-shrink: 0;
}

/* Цифры */
body.mainpage .cifra-item-title {
    font-size: 26px;
}

body.mainpage .cifra-item-desc {
    font-size: 14px;
}

/* Мессенджеры и mobile bar */
.sto-messengers {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sto-messengers a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f3f3f3;
    flex-shrink: 0;
    text-decoration: none;
    text-align: center;
    line-height: 0;
    padding: 0 !important;
    box-sizing: border-box;
    transition: transform .15s ease, box-shadow .15s ease;
}

.sto-messengers a svg {
    display: block;
    flex: 0 0 auto;
    margin: 0;
    pointer-events: none;
}

.sto-messengers a.telegram-icon {
    background: #2aabee !important;
    box-shadow: 0 2px 6px rgba(42, 171, 238, .35);
}

.sto-messengers a.max-icon {
    background: #1c3faa !important;
    box-shadow: 0 2px 6px rgba(28, 63, 170, .35);
}

.sto-messengers a.sto-phone-icon {
    background: #121212 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .18);
}

.header-contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 12px;
    float: none;
    width: auto;
}

.header-contact-info a {
    float: none !important;
}

.header-contact-info a.header_contact_phone,
.header-contact-info a.header_contact_email {
    float: none;
}

.header-contact-info .header-messengers.sto-messengers {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 0;
}

#sp-header .col.d-none.d-sm-block > .d-none.d-sm-block {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
}

.sto-mobile-bar {
    display: none;
}

.sto-messengers a:active {
    transform: scale(0.96);
}

/* Герой: факты и CTA */
.banner-text-zag--h1 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.banner-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0 10px;
    padding: 0;
    list-style: none;
}

.banner-facts li {
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.banner-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 0;
}

.banner-cta-row .btn {
    margin-top: 0 !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
    border-radius: 999px !important;
}

.banner-cta--secondary {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.78) !important;
    color: #fff !important;
}

.banner-cta--secondary:hover,
.banner-cta--secondary:focus {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: #fff !important;
    color: #fff !important;
}

.banner-cta-phone {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    box-shadow: none !important;
}

.banner-cta-phone:hover,
.banner-cta-phone:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    border-color: #fff !important;
}

/* Срочный блок после слайдера — та же ширина/скругление, что у слайдера */
.sto-emergency {
    padding: 16px 0 0;
    background: transparent;
    color: #fff;
}

.sto-emergency > .container {
    max-width: var(--sto-content-w);
    margin-left: auto;
    margin-right: auto;
}

.sto-emergency__inner {
    padding: 20px 32px;
    background: #121212;
    border-radius: 16px;
}

.sto-emergency__title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
}

.sto-emergency__lead {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.5;
}

.sto-emergency__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sto-emergency__facts li {
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.sto-emergency__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

.sto-emergency__phone {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.sto-emergency__actions .btn-outline {
    background: #fff !important;
    color: #121212 !important;
    border: 1px solid #fff !important;
    text-align: center;
    font-weight: 600;
}

.sto-emergency__actions .btn-outline:hover,
.sto-emergency__actions .btn-outline:focus {
    background: #f0f0f0 !important;
    color: #121212 !important;
    border-color: #f0f0f0 !important;
}

.sto-emergency__messengers {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.sto-emergency__route {
    display: inline-block;
    margin-top: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sto-emergency__route:hover {
    color: #fff;
}

/* Логичный порядок секций на главной */
body.mainpage .body-innerwrapper {
    display: flex;
    flex-direction: column;
}

body.mainpage #sp-header { order: 1; }
body.mainpage .slider-wrapper { order: 2; }
body.mainpage .sto-emergency { order: 3; }
body.mainpage #sp-m-a-r-k-i-s-k-o-t-o-r-y-m-i-r-a-b-o-t-a-e-m { order: 4; }
body.mainpage #sp-u-s-l-u-g-i { order: 5; }
body.mainpage #sp-r-a-z-v-i-v-a-j-t-e-b-i-z-n-e-s-s-n-a-m-i { order: 6; }
body.mainpage #sp-pricetable { order: 7; }
body.mainpage #sp-section-10 { order: 8; } /* отзывы */
body.mainpage #sp-n-a-sh-i-p-r-e-i-m-u-shch-e-s-t-v-a { order: 9; }
body.mainpage #sp-m-y-v-ts-i-f-r-a-kh { order: 10; }
body.mainpage #sp-p-r-i-m-e-r-y-n-a-sh-i-kh-r-a-b-o-t { order: 11; }
body.mainpage #sp-v-i-d-e-o { order: 12; }
body.mainpage #sp-e-s-t-ch-e-m-g-o-r-d-i-t-s-ya { order: 13; }
body.mainpage #sp-k-o-n-t-a-k-t-y-s-k-a-r-t-o-j { order: 15; }
body.mainpage #sp-faq { order: 16; }
body.mainpage .seo-landing-hub { order: 17; }
body.mainpage #sp-n-o-v-o-s-t-i { order: 18; }
body.mainpage #sp-r-a-b-o-t-a-u-n-a-s { order: 19; }
body.mainpage #sp-v-y-b-i-r-a-j-t-e-k-a-ch-e-s-t-v-e-n-n-y-j-a-v-t-o-s-e-r-v-i-s { order: 20; }
body.mainpage #sp-main-body { order: 21; }
body.mainpage #sp-footer { order: 22; }
body.mainpage #sp-m-o-b-i-l-n-o-e-m-e-n-yu { order: 22; }
body.mainpage #sp-k-o-p-i-r-a-j-t { order: 23; }
body.mainpage #sp-razrab { order: 24; }

/* Гасим старое скрытие марок на мобиле (кэш/дубль sto.css) */
@media (max-width: 767px) {
    body.mainpage #sp-m-a-r-k-i-s-k-o-t-o-r-y-m-i-r-a-b-o-t-a-e-m.marki-wrapper,
    body.mainpage section.marki-wrapper,
    body.mainpage #sp-marki {
        display: block !important;
    }
}

body.has-sto-mobile-bar {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .sto-emergency__title {
        font-size: 24px;
    }

    .banner-cta-row {
        width: 100%;
    }

    .banner-cta-row .btn {
        flex: 1 1 auto;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    body.has-sto-mobile-bar {
        padding-bottom: calc(var(--sto-mobile-bar-h) + env(safe-area-inset-bottom, 0px));
    }

    /* The custom bar replaces the legacy Joomla mobile-menu module. */
    #sp-mobilemenu,
    #sp-m-o-b-i-l-n-o-e-m-e-n-yu {
        display: none !important;
    }

    .sto-mobile-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1040;
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0;
        min-height: var(--sto-mobile-bar-h);
        padding: 4px 4px calc(4px + env(safe-area-inset-bottom, 0px));
        background: #121212;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .sto-mobile-bar__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        min-width: 0;
        padding: 4px 2px;
        border: 0;
        background: transparent;
        color: rgba(255, 255, 255, 0.82);
        text-decoration: none;
        font: inherit;
        cursor: pointer;
    }

    .sto-mobile-bar__item--phone {
        color: #fff;
    }

    .sto-mobile-bar__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        color: inherit;
    }

    /* Звонок: яркий кружок, чтобы иконка не терялась на тёмной панели */
    .sto-mobile-bar__icon--phone {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #e31e24;
        color: #fff;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    }

    .sto-mobile-bar__icon--phone svg {
        width: 14px;
        height: 14px;
        color: #fff;
    }

    .sto-mobile-bar__item--menu {
        color: rgba(255, 255, 255, 0.82);
    }

    .sto-mobile-bar__label {
        font-size: 10px;
        line-height: 1.1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .sto-emergency {
        /* Continue the hero's dark bottom gradient instead of starting
           a detached black card below a white gap. */
        margin-top: -1px;
        padding: 0 0 12px;
        background: #121212;
    }

    .sto-emergency > .container {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .sto-emergency__inner {
        padding: 16px;
        border-radius: 0;
        background: transparent;
    }

    .sto-emergency__title {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .sto-emergency__lead {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .sto-emergency__route {
        margin-top: 10px;
        font-size: 13px;
    }

    .banner-facts {
        gap: 6px;
    }

    .banner-facts li {
        font-size: 12px;
        padding: 5px 8px;
    }

    .banner-cta-row .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
    }

    body.mainpage #sp-n-o-v-o-s-t-i,
    body.mainpage #sp-r-a-b-o-t-a-u-n-a-s,
    body.mainpage #sp-v-y-b-i-r-a-j-t-e-k-a-ch-e-s-t-v-e-n-n-y-j-a-v-t-o-s-e-r-v-i-s {
        display: none;
    }

    body.mainpage .sp-scroll-up {
        bottom: calc(var(--sto-mobile-bar-h) + 16px + env(safe-area-inset-bottom, 0px));
    }
}

/* Мобильные контакты в шапке */
.sto-header-mobile-icons {
    display: none;
    flex-shrink: 0;
}

.sto-header-mobile__icons {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

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

.sto-header-mobile-meta {
    display: none;
    margin-top: -2px;
    padding-bottom: 6px;
}

.sto-header-mobile-meta__line {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    overflow: hidden;
}

.sto-header-mobile-meta__sep {
    flex-shrink: 0;
    color: rgba(18, 18, 18, 0.35);
    font-size: 12px;
    line-height: 1;
}

.sto-header-mobile__phone {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #c01818;
    text-decoration: none;
    white-space: nowrap;
}

.sto-header-mobile__address {
    min-width: 0;
    font-size: 10px;
    line-height: 1.2;
    color: rgba(18, 18, 18, 0.65);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sto-messengers--header a,
.sto-header-mobile__icons .sto-phone-icon,
.sto-header-mobile__icons > a.sto-phone-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    width: 32px;
    height: 32px;
    padding: 0 !important;
    line-height: 0;
}

.sto-messengers--header svg,
.sto-header-mobile__icons .sto-phone-icon svg {
    width: 22px;
    height: 22px;
}

.sto-header-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    border: 1px solid rgba(18, 18, 18, 0.25);
    border-radius: 10px;
    background: #fff;
    color: #121212;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer;
    flex-shrink: 0;
}

.sto-header-menu-toggle:hover,
.sto-header-menu-toggle:focus {
    border-color: rgba(227, 0, 22, 0.35);
    color: var(--sto-red);
}

.sto-header-menu-toggle .burger-icon,
.sto-header-menu-toggle .burger-icon > span,
.sto-header-menu-toggle__icon,
.sto-header-menu-toggle__bars {
    display: none !important;
}

#sp-mobilemenu .sp-module {
    margin: 2px 0 !important;
}

#sp-mobilemenu ul {
    display: flex !important;
    align-items: flex-start !important;
    margin: 0;
    padding: 0;
}

#sp-mobilemenu ul li {
    list-style: none;
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    display: flex !important;
    margin: 0;
    padding: 0;
}

#sp-mobilemenu ul li a,
#sp-mobilemenu ul li span {
    flex: 1;
    width: 100%;
    padding: 1px 0 2px !important;
    margin: 0;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #121212 !important;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.05;
    min-height: 0;
    height: auto !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center;
    box-sizing: border-box;
}

#sp-mobilemenu ul li a:hover,
#sp-mobilemenu ul li a:focus,
#sp-mobilemenu ul li a:active {
    background: transparent !important;
    color: #121212 !important;
}

#sp-mobilemenu ul li a.btn,
#sp-mobilemenu ul li a.zapis-na-remont-button,
#sp-mobilemenu .menu-zapis-icon {
    cursor: pointer;
}

#sp-mobilemenu .menu-zapis-icon::before {
    content: none !important;
    display: none !important;
}

#sp-mobilemenu .sto-mobilemenu-icon-slot {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#sp-mobilemenu ul li a img,
#sp-mobilemenu ul li span img {
    display: block;
    width: 24px !important;
    height: 24px !important;
    margin: 0;
}

#sp-mobilemenu .sto-mobilemenu-max-link .sto-mobilemenu-icon-slot {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
}

#sp-mobilemenu .sto-mobilemenu-max-icon {
    display: block;
    width: 28px !important;
    height: 28px !important;
    margin: 0;
}

#sp-mobilemenu ul li a.call-mobile img,
#sp-mobilemenu ul li span.call-mobile img {
    width: 24px !important;
    height: 24px !important;
}

#sp-mobilemenu .image-title {
    display: block;
    width: 100%;
    margin-top: 1px;
    padding: 0 1px;
    line-height: 1.05;
    font-size: 9px;
    text-align: center;
}

.sto-email-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f3f3f3;
    color: #444;
    flex-shrink: 0;
    text-decoration: none;
    line-height: 0;
    padding: 0 !important;
    box-sizing: border-box;
}

.sto-pricelist-csv__sections > .categories-list:empty {
    display: none;
}

.sto-pricelist-csv__intro {
    margin-bottom: 20px;
}

.sto-pricelist-csv__list[data-collapsible="1"]:not(.is-expanded) .sto-price-row:nth-child(n+13) {
    display: none;
}

@media (max-width: 991px) {
    .sto-advantages__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .custom-slider__content {
        left: 48px;
        max-width: min(340px, calc(100% - 96px));
        padding: 12px 14px;
        transform: translateY(-50%);
        top: 50%;
        bottom: auto;
    }

    .banner-text-zag {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    :root {
        --sto-mobile-header-h: 56px;
        --sto-banner-mobile-h: 300px;
    }

    #sp-header > .container > .row.align-items-center {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
        padding: 6px 0;
    }

    #sp-logo {
        flex: 0 1 auto;
        min-width: 0;
        max-width: calc(100vw - 210px);
    }

    .sto-header-mobile-meta__line {
        padding-top: 0;
    }

    .sto-header-mobile__phone {
        font-size: 12px;
    }

    .sto-header-mobile__address {
        font-size: 9px;
    }

    #sp-logo .logo,
    #sp-logo .logo img {
        max-height: 34px;
        max-width: min(190px, calc(100vw - 210px)) !important;
        width: auto;
    }

    .sto-header-mobile-icons {
        display: block;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .sto-header-mobile-meta {
        display: flex;
    }

    .sto-messengers--header a,
    .sto-header-mobile__icons .sto-phone-icon,
    .sto-header-mobile__icons > a.sto-phone-icon {
        width: 30px !important;
        height: 30px !important;
    }

    body.mainpage .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.mainpage {
        overflow-x: hidden;
    }

    body.mainpage .body-wrapper,
    body.mainpage .body-innerwrapper,
    body.mainpage #sp-main-body,
    body.mainpage #sp-component {
        max-width: 100vw;
        overflow-x: hidden;
    }

    body.mainpage .row {
        --bs-gutter-x: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.mainpage .row > [class*="col"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Компактная шапка */
    body.mainpage #sp-header {
        box-shadow: none;
    }

    body.mainpage #sp-logo .logo_slogan_mobile,
    body.mainpage .header-mobile-tel-mail {
        display: none !important;
    }

    #sp-header .col.d-none.d-sm-block,
    #sp-header .d-none.d-sm-block,
    #sp-header .header-adres-worktime,
    #sp-header .header-contact-info,
    #sp-header .sto-header-cta {
        display: none !important;
    }

    #sp-header > .container {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    #sp-header {
        height: auto !important;
    }

    #sp-header .logo {
        height: auto !important;
        min-height: 0 !important;
    }

    .sticky-header-placeholder {
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #sp-header > .container > .row.align-items-center {
        padding-top: 0;
        padding-bottom: 0;
    }

    .sto-header-mobile-meta__line {
        padding-top: 0;
    }

    #sp-header .header_bottom {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        border: 0 !important;
    }

    body.mainpage .header_search input,
    body.mainpage .header_search input:hover,
    body.mainpage .header_search input:focus {
        padding: 6px 12px 6px 34px !important;
        font-size: 13px !important;
        border-radius: 999px !important;
        min-height: 34px;
    }

    body.mainpage #sp-menu .sp-column {
        gap: 8px;
    }

    body.mainpage #sp-slider .container,
    body.mainpage .custom-slider .container {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 100%;
    }

    body.mainpage #sp-slider {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        padding-top: 0;
        overflow: hidden;
    }

    body.mainpage #sp-slider .row,
    body.mainpage #sp-slider [class*="col-"] {
        --bs-gutter-x: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    body.mainpage .custom-slider {
        width: 100%;
        max-width: 100%;
        margin-top: 0 !important;
        overflow: hidden;
    }

    body.mainpage .custom-slider .swiper-wrapper {
        display: block !important;
        width: 100% !important;
        height: var(--sto-banner-mobile-h) !important;
        transform: none !important;
        transition: none !important;
    }

    body.mainpage .custom-slider .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
    }

    body.mainpage .custom-slider .swiper-slide:not(:first-child) {
        display: none !important;
    }

    body.mainpage .sp-module {
        margin: 40px 0;
    }

    body.mainpage #sp-est-chem-gorditsya,
    body.mainpage #sp-nashi-preimushchestva,
    body.mainpage #sp-nashi-partnery {
        padding: 36px 0;
    }

    body.mainpage #sp-otzivi .sp-module {
        margin-bottom: 40px;
    }

    body.mainpage .modules-header {
        margin-bottom: 20px;
        gap: 12px;
    }

    body.mainpage .sp-module h3,
    body.mainpage .sto-advantages__title,
    body.mainpage .sto-pricetable__head h3,
    body.mainpage .sto-section__head h3,
    body.mainpage .sto-faq h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    body.mainpage .modules-header h3,
    body.mainpage .sto-section__head h3,
    body.mainpage .sto-pricetable__head h3 {
        margin-bottom: 0;
    }

    /* Баннер: компактная высота, текст поверх фото */
    body.mainpage .custom-slider__slider,
    body.mainpage .custom-slider__slider-inner,
    body.mainpage .custom-slider .swiper {
        height: var(--sto-banner-mobile-h) !important;
    }

    body.mainpage .custom-slider .swiper-wrapper,
    body.mainpage .custom-slider .swiper-slide {
        min-height: var(--sto-banner-mobile-h) !important;
        height: var(--sto-banner-mobile-h) !important;
    }

    body.mainpage .custom-slider__slide-wrap {
        position: relative !important;
        min-height: var(--sto-banner-mobile-h) !important;
        height: var(--sto-banner-mobile-h) !important;
        border-radius: 0;
        overflow: hidden;
        background: #1a1a1a;
    }

    body.mainpage .custom-slider__slider,
    body.mainpage .custom-slider__slide-wrap {
        border-radius: 0;
    }

    body.mainpage .custom-slider__media {
        position: absolute !important;
        inset: 0 !important;
        z-index: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    body.mainpage .custom-slider__media picture {
        position: absolute !important;
        inset: 0 !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
    }

    body.mainpage .custom-slider__img {
        position: absolute !important;
        inset: 0 !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 0 !important;
    }

    body.mainpage .custom-slider__shade {
        display: block;
        position: absolute !important;
        inset: 0 !important;
        z-index: 1 !important;
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0.35) 55%,
            rgba(0, 0, 0, 0.82) 100%
        );
        pointer-events: none;
    }

    body.mainpage .custom-slider__content {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        bottom: 0 !important;
        transform: none !important;
        z-index: 2 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-end !important;
        max-width: none !important;
        width: 100% !important;
        box-sizing: border-box;
        padding: 14px 14px 16px !important;
        border-radius: 0 !important;
        background: transparent !important;
        backdrop-filter: none !important;
        text-align: left;
        transition: opacity .18s ease;
    }

    body.mainpage .custom-slider__content.is-rotating {
        opacity: .35;
    }

    body.mainpage .banner-warranty {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
        padding: 5px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        font-size: 12px;
        line-height: 1.25;
        font-weight: 600;
        color: #eafff0;
    }

    body.mainpage .banner-warranty__icon {
        width: 14px;
        height: 14px;
    }

    body.mainpage .banner-text-zag {
        max-width: calc(100vw - 28px);
        font-size: 19px;
        line-height: 1.15;
        margin-bottom: 6px;
        font-weight: 800;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    body.mainpage .banner-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 0;
        max-width: calc(100vw - 28px);
    }

    body.mainpage .custom-slider__content .banner-cta {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: auto !important;
        max-width: 100%;
        box-sizing: border-box;
        min-height: 42px;
        margin-top: 10px;
        text-align: center;
        padding: 10px 16px !important;
        font-size: 13px;
        border-radius: 999px !important;
        line-height: 1.2;
    }

    body.mainpage .banner-facts {
        display: none !important;
    }

    body.mainpage .banner-cta-row {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
    }

    body.mainpage .banner-cta-row .btn {
        width: 100% !important;
        min-height: 42px !important;
        margin: 0 !important;
    }

    /* sto.css переопределяет баннер на 480px — гасим */
    body.mainpage .banner-text-wrapper {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        bottom: 0 !important;
        max-width: none !important;
        text-align: left !important;
    }

    body.mainpage .custom-slider .swiper-cust-button {
        display: none;
    }

    body.mainpage .marki {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    body.mainpage .marki .swiper-wrapper {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: stretch;
    }

    body.mainpage .marki .swiper-slide {
        flex: 0 0 calc((100% - 16px) / 3.2) !important;
        width: calc((100% - 16px) / 3.2) !important;
        height: auto;
    }

    body.mainpage .marki .marka-item {
        width: 100%;
        min-height: 108px;
    }

    body.mainpage .warranty-wrapper {
        display: none !important;
    }

    /* Прайс */
    body.mainpage .sto-section__head,
    body.mainpage .sto-pricetable__head {
        flex-wrap: wrap;
        margin-bottom: 14px;
        gap: 12px;
    }

    body.mainpage .sto-pricetable__intro {
        margin-bottom: 16px;
        font-size: 14px;
    }

    body.mainpage .sto-pricetable__card {
        border-radius: 14px;
    }

    body.mainpage .sto-pricetable__list {
        padding: 10px 10px 0;
    }

    body.mainpage .sto-pricetable .price-list li {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 12px 14px;
        margin-bottom: 8px;
    }

    body.mainpage .sto-pricetable .price-list__name {
        flex: 1 1 auto;
        font-size: 14px;
        line-height: 1.35;
    }

    body.mainpage .sto-pricetable .price-list__price {
        align-self: center;
        font-size: 15px;
    }

    body.mainpage .sto-pricetable__footer {
        padding: 14px 12px 16px;
    }

    body.mainpage .sto-pricetable__footer-note {
        margin-bottom: 12px;
        font-size: 13px;
    }

    body.mainpage .sto-pricetable__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    body.mainpage .sto-pricetable__actions .btn {
        width: 100%;
        text-align: center;
    }

    body.mainpage .sto-pricetable__head-link {
        display: inline-flex !important;
        padding: 7px 12px !important;
        font-size: 12px !important;
    }

    body.mainpage #sp-u-s-l-u-g-i .row-flex > [class*='col-'] {
        margin-bottom: 14px;
    }

    .mainpage-category-list-img {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 120px;
        height: auto;
        padding: 12px 12px 0;
        overflow: hidden !important;
        background: #f6f6f6;
    }

    .mainpage-category-list-img img {
        width: 120px !important;
        height: 120px !important;
        max-width: 120px !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        position: static !important;
        transform: none !important;
    }

    .mainpage-category-list-title {
        font-size: 16px !important;
        padding: 12px 14px 6px !important;
    }

    .sto-price-search {
        flex-wrap: wrap;
        align-items: stretch;
        gap: 8px;
    }

    .sto-price-search input {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        min-height: 44px;
        max-height: 44px;
        height: 44px;
        padding: 10px 14px !important;
        border-radius: 12px !important;
    }

    .sto-price-search .btn {
        flex: 0 0 auto;
        width: auto;
        min-width: 92px;
        min-height: 44px;
        height: 44px;
        padding: 10px 16px !important;
        border-radius: 12px !important;
    }

    .sto-price-search .sto-link-more {
        flex: 1 1 100%;
        margin-top: 2px;
    }

    body.mainpage .sp-megamenu-parent > li > a,
    body.mainpage .sp-megamenu-parent > li > span {
        font-size: 13px !important;
        padding: 12px 8px !important;
    }

    body.mainpage .header_search {
        flex-basis: 150px;
        max-width: 150px;
    }

    .sto-advantages__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    body.mainpage .banner-text-zag {
        font-size: 21px;
    }

    body.mainpage .banner-text {
        -webkit-line-clamp: 2;
        font-size: 13px;
    }

    body.mainpage .banner-warranty {
        font-size: 11px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    body.mainpage .header_search {
        flex: 0 0 190px;
        max-width: 190px;
    }

    body.mainpage .sp-megamenu-parent > li {
        margin: 0 2px;
    }

    body.mainpage .sp-megamenu-parent > li > a {
        padding: 6px 7px !important;
        font-size: 13px !important;
    }
}

/* Мобильное offcanvas-меню */
.offcanvas-menu .offcanvas-inner ul.menu > li > a[class*="menu-"],
.offcanvas-menu .offcanvas-inner ul.menu > li > span[class*="menu-"] {
    background-image: none !important;
    padding-left: 16px !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.35;
    background: none !important;
    border-radius: 12px;
    transition: color .2s ease, background-color .2s ease;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a {
    background: rgba(227, 0, 22, 0.06) !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a .sto-menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f3f3f3;
    color: #444;
    transition: background-color .2s ease, color .2s ease;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a:hover .sto-menu-icon,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a .sto-menu-icon {
    background: rgba(227, 0, 22, 0.12);
    color: #e30016;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a .sto-menu-text {
    flex: 1;
    min-width: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a .menu-toggler {
    margin-left: auto;
    flex-shrink: 0;
}

.offcanvas_info {
    margin-top: 12px;
    padding-top: 4px;
}

.offcanvas_info__card {
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, #1a1a1a 0%, #121212 100%);
    color: #fff;
    box-shadow: 0 12px 28px rgba(18, 18, 18, 0.18);
}

.offcanvas_info__head {
    margin-bottom: 12px;
}

.offcanvas_info__eyebrow {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.offcanvas_info__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}

.offcanvas_info__map {
    position: relative;
    width: 100%;
    height: 160px;
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
    background: #2a2a2a center / cover no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.offcanvas_info__map .ymaps-2-1-79-map,
.offcanvas_info__map > ymaps {
    border-radius: 12px;
}

.offcanvas_info__map-hint {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(18, 18, 18, 0.78);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    pointer-events: none;
}

.offcanvas_info_adres-link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease;
}

.offcanvas_info_adres-link:hover {
    color: #fff;
    border-color: rgba(227, 0, 22, 0.55);
    background: rgba(227, 0, 22, 0.12);
}

.offcanvas_info_adres-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px !important;
    height: 34px;
    border-radius: 50%;
    background: rgba(227, 0, 22, 0.18);
    color: #ff4d5e;
}

.offcanvas_info_adres-text {
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92) !important;
}

.offcanvas_info_adres-text,
.offcanvas_info_adres-text span,
.offcanvas_info .offcanvas_info_adres span {
    color: rgba(255, 255, 255, 0.92) !important;
}

.offcanvas_info_worktime {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 12px;
    font-weight: 400;
}

.offcanvas_info__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.offcanvas_info__cta {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.offcanvas_info__cta--phone {
    background: #e30016;
    color: #fff;
    border: 0;
}

.offcanvas_info__cta--phone:hover,
.offcanvas_info__cta--phone:focus {
    background: #c40012;
    color: #fff;
}

.offcanvas_info__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.offcanvas_info__cta-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    opacity: 0.8;
    line-height: 1.2;
}

.offcanvas_info__cta-value {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.offcanvas_info__cta--zapis {
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.offcanvas_info__cta--zapis:hover,
.offcanvas_info__cta--zapis:focus {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.offcanvas-route-link {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease;
}

.offcanvas-route-link:hover,
.offcanvas-route-link:focus {
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.18);
    color: #fff !important;
}

.offcanvas-route-link__text {
    flex: 1 1 auto;
    min-width: 0;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.01em;
}

.offcanvas-route-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e30016;
    color: #fff;
}

.offcanvas-route-link__arrow {
    margin-left: auto;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.offcanvas_info__contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin-bottom: 12px;
}

.offcanvas_info .header_contact_email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none !important;
    padding-left: 0;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85) !important;
}

.offcanvas_info .header_contact_email:hover {
    color: #fff !important;
}

.offcanvas_info_email-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    line-height: 0;
    padding: 0;
}

.offcanvas_info_email-icon svg,
.sto-email-icon svg {
    display: block;
    flex: 0 0 auto;
    margin: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a .sto-menu-icon svg {
    display: block;
    flex: 0 0 auto;
    margin: 0;
}

.offcanvas_info_messenger.sto-messengers {
    margin: 0;
}

.offcanvas_info__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

.offcanvas_info__trust li {
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.offcanvas_yandex-widget {
    margin-top: 0;
    padding: 4px 6px;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
    max-width: 100%;
    line-height: 0;
    vertical-align: top;
}

.offcanvas_yandex-widget iframe {
    display: block;
    width: 200px;
    max-width: 100%;
    height: 50px;
    border: 0;
}

/* Separators in offcanvas: CTA-like chips */
.offcanvas-menu .offcanvas-inner ul.menu > li > span.zapis-na-remont-button,
.offcanvas-menu .offcanvas-inner ul.menu > li > span.master-consult-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin: 4px 0;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > span.zapis-na-remont-button {
    background: rgba(227, 0, 22, 0.1) !important;
    color: #e30016 !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > span.master-consult-button {
    background: rgba(18, 18, 18, 0.06) !important;
    color: #121212 !important;
}

.offcanvas-menu .offcanvas_info_phone,
.offcanvas-menu .offcanvas_info_social {
    margin-bottom: 0;
}

/* Offcanvas navigation: professional mobile grouping */
.offcanvas-menu {
    background: #f7f7f8 !important;
}

.offcanvas-menu > .d-flex.align-items-center {
    min-height: 58px;
    padding: 14px 18px 10px !important;
    border-bottom: 1px solid rgba(18, 18, 18, 0.06);
    background: #fff;
}

.offcanvas-menu .close-offcanvas {
    margin-left: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f1f2;
}

.offcanvas-menu .offcanvas-inner {
    padding: 16px 16px 24px;
}

.offcanvas-menu .offcanvas-inner ul.menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu,
.offcanvas-menu .offcanvas-inner ul.menu ul {
    list-style: none;
}

.offcanvas-menu .offcanvas-inner ul.menu > li {
    margin: 0;
    padding: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
    min-height: 54px;
    padding: 10px 12px !important;
    border: 1px solid transparent;
    border-radius: 16px;
    background: #fff !important;
    color: #161616 !important;
    box-shadow: 0 6px 18px rgba(18, 18, 18, 0.04);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent-open > a,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a {
    border-color: rgba(227, 0, 22, 0.12);
    background: #fff3f4 !important;
    color: #161616 !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a .sto-menu-icon {
    width: 40px;
    height: 40px;
    background: #f4f4f5;
    color: #3f3f46;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent-open > a .sto-menu-icon,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a .sto-menu-icon {
    background: rgba(227, 0, 22, 0.12);
    color: #e30016;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a .sto-menu-text {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a .menu-toggler {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(18, 18, 18, 0.04);
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a .menu-toggler::after,
.offcanvas-menu .offcanvas-inner ul.menu > li > span .menu-toggler::after {
    width: 18px !important;
    height: 18px !important;
    top: 5px !important;
    left: 5px;
    background-size: 18px 18px !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul {
    margin: 6px 0 4px 52px !important;
    padding: 8px 0 8px 14px !important;
    border-left: 2px solid rgba(227, 0, 22, 0.14);
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul > li {
    margin: 0;
    padding: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > ul > li > span {
    display: block;
    min-height: 0;
    padding: 6px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(18, 18, 18, 0.74) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.28;
    letter-spacing: -0.01em;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > ul > li > a:hover {
    color: #e30016 !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > span.zapis-na-remont-button,
.offcanvas-menu .offcanvas-inner ul.menu > li > span.master-consult-button {
    min-height: 50px;
    margin: 2px 0;
    border-radius: 15px !important;
    box-shadow: none;
    font-size: 15px !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > span.zapis-na-remont-button {
    background: #e30016 !important;
    color: #fff !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > span.master-consult-button {
    background: #ececee !important;
    color: #161616 !important;
}

.offcanvas-menu .offcanvas_info {
    margin-top: 14px;
}

/* Посадочные страницы марок (Volvo, Scania, MAN) */
.brand-landing {
    max-width: 960px;
    margin: 0 auto;
}

.brand-landing__hero {
    margin-bottom: 48px;
}

.brand-landing__eyebrow {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.brand-landing__sub {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}

.brand-landing__intro {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.brand-landing__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.brand-landing__cta .btn-outline {
    background: transparent;
    color: #E30016;
    border: 2px solid #E30016;
}

.brand-landing__cta .btn-outline:hover {
    background: #FE4F60;
    color: #fff;
    border-color: #FE4F60;
}

.brand-landing__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-landing__tags li {
    padding: 8px 16px;
    background: #f5f5f5;
    border-radius: 8px;
    font-weight: 500;
}

.brand-landing__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.brand-landing__card {
    display: block;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.brand-landing__card:hover {
    border-color: #E30016;
    box-shadow: 0 4px 16px rgba(227, 0, 22, 0.08);
    text-decoration: none;
    color: inherit;
}

.brand-landing__card h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.brand-landing__card p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

.brand-landing__advantages ul {
    padding-left: 20px;
    line-height: 1.8;
}

.brand-landing__bottom-cta {
    margin-top: 48px;
    padding: 32px;
    background: #fafafa;
    border-radius: 16px;
    text-align: center;
}

.brand-landing section {
    margin-bottom: 40px;
}

.brand-landing section h2 {
    font-size: 28px;
    margin-bottom: 16px;
}

.brand-landing__faq-list dt {
    font-weight: 700;
    margin-top: 16px;
}

.brand-landing__faq-list dd {
    margin-left: 0;
    color: rgba(18, 18, 18, 0.75);
}

.brand-service-landing section {
    margin-bottom: 40px;
}

.brand-service-landing section h2 {
    font-size: 28px;
    margin-bottom: 16px;
}

.brand-service-landing__lead {
    max-width: 720px;
    margin-bottom: 16px;
    color: rgba(18, 18, 18, 0.7);
}

.brand-service-landing__symptoms ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.brand-service-landing__symptoms li {
    position: relative;
    padding: 14px 16px 14px 40px;
    background: #fafafa;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 12px;
}

.brand-service-landing__symptoms li::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #E30016;
}

.brand-service-landing__price {
    padding: 24px;
    background: #fafafa;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 16px;
}

.brand-service-landing__price p {
    margin-bottom: 16px;
    color: rgba(18, 18, 18, 0.75);
}

.brand-service-landing__price-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 767px) {
    .brand-service-landing section h2 {
        font-size: 22px;
    }

    .brand-service-landing__price-actions .btn {
        width: 100%;
        text-align: center;
    }
}

.seo-landing-hub {
    padding: 48px 0 64px;
    background: #fafafa;
    border-top: 1px solid rgba(18, 18, 18, 0.08);
}

.seo-landing-hub__title {
    font-size: 32px;
    margin-bottom: 12px;
}

.seo-landing-hub__lead {
    max-width: 720px;
    margin-bottom: 24px;
    color: rgba(18, 18, 18, 0.7);
}

.seo-landing-hub__subtitle {
    font-size: 20px;
    margin: 28px 0 14px;
}

.seo-landing-hub__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

.seo-landing-hub__card {
    display: block;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid rgba(18, 18, 18, 0.1);
    border-radius: 12px;
    color: #121212;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .2s, box-shadow .2s;
}

.seo-landing-hub__card:hover {
    border-color: #E30016;
    box-shadow: 0 4px 16px rgba(227, 0, 22, 0.08);
    color: #121212;
}

.seo-landing-hub__card--service {
    font-weight: 500;
}

.sto-blog-related {
    margin: 40px 0 24px;
    padding: 24px;
    background: #fafafa;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 16px;
}

.sto-blog-related__title {
    font-size: 22px;
    margin-bottom: 16px;
}

.sto-blog-related__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
}

.sto-blog-related__card {
    display: block;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid rgba(18, 18, 18, 0.1);
    border-radius: 10px;
    color: #121212;
    font-weight: 600;
    text-decoration: none;
}

.sto-blog-related__card:hover {
    border-color: #E30016;
    color: #121212;
}

.offcanvas-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 16px 16px;
}

.offcanvas-quick-links a {
    display: inline-block;
    padding: 8px 12px;
    background: rgba(227, 0, 22, 0.08);
    border-radius: 8px;
    color: #121212;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.offcanvas-quick-links a:hover {
    background: rgba(227, 0, 22, 0.14);
    color: #121212;
}

/* Корпоративным клиентам */
.sto-corporate-page #sp-left {
    display: none;
}

.sto-corporate-page #sp-component {
    flex: 0 0 100%;
    max-width: 100%;
}

.corporate-landing {
    max-width: var(--sto-content-w);
    margin: 0 auto 56px;
}

.corporate-landing__hero {
    padding: clamp(28px, 5vw, 56px);
    border-radius: 20px;
    background: #121212;
    color: #fff;
}

.corporate-landing__eyebrow,
.corporate-landing__kicker {
    margin: 0 0 10px;
    color: var(--sto-red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.corporate-landing__hero h1 {
    max-width: 820px;
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.corporate-landing__lead {
    max-width: 760px;
    margin: 0 0 22px;
    color: rgba(255,255,255,.78);
    font-size: 18px;
    line-height: 1.55;
}

.corporate-landing__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.corporate-landing__facts li {
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.corporate-landing__cta,
.corporate-landing__bottom-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.corporate-landing .btn {
    margin: 0;
    border-radius: 999px !important;
}

.corporate-landing__hero .btn-outline {
    border-color: rgba(255,255,255,.5) !important;
    background: transparent !important;
    color: #fff !important;
}

.corporate-landing__section {
    margin-top: 48px;
}

.corporate-landing__section-head {
    max-width: 700px;
    margin-bottom: 22px;
}

.corporate-landing__section h2,
.corporate-landing__bottom h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.2;
}

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

.corporate-landing__card {
    padding: 20px 18px;
    border: 1px solid var(--sto-line);
    border-radius: var(--sto-radius);
    background: #fff;
}

.corporate-landing__card h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.corporate-landing__card p {
    margin: 0;
    color: var(--sto-muted);
    font-size: 14px;
    line-height: 1.5;
}

.corporate-landing__section--steps {
    padding: 28px;
    border-radius: var(--sto-radius);
    background: #fafafa;
}

.corporate-landing__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: corporate-step;
}

.corporate-landing__steps li {
    position: relative;
    padding: 44px 16px 16px;
    border: 1px solid var(--sto-line);
    border-radius: var(--sto-radius);
    background: #fff;
    counter-increment: corporate-step;
}

.corporate-landing__steps li::before {
    content: counter(corporate-step);
    position: absolute;
    top: 12px;
    left: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--sto-red);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
}

.corporate-landing__steps strong,
.corporate-landing__steps span {
    display: block;
}

.corporate-landing__steps span {
    margin-top: 5px;
    color: var(--sto-muted);
    font-size: 13px;
    line-height: 1.45;
}

.corporate-landing__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 48px;
    padding: 28px;
    border: 1px solid var(--sto-line);
    border-radius: var(--sto-radius);
    background: #fff;
}

.corporate-landing__bottom p:not(.corporate-landing__kicker) {
    margin: 8px 0 0;
    color: var(--sto-muted);
}

@media (max-width: 991px) {
    .corporate-landing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .corporate-landing__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .corporate-landing__hero {
        padding: 24px 18px;
        border-radius: 14px;
    }

    .corporate-landing__lead {
        font-size: 15px;
    }

    .corporate-landing__grid,
    .corporate-landing__steps {
        grid-template-columns: 1fr;
    }

    .corporate-landing__section--steps,
    .corporate-landing__bottom {
        padding: 18px;
    }

    .corporate-landing__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .corporate-landing__cta .btn,
    .corporate-landing__bottom-actions .btn {
        width: 100%;
        text-align: center;
    }
}

/* Консультация мастера — продающий попап */
.consult-master-form h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    color: #121212;
}

.consult-master-lead {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(18, 18, 18, 0.72);
}

.consult-master-form .consult-master {
    margin-bottom: 14px;
}

.consult-master-form .consult-master img {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.consult-master-form .consult-master-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 14px;
    font-size: 16px;
    font-weight: 400;
}

.consult-master-role {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: #121212;
}

.consult-master-brands {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: #e30016;
}

.consult-master-exp {
    font-size: 13px;
    line-height: 1.35;
    color: rgba(18, 18, 18, 0.65);
}

.consult-master-benefits {
    margin: 0 0 16px;
    padding: 12px 14px;
    list-style: none;
    border-radius: 12px;
    background: #f7f7f7;
}

.consult-master-benefits li {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.45;
    color: #121212;
}

.consult-master-benefits li + li {
    margin-top: 8px;
}

.consult-master-benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e30016;
}

.consult-master-form .master-social {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.consult-master-form .master-social .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.consult-master-form .master-social .btn span {
    float: none;
    padding-left: 30px;
    line-height: 1.2;
}

.consult-master-form .master-social .btn.telegram {
    background: #e30016;
    color: #fff;
}

.consult-master-form .master-social .btn.consult-master-phone {
    background: #121212;
    color: #fff;
}

.consult-master-form .master-social .btn.consult-master-phone span {
    padding-left: 0;
}

@media (max-width: 575.98px) {
    .consult-master-form h3 {
        font-size: 20px;
    }

    .consult-master-form .consult-master img {
        flex-basis: 64px;
        width: 64px;
        height: 64px;
    }
}

/* Формы записи и корпоративного запроса */
.fancybox-content .popupform,
.popupform.consult-form {
    width: min(100%, 520px);
    padding: 28px;
    border-radius: 16px;
}

.popupform.consult-form h3 {
    margin: 0 0 18px;
    font-size: 26px;
}

.popupform.consult-form .form-control,
.popupform.consult-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 11px 13px;
    border: 1px solid var(--sto-line);
    border-radius: 10px;
    background: #f7f7f7;
    box-shadow: none;
}

.popupform.consult-form .form-control:focus,
.popupform.consult-form textarea:focus {
    border-color: rgba(227,0,22,.4);
    background: #fff;
    outline: none;
}

.popupform.consult-form input[type="button"] {
    width: 100%;
    margin: 6px 0 12px;
    border-radius: 999px;
}

.popupform.consult-form label {
    color: var(--sto-muted);
    font-size: 12px;
    line-height: 1.4;
}

.popupform.consult-form .popupform__field-label {
    display: block;
    margin: 2px 0 6px;
    padding: 0 !important;
    color: var(--sto-ink);
    font-size: 13px;
    font-weight: 600;
}

.popupform.consult-form .popupform__field-label::before,
.popupform.consult-form .popupform__field-label::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 767px) {
    .fancybox-container {
        z-index: 2147483000 !important;
        position: fixed !important;
        inset: 0 !important;
    }

    .fancybox-bg {
        background: rgba(0, 0, 0, 0.62) !important;
    }

    .fancybox-slide,
    .fancybox-slide--html {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
        min-height: 100vh !important;
        padding: calc(env(safe-area-inset-top, 0px) + 58px) 12px calc(var(--sto-mobile-bar-h) + 24px + env(safe-area-inset-bottom, 0px)) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .fancybox-content,
    .fancybox-content .popupform,
    .popupform.consult-form {
        width: calc(100vw - 24px) !important;
        max-width: 420px !important;
        max-height: calc(100vh - 150px) !important;
        margin: 0 auto !important;
        padding: 20px 16px 18px !important;
        overflow-y: auto !important;
        border-radius: 16px !important;
        box-sizing: border-box !important;
    }

    .fancybox-content {
        display: block !important;
    }

    .popupform.consult-form h3 {
        padding-right: 42px;
        font-size: 22px;
        line-height: 1.15;
        text-align: left;
    }

    .popupform.consult-form .form-control,
    .popupform.consult-form textarea,
    .popupform.consult-form select {
        min-height: 42px;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .popupform.consult-form textarea {
        min-height: 88px;
    }

    .popupform.consult-form input[type="button"] {
        min-height: 44px;
        margin-top: 8px;
    }

    .fancybox-button--close,
    .fancybox-close-small {
        position: fixed !important;
        top: calc(env(safe-area-inset-top, 0px) + 50px) !important;
        right: 12px !important;
        z-index: 2147483001 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        background: #121212 !important;
        color: #fff !important;
        opacity: 1 !important;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22) !important;
    }

    .fancybox-button--close svg,
    .fancybox-close-small svg {
        display: block !important;
        width: 22px !important;
        height: 22px !important;
        color: #fff !important;
        fill: #fff !important;
        stroke: #fff !important;
    }
}

/* Отдельная страница контактов */
.contact-page {
    max-width: var(--sto-content-w);
    margin: 0 auto 56px;
}

.contact-page__head {
    max-width: 760px;
    margin-bottom: 24px;
}

.contact-page__eyebrow,
.parts-landing__eyebrow,
.parts-landing__kicker {
    margin: 0 0 8px;
    color: var(--sto-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.contact-page__head h1,
.parts-landing__hero h1 {
    margin: 0 0 12px;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.contact-page__head > p:last-child {
    margin: 0;
    color: var(--sto-muted);
    font-size: 17px;
    line-height: 1.55;
}

.contact-page__layout {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    gap: 16px;
}

.contact-page__card,
.contact-page__map-card,
.contact-page__route {
    border: 1px solid var(--sto-line);
    border-radius: var(--sto-radius);
    background: #fff;
    overflow: hidden;
}

.contact-page__card {
    padding: 24px;
}

.contact-page__item {
    margin-bottom: 18px;
}

.contact-page__item span,
.contact-page__item strong,
.contact-page__item a {
    display: block;
}

.contact-page__item span {
    margin-bottom: 4px;
    color: var(--sto-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-page__item strong,
.contact-page__item a {
    color: var(--sto-ink);
    font-size: 17px;
    line-height: 1.4;
}

.contact-page__item a:hover {
    color: var(--sto-red);
}

.contact-page__messengers {
    margin: 4px 0 20px;
}

.contact-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contact-page__actions .btn {
    margin: 0;
    border-radius: 999px !important;
}

.contact-page__map {
    min-height: 500px;
    height: 100%;
    background: linear-gradient(135deg, #efefef, #f8f8f8);
}

.contact-page__map-placeholder {
    display: flex;
    min-height: 500px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    text-align: center;
}

.contact-page__map-placeholder strong {
    font-size: 22px;
}

.contact-page__map-placeholder span {
    color: var(--sto-muted);
}

.contact-page__map-button {
    margin: 10px 0 0;
    border-radius: 999px !important;
}

.contact-page__route {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 16px;
    padding: 26px;
}

.contact-page__route h2 {
    margin: 0 0 8px;
    font-size: 26px;
}

.contact-page__route p,
.contact-page__route li {
    color: var(--sto-muted);
    line-height: 1.55;
}

.contact-page__route p,
.contact-page__route ul {
    margin: 0;
}

.contact-page__route li + li {
    margin-top: 6px;
}

/* Запчасти */
.sto-parts-page #sp-left {
    display: none;
}

.sto-parts-page #sp-component {
    flex: 0 0 100%;
    max-width: 100%;
}

.parts-landing {
    max-width: var(--sto-content-w);
    margin: 0 auto 56px;
}

.parts-landing__hero {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 36px;
    padding: clamp(28px, 5vw, 52px);
    border-radius: 20px;
    background: #121212;
    color: #fff;
}

.parts-landing__hero h1 {
    color: #fff;
}

.parts-landing__lead {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 18px;
    line-height: 1.55;
}

.parts-landing__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.parts-landing__actions .btn,
.parts-landing__bottom .btn {
    margin: 0;
    border-radius: 999px !important;
}

.parts-landing__hero .btn-outline {
    border-color: rgba(255,255,255,.45) !important;
    background: transparent !important;
    color: #fff !important;
}

.parts-landing__promise {
    align-self: center;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: var(--sto-radius);
    background: rgba(255,255,255,.07);
}

.parts-landing__promise strong {
    font-size: 20px;
}

.parts-landing__promise p,
.parts-landing__promise li {
    color: rgba(255,255,255,.72);
}

.parts-landing__promise p {
    margin: 8px 0 14px;
}

.parts-landing__promise ul {
    margin: 0;
    padding-left: 18px;
}

.parts-landing__section {
    margin-top: 48px;
}

.parts-landing__section > h2,
.parts-landing__brands h2,
.parts-landing__bottom h2 {
    max-width: 780px;
    margin: 0 0 20px;
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.2;
}

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

.parts-landing__grid article {
    padding: 22px;
    border: 1px solid var(--sto-line);
    border-radius: var(--sto-radius);
    background: #fff;
}

.parts-landing__grid h3 {
    margin: 0 0 8px;
    font-size: 19px;
}

.parts-landing__grid p {
    margin: 0 0 10px;
    color: var(--sto-muted);
    line-height: 1.5;
}

.parts-landing__grid a {
    color: var(--sto-red);
    font-weight: 700;
}

.parts-landing__brands {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 28px;
    padding: 28px;
    border-radius: var(--sto-radius);
    background: #fafafa;
}

.parts-landing__brands ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.parts-landing__brands li {
    padding: 8px 12px;
    border: 1px solid var(--sto-line);
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}

.parts-landing__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: parts-step;
}

.parts-landing__steps li {
    position: relative;
    padding: 52px 20px 20px;
    border: 1px solid var(--sto-line);
    border-radius: var(--sto-radius);
    counter-increment: parts-step;
}

.parts-landing__steps li::before {
    content: counter(parts-step);
    position: absolute;
    top: 16px;
    left: 20px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--sto-red);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 26px;
    text-align: center;
}

.parts-landing__steps strong,
.parts-landing__steps span {
    display: block;
}

.parts-landing__steps span {
    margin-top: 6px;
    color: var(--sto-muted);
}

.parts-landing__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 48px;
    padding: 28px;
    border-radius: var(--sto-radius);
    background: #121212;
    color: #fff;
}

.parts-landing__bottom h2 {
    margin-bottom: 0;
    color: #fff;
}

@media (max-width: 991px) {
    .parts-landing__hero,
    .parts-landing__brands {
        grid-template-columns: 1fr;
    }

    .sto-commercial-factors__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .contact-page__layout,
    .contact-page__route,
    .parts-landing__grid,
    .parts-landing__steps {
        grid-template-columns: 1fr;
    }

    .sto-commercial-factors {
        margin-bottom: 22px;
        padding: 16px;
        border-radius: 16px;
    }

    .sto-commercial-factors__head {
        margin-bottom: 12px;
    }

    .sto-commercial-factors__head h2 {
        font-size: 19px;
    }

    .sto-commercial-factors__head p {
        font-size: 13px;
    }

    .sto-commercial-factors__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .sto-commercial-factors__item {
        min-height: 0;
        padding: 12px;
    }

    .contact-page__map,
    .contact-page__map-placeholder {
        min-height: 360px;
    }

    .parts-landing__hero {
        padding: 26px 18px;
        border-radius: 14px;
    }

    .parts-landing__lead {
        font-size: 15px;
    }

    .parts-landing__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .parts-landing__actions .btn,
    .parts-landing__bottom .btn,
    .contact-page__actions .btn {
        width: 100%;
        text-align: center;
    }

    .sto-trust-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .sto-trust-line__link {
        margin-left: 0;
    }

    .sto-pricelist-csv__actions .btn {
        width: 100%;
        text-align: center;
    }

    body.mainpage .biznes-s-nami-facts {
        flex-direction: column;
        gap: 6px;
    }
}

/* Информационные страницы компании */
.sto-info-page #sp-left .sp-module {
    padding: 18px;
    border: 1px solid var(--sto-line);
    border-radius: var(--sto-radius);
    background: #fafafa;
}

.sto-info-page #sp-left .navbar {
    padding: 0;
}

.sto-info-page #sp-left .nav {
    gap: 4px;
}

.sto-info-page #sp-left .nav > li > a,
.sto-info-page #sp-left .nav > li > span {
    padding: 9px 11px;
    border-radius: 9px;
    color: var(--sto-ink);
    line-height: 1.3;
}

.sto-info-page #sp-left .nav > li.active > a,
.sto-info-page #sp-left .nav > li > a:hover {
    background: #fff;
    color: var(--sto-red);
}

.sto-info-page #sp-component .article-details {
    padding: clamp(22px, 4vw, 40px);
    border: 1px solid var(--sto-line);
    border-radius: var(--sto-radius);
    background: #fff;
}

.sto-info-page #sp-component .article-header h1 {
    margin: 0 0 22px;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.12;
    letter-spacing: -.025em;
}

.sto-info-page #sp-component .article-details h2 {
    margin: 32px 0 12px;
    font-size: clamp(24px, 3vw, 31px);
    line-height: 1.25;
}

.sto-info-page #sp-component .article-details p,
.sto-info-page #sp-component .article-details li {
    color: #444;
    font-size: 16px;
    line-height: 1.7;
}

.sto-info-page #sp-component .article-details ul {
    display: grid;
    gap: 7px;
    padding-left: 22px;
}

.sto-info-page #sp-component .article-details img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Отзывы, акции и фотогалерея */
.category-header {
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.category-header h1 {
    margin: 0;
    font-size: clamp(32px, 4vw, 46px);
}

.category-header .add-review {
    margin: 0;
    border: 0;
    border-radius: 999px;
}

.review-item-wrapper {
    margin-bottom: 14px;
}

.review-item {
    height: 100%;
    padding: 22px;
    border: 1px solid var(--sto-line);
    border-radius: var(--sto-radius);
    background: #fff;
}

.review-item-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.review-item-avatar,
.review-item-avatar-name {
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
}

.review-item-avatar {
    background-position: center;
    background-size: cover;
}

.review-item-avatar-name {
    background: var(--sto-red);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 46px;
    text-align: center;
}

.review-item-title {
    color: var(--sto-ink);
    font-weight: 750;
}

.review-item-title span {
    color: var(--sto-muted);
    font-size: 12px;
    font-weight: 500;
}

.review-item-text,
.review-item-text p {
    margin: 0;
    color: #444;
    line-height: 1.6;
}

.sale-item-wrapper {
    margin-bottom: 16px;
}

.sale-item-image {
    overflow: hidden;
    border: 1px solid var(--sto-line);
    border-radius: var(--sto-radius);
    background: #fafafa;
}

.sale-item-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform .25s ease;
}

.sale-item-image a:hover img {
    transform: scale(1.025);
}

.office-photo-slider-wrapper {
    overflow: hidden;
    padding: 12px;
    border: 1px solid var(--sto-line);
    border-radius: var(--sto-radius);
    background: #fff;
}

.office-photo-slider .works-slider-item {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 12px;
    background: #111;
}

.office-photo-slider .works-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.office-photo-thumbs-slider {
    margin-top: 10px;
}

.office-photo-thumbs-slider .works-slider-item {
    overflow: hidden;
    border-radius: 8px;
    opacity: .7;
}

.office-photo-thumbs-slider .swiper-slide-thumb-active .works-slider-item {
    opacity: 1;
    outline: 2px solid var(--sto-red);
}

.sto-map-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 20px;
    background: linear-gradient(135deg, #efefef, #fafafa);
    text-align: center;
}

.sto-map-placeholder strong {
    color: var(--sto-ink);
    font-size: 20px;
}

.sto-map-placeholder span {
    color: var(--sto-muted);
    font-size: 13px;
}

@media (max-width: 767.98px) {
    .sto-info-page #sp-left {
        display: none;
    }

    .sto-info-page #sp-component {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .category-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .category-header .add-review {
        width: 100%;
    }
}
