.glb-catalog {
        margin-top: 12px;
    }
    .glb-catalog__head {
        display: grid;
        grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
        gap: 22px;
        align-items: start;
        margin-bottom: 18px;
    }
    .glb-catalog__lead {
        margin: 0 0 16px;
        max-width: 820px;
        line-height: 1.7;
        color: #4f4a42;
    }
    .glb-catalog__points {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        align-items: stretch;
    }
    .glb-catalog__point,
    .glb-catalog__card,
    .glb-catalog__tips {
        background: #fff;
        border: 1px solid #e7e1d5;
        border-radius: 18px;
    }
    .glb-catalog__point {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 18px;
        box-shadow: 0 8px 20px rgba(43, 34, 18, 0.04);
    }
    .glb-catalog__point strong {
        display: block;
        margin-bottom: 8px;
        color: #23201b;
    }
    .glb-catalog__point span {
        display: block;
        color: #5f5a52;
        font-size: 14px;
        line-height: 1.58;
    }
    .glb-catalog__card {
        position: relative;
        padding: 20px 22px;
        box-shadow: 0 16px 36px rgba(43, 34, 18, 0.08);
        overflow: hidden;
    }
    .glb-catalog__card:before {
        content: '';
        position: absolute;
        inset: 0 0 auto;
        height: 4px;
        background: linear-gradient(90deg, #8ac007 0%, #d1e28b 100%);
    }
    .glb-catalog__card h3,
    .glb-catalog__tips h3 {
        margin: 0 0 12px;
        color: #23201b;
    }
    .glb-catalog__manager-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 0 18px;
        border-radius: 12px;
        text-decoration: none;
        border: 1px solid #8bc34a;
        color: #2f2c28;
        background: #fff;
        font-family: "OpenSans-Semibold";
        transition: all .2s ease;
    }
    .glb-catalog__manager-link:hover {
        background: #f7f7f2;
        color: #2f2c28;
    }
    .glb-filterbar {
        margin-bottom: 18px;
    }
    .glb-filterbar__intro {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 16px;
        margin: 0 0 12px;
    }
    .glb-filterbar__eyebrow {
        margin-bottom: 4px;
        color: #7e786d;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .08em;
    }
    .glb-filterbar__heading {
        margin: 0;
        font: 24px/1.15 "OpenSans-Semibold";
        color: #23201b;
    }
    .glb-filterbar__result {
        flex: 0 0 auto;
        min-height: 42px;
        padding: 0 16px;
        display: inline-flex;
        align-items: center;
        border: 1px solid #e4dccd;
        border-radius: 999px;
        background: #fff;
        color: #5f5a52;
        font-size: 14px;
        box-sizing: border-box;
        white-space: nowrap;
    }
    .glb-filterbar__result strong {
        margin-left: 6px;
        color: #23201b;
    }
    .glb-filterbar__presets {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 0 0 10px;
    }
    .glb-filterbar__presets--combo {
        margin: -2px 0 12px;
    }
    .glb-filterbar__preset {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 36px;
        padding: 0 14px;
        border: 1px solid #ddd6c8;
        border-radius: 999px;
        background: #fff;
        color: #3a352f;
        font: 13px/1.2 "OpenSans-Semibold";
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        transition: all .18s ease;
        box-sizing: border-box;
    }
    .glb-filterbar__preset:hover {
        background: #f7f4ed;
        border-color: #cfc5b4;
    }
    .glb-filterbar__preset.is-active {
        background: #8bc34a;
        border-color: #8bc34a;
        color: #fff;
        box-shadow: 0 6px 14px rgba(139, 195, 74, 0.18);
    }
    .glb-filterbar__preset--combo {
        background: #faf8f2;
    }
    .glb-filterbar__form {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px;
        align-items: end;
        margin-bottom: 12px;
        padding: 14px 16px;
        background: #fff;
        border: 1px solid #e7e1d5;
        border-radius: 18px;
        box-shadow: 0 8px 22px rgba(43, 34, 18, 0.035);
        box-sizing: border-box;
    }
    .glb-filterbar__groups {
        display: grid;
        grid-template-columns: 220px minmax(220px, 1fr) minmax(220px, 1fr);
        gap: 12px;
        align-items: start;
    }
    .glb-filterbar__group {
        min-width: 0;
        margin: 0;
        padding: 12px 14px 14px;
        border: 1px solid #efe8dc;
        border-radius: 14px;
        background: #fcfbf8;
        box-sizing: border-box;
    }
    .glb-filterbar__title {
        margin: 0 0 9px;
        font: 15px/1.2 "OpenSans-Semibold";
        color: #23201b;
    }
    .glb-filterbar__options {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .glb-filterbar__group .for_radio {
        margin: 0;
    }
    .glb-filterbar__group .for_radio input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
    .glb-filterbar__group .for_radio label {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        min-height: 34px;
        padding: 0 12px;
        border-radius: 999px;
        border: 1px solid #d8d0bf;
        background: #fff;
        color: #2f2c28;
        cursor: pointer;
        transition: all .2s ease;
        font-size: 13px;
    }
    .glb-filterbar__group .for_radio input:checked + label {
        background: #8bc34a;
        border-color: #8bc34a;
        color: #fff;
    }
    .glb-filterbar__group .for_radio label sup {
        color: inherit;
        opacity: .7;
    }
    .glb-filterbar__range {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 10px;
    }
    .glb-filterbar__range .form-group {
        margin: 0;
    }
    .glb-filterbar__range label {
        display: block;
        margin: 0;
        color: #5f5a52;
        font-size: 12px;
        line-height: 1.4;
    }
    .glb-filterbar__range input {
        width: 100%;
        margin-top: 6px;
        min-height: 38px;
        padding: 0 12px;
        border: 1px solid #ddd6c8;
        border-radius: 10px;
        background: #fff;
        box-sizing: border-box;
        font-size: 14px;
    }
    .glb-filterbar__actions {
        display: flex;
        align-items: flex-start;
        align-self: start;
    }
    .glb-filterbar__reset {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 118px;
        min-height: 40px;
        padding: 0 16px;
        border-radius: 12px;
        border: 1px solid #ddd6c8;
        background: #faf8f2;
        color: #3a352f;
        font: 14px/1.2 "OpenSans-Semibold";
        text-align: center;
        cursor: pointer;
        transition: all .2s ease;
    }
    .glb-filterbar__reset:hover {
        background: #f1ede4;
    }
    .glb-filterbar__sort {
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 0 16px;
        border: 1px solid #e7e1d5;
        border-radius: 14px;
        background: #fff;
        font-size: 14px;
        box-shadow: 0 8px 22px rgba(43, 34, 18, 0.03);
        box-sizing: border-box;
    }
    .glb-catalog__card p,
    .glb-catalog__tips p {
        margin: 0 0 14px;
        color: #4f4a42;
        line-height: 1.65;
    }
    .glb-catalog__card .btn {
        width: 100%;
    }
    .glb-catalog__tips {
        margin-bottom: 24px;
        padding: 24px;
        box-shadow: 0 10px 28px rgba(43, 34, 18, 0.04);
    }
    .glb-catalog__tips-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        align-items: stretch;
    }
    .glb-catalog__tip {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 16px;
        background: #faf8f2;
        border-radius: 14px;
        color: #5f5a52;
        line-height: 1.6;
        font-size: 14px;
    }
    .glb-catalog__tip strong {
        display: block;
        margin-bottom: 7px;
        color: #23201b;
    }
    #mse2_sort {
        text-align: left;
        margin: 0;
        color: #5f5a52;
    }
    #mse2_sort .sort {
        display: inline-flex;
        align-items: center;
        min-height: 28px;
        margin-left: 14px;
        color: #6f9700;
        line-height: 1.2;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
    }
    #mse2_sort .sort span {
        margin-left: 4px;
    }
    .glb-catalog #pdopage .rows {
        display: block;
    }
    .glb-catalog #pdopage .rows > #mse2_mfilter,
    .glb-catalog #pdopage .rows > .msearch2 {
        display: block;
        width: 100%;
        max-width: none;
    }
    .glb-catalog .project_list.listing {
        margin-top: 0;
        width: 100%;
        max-width: none;
    }
    .glb-catalog .project_list.listing #mse2_results {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
        width: 100%;
        max-width: none;
    }
    .glb-catalog .project_list.listing #mse2_results > .project.ajax-item,
    .glb-catalog .project_list.listing #mse2_results > .project {
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        float: none !important;
        min-width: 0 !important;
    }
    .glb-catalog .project.ajax-item,
    .glb-catalog .project.ajax-item:hover,
    .glb-catalog .project.ajax-item:focus,
    .glb-catalog .project.ajax-item:active,
    .glb-catalog .project.ajax-item.hover,
    .glb-catalog .project.ajax-item.active {
        background: #fff;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 8px 28px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
        border: none;
        outline: none;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .glb-catalog .project.ajax-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 44px rgba(0,0,0,0.12);
    }
    .glb-catalog .project .item_image {
        overflow: hidden;
        border-radius: 18px 18px 0 0;
        background: #f5f2ea;
    }
    .glb-catalog .project .item_image a {
        display: block;
    }
    .glb-catalog .project .item_image img {
        display: block;
        width: 100%;
    }
    .glb-catalog .project .item_image img {
        transition: transform 0.5s ease;
    }
    .glb-catalog .project.ajax-item:hover .item_image img {
        transform: scale(1.05);
    }
    .glb-catalog .project .card__label {
        background: linear-gradient(135deg, #8bc34a 0%, #689f38 100%);
        color: #fff;
        padding: 8px 18px;
        border-radius: 25px;
        font-size: 0.85rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: 0 3px 10px rgba(139, 195, 74, 0.4);
    }
    .glb-catalog .project .item_bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 22px;
        border-radius: 0 0 18px 18px;
        min-height: 0;
        text-align: center;
        gap: 10px;
        flex: 1 1 auto;
    }
    .glb-catalog .project .item_title {
        margin: 0;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .glb-catalog .project .item_name {
        display: -webkit-box;
        text-decoration: none;
        text-transform: none;
        font-size: 22px;
        line-height: 1.2;
        font-family: "OpenSans-Semibold";
        color: #23201b;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .glb-catalog .project .item_name:hover {
        color: #77ac00;
    }
    .glb-catalog .project .item_type {
        margin: 0;
        width: 100%;
    }
    .glb-catalog .project .item_type span {
        display: inline-block;
        padding: 6px 10px;
        background: #eef5df;
        color: #5d7d14;
        border-radius: 999px;
        font-size: 13px;
    }
    .glb-catalog .project .project__meta {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-top: 2px;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }
    .glb-catalog .project .itm_text {
        color: #5f5a52;
        font-size: 14px;
        line-height: 1.55;
    }
    .glb-catalog .project .item_price {
        margin-top: 6px;
        padding-top: 12px;
        border-top: 1px solid #ece6da;
        width: 100%;
        text-align: center;
    }
    .glb-catalog .project .project__old-price {
        text-decoration: line-through;
        color: #8a867e;
        font-size: 14px;
    }
    .glb-catalog .project .item_price_request {
        color: #77ac00;
        font-size: 22px;
    }
    .glb-catalog .project .project__actions {
        display: flex;
        gap: 10px;
        margin-top: auto;
        padding-top: 10px;
        width: 100%;
    }
    .glb-catalog .project .project__more,
    .glb-catalog .project .project__cta {
        flex: 1 1 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 0 16px;
        border-radius: 12px;
        text-decoration: none;
        font-size: 14px;
        font-family: "OpenSans-Semibold";
        transition: all .2s ease;
    }
    .glb-catalog .project .project__more {
        background: #f4f2ec;
        color: #2f2c28;
    }
    .glb-catalog .project .project__more:hover {
        background: #ebe6dc;
    }
    .glb-catalog .project .project__cta {
        background: #8bc34a;
        color: #fff;
    }
    .glb-catalog .project .project__cta:hover {
        background: #77ac00;
    }
    .filter_block .items .div_table > .div_td:nth-child(2n + 1) {
        padding-left: 10px;
    }
    @media (max-width: 1199px) {
        .glb-catalog__head,
        .glb-catalog__points,
        .glb-catalog__tips-grid {
            grid-template-columns: 1fr 1fr;
        }
        .glb-filterbar__intro {
            flex-direction: column;
            align-items: start;
        }
        .glb-filterbar__form,
        .glb-filterbar__groups {
            grid-template-columns: 1fr 1fr;
        }
        .glb-filterbar__actions {
            grid-column: 1 / -1;
            justify-content: flex-start;
        }
        .filter_block .items .div_table > .div_td:nth-child(2n + 1) {
            padding-left: 0;
        }
        .filter_block .items .div_table > .div_td:nth-child(2n) {
            padding-left: 10px;
            padding-right: 10px;
        }
        .filter_block .items .div_table > .div_td:first-child {
            padding-left: 0;
        }
    }
    @media (max-width: 900px) {
        .glb-catalog .project_list.listing #mse2_results {
            grid-template-columns: 1fr;
        }
        .glb-catalog__head,
        .glb-catalog__points,
        .glb-catalog__tips-grid {
            grid-template-columns: 1fr;
        }
        .glb-filterbar__heading {
            font-size: 20px;
        }
        .glb-filterbar__result,
        .glb-filterbar__sort {
            width: 100%;
        }
        .glb-filterbar__form,
        .glb-filterbar__groups,
        .glb-filterbar__range {
            grid-template-columns: 1fr;
        }
        .glb-filterbar__presets {
            gap: 6px;
        }
        .glb-filterbar__preset {
            width: 100%;
            justify-content: center;
        }
        .glb-catalog__card,
        .glb-catalog__tips,
        .glb-catalog__point {
            padding: 20px;
        }
    }

