

/* Start:/local/templates/vrtorg/components/bitrix/catalog.section.list/catalog/style.css?177010682467*/
.catalog-categories__item--hidden {
    display: none !important;
}
/* End */


/* Start:/local/templates/vrtorg/components/bitrix/catalog.smart.filter/catalog/style.css?1770106824126*/
.catalog-filter__registry{
    cursor: pointer;
}

#set_filter:disabled{
    opacity: 0.5;
}
#set_filter{
    display: none;
}
/* End */


/* Start:/local/templates/vrtorg/components/bitrix/catalog.section/catalog/style.css?177227008920657*/
.section-description {
    margin: 0 auto;
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
    border-radius: 8px;
}

.white-box {
    background: #ffffff;
    padding: 20px;
    line-height: 1.6;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.section-description h2 {
    margin-top: 0;
    color: #2c3e50;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 24px;
}

.lists-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
}

.list-col {
    flex: 1;
    min-width: 280px;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
}

.section-description ul {
    padding-left: 20px;
    margin: 10px 0 0 0;
}

.section-description li {
    margin-bottom: 5px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.benefit-item {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #eee;
    text-align: center;
    font-weight: 600;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}

.block-cta {
    text-align: center;
    font-size: 1.1em;
    font-weight: 500;
    color: #2c3e50;
}

.block-cta p {
    margin: 0;
}
.spoiler_body {
    padding: 0px !important;
}
strong {
    font-size: 18px;
}

.category__container {
    margin-inline: auto;
    padding-inline: 16px;
}

.category__header {
    padding: 24px 0;
}

.category__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 77px;
    align-items: start;
    padding-bottom: 48px;
}

.category__content {
    min-width: 0;
}

.category__top_section {
    padding: 50px 0;
}

.category__top_section > h2 {
    font-size: 34px;
    margin-bottom: 40px;
}
.category__top_section  > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.category__section {
    padding: 0px 0;
}

.category__section::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D0D0D0;
    margin: 70px 0;
}

.category__section > h2 {
    font-size: 34px;
    margin-bottom: 40px;
}
.category__section  > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.
.category__section:first-of-type {
    border-top: 0;
    padding-top: 0;
}


/* Адаптив: на мобилке навигация уходит вниз/вверх по дизайну */
@media (max-width: 960px) {
    .category__layout {
        grid-template-columns: 1fr;
    }
}

/* */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.feature-card {
    background-color: white;
    border-radius: 16px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.feature-card__inner {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 30px;
}

.feature-card__icon > img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    border-radius: 12px;
}

.feature-card__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.feature-card__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 10px;
}

.feature-card__button {
    margin-top: 15px;
}

.feature-card__btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    background-color: #f8c41a;
    color: black;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
    .feature-list {
        grid-template-columns: 1fr;
    }
    
    .feature-card {
        padding: 20px;
    }
    
    .feature-card__inner {
        grid-template-columns: 80px minmax(0, 1fr);
        gap: 20px;
    }
    
    .feature-card__icon > img {
        height: 80px;
        width: 80px;
    }
}

/* aside wrapper (опционально: липкий) */
.toc-aside {
    position: sticky;
    top: 24px;
    align-self: start;
}

/* контейнер оглавления */
.toc {
    padding-top: 6px; /* чтобы заголовок "дышал" */
}

.toc__title {
    margin: 0 0 22px;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111;
}

/* список */
.toc__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 16px; /* расстояние как на скрине */
}

/* пункт: маркер слева */
.toc__item {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
}

/* кружок-маркер */
.toc__item::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: 0.62em; /* выравнивание по первой строке */
    border-radius: 999px;
    background: #cfcfcf; /* серый по умолчанию */
}

/* ссылка */
.toc__link {
    color: #444;
    text-decoration: none;
    line-height: 1.35;
    font-size: 16px;
    font-weight: 400;
    min-width: 0;
    display: inline; /* чтобы underline был по тексту */
}

/* hover */
.toc__link:hover {
    color: #222;
}

/* active state как на скрине */
.toc__item.is-active::before {
    background: #1a73e8; /* синий маркер */
}

.toc__item.is-active .toc__link {
    color: #0066FF;
    text-decoration: underline;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
}

