

/* Start:/products/style.css?17623471587529*/
main{
    padding-top: 30px;
}

h1.page-heading{
    margin-bottom: 24px;
}

.press__wrapper{
    padding-top: 0 !important;
}

.products-root-page-preview {
    margin-top: 0;
        display: flex;
    align-items: center;
}

.products-root-page-preview-list {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.products-root-page-preview-list li {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.products-root-page-preview-list li:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 7px;
    width: 11px;
    height: 11px;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205%206.998%22%3E%3Cpath%20fill%3D%22%23f39600%22%20d%3D%22M0%200l5%203.5-5%203.498V0z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.products-root-page-preview-image {
    text-align: right;
}

.products-root-page-preview-buttons {
    display: flex;
    justify-content: center;
    gap: 30px 40px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}



.products-root-page-preview-buttons a {
    flex: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border: 1px solid #000000;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 768px) {
    .products-root-page-preview-buttons a {
        padding: 10px 40px;
        height: auto;
    }
}

.products-root-page-preview-buttons a:hover {
    background-color: #f39600;
    border-color: #f39600;
    color: #fff;
}

.product-section__item-heading {
    /* font-family: 'FF Good Pro'; */
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 120% !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    text-shadow:
        1px 1px 1px rgba(0, 0, 0, 0.2),
        2px 2px 2px rgba(0, 0, 0, 0.15),
        3px 3px 3px rgba(0, 0, 0, 0.1);
}

.products-section-descriprion {
    padding-left: 40px !important;
}

.products-section-descriprion-row {
    margin-bottom: 40px;
}

.products-section-descriprion h1 {
    margin-top: 0 !important;
    line-height: 1;
}

.products-section-descriprion .products-root-page-preview-buttons {
    margin-top: 0;
    margin-bottom: 0;
    justify-content: flex-start;
}

.products-section-descriprion .products-root-page-preview-buttons a {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .press__wrapper>.grid-row:first-child::before {
        display: none !important;
    }

    .press__wrapper>.grid-row:first-child {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .products-root-page-preview-buttons {
        flex-direction: column;
    }

    .products-root-page-preview-buttons a {
        width: 100%;
        /* margin-bottom: 10px; */
    }

    .products-root-page-preview-buttons a:last-child {
        margin-bottom: 0;
    }
}

.col-md-9.kdx_catalog_filter_wrapper {
    padding-left: 50px;
}

.col-md-9.kdx_catalog_filter_wrapper>.grid-row:first-child>.grid-row {
    display: flex;
    flex-wrap: wrap;
}

.catalog-grid__item {
    margin-bottom: 50px !important;
}

.catalog-grid__item .product {
    height: auto;
    margin-bottom: 20px;
}

.catalog-grid__item .product:hover {
    box-shadow: none !important;
}

.catalog-grid__item .product a.product__link {
    box-shadow: none !important;
    height: auto;
    text-decoration: none !important;
}

.catalog-grid__item .product .product__image-wrapper {
    /* width: 200px; */
    height: 200px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-grid__item .product .product__image {}

.catalog-grid__item .product:hover .product__image-wrapper {
    border: 1px solid #f39600;
}

.catalog-grid__item .product .product__info {
    margin-top: 20px;
    text-align: left;
    padding: 0;
    padding-top: 20px;
    position: relative;
    text-decoration: none !important;
}

.catalog-grid__item .product .product__info .product__title {
    text-align: left;
    /* font-family: 'FF Good Pro'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none !important;
}

.catalog-grid__item .product .product__info .product__desc {
    margin-top: 15px;
    text-align: left;
    text-decoration: none !important;
    /* font-family: 'PT Sans'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    display: -webkit-box;
    /* Включаем флексбокс-модель (для старых браузеров) */
    -webkit-box-orient: vertical;
    /* Вертикальное направление содержимого */
    -webkit-line-clamp: 3;
    /* Ограничиваем количество строк */
    overflow: hidden;
    /* Скрываем всё, что выходит за границы */
    text-overflow: ellipsis;
    /* Добавляем троеточие */
    line-height: 1.3;
    /* Желательно явно указать line-height */
    max-height: calc(3 * 1.3em);
}


/*  */
.button-more-arrow a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
    text-decoration: none;
    align-items: center;
    cursor: pointer;
    color: #000;
    font-size: 20px;
}

.button-more-arrow a:hover {
    color: #f39600;
    transition: all ease .3s;
}

.button-more-arrow a svg {
    transition: all ease .3s;
    color: #000;
}
.button-more-arrow a svg path{
    fill: #000;
    transition: all ease .3s;
}

.button-more-arrow a:hover svg {
    color: #f39600;
}
.button-more-arrow a:hover svg path{
    fill: #f39600;
}



@media (max-width: 420px) {
    .product-section_title_wrapper {
        flex-direction: column;
    }
    .products-root-page-preview-buttons{
        margin: 0 auto 30px;
        width: 90%;
    }
    .materials-wrapper{
        flex-direction: column;
    }
}


@media only screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) {
    .product-section_title_wrapper {
        flex-direction: column;
    }
    .products-root-page-preview-buttons{
        margin: 0 auto 30px;
        width: 90%;
    }
    .materials-wrapper{
        flex-direction: column;
    }
    .press__item{
        height: 340px !important;
    }
}


@media only screen and (max-width: 440px) {
    .product-section_title_wrapper {
        flex-direction: column;
    }
    .product-section .product-section_title_wrapper{
        flex-direction: column !important;
    }
    .products-root-page-preview-buttons{
        margin: 0 auto 30px;
        width: 90%;
    }
    .materials-wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .press__wrapper>.grid-row:first-child {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
    .press__item{
        height: 410px;
    }
  }
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/products/bitrix/catalog.section.list/.default/style.css?1750110446752*/
.description-box-for-series{
	margin-bottom : 30px;
}
.description-box-for-series .slider-product-main-wrapper{
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}
.description-box-for-series .slider-product-main{
	width : 250px !important;
	height : 250px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-heading {
	display : none;
}

h1 {
	margin-top: 0;
}

.slider-product-main,
.product__image-wrapper{
	position: relative;
}
.product__image_gisp{
	position: absolute;
	bottom: 15px;
	right: 15px;
	height: 40px;
}


.grid-row-school{
	width: 100%;
	display: grid;
	gap:15px;
	grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 50px;
}
.grid-row-school img{
	width: 100%;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/products/bitrix/catalog.section/varton_filter_table_side_pagination/style.css?178464258652730*/
main .grid-container,
.breadcrumb-wrapper.grid-container{
    width: 100%;
    max-width: 1700px;
    padding-left: 44px;
    padding-right: 44px;
}

/* На мобильных 44px паддинга слишком много — съедает почти четверть
   экрана телефона ещё до начала таблицы. Возвращаем компактные отступы. */
@media (max-width: 767px) {
    main .grid-container,
    .breadcrumb-wrapper.grid-container {
        padding-left: 13px;
        padding-right: 13px;
    }
}

h2.page-heading {
    text-align: left;
    margin: 0 0 0 0;
}

/* =============================================
   ION RANGE SLIDER STYLES (оригинальные)
   ============================================= */
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #f39600
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #a43540
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #f39600;
    border-radius: 4px
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #f39600
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
    color: #999999
}

/* =============================================
   ТАБЛИЦА — СКРОЛЛ И STICKY
   ============================================= */
#filter-results-counter .filter-results-counter__found {
    font-size: 13px;
    font-weight: 600;
}

#filter-results-counter .filter-results-counter__total {}

/* Обёртка таблицы с горизонтальным скроллом (вертикальный скролл убран — шапка больше не фиксируется, высота под контент/пагинацию) */
.product-info__table {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    position: relative;
    height: auto;
    padding-top: 0 !important;
    margin-bottom: 20px !important;
}

/* ЛЕЙАУТ ТАБЛИЦЫ: CSS GRID.
   grid-template-columns задаётся инлайн-стилем из PHP (template.php) —
   ровно по тому же массиву $arResult['PROPERTIES'], что рисует шапку.
   Так как колонки грида общие для ВСЕХ строк сразу (а не считаются
   отдельно в каждой строке, как было раньше при display:flex на
   каждой .product-info__table-row), рассинхронизация ширины между
   шапкой и телом таблицы становится невозможной технически, а не
   "потому что где-то совпали одинаковые пиксельные значения". */
.product-info__table-body {
    display: grid !important;
    /* ширина первой колонки — единая точка правды, меняется одним
       кастомным свойством (см. мобильный @media ниже), а не тремя
       разными !important-правилами в разных местах файла */
    --product-table-first-col-width: 250px;
    width: max-content !important;
    min-width: max-content;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border-top: none !important;
}

/* Шапка таблицы — фиксация (sticky) отключена по требованию: шапка теперь прокручивается вместе со страницей */
.product-info__table-row--heading {
    position: relative;
    background: #ffffff;
}

/* Строка сама по себе больше не строит колонки (как раньше при display:flex) —
   она "растворяется" (display: contents), и её ячейки становятся прямыми
   элементами общей сетки .product-info__table-body. DOM не меняется —
   строка остаётся в дереве (JS-сортировка, :nth-child для зебры и т.п.
   продолжают работать), просто не создаёт собственного бокса.
   !important ОБЯЗАТЕЛЕН: общесайтовый template CSS грузится ПОСЛЕ нашего
   и содержит свой конфликтующий .product-info__table-row{display:flex;...}
   той же специфичности — без !important он, загружаясь позже, снова победит
   и молча сломает всю раскладку на CSS Grid. padding/border-bottom — по той
   же причине, страховка на случай, если display:contents не применится. */
.product-info__table-row {
    display: contents !important;
    padding: 0 !important;
    border-bottom: none !important;
}

/* display:contents не рисует фон — красим сами ячейки строки */
.product-info__table-row:nth-child(even) .product-info__table-cell {
    background: #f9f9f9;
}

/* Колонка артикула — sticky при горизонтальном скролле.
   Ширину дублируем той же переменной, что и трек грида — не потому что
   Grid "не растягивает" ячейку по треку (растягивает), а потому что
   .articul__link-text внутри — white-space: nowrap (для многоточия у
   длинного артикула), и ему нужен ГАРАНТИРОВАННО определённый (не auto)
   размер предка, от которого можно посчитать проценты/сжатие. Явная
   ширина, а не "просто трек", даёт эту определённость надёжно. */
.product-info__table-cell:first-child,
.product-info__table-row--heading .product-info__table-cell:first-child {
    position: sticky;
    left: 0;
    z-index: 5;
    background: #ffffff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.07);
    width: var(--product-table-first-col-width, 250px) !important;
    max-width: var(--product-table-first-col-width, 250px) !important;
    min-width: var(--product-table-first-col-width, 250px) !important;
}

/* Sticky-ячейка в шапке имеет более высокий z-index */
.product-info__table-row--heading .product-info__table-cell:first-child {
    z-index: 15;
    background: #ffffff;
}

/* Zebra для sticky-колонки: нужна отдельная более специфичная запись,
   чтобы перебить непрозрачный белый фон sticky-ячейки выше */
.product-info__table-row:nth-child(even) .product-info__table-cell:first-child {
    background: #f9f9f9;
}

/* Подсказка о том, что таблицу можно прокрутить вбок (тень у краёв).
   Класс проставляется через JS в зависимости от позиции скролла.
   inset box-shadow остаётся у неподвижного края контейнера
   независимо от прокрутки его внутреннего содержимого. */
.product-info__table {
    transition: box-shadow 0.2s;
}

.product-info__table.has-scroll-right {
    box-shadow: inset -14px 0 12px -12px rgba(0, 0, 0, 0.16);
}

.product-info__table.has-scroll-left {
    box-shadow: inset 14px 0 12px -12px rgba(0, 0, 0, 0.16);
}

.product-info__table.has-scroll-left.has-scroll-right {
    box-shadow: inset 14px 0 12px -12px rgba(0, 0, 0, 0.16), inset -14px 0 12px -12px rgba(0, 0, 0, 0.16);
}

/* =============================================
   РАЗМЕРЫ ЯЧЕЕК
   ============================================= */
.product-info__table-cell {
    min-width: 120px !important;
    padding: 8px 12px !important;
    box-sizing: border-box;
    word-break: break-word;
    white-space: normal;
    min-height: 50px !important;
}

.product-info__table-row--heading .product-info__table-cell {
    text-transform: unset !important;
}

/* Ширина этой ячейки берётся из правила .product-info__table-cell:first-child
   выше (та же переменная --product-table-first-col-width) — здесь только
   внутренняя раскладка содержимого (текст артикула + иконка перехода). */
.product-info__table-cell.info__table__articul__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 0;
}

/* На мобильных первая колонка больше не фиксируется (sticky) — прокручивается
   вместе со всей таблицей, как и остальные колонки. Плюс она уже, чтобы не
   съедать весь экран — это переопределяет ту самую единую переменную,
   а не ширину ячеек по отдельности. */
@media (max-width: 767px) {
    .product-info__table-body {
        --product-table-first-col-width: 160px;
    }

    .product-info__table-cell:first-child,
    .product-info__table-row--heading .product-info__table-cell:first-child {
        position: static !important;
        left: auto !important;
        z-index: auto !important;
        box-shadow: none !important;
    }
}

.product-info__table-cell.info__table__articul__link img {
    height: 18px;
    margin-top: 0px;
}

.info__table__article {
    width: 220px !important;
    max-width: 220px;
    min-width: 220px !important;
}

/* =============================================
   ИЗОБРАЖЕНИЕ В ЯЧЕЙКЕ
   ============================================= */
.product-info__table-cell__gisp {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.product-info__table-cell-image {
    background-size: 0;
    position: relative;
}

.product-info__table-cell-image:before {
    display: none;
    position: absolute;
    top: 0;
    left: -250px;
    content: "";
    pointer-events: none;
    width: 250px;
    height: 250px;
    background-color: #ffffff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    background-size: cover;
    background-image: inherit;
    z-index: 9999;
}

.product-info__table-cell-image:hover:before {
    display: block;
}

/* =============================================
   КНОПКА ФИЛЬТРА
   ============================================= */
#button-filter-sku {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none !important;
}

#button-filter-sku:before {
    display: none;
}

#button-filter-sku span {
    text-decoration: none !important;
    margin-top: 3px;
    font-size: 9px;
}

