/*
 * ====================================================================
 * runtime.css
 * ====================================================================
 *
 * Наши доработки поверх mosaic (шрифты, попапы, меню, lightbox, секции).
 * Подключается последним в base.html — перекрывает стили конструктора.
 *
 * Структура файла (ищите по заголовкам секций ниже):
 *   1. База сайта и типографика
 *   2. Попапы, аккордеон, общие is-opened
 *   3. Боковое мобильное меню
 *   4. Карта и lightbox
 *   5. Меню, формы, аниматор
 *   6. Слайдер blocklist
 *   7. Внутренние страницы и крошки
 *   8. Список отзывов (mw-reviews-list)
 *   9. Компактная шапка внутренних страниц
 */



/* ------------------------------------------------------------------
 * 1. База сайта и типографика (Rubik / Unbounded, overflow)
 * ------------------------------------------------------------------ */

html.mw-site,
body.mw-site {
    margin: 0;
    background: #fff;
    color-scheme: light;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.mw-site,
body.mw-site input,
body.mw-site button,
body.mw-site textarea,
body.mw-site select {
    font-family: Rubik, sans-serif;
}

.heading,
.page-title,
[class*="heading--"],
[class*="page-title--"],
.blocklist__item_title,
[class*="blocklist__item_title--"],
.mosaic-form__title,
.mosaic-form__success__text,
.mosaic-accordion__title,
[class*="mosaic-accordion__title--"],
.button__text,
.link-universal--u-if0o0krts,
.link-universal--u-i9f2sm2qi,
.link-universal--u-i1weus55b {
    font-family: Unbounded, sans-serif;
}

.text--u-ih1whrsyd,
.text--u-i349nlf2p,
.text--u-i19ef3mg6,
.text--u-ibr7pzz6a,
.text--u-i699nk0pl,
.text--u-i3xf7j7e2,
.link-universal--u-imjlv0j7v {
    font-weight: 500;
}

.mosaic-form__title,
.mosaic-form__success__text {
    font-weight: 700;
}

.link-universal--u-iro88523e {
    width: 64px;
    height: 64px;
    max-width: 64px;
    max-height: 64px;
}

.imageFit--u-ik3t90jii,
.imageFit__img--u-izyei7xp7 {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.root--u-indrndv9t {
    overflow-y: visible !important;
}

#faq,
#services,
#reviews,
#contacts,
#gallery {
    scroll-margin-top: 24px;
}

#services .mw-service-card__title,
#services .mw-service-card__order {
    position: relative;
    z-index: 5;
    pointer-events: auto;
}

#services .mw-service-card__title {
    cursor: pointer;
}

#services .mw-service-card__order {
    cursor: pointer;
}

#services .blocklist__arrows_wrapper,
#services .blocklist__pagination_wrapper {
    pointer-events: none !important;
}

#services .blocklist__arrow--prev,
#services .blocklist__arrow--next,
#services .blocklist__pagination_item {
    pointer-events: auto !important;
}

@media (max-width: 991px) {
    #services .mw-service-card__order {
        min-height: 44px;
    }
}

/* ------------------------------------------------------------------
 * 2. Попапы, аккордеон, общие состояния is-opened
 * ------------------------------------------------------------------ */

body.mw-popup-open,
body.mw-panel-open {
    overflow: hidden;
}

/* Любой mosaic-popup без .is-opened не должен занимать поток страницы */
.mosaic-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.mosaic-popup:not(.is-opened) > .mosaic-popup__inner-bg {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none;
}

.mosaic-popup.is-opened {
    z-index: 40;
}

.mosaic-popup.is-opened .mosaic-popup__inner-bg {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: auto;
}

/* Кнопка «Отправить» на всю ширину формы */
.mosaic-popup .mosaic-form {
    align-items: stretch !important;
}

.mosaic-popup .mosaic-form__form {
    width: 100% !important;
    max-width: 100%;
    align-items: stretch !important;
}

.mosaic-popup .mosaic-form .div--u-ii0ex37wv,
.mosaic-popup .mosaic-form .div--u-iy4vnuijz {
    width: 100% !important;
    max-width: 100%;
    display: flex !important;
    margin-top: 24px !important;
}

.mosaic-popup .mosaic-form .mosaic-form__button {
    width: 100% !important;
    max-width: 100%;
    justify-content: center !important;
}