.toc__item.is-active .toc__link > a {
    color: #222;
}


/* focus (доступность) */
.toc__link:focus-visible {
    outline: 3px solid rgba(26, 115, 232, 0.35);
    outline-offset: 3px;
    border-radius: 6px;
}

/* адаптив: на узких экранах aside становится обычным блоком */
@media (max-width: 960px) {
    .toc-aside {
        position: static;
    }
    .toc__link {
        font-size: 16px;
    }
}
/* aside wrapper */
.top-toc-aside {
    width: 100%;
}

/* контейнер оглавления */
.top-toc {
    padding: 16px 0;
}

.top-toc__title {
    display: none; /* в горизонтальном варианте заголовок скрыт */
}

/* список — горизонтальный */
.top-toc__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    align-items: center;
}

/* пункт: маркер слева */
.top-toc__item {
    display: flex;
    align-items: center;
    gap: 8px;
}


/* ссылка */
.top-toc__link {
    color: #444;
    text-decoration: none;
    line-height: 1.35;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

/* hover */
.top-toc__link:hover {
    color: #222;
}

/* active state */
.top-toc__item.is-active::before {
    background: #1a73e8;
}

.top-toc__item.is-active .top-toc__link {
    color: #0066FF;
    text-decoration: underline;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
}

/* focus (доступность) */
.top-toc__link:focus-visible {
    outline: 3px solid rgba(26, 115, 232, 0.35);
    outline-offset: 3px;
    border-radius: 6px;
}

/* адаптив */
@media (max-width: 768px) {
    .top-toc__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .top-toc__link {
        white-space: normal;
    }
}
/* Доставка */
.delivery-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    gap: 30px;
}

.advantages-card__inner {
    display: grid;
    grid-template-columns: 75px minmax(0, 1fr);
    gap: 30px;
}

.advantages-card {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    height: 100%;
    padding: 15px 0 !important;
}
.advantages-card__icon {
    margin: auto 0;
}
.advantages-card__icon > img  {
    height: 75px
}
.advantages-card__title {
    font-size: 18px;
    font-weight: 700;
}

.advantages-card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.advantages-card__body {
    margin: auto 0;
}

.advantages-card__text {
    margin-top: 10px;
    font-size: 18px;
}

/* Доставка */
.delivery-section-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    gap: 50px;
}

.delivery-section-card__inner {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 20px;
}

.delivery-section-card {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    height: 100%;
    padding: 15px 0 !important;
}

.delivery-section-card__icon > img  {
    height: 35px
}
.delivery-section-card__title {
    font-size: 18px;
    font-weight: 700;
}

.delivery-section-card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.delivery-section-card__body {
    margin: auto 0;
}

.delivery-section-card__text {
    margin-top: 10px;
    font-size: 18px;
}
/* Цитата */
.quote-block {
    position: relative;
    padding: 20px 45px;
    background-color: #F5F5F5;
    margin: 40px 0;
    font-weight: 500;
    font-style: italic;
}
.quote-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #FDB913;
}

.quote-block p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
/* Обёртка — горизонтальный скролл на мобилке */
.comparison-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Таблица */
.comparison-table {
    width: 100%;
    min-width: 640px;
    border-collapse: separate;
    border-spacing: 0 8px; /* только вертикальные зазоры между строками */
    font-size: 16px;
    color: #222;
}

/* Шапка */
.comparison-table thead th {
    padding: 0 30px 12px;
    font-size: 16px;
    font-weight: 400;
    color: #00000080;
    text-align: left;
    border: none;
    background: transparent;
}

.comparison-table thead th.col-param {
    width: 20%;
    text-align: left;
}

/* Строки тела - вся строка белая */
.comparison-table tbody tr th,
.comparison-table tbody tr td {
    padding: 18px 24px;
    background: #fff;
    border: none;
    vertical-align: middle;
    line-height: 1.4;
}

/* Скругления только на краях строки */
.comparison-table tbody tr th:first-child {
    border-radius: 12px 0 0 12px;
}

.comparison-table tbody tr td:last-child {
    border-radius: 0 12px 12px 0;
}

/* Название параметра — жирное */
.comparison-table tbody tr th.param-name {
    font-weight: 600;
    font-size: 15px;
    color: #111;
    width: 20%;
	text-align: left;
}