#button-filter-sku svg {
    fill: #000000;
}

#button-filter-sku.active svg {
    fill: #f39600;
}

/* =============================================
   ПАНЕЛЬ ФИЛЬТРА
   ============================================= */
.kdx_catalog_filter_wrapper .table-filter-sku_wrapper {
    padding-right: 30px;
}

.table-filter-sku_wrapper h4 {
    margin-top: 41px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #1a1a1a;
    margin-bottom: 12px;
}

/* Кнопка "Очистить фильтры" */
#table-filter-sku_clean {
    margin-bottom: 10px;
    transition: opacity 0.2s, color 0.2s, background 0.2s, border-color 0.2s;
}

#table-filter-sku_clean.btn--disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

/* =============================================
   МОБИЛЬНАЯ ШТОРКА ФИЛЬТРА
   На десктопе — обычная колонка сайдбара, без изменений.
   На мобильных (<=767px) панель фильтра превращается во
   всплывающую шторку снизу поверх экрана.
   ============================================= */

/* Кнопка-триггер "Фильтры" в шапке таблицы — видна только на мобильных */
.product-info__filter-mobile-btn {
    display: none;
    align-items: center;
    gap: 6px;
    height: 32px;
    padding: 4px 12px;
    background: #F4F4F4;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    color: #555;
    white-space: nowrap;
}

