h2{
    margin: 0 0 32px 0 !important;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

li::before, li::after {
    display: none !important;
    content: none !important;
}

:root {
    --green: #72bf44;
    --green-light: #f0f8ea;
    --green-hover: #5a9c35;
    --dark: #353535;
    --dark-2: #333333;
    --mid: #4d4d4d;
    --bg: #f8f9fa;
    --card: #ffffff;
    --border: #e9ecef;
    --divider: #f1f3f5;
    --alt-row: #fafcf8;
    --text: #333333;
    --body: #4d4d4d;
    --muted: #868e96;
    --shadow: 0 12px 30px rgba(51, 51, 51, 0.08);
    --shadow-hover: 0 20px 40px rgba(51, 51, 51, 0.12);
    --radius: 16px;
    --radius-sm: 12px;
}

.catalog-sistemy-shkafov-kupe_sticky-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(8px);
    padding: 0 5%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 12px rgba(51, 51, 51, 0.04);
    border-bottom: 1px solid var(--border);
}

.catalog-sistemy-shkafov-kupe_container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 5%;
}

.catalog-sistemy-shkafov-kupe_section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 32px;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.catalog-sistemy-shkafov-kupe_section-title::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    background: var(--green);
    margin-top: 12px;
    border-radius: 4px;
}

.catalog-sistemy-shkafov-kupe_hero {
    background:url('/catalog/sistemy-shkafov-kupe/images/1400х700_2.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 80px 5%;
    position: relative;
}

.catalog-sistemy-shkafov-kupe_hero-inner {
    width: 100%;
    position: relative;
}

.catalog-sistemy-shkafov-kupe_hero h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 880px;
    letter-spacing: -1px;
}

.catalog-sistemy-shkafov-kupe_hero-sub {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    max-width: 560px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.catalog-sistemy-shkafov-kupe_hero-badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.catalog-sistemy-shkafov-kupe_badge {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 14px 24px;
    text-align: center;
    min-width: 140px;
    transition: all 0.25s;
}

.catalog-sistemy-shkafov-kupe_badge:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.catalog-sistemy-shkafov-kupe_badge-num {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    display: block;
}

.catalog-sistemy-shkafov-kupe_badge-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    display: block;
    margin-top: 4px;
}

.catalog-sistemy-shkafov-kupe_hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.catalog-sistemy-shkafov-kupe_btn-primary {
    background: var(--green);
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
}

.catalog-sistemy-shkafov-kupe_btn-primary:hover {
    background: var(--green-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(114, 191, 68, 0.3);
}

.catalog-sistemy-shkafov-kupe_btn-secondary {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    padding: 14px 32px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
}

.catalog-sistemy-shkafov-kupe_btn-secondary:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.catalog-sistemy-shkafov-kupe_hero-photo-note {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(114, 191, 68, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(114, 191, 68, 0.3);
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    padding: 16px 20px;
    border-radius: 20px;
    text-align: center;
    width: 280px;
    line-height: 1.6;
}

.catalog-sistemy-shkafov-kupe_section {
    padding: 72px 0;
}

.catalog-sistemy-shkafov-kupe_section-white {
    background: var(--card);
}

.catalog-sistemy-shkafov-kupe_section-grey {
    background: var(--bg);
}

.catalog-sistemy-shkafov-kupe_personas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.catalog-sistemy-shkafov-kupe_persona-card {
    background: var(--card);
    border: none;
    border-radius: var(--radius-sm);
    padding: 28px 24px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.catalog-sistemy-shkafov-kupe_persona-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
}

.catalog-sistemy-shkafov-kupe_persona-icon {
    width: 52px;
    height: 52px;
    background: var(--green-light);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.catalog-sistemy-shkafov-kupe_persona-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 12px;
}

.catalog-sistemy-shkafov-kupe_persona-card p {
    font-size: 14px;
    color: var(--body);
    margin-bottom: 18px;
    line-height: 1.5;
}

.catalog-sistemy-shkafov-kupe_persona-link {
    font-size: 13px;
    color: var(--green);
    font-weight: 600;
    text-decoration: none;
}

.catalog-sistemy-shkafov-kupe_persona-link:hover {
    color: var(--green-hover);
}

.catalog-sistemy-shkafov-kupe_systems-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 56px;
}

.catalog-sistemy-shkafov-kupe_system-card {
    background: var(--card);
    border: none;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.catalog-sistemy-shkafov-kupe_system-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-6px);
}