/* Галочка */
.check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #2cc36b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

/* Тире */
.dash {
    color: #bbb;
    font-size: 18px;
}

/* Адаптив */
@media (max-width: 768px) {
    .comparison-table {
        font-size: 13px;
    }
    .comparison-table tbody tr td {
        padding: 14px 16px;
    }
    .comparison-table tbody td.param-name {
        font-size: 13px;
    }
}

/* FAQ Контейнер */
.faq {
    display: grid;
    gap: 12px;
}

/* Карточка */
.faq__item {
    background: #fff;
    border: 1px solid #e8e8ee;
    border-radius: 14px;
    overflow: clip; /* Отлично подходит здесь */
    box-shadow: 0 1px 0 rgba(17, 17, 17, 0.02);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq__item:hover {
    border-color: #d9d9e3;
    box-shadow: 0 8px 28px rgba(17, 17, 17, 0.06);
}

/* Кнопка-вопрос */
.faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    background: none;
    border: 0;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    line-height: 1.5;
    transition: color 0.2s ease, background 0.2s ease, padding-bottom 0.2s ease;
}

.faq__question:hover {
    color: #1a73e8;
}

.faq__question:focus-visible {
    outline: 3px solid rgba(26, 115, 232, 0.25);
    outline-offset: 2px;
    border-radius: 12px;
}

.faq__question-text {
    min-width: 0;
    flex: 1;
}

/* Иконка */
.faq__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #f2f3f5;
    position: relative;
    transition: background 0.2s ease, transform 0.25s ease;
}

.faq__icon::before,
.faq__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 2px;
    background: #5b5f6a;
    border-radius: 2px;
    transform-origin: center;
    transition: transform 0.25s ease, background 0.2s ease;
}

/* свёрнутое состояние — плюс */
.faq__icon::before { transform: translate(-50%, -50%) rotate(0deg); }
.faq__icon::after  { transform: translate(-50%, -50%) rotate(90deg); }

/* развёрнутое состояние — минус */
.faq__item.is-open .faq__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

/* Внешняя обертка: отвечает за плавное раскрытие */
.faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
}

/* Внутренняя обертка: нужна, чтобы padding не ломал нулевую высоту Grid'а */
.faq__answer-inner {
    overflow: hidden;
    padding: 0 24px 0px; /* Отступы по бокам, снизу пока 0 */
}

.faq__answer-inner > p {
    margin: 15px 0;
    font-size: 15px;
    color: #4a4f59;
    line-height: 1.7;
    transform: translateY(-8px);
    transition: transform 0.3s ease;
}
/* --- СОСТОЯНИЕ ОТКРЫТИЯ --- */

.faq__item.is-open .faq__question {
    color: #1a73e8;
    background: linear-gradient(0deg, rgba(26,115,232,0.06), rgba(26,115,232,0.06));
    padding-bottom: 18px;
}

.faq__item.is-open .faq__icon {
    background: #e8f0fe;
    transform: rotate(180deg);
}

.faq__item.is-open .faq__icon::before,
.faq__item.is-open .faq__icon::after {
    background: #1a73e8;
}

/* Раскрываем Grid до реального размера контента */
.faq__item.is-open .faq__answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

/* Сдвигаем контент на место */
.faq__item.is-open .faq__answer-inner > p {
    transform: translateY(0);
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
    .faq__item, .faq__question, .faq__answer, .faq__icon,
    .faq__icon::before, .faq__icon::after, .faq__answer-inner > p {
        transition: none !important;
    }
}

/* Адаптив */
@media (max-width: 768px) {
    .faq__question { 
        padding: 18px 20px; 
        font-size: 15px;
        gap: 16px;
    }
    .faq__item.is-open .faq__question {
        padding-bottom: 14px;
    }
    .faq__answer-inner { 
        padding: 0 20px 0px; 
    }
    .faq__answer-inner > p { 
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 1.65;
    }
}

:root {
    --header-bottom-offset: 204px;
}

/* Оглавление */
.toc-aside {
    position: sticky;
    top: calc(24px + var(--header-bottom-offset));
    align-self: start;
}

/* Якоря секций */
.category__section {
    scroll-margin-top: calc(90px + var(--header-bottom-offset));
}