.product-info__filter-mobile-btn:hover {
    color: #f39600;
}

/* Кнопка закрытия шторки — видна только на мобильных, внутри самой шторки */
.table-filter-sku__mobile-close {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: none;
    background: #F4F4F4;
    border-radius: 50%;
    color: #555;
    cursor: pointer;
    z-index: 2;
}

/* Затемнение под шторкой — по умолчанию скрыто и не должно занимать место в потоке */
.table-filter-sku__overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.25s;
}

.table-filter-sku__overlay--visible {
    display: block;
    opacity: 1;
}

@media (max-width: 767px) {
    .product-info__filter-mobile-btn {
        display: flex;
    }

    .table-filter-sku__mobile-close {
        display: flex;
    }

    /* Блокируем прокрутку страницы, пока открыта шторка фильтра */
    body.filter-sheet-open {
        overflow: hidden;
    }

    /* !important обязателен на всех ключевых свойствах: у этого элемента также есть
       класс col-md-3, а общесайтовый template CSS подключается ПОСЛЕ нашего и содержит
       безусловное правило ".col-md-3 { position: relative; ... }" той же специфичности —
       без !important оно, загружаясь позже, побеждает и ломает шторку. */
    .table-filter-sku_wrapper {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        max-height: 85vh !important;
        width: 100% !important;
        max-width: 100% !important;
        background: #ffffff !important;
        z-index: 1001 !important;
        border-radius: 14px 14px 0 0 !important;
        box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.18) !important;
        padding: 16px 16px 24px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        transform: translateY(100%) !important;
        transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
    }

    .table-filter-sku_wrapper--open {
        transform: translateY(0) !important;
    }

    .table-filter-sku_wrapper h4 {
        margin-top: 0 !important;
        padding-right: 36px;
    }
}