.catalog-sistemy-shkafov-kupe_popular-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--green);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.catalog-sistemy-shkafov-kupe_system-photo {
    height: 350px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    color: var(--muted);
    font-size: 12px;
    text-align: center;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.catalog-sistemy-shkafov-kupe_system-photo-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-sistemy-shkafov-kupe_system-photo-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    /*opacity: .6;*/
}

.catalog-sistemy-shkafov-kupe_system-body {
    padding: 10px 40px 28px 40px;
}

.catalog-sistemy-shkafov-kupe_system-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
}

.catalog-sistemy-shkafov-kupe_system-card h3 a {
    color: var(--text);
    text-decoration: none;
}

.catalog-sistemy-shkafov-kupe_system-card h3 a:hover {
    color: var(--green);
}

.catalog-sistemy-shkafov-kupe_system-tagline {
    font-size: 16px;
    color: var(--body);
    margin-bottom: 20px;
    line-height: 1.5;
}

.catalog-sistemy-shkafov-kupe_system-specs {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

.catalog-sistemy-shkafov-kupe_system-specs li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px 0;
    border-bottom: 1px solid var(--divider);
    gap: 12px;
    width: 100%;
}

.catalog-sistemy-shkafov-kupe_spec-label {
    color: var(--muted);
    min-width: 130px;
    font-size: 14px;
    font-weight: 500;
    flex-shrink: 0;
}

.catalog-sistemy-shkafov-kupe_spec-val {
    color: var(--text);
    font-weight: 700;
    text-align: right;
    font-size: 14px;
    flex: 1;
    word-break: break-word;
}

.catalog-sistemy-shkafov-kupe_system-specs li {
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid var(--divider);
    display: flex;
    gap: 12px;
    align-items: baseline;
}

.catalog-sistemy-shkafov-kupe_system-specs li::marker {
    display: none;
    content: '';
}

.catalog-sistemy-shkafov-kupe_system-specs li:last-child {
    border-bottom: none;
}

.catalog-sistemy-shkafov-kupe_system-personas {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    width: 100%;
}

.catalog-sistemy-shkafov-kupe_system-personas span {
    color: var(--mid);
    font-weight: 600;
    text-align: right;
    flex: 1;
}

.catalog-sistemy-shkafov-kupe_system-btns {
    display: flex;
    gap: 12px;
}

.catalog-sistemy-shkafov-kupe_btn-sm-primary {
    background: var(--green);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
}

.catalog-sistemy-shkafov-kupe_btn-sm-primary:hover {
    background: var(--green-hover);
    transform: translateY(-1px);
}

.catalog-sistemy-shkafov-kupe_btn-sm-outline {
    background: transparent;
    color: var(--green);
    border: 1px solid var(--green);
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
}

.catalog-sistemy-shkafov-kupe_btn-sm-outline:hover {
    background: var(--green-light);
    transform: translateY(-1px);
}

.catalog-sistemy-shkafov-kupe_table-wrap {
    overflow-x: auto;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    background: var(--card);
}

.catalog-sistemy-shkafov-kupe_compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.catalog-sistemy-shkafov-kupe_compare-table th {
    background: var(--dark-2);
    color: #fff;
    padding: 16px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.catalog-sistemy-shkafov-kupe_compare-table th:first-child {
    text-align: left;
    border-top-left-radius: var(--radius);
}

.catalog-sistemy-shkafov-kupe_compare-table th:last-child {
    border-top-right-radius: var(--radius);
}

.catalog-sistemy-shkafov-kupe_compare-table th a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.catalog-sistemy-shkafov-kupe_compare-table th a:hover {
    color: var(--green);
}

.catalog-sistemy-shkafov-kupe_compare-table td {
    padding: 14px 20px;
    text-align: center;
    border-bottom: 1px solid var(--divider);
}

.catalog-sistemy-shkafov-kupe_compare-table tr:last-child td {
    border-bottom: none;
}

.catalog-sistemy-shkafov-kupe_compare-table tr:nth-child(even) td {
    background: var(--alt-row);
}

.catalog-sistemy-shkafov-kupe_compare-table tr:nth-child(odd) td {
    background: var(--card);
}

.catalog-sistemy-shkafov-kupe_compare-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: var(--text);
    border-radius: 0;
}


.catalog-sistemy-shkafov-kupe_compare-table tbody tr:hover td,
.catalog-sistemy-shkafov-kupe_selector-table tbody tr:hover td {
    background-color: var(--green-light) !important;
    transition: background-color 0.2s ease;
}

.catalog-sistemy-shkafov-kupe_compare-table tbody tr:hover td:first-child {
    border-left: 3px solid var(--green);
    padding-left: 17px;
}

