/* _content/Ecoplaza/Shared/ContactForms/ConsentCheckboxes.razor.rz.scp.css */
.consent-stack[b-3jxb6rkzbx] {
    display: grid;
    gap: .35rem;
    margin: .75rem 0 .45rem;
    color: #4f5b67;
    font-size: .875rem;
    line-height: 1.35;
}

.consent-stack.compact[b-3jxb6rkzbx] {
    margin: .7rem 0 .35rem;
    font-size: .78rem;
}

.consent-check[b-3jxb6rkzbx] {
    display: inline-flex;
    align-items: flex-start;
    justify-self: start;
    width: fit-content;
    max-width: 100%;
    gap: .45rem;
    margin: 0;
    cursor: pointer;
}

.consent-check input[b-3jxb6rkzbx] {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    margin-top: .12rem;
    accent-color: #1977cc;
}

.consent-check a[b-3jxb6rkzbx] {
    color: #1977cc;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.consent-check span[b-3jxb6rkzbx] {
    min-width: 0;
}

.consent-check--muted[b-3jxb6rkzbx] {
    color: #65717d;
}
/* _content/Ecoplaza/Shared/ContactForms/FormProtectionTrap.razor.rz.scp.css */
.form-protection-trap[b-15k4lq0u3r] {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    opacity: .01 !important;
    pointer-events: none !important;
}

.form-protection-trap input[b-15k4lq0u3r],
.form-protection-trap button[b-15k4lq0u3r],
.form-protection-trap label[b-15k4lq0u3r] {
    position: static !important;
    width: auto !important;
    height: auto !important;
}
/* _content/Ecoplaza/Shared/ContactForms/HumanConfirmationDialog.razor.rz.scp.css */
.human-confirm[b-6mckbei8ra] {
    position: fixed;
    inset: 0;
    z-index: 2140;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(20, 28, 39, .28);
    backdrop-filter: blur(3px);
}

.human-confirm__panel[b-6mckbei8ra] {
    position: relative;
    width: min(100%, 340px);
    padding: 1.1rem;
    border: 1px solid rgba(36, 53, 72, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 60px rgba(17, 34, 51, .18);
}

.human-confirm__close[b-6mckbei8ra] {
    all: unset;
    box-sizing: border-box;
    position: absolute;
    top: .55rem;
    right: .55rem;
    width: 1.8rem;
    height: 1.8rem;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit;
    cursor: default;
    display: block;
    min-width: 0 !important;
    min-height: 0 !important;
}

.human-confirm__close[b-6mckbei8ra]::before,
.human-confirm__close[b-6mckbei8ra]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .82rem;
    height: 2px;
    border-radius: 999px;
    background: #6b7683;
}

.human-confirm__close[b-6mckbei8ra]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.human-confirm__close[b-6mckbei8ra]::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.human-confirm__close:hover[b-6mckbei8ra] {
    background: rgba(42, 58, 76, .08);
}

.human-confirm__error[b-6mckbei8ra] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .56rem .66rem;
    border-radius: 12px;
    background: #ed3c0d;
    color: #fff;
    font-size: .94rem;
    font-weight: 600;
    text-align: center;
}

.human-confirm__title[b-6mckbei8ra] {
    margin: 0 2rem .75rem 0;
    color: #1f2a37;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    cursor: default;
}

.human-confirm__target[b-6mckbei8ra] {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .85rem;
    min-height: 48px;
    padding: .56rem .66rem;
    border: 0;
    border-radius: 12px;
    background-color: #a9dbc6;
    color: #133b2a;
    box-shadow: 0 0 0 1px rgba(31, 108, 84, .16);
    cursor: pointer;
    user-select: none;
    transition: background-color .22s ease;
}

.human-confirm__target[b-6mckbei8ra]::before,
.human-confirm__target[b-6mckbei8ra]::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    pointer-events: none;
}

.human-confirm__target[b-6mckbei8ra]::before {
    z-index: 0;
    background: linear-gradient(112deg, transparent 32%, rgba(255, 255, 255, .34) 43%, rgba(255, 255, 255, .72) 50%, rgba(255, 255, 255, .26) 57%, transparent 68%);
    transform: translateX(-130%) skewX(-12deg);
    animation: human-confirm-sheen-b-6mckbei8ra 2.9s ease-in-out infinite;
}