/* =============================================
   СЧЁТЧИК РЕЗУЛЬТАТОВ (под таблицей)
   ============================================= */
.filter-results-counter {
    font-size: 13px;
    color: #888;
    margin-top: 12px;
    padding: 0;
    background: none;
    border: none;
    line-height: 1.5;
}

.filter-results-counter--active {
    color: #555;
}

.filter-results-counter__found {
    font-size: 15px;
    font-weight: 700;
    color: #f39600;
}

.filter-results-counter__total {
    font-weight: 600;
    color: #555;
}

/* =============================================
   ВИДИМОСТЬ СТРОК (фильтр / пагинация)
   Строка скрыта, если её скрыл фильтр ИЛИ пагинация —
   каждый механизм управляет своим классом независимо.
   ВАЖНО: это правило должно оставаться НИЖЕ по файлу, чем
   .product-info__table-row { display: contents !important }
   — оба правила равной специфичности и оба с !important,
   значит побеждает то, что объявлено позже. Так скрытая строка
   корректно получает display:none, а не "просвечивает" как contents.
   ============================================= */
.js-filter-hidden,
.js-page-hidden {
    display: none !important;
}

/* =============================================
   ПАГИНАЦИЯ ТАБЛИЦЫ (номера страниц под таблицей)
   ============================================= */
.product-info__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.product-info__pagination--hidden {
    display: none;
}

.product-info__pagination-nav {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-info__pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    color: #555;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.product-info__pagination-btn:hover {
    border-color: #f39600;
    color: #f39600;
}

.product-info__pagination-page {
    min-width: 32px;
    height: 32px;
    padding: 0 6px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    color: #555;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.product-info__pagination-page:hover {
    border-color: #f39600;
    color: #f39600;
}

.product-info__pagination-page--active {
    background: #f39600;
    border-color: #f39600;
    color: #ffffff;
    font-weight: 600;
    cursor: default;
}

.product-info__pagination-page--active:hover {
    color: #ffffff;
}

/* Кнопка-переход к последней странице отделяем небольшим отступом от стрелки "вперёд" */
.product-info__pagination-page--last {
    margin-left: 4px;
}

/* =============================================
   ВЫБОР КОЛИЧЕСТВА СТРОК (кнопка в шапке таблицы)
   ============================================= */
.product-info__page-size-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.product-info__page-size-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 32px;
    padding: 4px 12px;
    background: #F4F4F4;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    color: #555;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}

.product-info__page-size-btn:hover,
.product-info__page-size-btn--active {
    background: #ffffff;
    color: #f39600;
    box-shadow: 0 0 0 1px #e0e0e0 inset;
}

.product-info__page-size-btn__label {
    color: inherit;
}

.product-info__page-size-btn__value {
    font-weight: 700;
}

.product-info__page-size-btn__arrow {
    flex-shrink: 0;
    transition: transform 0.15s;
}

.product-info__page-size-btn--active .product-info__page-size-btn__arrow {
    transform: rotate(180deg);
}

.product-info__page-size-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    display: none;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    min-width: 100%;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    z-index: 100;
}

.product-info__page-size-dropdown li {
    padding: 7px 16px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}

.product-info__page-size-dropdown li::before {
    display: none;
}

.product-info__page-size-dropdown li:hover {
    background: #f7f7f7;
}

.product-info__page-size-dropdown__item--active {
    color: #f39600;
    font-weight: 600;
}

/* =============================================
   АККОРДЕОН ФИЛЬТРА
   ============================================= */
.table-filter-sku.filter-accordion {
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    display: block;
    mb10
}

.filter-accordion__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 11px 0;
    cursor: pointer;
    text-align: left;
    gap: 8px;
    transition: color 0.15s;
    color: #1a1a1a;
}

.filter-accordion__header:hover {
    color: #f39600;
}