.category__container > .category__content:first-child .category__section {
    padding-top: 0;
}
/* ============================================================
   МОБИЛЬНАЯ АДАПТАЦИЯ — дополнение к основным стилям
   Брейкпоинт: 768px
   Не перезаписывает существующие правила — только расширяет
   ============================================================ */

@media (max-width: 768px) {

    /* --- Контейнер и шапка категории --- */
    .category__container {
        padding-inline: 12px;
    }

    .category__header {
        padding: 16px 0;
    }

    .category__top_section {
        padding: 28px 0;
    }

    .category__top_section > h2,
    .category__section > h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .category__top_section > p,
    .category__section > p {
        font-size: 16px;
        line-height: 24px;
    }

    .category__section::after {
        margin: 40px 0;
    }

    /* --- Layout: уже переключён на 1 колонку на 960px,
           но убираем лишний gap на мобилке --- */
    .category__layout {
        gap: 32px;
		display: flex;
        padding-bottom: 32px;
    }

    /* --- TOC (боковое оглавление) --- */
    .toc-aside {
        position: static; /* уже есть на 960px, но явно дублируем */
    }

    .toc__title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .toc__list {
        gap: 12px;
    }

    /* --- Top TOC (горизонтальное) --- */
    /* уже есть flex-direction: column на 768px — оставляем */

    /* --- Feature cards --- */
    /* уже есть grid-template-columns: 1fr и padding: 20px —
       дополняем только то, чего не хватает */
    .feature-card__title {
        font-size: 16px;
    }

    .feature-card__text {
        font-size: 14px;
    }

    .feature-card__btn {
        width: 100%;
        text-align: center;
        display: block;
        padding: 10px 12px;
    }

    /* --- Advantages cards --- */
    .advantages-card__inner {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 16px;
    }

    .advantages-card__icon > img {
        height: 56px;
    }

    .advantages-card__title {
        font-size: 16px;
        line-height: 22px;
    }

    .advantages-card__text {
        font-size: 16px;
    }

    /* --- Delivery section cards --- */
    .delivery-section-card__inner {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 14px;
    }

    .delivery-section-card__icon > img {
        height: 28px;
    }

    .delivery-section-card__title {
        font-size: 16px;
        line-height: 22px;
    }

    .delivery-section-card__text {
        font-size: 16px;
    }

    .delivery-section-list {
        gap: 32px;
    }

    /* --- Quote block --- */
    .quote-block {
        padding: 16px 20px 16px 24px;
        margin: 24px 0;
    }

    .quote-block p {
        font-size: 15px;
    }

    /* --- Comparison table --- */
    /* уже есть font-size: 13px и padding: 14px 16px —
       добавляем подсказку о скролле */
    .comparison-table-wrap {
        position: relative;
    }

    .comparison-table-wrap::after {
        content: '← прокрутите →';
        display: block;
        text-align: center;
        font-size: 12px;
        color: #999;
        padding: 6px 0 2px;
    }

    .comparison-table thead th {
        padding: 0 16px 10px;
        font-size: 13px;
    }

    /* --- Якорный отступ на мобилке (меньше header) --- */
    :root {
        --header-bottom-offset: 80px; /* на мобилке хедер обычно меньше */
    }
}

/* --- Очень узкие экраны (до 380px) --- */
@media (max-width: 380px) {
    .feature-card__inner {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 14px;
    }

    .feature-card__icon > img {
        height: 64px;
        width: 64px;
    }

    .category__top_section > h2,
    .category__section > h2 {
        font-size: 20px;
    }

    .faq__question {
        font-size: 14px;
        padding: 16px;
    }
}

@media (max-width: 768px) {
    .category__layout {
        display: flex;
        flex-direction: column;
        gap: 32px;
    align-items: unset;
        padding-bottom: 32px;
    }
}

@media (max-width: 768px) {
    .toc-aside {
        display: none;
    }
}


/* End */
/* /local/templates/vrtorg/components/bitrix/catalog.section.list/catalog/style.css?177010682467 */
/* /local/templates/vrtorg/components/bitrix/catalog.smart.filter/catalog/style.css?1770106824126 */
/* /local/templates/vrtorg/components/bitrix/catalog.section/catalog/style.css?177227008920657 */