.human-confirm__target[b-6mckbei8ra]::after {
    z-index: 1;
    background-image: url("/img/human-confirm-action.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% + 4px) calc(100% + 4px);
}

.human-confirm__target:hover[b-6mckbei8ra],
.human-confirm__target:focus-visible[b-6mckbei8ra] {
    background-color: #7fc8aa;
}

.human-confirm__decoy[b-6mckbei8ra] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: .56rem .66rem;
    margin: 0;
    color: rgba(35, 51, 68, .45);
    font-size: .94rem;
    font-weight: 600;
    line-height: 1.15;
    cursor: default;
}

.human-confirm__decoy input[b-6mckbei8ra] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: .01;
    cursor: default;
    pointer-events: none;
}


.human-confirm__decoy-text[b-6mckbei8ra] {
    min-width: 0;
    padding-left: 5px;
}

.human-confirm__decoy-arrow[b-6mckbei8ra] {
    flex-shrink: 0;
    margin-left: auto;
    font-size: 1.1rem;
    animation: human-confirm-arrow-float-b-6mckbei8ra 1.5s ease-in-out infinite;
    transition: color .2s ease;
}

.human-confirm__decoy:hover .human-confirm__decoy-arrow[b-6mckbei8ra] {
    color: #d97706;
}

@keyframes human-confirm-arrow-float-b-6mckbei8ra {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}