.mosaic-popup .mosaic-form .div--u-i6nfn9o0y,
.mosaic-popup .mosaic-form .div--u-i7w4ftx7p {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.mosaic-popup .mosaic-form .div--u-i6nfn9o0y:hover,
.mosaic-popup .mosaic-form .div--u-i6nfn9o0y.is-hover,
.mosaic-popup .mosaic-form .div--u-i7w4ftx7p:hover,
.mosaic-popup .mosaic-form .div--u-i7w4ftx7p.is-hover {
    transform: none;
}

/* Крупнее поля во всех mosaic-формах (все устройства) */
.mosaic-form .mosaic-form__text,
.mosaic-form .mosaic-form__textarea,
.mosaic-form .mosaic-form__select,
.mosaic-form .mosaic-form__date,
.mosaic-form .mosaic-form__date-interval {
    height: 60px !important;
    min-height: 60px !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    box-sizing: border-box;
}

.mosaic-form .mosaic-form__textarea {
    height: auto !important;
    min-height: 110px !important;
    border-radius: 18px !important;
}

.mosaic-form .mosaic-form__field {
    margin-bottom: 22px !important;
    font-size: 16px !important;
}

.mosaic-form .mosaic-form__name {
    font-size: 16px !important;
    margin-bottom: 6px;
}

.mosaic-form .text--u-i8c39t9b3,
.mosaic-form .text--u-i9yitkrc4 {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

@keyframes mw-sheet-up {
    from { transform: translate3d(0, 100%, 0); }
    to { transform: translate3d(0, 0, 0); }
}

/* Модалки снизу на телефоне (bottom sheet) */
@media (max-width: 767px) {
    .mosaic-popup.is-opened .mosaic-popup__inner-bg {
        align-items: flex-end !important;
        justify-content: center !important;
        padding: 0 !important;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mosaic-popup .mosaic-popup__inner-data {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        align-items: stretch !important;
        max-height: min(92dvh, 100%);
    }

    .mosaic-popup.is-opened .mosaic-popup__inner-data {
        animation: mw-sheet-up 0.38s cubic-bezier(0.32, 0.72, 0, 1);
    }

    .mosaic-popup .mosaic-form {
        width: 100% !important;
        max-width: 100% !important;
        flex-direction: column !important;
        border-radius: 20px 20px 0 0 !important;
        padding-top: 28px !important;
        padding-bottom: max(28px, env(safe-area-inset-bottom, 0px)) !important;
        max-height: min(92dvh, 100%);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mosaic-popup .mosaic-form::before {
        content: "";
        display: block;
        width: 40px;
        height: 4px;
        margin: 0 auto 18px;
        border-radius: 999px;
        background: rgba(19, 26, 30, 0.18);
        flex-shrink: 0;
    }

    .mosaic-popup .mosaic-form__form {
        width: 100% !important;
    }

    .mosaic-popup .mosaic-form .mosaic-form__field {
        width: 100% !important;
    }

    .mosaic-popup .mosaic-popup__close {
        top: 10px;
        right: 10px;
        margin: 0;
    }

    .mosaic-popup .mosaic-form .div--u-i6nfn9o0y,
    .mosaic-popup .mosaic-form .div--u-i7w4ftx7p {
        min-height: 52px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mosaic-popup.is-opened .mosaic-popup__inner-data {
        animation: none;
    }
}

.mosaic-accordion__item.is-opened .mosaic-accordion__body {
    display: block !important;
}

.ver-menu__item.is-opened > .ver-menu__sub_list {
    display: block !important;
}

/* ------------------------------------------------------------------
 * 3. Боковое мобильное меню (side-panel + mw-menu-head)
 * ------------------------------------------------------------------ */

.side-panel.is-opened {
    pointer-events: auto;
    z-index: 30;
}

@media (max-width: 991px) {
    .side-panel--u-iddhqo81x,
    .side-panel {
        display: block;
    }

    .side-panel .side-panel__button-open {
        position: relative;
        z-index: 2;
        transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
    }

    .side-panel.is-opened .side-panel__button-open {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: scale(0.72) rotate(12deg);
    }

    .side-panel .side-panel__mask {
        display: block !important;
        visibility: hidden;
        pointer-events: none;
    }

    .side-panel .side-panel__content {
        display: flex !important;
        flex-direction: column;
        visibility: hidden;
        pointer-events: none;
    }

    .side-panel .side-panel__mask {
        opacity: 0;
        background-color: rgba(10, 12, 14, 0.62);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    .side-panel .side-panel__content {
        width: min(420px, 86vw);
        height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        flex-direction: column;
        background-color: #ffffff;
        background-image:
            linear-gradient(180deg, rgba(235, 64, 54, 0.07) 0%, rgba(255, 255, 255, 0) 180px),
            linear-gradient(90deg, #eb4036 0, #eb4036 3px, transparent 3px);
        box-shadow: -24px 0 60px rgba(19, 26, 30, 0.14);
        border-radius: 20px 0 0 20px;
        transform: translate3d(100%, 0, 0);
        transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.45s;
        overflow: hidden;
    }

    .side-panel .side-panel__content-inner,
    .side-panel .side-panel__content-inner--u-impo49ml6 {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0 !important;
        max-height: none;
        height: auto;
        padding: 8px 0 28px;
        padding-bottom: max(28px, env(safe-area-inset-bottom, 0px));
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
        scrollbar-width: thin;
        scrollbar-color: rgba(235, 64, 54, 0.55) rgba(19, 26, 30, 0.1);
    }

    .side-panel .side-panel__content-inner::-webkit-scrollbar,
    .side-panel .side-panel__content-inner--u-impo49ml6::-webkit-scrollbar {
        width: 8px;
    }

    .side-panel .side-panel__content-inner::-webkit-scrollbar-track,
    .side-panel .side-panel__content-inner--u-impo49ml6::-webkit-scrollbar-track {
        background: rgba(19, 26, 30, 0.06);
    }

    .side-panel .side-panel__content-inner::-webkit-scrollbar-thumb,
    .side-panel .side-panel__content-inner--u-impo49ml6::-webkit-scrollbar-thumb {
        background: rgba(235, 64, 54, 0.55);
        border-radius: 999px;
    }

    .side-panel .side-panel__button-close {
        flex-shrink: 0;
        margin: 16px 16px 0 auto;
        width: 48px;
        min-height: 48px;
        background-color: #eb4036;
        background-image: none;
        opacity: 0;
        transform: rotate(-90deg) scale(0.75);
        transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.2s ease;
    }

    .side-panel.is-opened .side-panel__button-close {
        opacity: 1;
        transform: none;
        transition-delay: 0.18s;
    }

    .side-panel .side-panel__button-close:hover,
    .side-panel .side-panel__button-close:focus-visible {
        background-color: #d6362c;
    }

    .mw-menu-head {
        padding: 8px 28px 22px;
        opacity: 0;
        transform: translate3d(16px, 0, 0);
    }

    .side-panel.is-opened .mw-menu-head {
        animation: mw-menu-item-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
    }

    .mw-menu-head__brand {
        display: block;
        font-family: Unbounded, sans-serif;
        font-size: 18px;
        line-height: 1.25;
        font-weight: 700;
        color: #131a1e;
        text-decoration: none;
        overflow-wrap: anywhere;
    }

    .mw-menu-head__phone {
        display: inline-block;
        margin-top: 8px;
        min-height: 44px;
        padding-top: 8px;
        font-family: Rubik, sans-serif;
        font-size: 16px;
        line-height: 28px;
        color: #eb4036;
        text-decoration: none;
        letter-spacing: 0.01em;
    }

    .side-panel .ver-menu {
        margin-top: 4px;
        flex: 0 0 auto;
    }

    .side-panel .ver-menu__link,
    .side-panel .ver-menu__sub_link {
        min-height: 48px;
        color: #131a1e;
        overflow-wrap: anywhere;
    }

    .side-panel .ver-menu__link {
        position: relative;
        padding: 14px 28px;
        font-family: Rubik, sans-serif;
        font-size: 18px;
        line-height: 26px;
        box-shadow: inset 0 -1px 0 rgba(19, 26, 30, 0.08);
        transition: color 0.25s ease, padding-left 0.25s ease, background-color 0.25s ease;
    }

    .side-panel .ver-menu__item.is-current > .ver-menu__link,
    .side-panel .ver-menu__link:hover,
    .side-panel .ver-menu__link:focus-visible {
        color: #eb4036;
        background-color: rgba(235, 64, 54, 0.08);
        padding-left: 34px;
    }

    .side-panel .ver-menu__item.is-current > .ver-menu__link::before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
        bottom: 12px;
        width: 3px;
        border-radius: 2px;
        background: #eb4036;
    }

    .side-panel .ver-menu__sub_list {
        display: block !important;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        background: #f4f4f5;
        transition: max-height 0.35s ease, opacity 0.28s ease;
    }

    .side-panel .ver-menu__item.is-opened > .ver-menu__sub_list {
        max-height: 1200px;
        opacity: 1;
    }

    .side-panel .ver-menu__sub_link {
        padding: 10px 28px 10px 40px;
        font-size: 15px;
        line-height: 24px;
        color: rgba(19, 26, 30, 0.78);
        box-shadow: none;
        transition: color 0.25s ease, padding-left 0.25s ease, background-color 0.25s ease;
    }

    .side-panel .ver-menu--u-i9aby7njy .ver-menu__sub_list > .ver-menu__sub_item > .ver-menu__sub_link {
        color: rgba(19, 26, 30, 0.78);
        opacity: 1;
        background-color: transparent;
        box-shadow: inset 0 -1px 0 rgba(19, 26, 30, 0.06);
    }

    .side-panel .ver-menu__sub_text {
        color: inherit;
    }

    .side-panel .ver-menu__sub_link:hover,
    .side-panel .ver-menu__sub_link:focus-visible,
    .side-panel .ver-menu__sub_item.is-current > .ver-menu__sub_link,
    .side-panel .ver-menu--u-i9aby7njy .ver-menu__sub_list > .ver-menu__sub_item > .ver-menu__sub_link:hover,
    .side-panel .ver-menu--u-i9aby7njy .ver-menu__sub_list > .ver-menu__sub_item > .ver-menu__sub_link.is-hover {
        color: #eb4036;
        background: rgba(235, 64, 54, 0.08);
        padding-left: 46px;
    }

    .side-panel .ver-menu__icon {
        opacity: 0.55;
        transition: transform 0.3s ease, opacity 0.25s ease;
    }

    .side-panel .ver-menu__item.is-opened > .ver-menu__link .ver-menu__icon {
        transform: rotate(180deg);
        opacity: 1;
    }

    .side-panel.is-opened .ver-menu__item {
        animation: mw-menu-item-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .side-panel.is-opened .ver-menu__item:nth-child(1) { animation-delay: 0.14s; }
    .side-panel.is-opened .ver-menu__item:nth-child(2) { animation-delay: 0.18s; }
    .side-panel.is-opened .ver-menu__item:nth-child(3) { animation-delay: 0.22s; }
    .side-panel.is-opened .ver-menu__item:nth-child(4) { animation-delay: 0.26s; }
    .side-panel.is-opened .ver-menu__item:nth-child(5) { animation-delay: 0.3s; }
    .side-panel.is-opened .ver-menu__item:nth-child(6) { animation-delay: 0.34s; }
    .side-panel.is-opened .ver-menu__item:nth-child(7) { animation-delay: 0.38s; }
    .side-panel.is-opened .ver-menu__item:nth-child(8) { animation-delay: 0.42s; }
    .side-panel.is-opened .ver-menu__item:nth-child(9) { animation-delay: 0.46s; }

    .side-panel.is-opened .side-panel__mask {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .side-panel.is-opened .side-panel__content {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 767px) {
    .side-panel .side-panel__content {
        width: 100%;
        border-radius: 0;
        transition-duration: 0.4s;
    }

    .side-panel .ver-menu__link {
        font-size: 17px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .side-panel .ver-menu__item.is-current > .ver-menu__link,
    .side-panel .ver-menu__link:hover,
    .side-panel .ver-menu__link:focus-visible {
        padding-left: 28px;
    }

    .mw-menu-head {
        margin-left: 22px;
        margin-right: 22px;
        padding-left: 0;
        padding-right: 0;
    }

    .side-panel .ver-menu__sub_link {
        padding-left: 34px;
        padding-right: 22px;
    }
}

@media (max-width: 479px) {
    .mw-menu-head__brand {
        font-size: 16px;
    }

    .side-panel .side-panel__button-close {
        margin-right: 12px;
        margin-top: 12px;
    }
}

@keyframes mw-menu-item-in {
    from {
        opacity: 0;
        transform: translate3d(22px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .side-panel .side-panel__mask,
    .side-panel .side-panel__content,
    .side-panel .side-panel__button-open,
    .side-panel .side-panel__button-close,
    .side-panel.is-opened .ver-menu__item,
    .side-panel.is-opened .mw-menu-head {
        animation: none;
        transition: none;
    }

    .side-panel .side-panel__content,
    .side-panel .side-panel__button-close,
    .side-panel.is-opened .side-panel__button-open {
        transform: none;
    }

    .side-panel.is-opened .side-panel__button-open {
        opacity: 0;
        visibility: hidden;
    }
}

/* ------------------------------------------------------------------
 * 4. Карта и lightbox просмотра фото
 * ------------------------------------------------------------------ */

.mw-map-frame {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: 0;
    display: block;
}

.mw-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.72);
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.mw-lightbox.is-opened {
    display: flex;
}

.mw-lightbox img {
    max-width: 100%;
    max-height: 92vh;
    object-fit: contain;
}

.mw-lightbox__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23131a1e' d='M18.3 5.71 12 12.01 5.7 5.7 4.29 7.11 10.59 13.4 4.29 19.7 5.7 21.11 12 14.83 18.29 21.12 19.7 19.71 13.41 13.4 19.71 7.11z'/%3E%3C/svg%3E") center / 20px no-repeat;
    cursor: pointer;
}

/* ------------------------------------------------------------------
 * 5. Горизонтальное меню, формы, аниматор mosaic
 * ------------------------------------------------------------------ */

.hor-menu__item:hover > .hor-menu__sub_list,
.hor-menu__item:focus-within > .hor-menu__sub_list {
    display: block !important;
}

.mosaic-form__success:not(.is-removed) {
    display: block;
}

.mosaic-mega-copyright,
.s3solution-panel {
    display: none !important;
}

.ms-animator-visible,
.ms-animator-visible[data-zero-opacity] {
    opacity: 1;
}

/* ------------------------------------------------------------------
 * 6. Слайдер галереи / blocklist (drag + fade)
 * ------------------------------------------------------------------ */

.blocklist.is-mw-slider .blocklist__items_wrapper {
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
}

.blocklist.is-mw-slider:not(.is-mw-fade) .blocklist__list {
    will-change: transform;
}

.blocklist.is-mw-dragging .blocklist__items_wrapper {
    cursor: grabbing;
    user-select: none;
}

.blocklist.is-mw-dragging img {
    pointer-events: none;
}

.blocklist.is-mw-fade .blocklist__items_wrapper {
    position: relative;
}

.blocklist.is-mw-fade .blocklist__list {
    display: block !important;
    position: relative;
    width: 100%;
}

.blocklist.is-mw-fade .blocklist__item__outer {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
}

/* ------------------------------------------------------------------
 * 7. Внутренние страницы: секции, заголовок, крошки
 * ------------------------------------------------------------------ */

.section--u-iv1o4sq2y {
    display: block;
    width: 100%;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
}

.container--u-i8cpiytvm {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 0;
}

.section--u-i9kxa43wu {
    display: flex;
    width: 100%;
    position: relative;
    padding-left: 6%;
    padding-right: 6%;
}

.page-title--u-id4ryxzo8 {
    font-size: 56px;
    line-height: 66px;
    margin: 0 0 40px;
    display: flex;
    position: relative;
    font-family: Unbounded, sans-serif;
    font-weight: 700;
}

.mosaic-crumbs--u-il34i0uoy {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.mosaic-crumbs__delimiter--u-iipsxjtsa,
.mosaic-crumbs__item_link--u-ik176n4nq,
.mosaic-crumbs__last--u-id4cppw9k {
    display: inline;
    padding: 2px 3px;
}

.mosaic-crumbs__item_link--u-ik176n4nq {
    color: inherit;
    text-decoration: none;
    opacity: 0.55;
}

.mosaic-crumbs__item_link--u-ik176n4nq:hover {
    color: #EB4036;
    opacity: 1;
}

.mosaic-crumbs__last--u-id4cppw9k {
    opacity: 0.9;
}

.content--u-i5kx5k53t {
    position: relative;
    width: 100%;
    display: block;
}

/* ------------------------------------------------------------------
 * 8. Список отзывов на внутренних страницах (mw-reviews-list)
 * ------------------------------------------------------------------ */

.mw-reviews-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 28px;
    width: 100%;
}

.mw-reviews-list__item {
    display: flex;
    flex-direction: column;
}

.mw-reviews-list__text {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 26px;
}

.mw-reviews-list__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mw-reviews-list__image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 12px;
    margin-bottom: 12px;
}

.mw-reviews-list__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mw-reviews-list__name {
    margin-bottom: 12px;
    font-family: Unbounded, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.mw-reviews-list__actions {
    margin-top: 40px;
}

.mw-reviews-list__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 28px;
    border: 0;
    border-radius: 4px;
    background: #111;
    color: #fff;
    font-family: Unbounded, sans-serif;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.mw-reviews-list__button:hover {
    background: #EB4036;
}

@media (max-width: 991px) {
    .section--u-i9kxa43wu {
        padding-left: 30px;
        padding-right: 30px;
    }

    .container--u-i8cpiytvm {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .page-title--u-id4ryxzo8 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 30px;
    }

    .mw-reviews-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 24px;
    }
}

@media (max-width: 767px) {
    .section--u-i9kxa43wu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container--u-i8cpiytvm {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-title--u-id4ryxzo8 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .mw-reviews-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .mw-reviews-list__actions {
        margin-top: 24px;
    }

    .mw-reviews-list__button {
        width: 100%;
    }
}

/* ------------------------------------------------------------------
 * 9. Компактная тёмная шапка на внутренних страницах
 *    Отзывы / цены / калькулятор / блог / документы: белый текст, отступы 6%.
 * ------------------------------------------------------------------ */
html.mw-inner .section--u-io1vv3p2k,
html.mw-reviews .section--u-io1vv3p2k,
html.mw-price .section--u-io1vv3p2k,
html.mw-calc .section--u-io1vv3p2k,
html.mw-blog .section--u-io1vv3p2k,
html.mw-docs .section--u-io1vv3p2k {
    min-height: 0 !important;
    height: auto;
    padding-bottom: 0 !important;
    background-image: none !important;
    background-color: rgb(19, 26, 30);
    color: #fff;
    display: block;
}

html.mw-inner .section--u-io1vv3p2k .text,
html.mw-inner .section--u-io1vv3p2k .link-universal,
html.mw-reviews .section--u-io1vv3p2k .text,
html.mw-reviews .section--u-io1vv3p2k .link-universal,
html.mw-price .section--u-io1vv3p2k .text,
html.mw-price .section--u-io1vv3p2k .link-universal,
html.mw-calc .section--u-io1vv3p2k .text,
html.mw-calc .section--u-io1vv3p2k .link-universal,
html.mw-blog .section--u-io1vv3p2k .text,
html.mw-blog .section--u-io1vv3p2k .link-universal,
html.mw-docs .section--u-io1vv3p2k .text,
html.mw-docs .section--u-io1vv3p2k .link-universal {
    color: #fff;
}

html.mw-inner .section--u-io1vv3p2k .link-universal:hover .text,
html.mw-reviews .section--u-io1vv3p2k .link-universal:hover .text,
html.mw-price .section--u-io1vv3p2k .link-universal:hover .text,
html.mw-calc .section--u-io1vv3p2k .link-universal:hover .text,
html.mw-blog .section--u-io1vv3p2k .link-universal:hover .text,
html.mw-docs .section--u-io1vv3p2k .link-universal:hover .text {
    color: #EB4036;
}

html.mw-inner .section--u-iu8droumu,
html.mw-reviews .section--u-iu8droumu,
html.mw-price .section--u-iu8droumu,
html.mw-calc .section--u-iu8droumu,
html.mw-blog .section--u-iu8droumu,
html.mw-docs .section--u-iu8droumu,
html.mw-inner .section--u-ir2q5yplv,
html.mw-reviews .section--u-ir2q5yplv,
html.mw-price .section--u-ir2q5yplv,
html.mw-calc .section--u-ir2q5yplv,
html.mw-blog .section--u-ir2q5yplv,
html.mw-docs .section--u-ir2q5yplv {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-left: 6%;
    padding-right: 6%;
    justify-content: flex-start;
}

html.mw-inner .container--u-i5v0uljks,
html.mw-reviews .container--u-i5v0uljks,
html.mw-price .container--u-i5v0uljks,
html.mw-calc .container--u-i5v0uljks,
html.mw-blog .container--u-i5v0uljks,
html.mw-docs .container--u-i5v0uljks {
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
}

html.mw-inner .hor-menu__list,
html.mw-reviews .hor-menu__list,
html.mw-price .hor-menu__list,
html.mw-calc .hor-menu__list,
html.mw-blog .hor-menu__list,
html.mw-docs .hor-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

html.mw-inner .div--u-iqrqrix8k,
html.mw-reviews .div--u-iqrqrix8k,
html.mw-price .div--u-iqrqrix8k,
html.mw-calc .div--u-iqrqrix8k,
html.mw-blog .div--u-iqrqrix8k,
html.mw-docs .div--u-iqrqrix8k,
html.mw-inner .mosaic-map--u-i67rw8u8o,
html.mw-reviews .mosaic-map--u-i67rw8u8o,
html.mw-price .mosaic-map--u-i67rw8u8o,
html.mw-calc .mosaic-map--u-i67rw8u8o,
html.mw-blog .mosaic-map--u-i67rw8u8o,
html.mw-docs .mosaic-map--u-i67rw8u8o {
    display: none !important;
}

/* Иконки «Расчёт / Договор / Смета» в десктопной шапке */
.hor-menu .mw-nav-calc__link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 8px !important;
    margin-left: 4px;
}

.hor-menu .mw-nav-calc__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    color: inherit;
    transition: color 0.25s ease;
}

.hor-menu .mw-nav-calc__link:hover .mw-nav-calc__icon,
.hor-menu .mw-nav-calc.is-current .mw-nav-calc__icon {
    color: #EB4036;
}

/* Мобильное меню: выпадающий блок «Расчёт и документы» */
.side-panel .mw-nav-tools > .ver-menu__link {
    justify-content: space-between;
}

.side-panel .mw-nav-tools.is-opened > .ver-menu__sub_list {
    max-height: 220px;
}

.side-panel .mw-nav-tools__link {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 46px;
    padding: 11px 28px 11px 40px;
    color: rgba(19, 26, 30, 0.78);
    box-shadow: inset 0 -1px 0 rgba(19, 26, 30, 0.06);
}

.side-panel .mw-nav-tools__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1;
    color: #eb4036;
}

.side-panel .mw-nav-tools__link .ver-menu__sub_text {
    flex: 1 1 auto;
    min-width: 0;
}

.side-panel .mw-nav-tools .ver-menu__sub_item.is-current > .mw-nav-tools__link {
    color: #eb4036;
    background: rgba(235, 64, 54, 0.1);
}

.side-panel .mw-nav-tools__link:hover,
.side-panel .mw-nav-tools__link:focus-visible {
    color: #eb4036;
    background: rgba(235, 64, 54, 0.08);
    padding-left: 46px;
}

.side-panel .mw-nav-tools .ver-menu__sub_item.is-current > .mw-nav-tools__link:hover,
.side-panel .mw-nav-tools .ver-menu__sub_item.is-current > .mw-nav-tools__link:focus-visible {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .side-panel .mw-nav-tools__link {
        padding-left: 34px;
        padding-right: 22px;
    }

    .side-panel .mw-nav-tools__link:hover,
    .side-panel .mw-nav-tools__link:focus-visible {
        padding-left: 40px;
    }

    .side-panel .mw-nav-tools .ver-menu__sub_item.is-current > .mw-nav-tools__link:hover,
    .side-panel .mw-nav-tools .ver-menu__sub_item.is-current > .mw-nav-tools__link:focus-visible {
        padding-left: 34px;
    }
}

@media (max-width: 991px) {
    html.mw-inner .section--u-iu8droumu,
    html.mw-reviews .section--u-iu8droumu,
    html.mw-price .section--u-iu8droumu,
    html.mw-calc .section--u-iu8droumu,
    html.mw-blog .section--u-iu8droumu,
    html.mw-docs .section--u-iu8droumu,
    html.mw-inner .section--u-ir2q5yplv,
    html.mw-reviews .section--u-ir2q5yplv,
    html.mw-price .section--u-ir2q5yplv,
    html.mw-calc .section--u-ir2q5yplv,
    html.mw-blog .section--u-ir2q5yplv,
    html.mw-docs .section--u-ir2q5yplv {
        padding-left: 30px;
        padding-right: 30px;
    }

    html.mw-inner .section--u-ir2q5yplv,
    html.mw-reviews .section--u-ir2q5yplv,
    html.mw-price .section--u-ir2q5yplv,
    html.mw-calc .section--u-ir2q5yplv,
    html.mw-blog .section--u-ir2q5yplv,
    html.mw-docs .section--u-ir2q5yplv {
        display: none;
    }
}

@media (max-width: 767px) {
    html.mw-inner .section--u-iu8droumu,
    html.mw-reviews .section--u-iu8droumu,
    html.mw-price .section--u-iu8droumu,
    html.mw-calc .section--u-iu8droumu,
    html.mw-blog .section--u-iu8droumu,
    html.mw-docs .section--u-iu8droumu {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Кнопки и акцентные градиенты — насыщенный бренд #EB4036 */
html.mw-site .div--u-icr6hnjxd,
html.mw-site .div--u-iy3rysepm,
html.mw-site .div--u-i6nfn9o0y,
html.mw-site .div--u-ioszhtqs6,
html.mw-site .div--u-i7w4ftx7p,
html.mw-site .div--u-ifqtfrgl2 {
    background-color: #EB4036 !important;
    background-image: linear-gradient(135deg, #F24A40 0%, #EB4036 45%, #D43228 100%) !important;
}

html.mw-site .side-panel__button-open--u-izkrt33zv,
html.mw-site .side-panel__button-close--u-iki0lgea4,
html.mw-site .mosaic-popup__close--u-ihsnvs6rd,
html.mw-site .mosaic-popup__close--u-izbayip7a,
html.mw-site .div--u-iao3bgjcp,
html.mw-site .div--u-ism3mt3gg,
html.mw-site .div--u-iohkj1atu,
html.mw-site .div--u-ioxfqgsxm,
html.mw-site .button-up--u-iq9hcy5ek .div--u-ioh8vwn0y {
    background-color: #EB4036 !important;
    background-image: linear-gradient(135deg, #F24A40 0%, #C92A22 100%) !important;
}

html.mw-site .div--u-iuh02syf5 {
    background-color: #EB4036 !important;
    background-image: linear-gradient(to left top, rgba(0, 0, 0, 0) 0%, #EB4036 100%) !important;
}

/* ------------------------------------------------------------------
 * Шапка секции (mw-section-head) + появление при скролле (mw-reveal)
 * ------------------------------------------------------------------ */

.mw-section-head {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    min-width: 0;
}

.mw-section-head__kicker {
    margin: 0 0 10px;
    color: #EB4036;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.3;
}

.mw-section-head__title {
    margin: 0;
    font-family: Unbounded, sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 3.5vw, 48px);
    line-height: 1.2;
    color: inherit;
    word-wrap: break-word;
}

.mw-section-head__title span {
    color: #EB4036;
}

.mw-section-head__rule {
    display: block;
    width: 64px;
    height: 3px;
    margin: 16px 0 18px;
    background: #EB4036;
    border-radius: 2px;
}

.mw-section-head__subtitle {
    margin: 0 0 8px;
    max-width: 36em;
    opacity: 0.8;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.mw-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.mw-reveal.is-in {
    opacity: 1;
    transform: none;
}

.mw-works-home-link {
    display: inline-block;
    margin: 12px 0 0;
    color: #EB4036;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.mw-works-home-link:hover {
    color: #d6362c;
    border-bottom-color: #d6362c;
}

.mw-works-stack {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: 0;
    max-width: 100%;
}

.mw-works-stack__item {
    position: relative;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-left: -20px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0 2px #fff;
    background: #1a1a1a;
}

.mw-works-stack__item:first-child {
    margin-left: 0;
}

.mw-works-stack__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .mw-works-stack__item {
        width: 56px;
        height: 56px;
        margin-left: -18px;
    }
}

@media (max-width: 767px) {
    .mw-works-stack__item {
        width: 52px;
        height: 52px;
        margin-left: -16px;
    }
}

@media (max-width: 479px) {
    .mw-works-stack__item {
        width: 48px;
        height: 48px;
        margin-left: -14px;
    }
}

/* ----- Согласия и файл в формах заявок (светлый попап) ----- */
.mosaic-form__field.mw-form-consent .mosaic-form__header {
    display: none !important;
}

.mosaic-form__field.mw-form-consent {
    margin: 0 0 10px;
    width: 100%;
}

.mosaic-form__field.mw-form-consent .mosaic-form__label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.mosaic-form__field.mw-form-consent .mosaic-form__checkbox {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    pointer-events: none;
}

.mosaic-form__field.mw-form-consent .mosaic-form__checkbox-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px !important;
    height: 24px !important;
    margin-top: 1px;
    border: 1.5px solid rgba(19, 26, 30, 0.35) !important;
    border-radius: 7px !important;
    background: #fff !important;
    background-image: none !important;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.mosaic-form__field.mw-form-consent .mosaic-form__checkbox-icon::after {
    content: "";
    width: 6px;
    height: 11px;
    margin-top: -1px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) scale(0);
    transition: transform 0.15s ease;
}

.mosaic-form__field.mw-form-consent .mosaic-form__checkbox:checked + .mosaic-form__checkbox-icon {
    border-color: #EB4036 !important;
    background-color: #EB4036 !important;
    box-shadow: 0 0 0 3px rgba(235, 64, 54, 0.18);
}

.mosaic-form__field.mw-form-consent .mosaic-form__checkbox:checked + .mosaic-form__checkbox-icon::after {
    transform: rotate(45deg) scale(1);
}

.mosaic-form__field.mw-form-consent .mosaic-form__label:hover .mosaic-form__checkbox-icon {
    border-color: #EB4036 !important;
}

.mosaic-form__field.mw-form-consent .mosaic-form__checkbox:focus-visible + .mosaic-form__checkbox-icon {
    outline: 2px solid #EB4036;
    outline-offset: 2px;
}

.mosaic-form__field.mw-form-consent .mosaic-form__value {
    margin: 0 !important;
    flex: 1 1 auto;
    min-width: 0;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: rgba(19, 26, 30, 0.78);
}

.mosaic-form__field.mw-form-consent .mosaic-form__value a {
    color: #EB4036;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mosaic-form__field.mw-form-consent .mosaic-form__value a:hover {
    color: #d6362c;
}

.mosaic-form__field.mw-form-consent .mosaic-form__error:not(.is-removed) {
    margin-bottom: 6px;
    color: #EB4036;
}

/* Поле файла */
.mw-form-file {
    margin: 4px 0 14px;
    width: 100%;
    box-sizing: border-box;
}

.mw-form-file__label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
    width: 100%;
}

.mw-form-file__title {
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #131a1e;
    font-weight: 500;
}

.mw-form-file__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 52px;
    padding: 12px 18px;
    border: 1.5px dashed rgba(19, 26, 30, 0.28);
    border-radius: 14px;
    background: #fff;
    color: #131a1e;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.mw-form-file__label:hover .mw-form-file__btn {
    border-color: #EB4036;
    color: #EB4036;
    background: rgba(235, 64, 54, 0.04);
    box-shadow: 0 0 0 1px rgba(235, 64, 54, 0.12);
}

.mw-form-file__input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.mw-form-file__name {
    display: block;
    margin-top: 6px;
    font-family: Rubik, sans-serif;
    font-size: 13px;
    line-height: 1.35;
    color: #EB4036;
    overflow-wrap: anywhere;
}

.mw-form-file__name[hidden] {
    display: none !important;
}

@media (max-width: 767px) {
    .mosaic-form__field.mw-form-consent .mosaic-form__value {
        font-size: 14px;
    }

    .mosaic-form__field.mw-form-consent .mosaic-form__checkbox-icon {
        width: 24px !important;
        height: 24px !important;
    }

    .mw-form-file__btn {
        min-height: 52px;
    }

    .mosaic-form .mosaic-form__text,
    .mosaic-form .mosaic-form__textarea,
    .mosaic-form .mosaic-form__select,
    .mosaic-form .mosaic-form__date,
    .mosaic-form .mosaic-form__date-interval {
        height: 56px !important;
        min-height: 56px !important;
        font-size: 16px !important;
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .mosaic-form .mosaic-form__textarea {
        height: auto !important;
        min-height: 100px !important;
    }
}

@media (max-width: 991px) {
    .mw-section-head__title {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .mw-section-head__title {
        font-size: 28px;
    }

    .mw-section-head__subtitle {
        font-size: 15px;
        max-width: none;
    }

    .mw-section-head__rule {
        margin: 12px 0 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mw-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ------------------------------------------------------------------
 * Уведомление о cookie
 * ------------------------------------------------------------------ */

.mw-cookie {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 9;
    max-width: 720px;
    margin: 0 auto;
}

.mw-cookie__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #1a1a1a;
    color: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.mw-cookie__text {
    margin: 0;
    flex: 1 1 220px;
    font-size: 14px;
    line-height: 1.45;
}

.mw-cookie__text a {
    color: #EB4036;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mw-cookie__text a:hover,
.mw-cookie__text a:focus-visible {
    color: #ff5a50;
}

.mw-cookie__btn {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 10px 22px;
    border: 0;
    border-radius: 999px;
    background: #EB4036;
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.mw-cookie__btn:hover,
.mw-cookie__btn:focus-visible {
    background: #d6362d;
}

@media (max-width: 767px) {
    .mw-cookie {
        left: 10px;
        right: 10px;
        bottom: 10px;
        max-width: none;
    }

    .mw-cookie__inner {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        border-radius: 12px;
    }

    .mw-cookie__text {
        font-size: 12px;
        line-height: 1.35;
        flex: 1 1 0;
        min-width: 0;
    }

    .mw-cookie__btn {
        width: auto;
        min-height: 36px;
        padding: 7px 14px;
        font-size: 12px;
        flex-shrink: 0;
    }
}

@media (max-width: 479px) {
    .mw-cookie {
        left: 8px;
        right: 8px;
        bottom: 8px;
    }

    .mw-cookie__inner {
        gap: 8px;
        padding: 8px 10px;
    }

    .mw-cookie__text {
        font-size: 11px;
        line-height: 1.3;
    }

    .mw-cookie__btn {
        min-height: 34px;
        padding: 6px 12px;
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mw-cookie__btn {
        transition: none;
    }
}