/* Extracted from glb.kleeny-brus chunks */

/* chunk.glb.kleeny-brus-landing-top.tpl */
.glb-hero {
        position: relative;
        padding: 42px 0 28px;
        background: linear-gradient(180deg, #f5f2ea 0%, #fbfaf6 55%, #ffffff 100%);
        border-bottom: 1px solid #ece6da;
    }
    .glb-hero:before {
        content: '';
        position: absolute;
        inset: 0 0 auto;
        height: 6px;
        background: linear-gradient(90deg, #8ac007 0%, #b8d85a 45%, #e8dcc5 100%);
        opacity: .7;
    }
    .glb-hero__grid {
        display: grid;
        grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.68fr);
        gap: 24px;
        align-items: start;
    }
    .glb-hero__eyebrow {
        display: inline-flex;
        margin-bottom: 18px;
        padding: 9px 15px;
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: #6a5a39;
        background: #efe7d8;
        border-radius: 999px;
    }
    .glb-hero__title {
        margin: 0 0 18px;
        max-width: 820px;
        color: #23201b;
        font-size: clamp(42px, 5.1vw, 60px);
        line-height: 0.98;
        letter-spacing: -.03em;
        text-transform: uppercase;
    }
    .glb-hero__lead {
        margin: 0 0 22px;
        max-width: 700px;
        font-size: 17px;
        line-height: 1.62;
        color: #3f3a33;
    }
    .glb-hero__actions,
    .glb-hero__links {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }
    .glb-hero__actions {
        margin-bottom: 18px;
    }
    .glb-hero__top-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 18px;
    }
    .glb-hero__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: 0 28px;
        box-sizing: border-box;
        border-radius: 14px;
        text-decoration: none;
        font-family: "OpenSans-Semibold";
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        transition: all .2s ease;
        white-space: nowrap;
    }
    .glb-hero__cta--primary {
        background: #8bc34a;
        border: 1px solid #8bc34a;
        color: #fff;
    }
    .glb-hero__cta--primary:hover {
        background: #77ac00;
        border-color: #77ac00;
        color: #fff;
    }
    .glb-hero__cta--secondary {
        background: #fff;
        border: 1px solid #8bc34a;
        color: #2f2c28;
    }
    .glb-hero__cta--secondary:hover {
        background: #f7f7f2;
        color: #2f2c28;
    }
    .glb-hero__links {
        margin-bottom: 24px;
    }
    .glb-hero__link {
        color: #5d564b;
        text-decoration: none;
        border-bottom: 1px solid rgba(93, 86, 75, 0.25);
        transition: border-color .2s ease, color .2s ease;
    }
    .glb-hero__link:hover {
        color: #2f2a22;
        border-color: rgba(47, 42, 34, 0.45);
    }
    .glb-hero__facts,
    .glb-metrics,
    .glb-benefits,
    .glb-includes,
    .glb-steps,
    .glb-tech,
    .glb-trust {
        display: grid;
        gap: 14px;
        align-items: start;
    }
    .glb-hero__facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .glb-metrics,
    .glb-benefits,
    .glb-includes,
    .glb-steps,
    .glb-tech,
    .glb-trust {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .glb-hero__fact,
    .glb-metric,
    .glb-sidecard,
    .glb-section,
    .glb-benefits__item,
    .glb-includes__item,
    .glb-steps__item,
    .glb-tech__item,
    .glb-trust__item {
        background: #fff;
        border: 1px solid #e7e1d5;
        border-radius: 18px;
    }
    .glb-hero__fact,
    .glb-metric,
    .glb-benefits__item,
    .glb-includes__item,
    .glb-steps__item,
    .glb-tech__item,
    .glb-trust__item {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 16px 18px;
        box-shadow: 0 8px 20px rgba(43, 34, 18, 0.04);
    }
    .glb-hero__fact {
        min-height: 122px;
        padding: 16px 18px;
    }
    .glb-hero__fact strong,
    .glb-metric strong,
    .glb-benefits__item strong,
    .glb-includes__item strong,
    .glb-steps__item strong,
    .glb-tech__item strong,
    .glb-trust__item strong {
        display: block;
        margin-bottom: 8px;
        color: #23201b;
    }
    .glb-hero__fact span,
    .glb-metric span,
    .glb-benefits__item span,
    .glb-includes__item span,
    .glb-steps__item span,
    .glb-tech__item span,
    .glb-trust__item span {
        display: block;
        font-size: 13px;
        line-height: 1.55;
        color: #5f5a52;
    }
    .glb-includes {
        position: relative;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        align-items: start;
    }
    .glb-includes__item {
        position: relative;
        display: block;
        height: auto;
        padding: 22px 22px 22px 82px;
        min-height: 0;
        background: linear-gradient(180deg, #fff 0%, #fcfaf4 100%);
    }
    .glb-includes__item:before {
        content: attr(data-step);
        position: absolute;
        top: 22px;
        left: 22px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eef5df;
        color: #6c8f1e;
        font-size: 18px;
        font-family: "OpenSans-Semibold";
    }
    .glb-includes__item strong {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.15;
    }
    .glb-includes__item span {
        font-size: 14px;
        line-height: 1.62;
    }
    .glb-sidecard {
        position: relative;
        padding: 0;
        box-shadow: 0 18px 40px rgba(43, 34, 18, 0.1);
        overflow: hidden;
    }
    .glb-sidecard:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #8ac007 0%, #cddf88 100%);
    }
    .glb-sidecard__media {
        position: relative;
        aspect-ratio: 1.34 / 0.68;
        overflow: hidden;
        background: #e9e2d4;
    }
    .glb-sidecard__main-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .glb-sidecard__main-image.is-plan {
        object-fit: contain;
        background: #fff;
        padding: 10px;
    }
    .glb-sidecard__badge {
        position: absolute;
        top: 18px;
        left: 18px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 0 14px;
        border-radius: 999px;
        background: rgba(47, 42, 34, 0.88);
        color: #fff;
        font-size: 12px;
        line-height: 1;
        font-family: "OpenSans-Semibold";
        text-transform: uppercase;
        letter-spacing: .06em;
    }
    .glb-sidecard__body {
        padding: 18px;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }
    .glb-sidecard__gallery {
        padding: 12px 12px 0;
        background: #fff;
    }
    .glb-sidecard__thumbs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 10px;
    }
    .glb-sidecard__thumb {
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
        border: 1px solid #e7e1d5;
        border-radius: 12px;
        overflow: hidden;
        background: #f5f2ea;
        cursor: pointer;
        transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
    }
    .glb-sidecard__thumb:hover {
        transform: translateY(-2px);
    }
    .glb-sidecard__thumb.is-active {
        border-color: #8ac007;
        box-shadow: 0 8px 20px rgba(138, 192, 7, 0.16);
    }
    .glb-sidecard__thumb img {
        display: block;
        width: 100%;
        aspect-ratio: 1.55 / 1;
        object-fit: cover;
    }
    .glb-sidecard__thumb-label {
        position: absolute;
        left: 8px;
        bottom: 8px;
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        padding: 0 8px;
        border-radius: 999px;
        background: rgba(47, 42, 34, 0.78);
        color: #fff;
        font-size: 11px;
        letter-spacing: .04em;
        text-transform: uppercase;
    }
    .glb-sidecard__project {
        display: block;
        margin-bottom: 10px;
        color: #23201b;
        text-decoration: none;
    }
    .glb-sidecard__project:hover {
        color: #77ac00;
    }
    .glb-sidecard__project-title {
        display: block;
        margin-bottom: 6px;
        font-size: 24px;
        line-height: 1.05;
        letter-spacing: -.03em;
        text-transform: uppercase;
    }
    .glb-sidecard__project-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 12px;
    }
    .glb-sidecard__project-meta span {
        display: inline-flex;
        align-items: center;
        min-height: 28px;
        padding: 0 9px;
        border-radius: 999px;
        background: #f5f2ea;
        color: #5a5246;
        font-size: 12px;
    }
    .glb-sidecard__price {
        margin: 0 0 10px;
        font-size: 15px;
        line-height: 1.55;
        color: #4f4a42;
    }
    .glb-sidecard__price strong {
        color: #6c8f1e;
        font-size: 24px;
        line-height: 1.1;
        letter-spacing: -.03em;
    }
    .glb-sidecard .glb-anchor {
        background: #fff !important;
        border: 1px solid #8ac007 !important;
        color: #3b372f !important;
        box-shadow: none !important;
    }
    .glb-sidecard .glb-anchor:hover {
        background: #f7f4ec !important;
        color: #23201b !important;
    }
    .glb-sidecard h2 {
        margin: 0 0 12px;
        font-size: 28px;
        line-height: 1.05;
        color: #23201b;
    }
    .glb-sidecard__lead {
        margin: 0 0 12px;
        color: #4f4a42;
        line-height: 1.55;
        font-size: 14px;
    }
    .glb-sidecard__list {
        margin: 0 0 18px;
        padding-left: 18px;
        color: #4f4a42;
    }
    .glb-sidecard__list li {
        margin-bottom: 8px;
        line-height: 1.55;
    }
    .glb-section {
        margin-top: 30px;
        padding: 30px;
        box-shadow: 0 10px 28px rgba(43, 34, 18, 0.04);
    }
    .glb-section h2 {
        margin: 0 0 12px;
        font-size: clamp(28px, 3vw, 38px);
        line-height: 1.08;
        letter-spacing: -.02em;
        color: #23201b;
    }
    .glb-section__lead {
        margin: 0 0 22px;
        max-width: 860px;
        color: #4f4a42;
        line-height: 1.65;
    }
    .glb-sidecard .glb-hero__actions {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
        box-sizing: border-box;
    }
    .glb-hero__action {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 48px;
        padding: 0 16px;
        box-sizing: border-box;
        max-width: 100%;
        border-radius: 14px;
        text-decoration: none;
        font-family: "OpenSans-Semibold";
        font-size: 15px;
        line-height: 1.2;
        text-align: center;
        transition: all .2s ease;
        white-space: nowrap;
    }
    .glb-hero__action--primary {
        background: #8bc34a;
        border: 1px solid #8bc34a;
        color: #fff;
    }
    .glb-hero__action--primary:hover {
        background: #77ac00;
        border-color: #77ac00;
        color: #fff;
    }
    .glb-hero__action--secondary {
        background: #fff;
        border: 1px solid #8bc34a;
        color: #2f2c28;
    }
    .glb-hero__action--secondary:hover {
        background: #f7f7f2;
        color: #2f2c28;
    }
    .glb-sidecard .glb-hero__actions .glb-hero__action {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
    @media (max-width: 1199px) {
        .glb-hero__facts,
        .glb-metrics,
        .glb-benefits,
        .glb-steps,
        .glb-tech,
        .glb-trust {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    @media (max-width: 900px) {
        .glb-hero {
            padding: 34px 0 22px;
        }
        .glb-hero__grid,
        .glb-hero__facts,
        .glb-metrics,
        .glb-benefits,
        .glb-includes,
        .glb-steps,
        .glb-tech,
        .glb-trust {
            grid-template-columns: 1fr;
        }
        .glb-section,
        .glb-sidecard {
            padding: 20px;
        }
        .glb-sidecard__body {
            padding: 20px;
        }
        .glb-hero__title {
            font-size: 36px;
            line-height: 1.02;
        }
        .glb-hero__top-actions {
            flex-direction: column;
        }
        .glb-hero__cta {
            width: 100%;
            white-space: normal;
        }
        .glb-includes__item {
            padding: 20px 20px 20px 74px;
            min-height: 0;
        }
        .glb-includes__item strong {
            font-size: 18px;
        }
    }

/* chunk.glb.kleeny-brus-after-catalog.tpl */
.glb-after-panels {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
        align-items: start;
    }
    .glb-after-panel {
        background: #fff;
        border: 1px solid #e7e1d5;
        border-radius: 28px;
        padding: 22px 26px 26px;
        box-shadow: 0 16px 36px rgba(43, 34, 18, 0.05);
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }
    .glb-after-panel:before {
        content: '';
        position: absolute;
        inset: 0 0 auto;
        height: 4px;
        background: linear-gradient(90deg, #8ac007 0%, #d1e28b 100%);
    }
    .glb-after-panel__title {
        margin: 0 0 16px;
        color: #23201b;
        font-family: "OpenSans-Bold";
        font-size: 32px;
        line-height: 1.08;
        text-transform: uppercase;
    }
    .glb-after-panel__lead {
        margin: 0 0 18px;
        color: #4f4a42;
        line-height: 1.6;
    }
    .glb-after-panel__list {
        margin: 0;
        padding-left: 22px;
        color: #2f2c28;
        line-height: 1.65;
    }
    .glb-after-panel__list li + li {
        margin-top: 10px;
    }
    .glb-faq {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        align-items: start;
    }
    .glb-faq__item {
        background: linear-gradient(180deg, #fff 0%, #fcfaf4 100%);
        border: 1px solid #e7e1d5;
        border-radius: 22px;
        padding: 22px 24px;
        box-shadow: 0 12px 28px rgba(43, 34, 18, 0.05);
    }
    .glb-faq__question {
        margin: 0 0 10px;
        color: #23201b;
        font-family: "OpenSans-Bold";
        font-size: 20px;
        line-height: 1.2;
    }
    .glb-faq__answer {
        margin: 0;
        color: #4f4a42;
        line-height: 1.65;
    }
    .glb-after-cta {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
    .glb-after-cta__primary,
    .glb-after-cta__secondary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 68px;
        padding: 0 24px;
        box-sizing: border-box;
        border-radius: 18px;
        text-decoration: none;
        text-align: center;
        font-family: "OpenSans-Semibold";
        font-size: 16px;
        line-height: 1.2;
        transition: all .2s ease;
        white-space: nowrap;
    }
    .glb-after-cta__primary {
        background: #8bc34a;
        border: 1px solid #8bc34a;
        color: #fff;
    }
    .glb-after-cta__primary:hover {
        background: #77ac00;
        border-color: #77ac00;
        color: #fff;
    }
    .glb-after-cta__secondary {
        background: #fff;
        border: 1px solid #8bc34a;
        color: #2f2c28;
    }
    .glb-after-cta__secondary:hover {
        background: #f7f7f2;
        color: #2f2c28;
    }
    @media (max-width: 960px) {
        .glb-after-panels {
            grid-template-columns: 1fr;
        }
        .glb-faq {
            grid-template-columns: 1fr;
        }
        .glb-after-panel {
            padding: 20px;
        }
        .glb-after-panel__title {
            font-size: 26px;
        }
        .glb-after-cta__primary,
        .glb-after-cta__secondary {
            white-space: normal;
        }
    }

/* chunk.glb.kleeny-brus-seo-bottom.tpl */
.glb-seo {
        padding: 0 0 36px;
    }
    .glb-seo__wrap {
        background: linear-gradient(180deg, #fcfaf5 0%, #ffffff 100%);
        border: 1px solid #e7e1d5;
        border-radius: 18px;
        padding: 28px;
    }
    .glb-seo__head {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
        gap: 20px;
        align-items: start;
        margin-bottom: 22px;
    }
    .glb-seo__lead {
        margin: 0;
        max-width: 820px;
        color: #4f4a42;
        line-height: 1.65;
    }
    .glb-seo__card {
        padding: 20px;
        background: #fff;
        border: 1px solid #e7e1d5;
        border-radius: 16px;
    }
    .glb-seo__card h3 {
        margin: 0 0 10px;
        color: #23201b;
    }
    .glb-seo__card p {
        margin: 0 0 14px;
        color: #4f4a42;
        line-height: 1.6;
    }
    .glb-seo__points {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 22px;
    }
    .glb-seo__point {
        padding: 16px;
        background: #fff;
        border: 1px solid #e7e1d5;
        border-radius: 14px;
    }
    .glb-seo__point strong {
        display: block;
        margin-bottom: 8px;
        color: #23201b;
    }
    .glb-seo__point span {
        display: block;
        color: #5f5a52;
        line-height: 1.55;
        font-size: 14px;
    }
    .glb-seo__text {
        color: #3f3a33;
    }
    .glb-seo__text h2,
    .glb-seo__text h3 {
        color: #23201b;
    }
    .glb-seo__text p,
    .glb-seo__text li {
        line-height: 1.7;
        color: #4f4a42;
    }
    @media (max-width: 1199px) {
        .glb-seo__head,
        .glb-seo__points {
            grid-template-columns: 1fr 1fr;
        }
    }
    @media (max-width: 900px) {
        .glb-seo__head,
        .glb-seo__points {
            grid-template-columns: 1fr;
        }
        .glb-seo__wrap,
        .glb-seo__card,
        .glb-seo__point {
            padding: 18px;
        }
    }

/* chunk.glb.kleeny-brus-breadcrumbs.tpl */
#page_titler.glb-breadcrumbs {
        margin-top: 0 !important;
        background: #675136 url('/assets/templates/into/img/lines_bg_2.png') repeat top left !important;
        color: #edcda7;
        text-align: center;
        border-top: none !important;
    }
    #page_titler.glb-breadcrumbs .page_titler_bg {
        padding: 10px 0 12px !important;
        background: url('/assets/templates/into/img/tri.png') repeat-x bottom left !important;
    }
    #page_titler.glb-breadcrumbs .mw {
        display: block;
    }
    #page_titler.glb-breadcrumbs #crumbs {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px;
        line-height: 1.4;
    }
    #page_titler.glb-breadcrumbs #crumbs li {
        display: inline-block;
    }
    #page_titler.glb-breadcrumbs #crumbs li,
    #page_titler.glb-breadcrumbs #crumbs li a,
    #page_titler.glb-breadcrumbs #crumbs li span {
        color: #edcda7 !important;
        text-decoration: none;
    }
    #page_titler.glb-breadcrumbs #crumbs li:before {
        content: ">";
        display: inline-block;
        margin: 0 14px;
        color: #edcda7;
    }
    #page_titler.glb-breadcrumbs #crumbs li:first-child:before {
        content: "";
        margin: 0;
    }
    #page_titler.glb-breadcrumbs #crumbs li a:hover {
        text-decoration: underline;
    }@media (max-width: 900px) {
        #page_titler.glb-breadcrumbs .page_titler_bg {
            padding: 14px 0 18px !important;
        }
        #page_titler.glb-breadcrumbs #crumbs {
            font-size: 13px;
        }
        #page_titler.glb-breadcrumbs #crumbs li:before {
            margin: 0 10px;
        }}