.filter-accordion__title {
    font-size: 12px;
    font-weight: 700;
    color: inherit;
    flex: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.filter-accordion__arrow {
    flex-shrink: 0;
    color: #aaa;
    transition: transform 0.22s ease, color 0.15s;
}

.filter-accordion__header:hover .filter-accordion__arrow {
    color: #f39600;
}

.filter-accordion--collapsed .filter-accordion__arrow {
    transform: rotate(-90deg);
}

.filter-accordion__body {
    overflow: hidden;
    max-height: 600px;
    transition: max-height 0.28s ease, opacity 0.22s ease, padding-bottom 0.22s ease;
    opacity: 1;
    padding-bottom: 12px;
    width: 100%;
}

.filter-accordion--collapsed .filter-accordion__body {
    max-height: 0 !important;
    opacity: 0;
    padding-bottom: 0;
    pointer-events: none;
}

/* =============================================
   ТЕГИ-ЧЕКБОКСЫ
   ============================================= */
.filter-sku-widget-type-select {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.table-filter-sku span.filter-sku-span {
    display: inline-flex;
    align-items: center;
    background: #f4f4f4;
    padding: 4px 11px;
    border-radius: 20px;
    border: 1.5px solid #e4e4e4;
    color: #444;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
    line-height: 1.4;
    margin-bottom: 0;
    margin-right: 0;
}

.table-filter-sku span.filter-sku-span:hover {
    border-color: #f39600;
    color: #f39600;
    background: #fff8ee;
}

.table-filter-sku span.sku-filter-check {
    background: #f39600;
    color: #ffffff;
    border-color: #f39600;
    box-shadow: 0 2px 6px rgba(243, 150, 0, 0.28);
}

.table-filter-sku span.sku-filter-check:hover {
    background: #e07a00;
    border-color: #e07a00;
    color: #fff;
}

.table-filter-sku span.filter-sku-span:before,
.table-filter-sku span.sku-filter-check:before {
    display: none;
}

.table-filter-sku.range-widget .filter-sku-widget-type-range span.filter-sku-span {
    display: none;
}

/* =============================================
   RANGE SLIDER — КРУЖКИ
   ============================================= */
.filter-range-wrap {
    width: 100%;
    padding: 4px 15px 8px;
    box-sizing: border-box;
    overflow: visible;
}

.filter-range-wrap .irs,
.filter-range-wrap .irs-with-grid {
    overflow: visible !important;
}

.filter-range-wrap .irs--flat {
    height: 56px;
    overflow: visible !important;
}

.filter-range-wrap .irs--flat.irs-with-grid {
    height: 76px;
    overflow: visible !important;
}

.filter-range-wrap .irs--flat .irs-line {
    top: 30px;
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 4px;
}

.filter-range-wrap .irs--flat .irs-bar {
    top: 30px;
    height: 4px;
    background-color: #f39600;
    border-radius: 4px;
}

.filter-range-wrap .irs--flat .irs-bar--single {
    border-radius: 4px;
}

.filter-range-wrap .irs--flat .irs-handle {
    top: 22px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 2px solid #f39600;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: grab;
    transition: box-shadow 0.15s, transform 0.1s;
}

.filter-range-wrap .irs--flat .irs-handle:hover,
.filter-range-wrap .irs--flat .irs-handle.state_hover {
    box-shadow: 0 0 0 6px rgba(243, 150, 0, 0.16), 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}

.filter-range-wrap .irs--flat .irs-handle:active {
    cursor: grabbing;
    transform: scale(1.18);
}

.filter-range-wrap .irs--flat .irs-handle>i:first-child {
    display: none;
}

.filter-range-wrap .irs--flat .irs-min,
.filter-range-wrap .irs--flat .irs-max {
    display: none;
}

.filter-range-wrap .irs--flat .irs-from,
.filter-range-wrap .irs--flat .irs-to,
.filter-range-wrap .irs--flat .irs-single {
    background-color: #f39600;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    top: 0px;
    white-space: nowrap;
    overflow: visible;
}

.filter-range-wrap .irs--flat .irs-from:before,
.filter-range-wrap .irs--flat .irs-to:before,
.filter-range-wrap .irs--flat .irs-single:before {
    border-top-color: #f39600;
}

.filter-range-wrap .irs--flat .irs-grid-pol {
    background-color: #ddd;
}

.filter-range-wrap .irs--flat .irs-grid-text {
    color: #bbb;
    font-size: 10px;
}

/* =============================================
   СОРТИРОВКА — ИКОНКИ
   ============================================= */
/* Иконка сортировки должна помещаться в паддинге самой ячейки шапки,
   не вылезая к границе с соседней колонкой — даём шапке чуть больше
   левого отступа под неё (на общую раскладку колонок это не влияет:
   в CSS Grid ширина колонки — общий трек для шапки и всех строк, так
   что колонка просто равномерно чуть шире, а не "шапка не совпадает
   с телом", как было при отдельных flex-строках). */
.product-info__table-row--heading .product-info__table-cell.asc,
.product-info__table-row--heading .product-info__table-cell.desc {
    padding-left: 22px !important;
}

.product-info__table-body .product-info__table-cell.asc,
.product-info__table-body .product-info__table-cell.desc {
    position: relative;
}

.product-info__table-body .product-info__table-cell.asc:before,
.product-info__table-body .product-info__table-cell.desc:before {
    width: 13px;
    height: 13px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
}

.product-info__table-body .asc:before {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><g><rect width="64" height="32"/></g><g><rect y="80" width="128" height="32"/></g><g><rect y="160" width="160" height="32"/></g><g><rect y="240" width="224" height="32"/></g><g><rect y="320" width="320" height="32"/></g><g><rect y="400" width="416" height="32"/></g><g><rect y="480" width="512" height="32"/></g></svg>');
}

.product-info__table-body .desc:before {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><g><rect width="512" height="32"/></g><g><rect y="80" width="416" height="32"/></g><g><rect y="160" width="320" height="32"/></g><g><rect y="240" width="224" height="32"/></g><g><rect y="320" width="160" height="32"/></g><g><rect y="400" width="128" height="32"/></g><g><rect y="480" width="64" height="32"/></g></svg>');
}

/* =============================================
   КНОПКА КОПИРОВАНИЯ АРТИКУЛА
   ============================================= */
.numeric-type-article-h3-btn {
    display: grid;
    place-content: center;
    cursor: pointer;
    opacity: .7;
    transition: all ease .4s;
    margin-left: 4px;
}

.numeric-type-article-h3-btn:hover path {
    stroke: #e98e00;
    opacity: 1;
}

/* =============================================
   ПАНЕЛЬ ПЕРЕКЛЮЧЕНИЯ ВИДОВ
   ============================================= */
.product-info-v2__table_modification_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.product-info-v2__table__filter__view__wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

@media (max-width: 767px) {
    .product-info-v2__table_modification_header {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .product-info-v2__table__filter__view__wrapper {
        width: 100%;
        justify-content: flex-end;
    }
}

.product-info-v2__table__filter__view-type {
    flex-grow: 0;
    width: auto;
    /* position: absolute; */
    position: relative;
    /* right: 0; */
    /* top: 31px; */
    background: #F4F4F4;
    border-radius: 4px;
    padding: 3px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.product-info-v2__table__filter__view-type .button__view {
    background: #F4F4F4;
    border-radius: 4px;
    height: 32px;
    display: grid;
    grid-template-columns: auto auto;
    place-content: center;
    cursor: pointer;
    padding: 4px 6px;
    gap: 5px;
    justify-items: flex-start;
    align-items: center;
    white-space: nowrap;
}

.product-info-v2__table__filter__view-type .button__view:hover svg {
    fill: #F49316;
}

.product-info-v2__table__filter__view-type .button__view svg {
    fill: #cccccc;
}

.product-info-v2__table__filter__view-type .button__view.button__view__active {
    background: #FFFFFF;
}

.product-info-v2__table__filter__view-type .button__view.button__view__active svg {
    fill: #F49316;
}

/* =============================================
   КОЛОНКА «ПОДРОБНЕЕ»
   ============================================= */
.product-info__table-cell--details-header,
.product-info__table-cell--details {
    min-width: 110px !important;
    width: 110px !important;
    max-width: 110px !important;
    flex-shrink: 0;
    text-align: center;
    position: sticky;
    right: 0;
    z-index: 5;
    background: #ffffff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.07);
}

.product-info__table-row--heading .product-info__table-cell--details-header {
    z-index: 15;
    background: #ffffff;
}

.product-info__table-row:nth-child(even) .product-info__table-cell--details {
    background: #f9f9f9;
}

.product-info__table-cell--details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 8px;
}

/* Кнопка «Детали» (открывает модальное) */
.btn-details-modal {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f39600;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 5px 9px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.18s, box-shadow 0.18s;
    line-height: 1.3;
}

.btn-details-modal:hover {
    background: #e07a00;
    box-shadow: 0 2px 8px rgba(243, 150, 0, 0.35);
}

.btn-details-modal svg {
    flex-shrink: 0;
}

/* Кнопка-ссылка «На страницу» (иконка) */
.btn-details-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 1.5px solid #e0e0e0;
    color: #888;
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
    flex-shrink: 0;
}

.btn-details-page:hover {
    border-color: #f39600;
    color: #f39600;
    background: #fff8ee;
}

/* =============================================
   МОДАЛЬНОЕ ОКНО МОДИФИКАЦИИ
   ============================================= */
/* =============================================
   БОКОВАЯ ПАНЕЛЬ (DRAWER) — замена модального окна
   ============================================= */
.mod-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    /* Нет overlay — таблица остаётся доступной */
    pointer-events: none;
}

.mod-modal--open {
    display: block;
    pointer-events: none;
}

/* Оверлей — скрыт, панель открывается без затемнения */
.mod-modal__overlay {
    display: none !important;
}

/* Контейнер — боковая панель */
.mod-modal__container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9001;
    background: #ffffff;
    border-radius: 0;
    border-left: 1px solid #e8e8e8;
    width: 920px;
    max-width: 92vw;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: -4px 0 32px rgba(0, 0, 0, 0.13);
    pointer-events: all;
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.mod-modal--open .mod-modal__container {
    transform: translateX(0);
}

@media (max-width: 600px) {
    .mod-modal__container {
        width: 100vw;
        max-width: 100vw;
        border-left: none;
        border-top: 1px solid #e8e8e8;
        top: auto;
        border-radius: 14px 14px 0 0;
        bottom: 0;
        height: 88dvh;
        transform: translateY(100%);
    }
    .mod-modal--open .mod-modal__container {
        transform: translateY(0);
    }
}

/* Заголовок */
.mod-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px 14px;
    border-bottom: 1px solid #efefef;
    flex-shrink: 0;
}