@keyframes human-confirm-sheen-b-6mckbei8ra {
    0% {
        transform: translateX(-130%) skewX(-12deg);
    }

    55%,
    100% {
        transform: translateX(130%) skewX(-12deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .human-confirm__target[b-6mckbei8ra]::before,
    .human-confirm__decoy-arrow[b-6mckbei8ra] {
        animation: none;
    }
}

@media (max-width: 575.98px) {
    .human-confirm[b-6mckbei8ra] {
        place-items: center;
        padding: 1rem;
    }

    .human-confirm__panel[b-6mckbei8ra] {
        width: min(100%, 360px);
        border-radius: 14px;
    }

    .human-confirm__target[b-6mckbei8ra] {
        min-height: 54px;
    }

    .human-confirm__error[b-6mckbei8ra] {
        min-height: 54px;
    }

    .human-confirm__decoy[b-6mckbei8ra] {
        font-size: .9rem;
    }
}
/* _content/Ecoplaza/Shared/CookieConsentBanner.razor.rz.scp.css */
.cookie-consent[b-33svxo7qxb] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: flex;
    justify-content: flex-start;
    padding: 0 1rem 1rem;
    pointer-events: none;
}

.cookie-consent__panel[b-33svxo7qxb] {
    display: flex;
    align-items: center;
    gap: .75rem;
    width: auto;
    max-width: min(520px, 100%);
    padding: .58rem .62rem .58rem .8rem;
    border: 1px solid rgba(25, 119, 204, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 40px rgba(31, 49, 64, .14);
    backdrop-filter: blur(14px);
    pointer-events: auto;
    animation: cookieConsentIn-b-33svxo7qxb .34s ease-out both;
}

.cookie-consent__text[b-33svxo7qxb] {
    display: grid;
    gap: .18rem;
    min-width: 0;
    color: #465462;
    font-size: .86rem;
    line-height: 1.42;
}

.cookie-consent__text a[b-33svxo7qxb] {
    color: #1977cc;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookie-consent__button[b-33svxo7qxb] {
    flex: 0 0 auto;
    min-height: 34px;
    padding: .45rem 1.08rem;
    border: 0;
    border-radius: 999px;
    background: #1977cc;
    color: #fff;
    font-size: .88rem;
    font-weight: 400;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(25, 119, 204, .22);
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cookie-consent__button:hover[b-33svxo7qxb],
.cookie-consent__button:focus-visible[b-33svxo7qxb] {
    background: #1265ad;
    box-shadow: 0 12px 28px rgba(25, 119, 204, .28);
    transform: translateY(-1px);
}

.cookie-consent__button:focus-visible[b-33svxo7qxb] {
    outline: 3px solid rgba(25, 119, 204, .2);
    outline-offset: 3px;
}

.cookie-consent__mini[b-33svxo7qxb] {
    display: none;
}

.cookie-consent__button-mobile[b-33svxo7qxb] {
    display: none;
}

@keyframes cookieConsentIn-b-33svxo7qxb {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 640px) {
    .cookie-consent[b-33svxo7qxb] {
        padding: 0 .75rem 15px calc(.75rem + 2px);
    }

    .cookie-consent__panel[b-33svxo7qxb] {
        width: auto;
        max-width: min(300px, calc(100vw - 5.35rem));
        height: 40px;
        justify-content: space-between;
        gap: .72rem;
        padding: .28rem .5rem .28rem .64rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, .88);
        box-shadow: 0 10px 26px rgba(31, 49, 64, .12);
    }

    .cookie-consent__text[b-33svxo7qxb] {
        font-size: .78rem;
        line-height: 1.25;
        white-space: nowrap;
    }

    .cookie-consent__button[b-33svxo7qxb] {
        min-height: 26px;
        min-width: max-content;
        padding: .25rem .92rem;
        font-size: .82rem;
    }

    .cookie-consent__button-desktop[b-33svxo7qxb] {
        display: none;
    }

    .cookie-consent__button-mobile[b-33svxo7qxb] {
        display: inline;
    }

    .cookie-consent__mini[b-33svxo7qxb] {
        display: none;
        align-items: center;
        gap: .28rem;
        height: 40px;
        padding: .48rem .72rem;
        border: 1px solid rgba(25, 119, 204, .16);
        border-radius: 999px;
        background: rgba(255, 255, 255, .82);
        color: #1977cc;
        font-size: .78rem;
        font-weight: 500;
        line-height: 1;
        box-shadow: 0 10px 24px rgba(31, 49, 64, .12);
        backdrop-filter: blur(12px);
        pointer-events: auto;
        animation: cookieConsentIn-b-33svxo7qxb .28s ease-out both;
    }

    .cookie-consent__mini i[b-33svxo7qxb] {
        font-size: 1rem;
        line-height: 1;
    }

    .cookie-consent.is-compact .cookie-consent__panel[b-33svxo7qxb] {
        display: none;
    }

    .cookie-consent.is-compact .cookie-consent__mini[b-33svxo7qxb] {
        display: inline-flex;
    }
}
/* _content/Ecoplaza/Shared/MainLayout.razor.rz.scp.css */
.page[b-fy8zpgrrur] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fy8zpgrrur] {
    flex: 1;
}

.sidebar[b-fy8zpgrrur] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fy8zpgrrur] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fy8zpgrrur]  a, .top-row .btn-link[b-fy8zpgrrur] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fy8zpgrrur] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fy8zpgrrur] {
        display: none;
    }

    .top-row.auth[b-fy8zpgrrur] {
        justify-content: space-between;
    }

    .top-row a[b-fy8zpgrrur], .top-row .btn-link[b-fy8zpgrrur] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fy8zpgrrur] {
        flex-direction: row;
    }

    .sidebar[b-fy8zpgrrur] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fy8zpgrrur] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fy8zpgrrur], article[b-fy8zpgrrur] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Ecoplaza/Shared/Nav/Breadcrumbs.razor.rz.scp.css */
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs[b-y12zgoe00c] {
    padding: 10px 0;
    background-color: var(--light-style-color);
    min-height: 40px;
    margin-top: 120px;
}

    .breadcrumbs strong[b-y12zgoe00c] {
        font-weight: 600;
        font-size: .98em;
        cursor: default;
    }

    .breadcrumbs ol[b-y12zgoe00c] {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

    .breadcrumbs ul[b-y12zgoe00c] {
        font-size: 14px;
    }

.breadcrumb-item + .breadcrumb-item[b-y12zgoe00c],
.breadcrumbs-menu .dropdown[b-y12zgoe00c] {
    padding-left: 6px;
}

    .breadcrumb-item + .breadcrumb-item[b-y12zgoe00c]::before,
    .breadcrumbs-menu .dropdown[b-y12zgoe00c]::before {
        content: "/";
        color: #6c757d;
        padding-right: 6px;
    }

@media (max-width: 767.98px) {
    .breadcrumbs[b-y12zgoe00c] {
        padding: 16px 0 16px 0;
    }
}
/* _content/Ecoplaza/Shared/Nav/BreadcrumbsOnXML.razor.rz.scp.css */
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs[b-v1v3sjcu4t] {
    padding: 10px 0;
    background-color: var(--light-style-color);
    min-height: 40px;
    margin-top: 120px;
}

    .breadcrumbs strong[b-v1v3sjcu4t] {
        font-weight: 600;
        font-size: .98em;
        cursor: default;
    }

    .breadcrumbs ol[b-v1v3sjcu4t] {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

    .breadcrumbs ul[b-v1v3sjcu4t] {
        font-size: 14px;
    }

.breadcrumb-item + .breadcrumb-item[b-v1v3sjcu4t],
.breadcrumbs-menu .dropdown[b-v1v3sjcu4t] {
    padding-left: 6px;
}

    .breadcrumb-item + .breadcrumb-item[b-v1v3sjcu4t]::before,
    .breadcrumbs-menu .dropdown[b-v1v3sjcu4t]::before {
        content: "/";
        color: #6c757d;
        padding-right: 6px;
    }

@media (max-width: 767.98px) {
    .breadcrumbs[b-v1v3sjcu4t] {
        padding: 16px 0 16px 0;
    }
}
/* _content/Ecoplaza/Shared/Nav/CalendarNavLink.razor.rz.scp.css */
/* li — якорь для абсолютного позиционирования бейджа и тултипа */
li[b-7dwj9qxtwo] {
    position: relative;
}

.cal-nav-link[b-7dwj9qxtwo] {
    position: relative;
}

/* ─── Тултип ─── */
.cal-tooltip[b-7dwj9qxtwo] {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    padding: .3rem .7rem;
    background: rgba(22, 37, 28, .92);
    color: #fff;
    font-size: .72rem;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .18s ease;
    z-index: 9100;
}

/* Маленький треугольник над тултипом */
.cal-tooltip[b-7dwj9qxtwo]::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom-color: rgba(22, 37, 28, .92);
}

.cal-nav-link:hover .cal-tooltip[b-7dwj9qxtwo] {
    opacity: 1;
}

/* ─── Бейдж с ближайшей датой — верхний правый угол ссылки ─── */
.cal-badge[b-7dwj9qxtwo] {
    position: absolute;
    top: 5px;
    right: 0;
    transform: translate(30%, -40%);
    padding: .125rem .25rem;
    font-size: .52rem;
    font-weight: 700;
    letter-spacing: .02em;
    background: #dc2626 !important;
    color: #fff !important;
    outline: 1.5px solid rgba(255, 255, 255, .55);
    white-space: nowrap;
    pointer-events: none;
    cursor: default;
    user-select: none;
    animation: cal-pulse-b-7dwj9qxtwo 2.8s ease-in-out infinite;
}

@keyframes cal-pulse-b-7dwj9qxtwo {
    0% {
        background: #dc2626 !important;
        box-shadow: 0 0 0 0 rgba(220, 38, 38, .65);
    }
    55% {
        background: #ef5555 !important;
        box-shadow: 0 0 0 9px rgba(220, 38, 38, 0);
    }
    /* невидимый прыжок обратно к нулю — shadow прозрачна на обоих концах */
    56%, 100% {
        background: #dc2626 !important;
        box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
    }
}

/* На мобильном навбаре тултип не нужен (нет hover) */
@media (max-width: 991px) {
    .cal-tooltip[b-7dwj9qxtwo] { display: none; }

    /* Бейдж: убираем выход за правую границу, центруем по вертикали */
    .cal-badge[b-7dwj9qxtwo] {
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
}
/* _content/Ecoplaza/Shared/Nav/MainMenu.razor.rz.scp.css */
/* ──────────────────────────────────────────
   Десктоп: nav — flex-контейнер, чтобы SearchBar
   и список ссылок оказались в одной строке.
   ────────────────────────────────────────── */
@media (min-width: 992px) {
    .navbar[b-mv1c1eixi3] {
        display: flex;
        align-items: center;
    }
}

/* ──────────────────────────────────────────
   Мобайл: SearchBar скрыт, пока меню закрыто
   ────────────────────────────────────────── */
@media (max-width: 991px) {
    .navbar:not(.navbar-mobile)[b-mv1c1eixi3]  .srch {
        display: none;
    }
}

/* ──────────────────────────────────────────
   Мобайл: SearchBar в открытом оверлее меню
   (только в закрытом состоянии поиска)
   ────────────────────────────────────────── */
.navbar-mobile[b-mv1c1eixi3]  .srch:not(.srch--open) {
    position: absolute;
    top: 55px;
    left: 15px;
    right: 15px;
    padding: 6px 10px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    z-index: 1;
}

/* Кнопка-триггер на всю ширину панели */
.navbar-mobile[b-mv1c1eixi3]  .srch:not(.srch--open) .srch__trigger {
    width: 100%;
    justify-content: flex-start;
    border-radius: 8px;
    height: 38px;
    padding: 0 14px 0 12px;
}

/* Список ссылок опускается под строку поиска.
   nav-overlay начинается с top:55px,
   SearchBar занимает 6+38+6+1=51px → 55+51=106px */
.navbar-mobile ul[b-mv1c1eixi3] {
    top: 106px;
}
/* _content/Ecoplaza/Shared/Nav/ServiceExtendedMenu.razor.rz.scp.css */
.service-extended-menu[b-ouuteu6ia0] {
    --service-extended-accent: #1f6c54;
    --service-extended-muted: #526b64;
    --service-extended-line: rgba(31, 108, 84, .14);
    --service-extended-soft: #f2f8f5;
    background: #fff;
}

.service-extended-menu__header[b-ouuteu6ia0] {
    border-bottom: 1px solid var(--service-extended-line);
    background: #fff;
}

.service-extended-menu__title[b-ouuteu6ia0] {
    color: var(--service-extended-accent);
    font-size: 1.12rem;
    font-weight: 650;
    line-height: 1.25;
}

.service-extended-menu__body[b-ouuteu6ia0] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.05rem 1rem 1.25rem;
}

.service-extended-menu-group[b-ouuteu6ia0] {
    flex: 0 0 auto;
    padding: 0 0 1.05rem;
    border-bottom: 1px solid var(--service-extended-line);
    background: #fff;
}

.service-extended-menu-group:last-child[b-ouuteu6ia0] {
    padding-bottom: 0;
    border-bottom: 0;
}

.service-extended-menu-group__title[b-ouuteu6ia0] {
    margin: 0 0 .35rem;
    color: var(--service-extended-accent);
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.25;
}

.service-extended-menu-group__title-link[b-ouuteu6ia0] {
    color: inherit;
    text-decoration: none;
}

.service-extended-menu-group__title-link:hover[b-ouuteu6ia0] {
    color: #174f3e;
    text-decoration: underline;
    text-underline-offset: .18rem;
}

.service-extended-menu-group__description[b-ouuteu6ia0] {
    margin: 0 0 .65rem;
    color: var(--service-extended-muted);
    font-size: .9rem;
    line-height: 1.45;
}

.service-extended-menu-group__list[b-ouuteu6ia0] {
    display: grid;
    gap: .1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-extended-menu-group__list li[b-ouuteu6ia0] {
    min-width: 0;
}

.service-extended-menu-group__list[b-ouuteu6ia0]  a {
    position: relative;
    display: block;
    border-left: 3px solid transparent;
    border-radius: 0;
    padding: .68rem 2rem .68rem .8rem;
    color: #36564d;
    font-size: 1.04rem;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.service-extended-menu-group__list[b-ouuteu6ia0]  a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: .8rem;
    width: .42rem;
    height: .42rem;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    opacity: .42;
    transform: translateY(-50%) rotate(45deg);
    transition: right .18s ease, opacity .18s ease;
}

.service-extended-menu-group__list[b-ouuteu6ia0]  a:hover,
.service-extended-menu-group__list[b-ouuteu6ia0]  a.active {
    border-left-color: var(--service-extended-accent);
    color: var(--service-extended-accent);
    background: var(--service-extended-soft);
}

.service-extended-menu-group__list[b-ouuteu6ia0]  a.active {
    color: #fff;
    background: var(--service-extended-accent);
}

.service-extended-menu-group__list[b-ouuteu6ia0]  a:hover::after {
    right: .65rem;
    opacity: .78;
}

.service-extended-menu-group__list[b-ouuteu6ia0]  a.active::after {
    opacity: .82;
}

.service-extended-menu__footer[b-ouuteu6ia0] {
    flex: 0 0 auto;
    margin-top: auto;
    padding-top: .35rem;
}

.service-extended-menu-cta[b-ouuteu6ia0] {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 1rem;
    border: 1px solid rgba(31, 108, 84, .16);
    background:
        radial-gradient(circle at 85% 15%, rgba(59, 146, 111, .18), transparent 34%),
        linear-gradient(135deg, #f5fbf7 0%, #fff 68%);
}

.service-extended-menu-cta[b-ouuteu6ia0]::after {
    content: "";
    position: absolute;
    right: -2.4rem;
    bottom: -2.8rem;
    width: 7rem;
    height: 7rem;
    border: 1px solid rgba(31, 108, 84, .14);
    border-radius: 50%;
}

.service-extended-menu-cta__header[b-ouuteu6ia0] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: .65rem;
    min-width: 0;
}

.service-extended-menu-cta__mark[b-ouuteu6ia0] {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 2.45rem;
    height: 2.45rem;
    color: #fff;
    background: #1f6c54;
}

.service-extended-menu-cta__mark i[b-ouuteu6ia0] {
    font-size: 1.08rem;
    line-height: 1;
}

.service-extended-menu-cta__title[b-ouuteu6ia0] {
    min-width: 0;
    color: #1f4f42;
    font-size: .98rem;
    font-weight: 650;
    line-height: 1.25;
}

.service-extended-menu-cta p[b-ouuteu6ia0] {
    position: relative;
    z-index: 1;
    margin: .65rem 0 0;
    color: #526b64;
    font-size: .88rem;
    line-height: 1.42;
}

.service-extended-menu-cta__button[b-ouuteu6ia0] {
    position: relative;
    z-index: 1;
    margin-top: .7rem;
}
/* _content/Ecoplaza/Shared/OfferSummary.razor.rz.scp.css */
.definition-list[b-nlk8gs3h6j] {
    font-size: 15px;
    grid-template-columns: max-content 1fr;
    column-gap: 0.5rem;
    align-items: baseline;
}

    .definition-list dt i[b-nlk8gs3h6j] {
        font-size: 20px;
        margin-right: 8px;
    }

    .definition-list dt[b-nlk8gs3h6j] {
        font-weight: 600;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .definition-list dd[b-nlk8gs3h6j] {
        display: flex;
        align-items: baseline;
        margin: 0;
        position: relative;
    }


    .definition-list .dots[b-nlk8gs3h6j] {
        flex-grow: 1;
        border-bottom: 1px dashed #ccc;
        margin-right: 0.5rem;
        transform: translateY(0.1em); /* мягко сдвигаем вниз */
    }
/* _content/Ecoplaza/Shared/ProtectedContact.razor.rz.scp.css */
.protected-contact[b-sd3qu3ln98] {
    cursor: pointer;
}

.protected-contact[role="button"][b-sd3qu3ln98] {
    text-decoration: none;
}
/* _content/Ecoplaza/Shared/ResponsiveTableScroll.razor.rz.scp.css */
.responsive-table-scroll[b-12uka7i78d] {
    display: block;
    width: 0;
    min-width: 100%;
    max-width: 100%;
    margin: 1.5rem 0;
    overflow: hidden;
    position: relative;
}

.responsive-table-scroll__surface[b-12uka7i78d] {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
}

.responsive-table-scroll__surface[b-12uka7i78d]::-webkit-scrollbar {
    display: none;
}

.responsive-table-scroll__surface:focus[b-12uka7i78d] {
    outline: 2px solid rgba(25, 119, 204, .35);
    outline-offset: 2px;
}

[b-12uka7i78d](table) {
    width: max-content;
    min-width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: none;
    white-space: normal;
}

@media (max-width: 767.98px) {
    .responsive-table-scroll__hint[b-12uka7i78d] {
        position: absolute;
        left: 50%;
        bottom: .45rem;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: .08rem;
        width: max-content;
        margin: 0;
        padding: .28rem .58rem;
        color: rgba(255, 255, 255, .92);
        background: rgba(30, 67, 86, .38);
        border: 1px solid rgba(255, 255, 255, .36);
        border-radius: 999px;
        box-shadow: 0 .45rem 1.25rem rgba(15, 35, 46, .12);
        backdrop-filter: blur(8px);
        pointer-events: none;
        transform: translateX(-50%);
        opacity: .78;
        animation: table-scroll-hint-b-12uka7i78d 2.4s ease-in-out infinite;
    }

    .responsive-table-scroll__hint .bi-arrow-left-short[b-12uka7i78d],
    .responsive-table-scroll__hint .bi-arrow-right-short[b-12uka7i78d] {
        font-size: 1.25rem;
        line-height: 1;
    }

    .responsive-table-scroll__hint .bi-hand-index-thumb[b-12uka7i78d] {
        font-size: 1.05rem;
        line-height: 1;
    }
}

@media (min-width: 768px) {
    .responsive-table-scroll__hint[b-12uka7i78d] {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .responsive-table-scroll__hint[b-12uka7i78d] {
        animation: none;
    }
}

@keyframes table-scroll-hint-b-12uka7i78d {
    0%, 100% {
        transform: translateX(-50%);
        opacity: .92;
    }

    35% {
        transform: translateX(calc(-50% - 9px));
        opacity: 1;
    }

    70% {
        transform: translateX(calc(-50% + 9px));
        opacity: 1;
    }
}
/* _content/Ecoplaza/Shared/Search/SearchBar.razor.rz.scp.css */
/* =============================================================
   SearchBar — единый компонент поиска
   Desktop: пилюля [🔍 Поиск] → разворачивается в блок [input + результаты]
   Mobile:  только иконка → при активации фиксированный оверлей сверху
   ============================================================= */

/* Backdrop — клик мимо закрывает поиск */
[b-xm8tdnwyjm] .srch-backdrop {
    position: fixed;
    inset: 0;
    z-index: 996;
    background: transparent;
    cursor: default;
}

/* ── Контейнер ── */
.srch[b-xm8tdnwyjm] {
    position: relative;
    z-index: 998;
    margin-right: 6px; /* убирается на мобайле ниже */
}

@media (max-width: 991px) {
    .srch[b-xm8tdnwyjm] {
        margin-right: 0;
    }
}

/* ── Закрытая пилюля ── */
.srch__trigger[b-xm8tdnwyjm] {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 34px;
    padding: 0 14px 0 10px;
    border: 1.5px solid rgba(25, 119, 204, 0.28);
    border-radius: 20px;
    background: rgba(25, 119, 204, 0.04);
    color: inherit;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color 0.15s, background 0.15s;
}

.srch__trigger:hover[b-xm8tdnwyjm] {
    border-color: var(--color-primary, #1977cc);
    background: rgba(25, 119, 204, 0.08);
}

/* Пилюля скрыта за боксом когда поиск активен */
.srch--open .srch__trigger[b-xm8tdnwyjm] {
    visibility: hidden;
    pointer-events: none;
}

.srch__trigger-icon[b-xm8tdnwyjm] {
    font-size: 0.82rem;
    color: var(--color-primary, #1977cc);
}

.srch__trigger-label[b-xm8tdnwyjm] {
    font-size: 0.82rem;
    color: #777;
}

/* ── Открытый блок — накрывает пилюлю, растёт вниз ── */
.srch__box[b-xm8tdnwyjm] {
    position: absolute;
    right: 0;
    top: 0;
    width: clamp(280px, 32vw, 440px);
    background: #fff;
    border: 1.5px solid var(--color-primary, #1977cc);
    border-radius: 10px;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    animation: srchIn-b-xm8tdnwyjm 0.13s ease both;
}

@keyframes srchIn-b-xm8tdnwyjm {
    from { opacity: 0; transform: translateY(-5px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0)    scale(1); }
}

/* Строка с input */
.srch__row[b-xm8tdnwyjm] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 8px 0 12px;
    height: 40px;
}

.srch__icon[b-xm8tdnwyjm] {
    font-size: 0.82rem;
    color: var(--color-primary, #1977cc);
    flex-shrink: 0;
}

.srch__input[b-xm8tdnwyjm] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.9rem;
    color: #1a1a2e;
    min-width: 0;
}

.srch__input[b-xm8tdnwyjm]::placeholder { color: #bbb; }
.srch__input[b-xm8tdnwyjm]::-webkit-search-cancel-button { -webkit-appearance: none; }

.srch__close[b-xm8tdnwyjm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;
    background: none;
    color: #aaa;
    cursor: pointer;
    border-radius: 6px;
    font-size: 0.78rem;
    flex-shrink: 0;
    transition: color 0.12s, background 0.12s;
}

.srch__close:hover[b-xm8tdnwyjm] {
    color: #555;
    background: rgba(0, 0, 0, 0.06);
}

/* ── Список результатов ── */
.srch__results[b-xm8tdnwyjm] {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    max-height: 380px;
    overflow-y: auto;
}

.srch__item[b-xm8tdnwyjm] {
    display: flex;
    flex-direction: column;
    padding: 9px 16px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 0.1s;
}

.srch__item:last-child[b-xm8tdnwyjm] { border-bottom: none; }

.srch__item:hover[b-xm8tdnwyjm],
.srch__item:focus[b-xm8tdnwyjm] {
    background: rgba(25, 119, 204, 0.05);
    outline: none;
}

.srch__item-title[b-xm8tdnwyjm] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.3;
}

.srch__item-crumb[b-xm8tdnwyjm] {
    font-size: 0.74rem;
    color: #8492a6;
    margin-top: 2px;
}

/* Ссылка «все результаты» */
.srch__all-link[b-xm8tdnwyjm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 16px;
    font-size: 0.78rem;
    color: var(--color-primary, #1977cc);
    text-decoration: none;
    border-top: 1px solid rgba(0, 0, 0, .07);
    transition: background 0.1s;
}

.srch__all-link:hover[b-xm8tdnwyjm] {
    background: rgba(25, 119, 204, .05);
    color: var(--color-primary, #1977cc);
}

.srch__all-link i[b-xm8tdnwyjm] {
    font-size: 1rem;
}

/* Ничего не найдено */
.srch__empty[b-xm8tdnwyjm] {
    padding: 12px 16px;
    font-size: 0.875rem;
    color: #8492a6;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

/* ══════════════════════════════════════════
   МОБИЛЬНЫЙ АДАПТИВ (≤ 991px)

   Активный: фиксированный оверлей на всю ширину сверху.
   Управление видимостью — в MainMenu.razor.css.
   ══════════════════════════════════════════ */
@media (max-width: 991px) {

    /* Триггер скрываем когда поиск активен */
    .srch--open .srch__trigger[b-xm8tdnwyjm] { display: none; }

    /* Контейнер становится фиксированной полосой сверху */
    .srch--open[b-xm8tdnwyjm] {
        position: fixed;
        inset: 0 0 auto 0;
        z-index: 1050;
        padding: 8px 12px;
        background: #fff;
        border-radius: 0;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.14);
    }

    /* Бокс растягивается на всю полосу */
    .srch--open .srch__box[b-xm8tdnwyjm] {
        position: static;
        width: 100%;
        animation: none;
        box-shadow: none;
        border-radius: 8px;
    }

    /* Результаты ограничены по высоте экрана */
    .srch__results[b-xm8tdnwyjm] { max-height: 55vh; }
}

/* ══════════════════════════════════════════
   ДЕСКТОП: показываем метку «Поиск»
   ══════════════════════════════════════════ */
@media (min-width: 992px) {
    .srch__trigger-label[b-xm8tdnwyjm] { display: inline; }
}

/* ══════════════════════════════════════════
   ТЁМНАЯ ТЕМА
   ══════════════════════════════════════════ */
@media (prefers-color-scheme: dark) {

    .srch__trigger[b-xm8tdnwyjm] {
        border-color: rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.05);
    }

    .srch__trigger:hover[b-xm8tdnwyjm] {
        border-color: var(--color-primary, #1977cc);
        background: rgba(255, 255, 255, 0.08);
    }

    .srch__trigger-label[b-xm8tdnwyjm] { color: #aaa; }

    .srch__box[b-xm8tdnwyjm] {
        background: #1e1e30;
    }

    .srch__input[b-xm8tdnwyjm] {
        color: #e0e0e0;
    }

    .srch__input[b-xm8tdnwyjm]::placeholder { color: #555; }

    .srch__close:hover[b-xm8tdnwyjm] {
        background: rgba(255, 255, 255, 0.08);
        color: #ccc;
    }

    .srch__results[b-xm8tdnwyjm],
    .srch__empty[b-xm8tdnwyjm] {
        border-top-color: rgba(255, 255, 255, 0.08);
    }

    .srch__item[b-xm8tdnwyjm] {
        border-bottom-color: rgba(255, 255, 255, 0.05);
    }

    .srch__item:hover[b-xm8tdnwyjm] {
        background: rgba(25, 119, 204, 0.12);
    }

    .srch__item-title[b-xm8tdnwyjm] { color: #e8e8f0; }
    .srch__item-crumb[b-xm8tdnwyjm] { color: #8492a6; }
    .srch__empty[b-xm8tdnwyjm]      { color: #8492a6; }

    @media (max-width: 991px) {
        .srch--open[b-xm8tdnwyjm] {
            background: #1e1e30;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
        }
    }
}
/* _content/Ecoplaza/Shared/Typewriters/Typewriter.razor.rz.scp.css */
.tw-root[b-xf4qrjqzr0] {
    display: inline-flex;
    align-items: baseline;
    gap: .4rem;
    white-space: pre-wrap; /* сохраняет переносы/пробелы */
}

.tw-icon[b-xf4qrjqzr0] {
    display: inline-flex;
    opacity: .9;
    animation: tw-icon-bob-b-xf4qrjqzr0 1s ease-in-out infinite;
}

/* в scoped css Razor не ломает @keyframes */
@keyframes tw-icon-bob-b-xf4qrjqzr0 {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-1px)
    }
}

.tw-text[b-xf4qrjqzr0] {
    display: inline;
}

.tw-cursor[b-xf4qrjqzr0] {
    display: inline-block;
    width: .6ch;
    margin-left: .06rem;
    animation: tw-blink-b-xf4qrjqzr0 1s steps(1, end) infinite;
}

@keyframes tw-blink-b-xf4qrjqzr0 {
    0%,49% {
        opacity: 1
    }

    50%,100% {
        opacity: 0
    }
}