.catalog-sistemy-shkafov-kupe_selector-table tbody tr:hover td:first-child {
    border-left: 3px solid var(--green);
    padding-left: 21px;
}

.catalog-sistemy-shkafov-kupe_compare-table td:first-child {
    padding-left: 20px;
}

.catalog-sistemy-shkafov-kupe_selector-table td:first-child {
    padding-left: 24px;
}

.catalog-sistemy-shkafov-kupe_yes {
    color: var(--green);
    font-size: 18px;
    font-weight: 700;
}

.catalog-sistemy-shkafov-kupe_no {
    color: var(--muted);
    font-size: 18px;
}

.catalog-sistemy-shkafov-kupe_link-arrow {
    color: var(--green);
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.catalog-sistemy-shkafov-kupe_selector-intro {
    font-size: 15px;
    color: var(--body);
    margin-bottom: 28px;
    line-height: 1.6;
    max-width: 780px;
}

.catalog-sistemy-shkafov-kupe_selector-sub {
    font-size: 15px;
    font-weight: 600;
    color: var(--mid);
    margin-bottom: 16px;
}

.catalog-sistemy-shkafov-kupe_table-wrap-selector {
    overflow-x: auto;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    margin-bottom: 24px;
    background: var(--card);
}

.catalog-sistemy-shkafov-kupe_selector-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.catalog-sistemy-shkafov-kupe_selector-table th {
    background: var(--dark-2);
    color: #fff;
    padding: 14px 24px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.catalog-sistemy-shkafov-kupe_selector-table td {
    padding: 14px 24px;
    border-bottom: 1px solid var(--divider);
    color: var(--body);
}

.catalog-sistemy-shkafov-kupe_selector-table tr:last-child td {
    border-bottom: none;
}

.catalog-sistemy-shkafov-kupe_selector-table tr:nth-child(even) td {
    background: var(--alt-row);
}

.catalog-sistemy-shkafov-kupe_selector-table tr:nth-child(odd) td {
    background: var(--card);
}

.catalog-sistemy-shkafov-kupe_selector-table td:last-child {
    font-weight: 600;
    color: var(--green);
    white-space: nowrap;
}

.catalog-sistemy-shkafov-kupe_selector-table td:last-child a {
    color: var(--green);
    text-decoration: none;
}

.catalog-sistemy-shkafov-kupe_selector-note {
    font-size: 14px;
    color: var(--body);
    margin-top: 20px;
}

.catalog-sistemy-shkafov-kupe_btn-outline-green {
    background: transparent;
    color: var(--green);
    border: 1.5px solid var(--green);
    padding: 12px 28px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 16px;
    transition: all 0.25s;
}

.catalog-sistemy-shkafov-kupe_btn-outline-green:hover {
    background: var(--green-light);
    transform: translateY(-2px);
}

.catalog-sistemy-shkafov-kupe_cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.catalog-sistemy-shkafov-kupe_case-card {
    background: var(--card);
    border: none;
    border-radius: var(--radius-sm);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.catalog-sistemy-shkafov-kupe_case-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
}

.catalog-sistemy-shkafov-kupe_case-photo {
    height: 350px;
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    font-size: 12px;
    text-align: center;
}

.catalog-sistemy-shkafov-kupe_case-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.catalog-sistemy-shkafov-kupe_case-body {
    padding: 24px;
}

.catalog-sistemy-shkafov-kupe_case-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 12px;
}

.catalog-sistemy-shkafov-kupe_case-card p {
    font-size: 16px;
    color: var(--body);
    margin-bottom: 16px;
    line-height: 1.5;
}

.catalog-sistemy-shkafov-kupe_case-link {
    font-size: 13px;
    color: var(--green);
    font-weight: 600;
    text-decoration: none;
}

.catalog-sistemy-shkafov-kupe_case-link:hover {
    color: var(--green-hover);
}

.catalog-sistemy-shkafov-kupe_adv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.catalog-sistemy-shkafov-kupe_adv-card {
    background: var(--card);
    border: none;
    border-radius: var(--radius-sm);
    padding: 28px;
    box-shadow: var(--shadow);
    transition: all 0.25s;
    border-top: 4px solid var(--green);
}

.catalog-sistemy-shkafov-kupe_adv-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
}

.catalog-sistemy-shkafov-kupe_adv-icon {
    margin-bottom: 16px;
}

.catalog-sistemy-shkafov-kupe_adv-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 12px;
}

.catalog-sistemy-shkafov-kupe_adv-card p {
    font-size: 14px;
    color: var(--body);
    line-height: 1.5;
}

.catalog-sistemy-shkafov-kupe_faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 56px;
}