@media (max-width: 620px) {
    .mod-modal__header {
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .mod-modal__title{
        max-width: 100vw !important;
    }
}

.mod-modal__header-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.mod-modal__label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #aaa;
    margin-bottom: 2px;
}

.mod-modal__title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 520px;
}

@media (max-width: 599px) {
    .mod-modal__title {
        font-size: 14px;
        max-width: calc(100vw - 180px);
    }
}

.mod-modal__header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

/* Ссылка «На страницу» в шапке */
.mod-modal__page-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    /* font-size: 12px;
    font-weight: 600; */
    /* color: #f39600; */
    /* text-decoration: none; */
    border: 1px solid #f39600;
    /* border-radius: 5px; */
    padding: 2px 16px;
    /* white-space: nowrap; */
    /* transition: background 0.15s, color 0.15s; */


    background-color: transparent;
    color: #f39600;
    border: 1px solid #f39600;
    height: 32px;
    line-height: 38px;
    width: 100%;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    /* margin-bottom: 10px; */
    font-size: 12px;
    transition: all .45s, color .35s;
}

.mod-modal__page-link:hover {
    background: #f39600;
    color: #ffffff;
}

/* Кнопка закрытия */
.mod-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    border: 1.5px solid #e5e5e5;
    background: none;
    cursor: pointer;
    color: #666;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
    flex-shrink: 0;
}

.mod-modal__close:hover {
    border-color: #ccc;
    background: #f5f5f5;
    color: #222;
}

/* Тело модального окна */
.mod-modal__body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto;
    padding: 20px;
}

/* Спиннер загрузки */
.mod-modal__loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 48px 20px;
    color: #aaa;
    font-size: 13px;
}

.mod-modal__spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #efefef;
    border-top-color: #f39600;
    border-radius: 50%;
    animation: modSpin 0.75s linear infinite;
}

@keyframes modSpin {
    to { transform: rotate(360deg); }
}

/* Ошибка загрузки */
.mod-modal__error {
    color: #c0392b;
    font-size: 13px;
    text-align: center;
    padding: 32px 0;
}

/* Блокировка скролла страницы при открытом модальном */
.mod-modal-body-lock {
    overflow: hidden;
}

/* =============================================
   ЯЧЕЙКА АРТИКУЛА — строка с иконкой перехода
   ============================================= */
.articul__link-row {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.articul__link-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: 500;
    cursor: pointer;
}

.info__table__articul__link:hover .articul__link-text {
    color: #f39600;
    text-decoration: underline;
    text-decoration-color: #f39600;
    /* text-underline-offset: 2px; */
}

/* Иконка «на страницу» в ячейке артикула */
.info__table__articul__link .btn-details-page {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1.5px solid #e0e0e0;
    color: #aaa;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.15s, border-color 0.15s, color 0.15s, background 0.15s;
}

.info__table__articul__link:hover .btn-details-page {
    opacity: 1;
}

.info__table__articul__link .btn-details-page:hover {
    border-color: #f39600;
    color: #f39600;
    background: #fff8ee;
}

/* =============================================
   МОДАЛЬНОЕ ОКНО — обновлённая шапка
   ============================================= */
.mod-modal__container {
    /* max-width: 1000px; */
}

.mod-modal__product-name {
    font-size: 12px;
    color: #888;
    margin: 0 0 4px;
    line-height: 1.4;
    max-width: 700px;
    font-weight: 400;
}

.mod-modal__article-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mod-modal__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

.mod-modal__article-link {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1.5px solid #e0e0e0;
    padding-bottom: 1px;
    transition: color 0.15s, border-color 0.15s;
}

.mod-modal__article-link:hover {
    color: #f39600;
    border-bottom-color: #f39600;
}

/* Кнопка копирования в шапке модального */
.mod-modal__copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1.5px solid #e5e5e5;
    background: none;
    cursor: pointer;
    color: #aaa;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
    flex-shrink: 0;
}

.mod-modal__copy-btn:hover {
    border-color: #f39600;
    color: #f39600;
    background: #fff8ee;
}

/* Toast уведомление о копировании */
.mod-modal__copy-toast {
    position: fixed;
    top: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(-12px);
    background: #1a1a1a;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 18px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s;
    white-space: nowrap;
}

.mod-modal__copy-toast--visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* =============================================
   DL-СПИСОК ХАРАКТЕРИСТИК В МОДАЛЬНОМ ОКНЕ
   ============================================= */
.mod-modal__content .grid-row{
    margin-left: 0;
    margin-right: 0;
}
.mod-modal__content dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #efefef;
    border-radius: 0px;
    overflow: hidden;
}