.catalog-sistemy-shkafov-kupe_faq-group {
    margin-bottom: 40px;
}

.catalog-sistemy-shkafov-kupe_faq-group-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--green);
    margin-bottom: 8px;
}

.catalog-sistemy-shkafov-kupe_faq-item {
    border-bottom: 1px solid var(--divider);
}

.catalog-sistemy-shkafov-kupe_faq-q {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    text-align: left;
    gap: 12px;
    transition: color 0.2s;
}

.catalog-sistemy-shkafov-kupe_faq-q:hover {
    color: var(--green);
}

.catalog-sistemy-shkafov-kupe_faq-icon {
    flex-shrink: 0;
    transition: transform 0.2s;
    line-height: 1;
    width: 22px;
    height: 22px;
}

.catalog-sistemy-shkafov-kupe_faq-a {
    display: none;
    padding: 0 0 20px;
    font-size: 14px;
    color: var(--body);
    line-height: 1.6;
    overflow: hidden;
}

.catalog-sistemy-shkafov-kupe_faq-a.open {
    display: block;
    animation: slideDown 0.3s ease-out forwards;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.catalog-sistemy-shkafov-kupe_faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    line-height: 1;
    width: 22px;
    height: 22px;
}

.catalog-sistemy-shkafov-kupe_faq-icon.open {
    transform: rotate(45deg);
}

.catalog-sistemy-shkafov-kupe_cta-section {
    background: #353535;
    padding: 80px 5%;
    text-align: center;
}

.catalog-sistemy-shkafov-kupe_cta-section h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.catalog-sistemy-shkafov-kupe_cta-section > .catalog-sistemy-shkafov-kupe_container > p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 36px;
    line-height: 1.6;
}

.catalog-sistemy-shkafov-kupe_cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.catalog-sistemy-shkafov-kupe_btn-cta-primary {
    background: var(--green);
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
}

.catalog-sistemy-shkafov-kupe_btn-cta-primary:hover {
    background: var(--green-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(114, 191, 68, 0.4);
}

.catalog-sistemy-shkafov-kupe_btn-cta-secondary {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    padding: 14px 40px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
}

.catalog-sistemy-shkafov-kupe_btn-cta-secondary:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.catalog-sistemy-shkafov-kupe_cta-phones {
    color: #fff;
    font-size: 15px;
    margin-bottom: 6px;
}

.catalog-sistemy-shkafov-kupe_cta-phones strong {
    font-size: 18px;
    color: var(--green);
}

.catalog-sistemy-shkafov-kupe_cta-hours {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    margin-bottom: 28px;
}

.catalog-sistemy-shkafov-kupe_cta-geo {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
}

.catalog-sistemy-shkafov-kupe_cta-geo a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.catalog-sistemy-shkafov-kupe_cta-geo a:hover {
    color: var(--green);
}

@media (max-width: 1024px) {
    .catalog-sistemy-shkafov-kupe_personas-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-sistemy-shkafov-kupe_systems-grid {
        grid-template-columns: 1fr;
    }

    .catalog-sistemy-shkafov-kupe_cases-grid {
        grid-template-columns: 1fr;
    }

    .catalog-sistemy-shkafov-kupe_adv-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-sistemy-shkafov-kupe_faq-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .catalog-sistemy-shkafov-kupe_hero h1 {
        font-size: 36px;
    }

    .catalog-sistemy-shkafov-kupe_hero-photo-note {
        display: none;
    }

    .catalog-sistemy-shkafov-kupe_section-title {
        font-size: 28px;
    }
}

@media (max-width: 640px) {
    .catalog-sistemy-shkafov-kupe_personas-grid {
        grid-template-columns: 1fr;
    }

    .catalog-sistemy-shkafov-kupe_adv-grid {
        grid-template-columns: 1fr;
    }

    .catalog-sistemy-shkafov-kupe_hero {
        padding: 60px 5%;
        min-height: auto;
    }

    .catalog-sistemy-shkafov-kupe_sticky-header {
        flex-wrap: wrap;
        height: auto;
        padding: 16px 5%;
        gap: 12px;
    }

    .catalog-sistemy-shkafov-kupe_section {
        padding: 48px 0;
    }

    .catalog-sistemy-shkafov-kupe_hero h1 {
        font-size: 28px;
    }

    .catalog-sistemy-shkafov-kupe_badge {
        min-width: 120px;
        padding: 10px 16px;
    }

    .catalog-sistemy-shkafov-kupe_badge-num {
        font-size: 22px;
    }
}
#pagetitle{
    display: none !important;
}