.mod-modal__content dl dt,
.mod-modal__content dl dd {
    margin: 0;
    padding: 9px 14px;
    font-size: 14px;
    line-height: 1.45;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.mod-modal__content dl dt {
    /* font-weight: 600; */
    color: #000;
    /* background: #fafafa; */
    background: #fff;
    border-right: 1px solid #f0f0f0;
}

.mod-modal__content dl dd {
    color: #1a1a1a;
    font-weight: 400;
    background: #ffffff;
    word-break: break-word;
}

/* Убираем нижний бордер у последней пары */
.mod-modal__content dl dt:last-of-type,
.mod-modal__content dl dd:last-of-type {
    border-bottom: none;
    background: #fff;
}

/* Зебра-полосы */
/* .mod-modal__content dl dt:nth-child(4n+1), */
.mod-modal__content dl dt:nth-child(4n+1),
.mod-modal__content dl dd:nth-child(4n+2) {
    background: #f9f9f9;
    /* background: #fff; */
}

@media (max-width: 520px) {
    .mod-modal__content dl dt:nth-child(4n+1) {
        /* background: #f9f9f9; */
        /* background: #fff; */
    }

    .custom-template-products{
        /* z-index: 1;
        position: relative; */
    }
    .col-md-12.kdx_catalog_filter_wrapper .grid-row > .col-md-6.col-xs-12{
        /* z-index: 10; */
        /* pointer-events: none; */
    }

    .col-md-12.kdx_catalog_filter_wrapper > .grid-row,
    .col-md-12.kdx_catalog_filter_wrapper .grid-row > .col-md-9,
    .product-info__models-table{
        pointer-events: none;
    }

    .table-filter-sku_wrapper--open,
    .product-info,
    .product-info-v2__table_modification_header{
    pointer-events: all;
    }
    .product-info__table,
    .filter-results-counter,
    .product-info__pagination{
        pointer-events: all;
    }
    .slick-slider{
        pointer-events: all;
    }
}
/* На узких экранах — однострочная раскладка */
@media (max-width: 520px) {
    .product-info__column:first-child{
        width: 100% !important;
    }
    .mod-modal__content dl {
        grid-template-columns: 1fr;
    }
    .mod-modal__content dl dt {
        border-right: none;
        border-bottom: none;
        padding-bottom: 4px;
        /* background: #f5f7fa; */
        background: #fff;
        font-weight: 600;
    }
    .mod-modal__content dl dd {
        padding-top: 4px;
        border-bottom: 1px solid #f0f0f0;
    }
    .mod-modal__product-name {
        max-width: calc(100vw - 100px);
    }
}

/* =============================================
   МЕТКА СЕКЦИИ В МОДАЛЬНОМ ОКНЕ
   ============================================= */
.mod-dl-side__title,
.mod-modal__section-label {
    /* font-size: 11px; */
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    /* letter-spacing: 0.08em; */
    /* color: #aaa; */
    margin: 20px 0 10px;
    padding: 0;

    font-size: 12px;
    font-weight: 700;
    color: #000;
    flex: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mod-modal__section-label--files {
    margin-top: 0;
}
@media (max-width: 620px) {
    .mod-modal__section-label--files {
        margin-top: 30px;
    }
    .loadFastCalc.page-footer__contact-btn{
        margin-top: 0 !important;
    }
    .product-info__buttons_wrapper{
        margin-top: 30px;
    }
}

.mod-modal__section-label--image,
.mod-modal__section-label--kss {
    margin-top: 0px;
    margin-bottom: 6px;
}

/* =============================================
   ИЗОБРАЖЕНИЕ КСС
   ============================================= */
.mod-kss-image {
    display: block;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fafafa;
}

/* =============================================
   DL + БОКОВАЯ ПАНЕЛЬ — двухколоночный layout
   ============================================= */
.mod-dl-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: start;
    margin-bottom: 8px;
}

@media (max-width: 620px) {
    .mod-dl-wrap {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   БОКОВАЯ ПАНЕЛЬ ГАБАРИТОВ
   ============================================= */
.mod-dl-side {
    background: #ffffff;
    border: 1px solid #ececea;
    /* border-radius: 12px; */
    border-radius: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mod-dl-side__title {
    /* font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #8a9bb5; */
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    flex: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* SVG коробка */
.pkg-box-svg {
    width: 100%;
    height: auto;
    display: block;
}

.pkg-dim-text {
    font-size: 9px;
    fill: #5a7090;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

/* Карточки габаритов (длина/ширина/высота/диаметры) */
.mod-dl-side__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 8px;
}

.mod-dl-side__card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    background: #f6f6f4;
    border-radius: 3px;
    border: none;
}

.mod-dl-side__icon {
    flex-shrink: 0;
}

.mod-dl-side__card span {
    color: #4e4e4e;
    font-weight: 500;
    font-size: 12px;
}

.mod-dl-side__card strong {
    color: #1a2a3a;
    font-weight: 700;
    font-size: 15px;
    font-variant-numeric: tabular-nums;
}

/* Строка веса */
.mod-dl-side__weight {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    padding: 10px 12px;
    background: #f6f6f4;
    border-radius: 3px;
    /* border: 1px solid #e4eaf2; */
    /* color: #5a7090; */
    color: #4e4e4e;
}

.mod-dl-side__weight svg {
    flex-shrink: 0;
    /* color: #8aabcc; */
    color: #f39600;
    stroke: #f39600;
}

.mod-dl-side__weight span {
    flex: 1;
    /* color: #7a8fa8; */
    color: #4e4e4e;
    font-weight: 500;
}

.mod-dl-side__weight strong {
    color: #1a2a3a;
    font-weight: 700;
}

/* Строка базовой единицы */
.mod-dl-side__unit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding: 10px 12px;
    background: #f6f6f4;
    border-radius: 10px;
    color: #7a8fa8;
}

.mod-dl-side__unit span {
    font-weight: 500;
}

.mod-dl-side__unit strong {
    color: #1a2a3a;
    font-weight: 700;
}

/* =============================================
   БОКОВАЯ ПАНЕЛЬ — активная строка таблицы
   Строка — display:contents (своего бокса нет), поэтому подсветку
   вешаем на её ячейки: заливка + верх/низ-бордер вместо outline,
   визуально даёт тот же эффект "обведённой" строки.
   ============================================= */
.product-info__table-row--active .product-info__table-cell {
    background: #fff8ee !important;
    border-top: 2px solid #f39600;
    border-bottom: 2px solid #f39600;
}

/* Убираем body-lock — панель открывается без блокировки прокрутки */
.mod-modal-body-lock {
    overflow: unset !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16671682331818*/
.page-link,
.page-link:hover {
    color : var(--theme-color-primary);
}

.page-item.active .page-link {
    color            : var(--theme-b-tx-primary);
    background-color : var(--theme-color-primary);
    border-color     : var(--theme-color-primary);
}

.page-link:focus {
    box-shadow : 0 0 0 0.2rem var(--theme-b-sd-primary);
}


.pagination {
    display         : flex;
    justify-content : space-between;
    align-items     : flex-start;
    margin-bottom   : 30px;
}

.pagination a, .page-text span {
    padding        : 0 10px;
    padding-bottom : 6px;
}

.pagination a:hover {
    color : #f39600;
}

.page-text, .page-text a {
    font-size       : 13px;
    font-weight     : normal;
    color           : #505050;
    text-decoration : none;
}

.number {
    font-weight : bold !important;
}

.active {
    color         : #f39600;
    border-bottom : 1.8px solid #f39600;
}

.items {
    padding-right : 40px;
}

.items span {
    padding : 0 4px;
}

.items_number {
    position         : relative;
    height           : 1.8px;
    width            : 90%;
    background-color : #dddddd;
    margin           : 0 auto;
    margin-top       : 6px;
}

.items_on_page {
    position         : absolute;
    top              : 0;
    left             : 0;
    height           : 1.8px;
    background-color : #f39600;
}

@media screen and (max-width : 700px) {
    .pagination {
        flex-direction  : row-reverse;
        flex-wrap       : wrap;
        justify-content : center;

    }

    .items {
        padding-left  : 7px;
        margin-top    : 30px;
        padding-right : 0;
        margin-right  : 0;
    }
}

@media screen and (max-width : 479px) {
    .navigate {
        display : none;
    }

    .page-text {
        margin-left  : 40px;
        margin-right : 40px;
    }
}
/* End */
/* /products/style.css?17623471587529 */
/* /local/templates/.default/components/bitrix/catalog/products/bitrix/catalog.section.list/.default/style.css?1750110446752 */
/* /local/templates/.default/components/bitrix/catalog/products/bitrix/catalog.section/varton_filter_table_side_pagination/style.css?178464258652730 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16671682331818 */
