

/* Start:/local/templates/dizel/components/bitrix/catalog/bootstrap_v4_m4/style.min.css?1733927010684*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 0;border-bottom:2px solid #d9dee6;border-bottom-color:var(--primary);color:#000}
/* End */


/* Start:/local/templates/dizel/components/bitrix/catalog.section.list/bootstrap_v4/style.css?17442735423139*/
.catalog-section-list-item { }

.catalog-section-list-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 20px;
    margin-bottom: 10px;
}

.catalog-section-list-item-link {
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
    color: #2482ce;
}

.catalog-section-list-item-counter {
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.catalog-section-list-item-description { font-size: 13px; }

.catalog-section-list-item-img {
	display: block;
	padding-top: 100%;
	width: 100%;
/*	border: 1px solid #ccc;*/
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 250ms linear all;
}

.catalog-section-list-item-img:hover { border-color: var(--theme-color-primary); }

/* region Line */
.catalog-section-list-line-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-line-list .catalog-section-list-item {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.catalog-section-list-line-list .catalog-section-list-item-title { text-align: left; }

.catalog-section-list-line-img-container {
	padding-right: 15px;
	min-width: 75px;
	width: 75px;
}

.catalog-section-list-line-list .catalog-section-list-titles {
	margin: 0;
	line-height: 20px;
}

/*endregion*/

/*region Text */
.catalog-section-list-text-list {
	padding: 0;
	list-style: none;
	column-count: 3;
}

.catalog-section-list-text-list .catalog-section-list-item-title { text-align: left; }

@media (max-width: 767px) {
	.catalog-section-list-text-list { column-count: 1; }
}

/*endregion*/

/*region Tile */

.catalog-section-list-tile-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-tile-img-container { width: 100%; border: 1px solid #cccccc4f;
    margin-bottom: 20px;
border-radius: 6px;
box-shadow: 0 2px 15px rgba(0, 0, 0, .075);}


.catalog-section-list-tile-img-container:hover { 
    
    width: 100%; 
    border: 1px solid #ccc;
    margin-bottom: 20px;
border-radius: 6px;
box-shadow: 0 10px 20px rgba(0, 0, 0, .075);}




/*endregion*/

/* list */

.catalog-section-list-list { margin-bottom: 30px; }

.catalog-section-list-list .catalog-section-list-item {
	padding: 0;
	line-height: 16px;
}

.catalog-section-list-list .catalog-section-list-item:before { content: '' !important }

.catalog-section-list-list-title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.catalog-section-list-list-link {
	white-space: nowrap;
	font-size: 13px;
}

.catalog-section-list-list-link:hover { text-decoration: none }

.catalog-section-list-list-title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .catalog-section-list-list .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .catalog-section-list-list .bx_catalog_line_title a { font-size: 12px; }
}

.catalog-section-list-list-title,
.catalog-section-list-list-link { transition: all 0.3s ease; }
/* End */


/* Start:/local/templates/dizel/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?176173163021598*/
/* ========================================
   ПЕРЕМЕННЫЕ ФИЛЬТРА
   ======================================== */
:root {
    --filter-primary: #0083D1;
    --filter-accent: #f9a91d;
    --filter-text-dark: #333;
    --filter-text-muted: #6c757d;
    --filter-text-light: #999;
    --filter-border: #e6e6e6;
    --filter-bg: #fff;
    --filter-bg-hover: #f8f9fa;
    --filter-bg-active: #e7f4fb;
    --filter-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    --filter-transition: all 250ms ease;
    --filter-radius: 6px;
}

/* ========================================
   ОСНОВНОЙ КОНТЕЙНЕР ФИЛЬТРА
   ======================================== */
.smart-filter {
    margin-bottom: 20px;
    min-width: 220px;
    width: 100%;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.smart-filter-section {
    position: relative;
    margin-bottom: 20px;
}

.smart-filter-title {
    margin-bottom: 15px;
    color: var(--filter-text-dark);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

/* ========================================
   БЛОКИ ПАРАМЕТРОВ
   ======================================== */
.smart-filter-parameters-box {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--filter-border);
}

.smart-filter-parameters-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.smart-filter-parameters-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    cursor: pointer;
    transition: var(--filter-transition);
}

.smart-filter-parameters-box-title:hover {
    color: var(--filter-primary);
}

.smart-filter-parameters-box-title-text {
    color: var(--filter-text-dark);
    font-size: 15px;
    font-weight: 600;
    transition: var(--filter-transition);
}

.smart-filter-parameters-box-title:hover .smart-filter-parameters-box-title-text {
    color: var(--filter-primary);
}

.bx-active .smart-filter-parameters-box-title-text {
    color: var(--filter-primary);
}

/* ========================================
   ИКОНКИ РАСКРЫТИЯ/СКРЫТИЯ
   ======================================== */
.smart-filter-angle {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    transition: var(--filter-transition);
}

.smart-filter-angles {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    transition: var(--filter-transition);
}

.smart-filter-angles::after,
.smart-filter-angles::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    background-color: var(--filter-primary);
    content: "";
    transition: var(--filter-transition);
    transform-origin: center;
    border-radius: 2px;
}

.smart-filter-angles::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.smart-filter-angles::after {
    margin-left: 4px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.smart-filter-angle-up .smart-filter-angles::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.smart-filter-angle-up .smart-filter-angles::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* ========================================
   ПОДСКАЗКИ (HINT)
   ======================================== */
.smart-filter-hint {
    position: relative;
    display: inline-block;
    margin-left: 6px;
}

.smart-filter-hint-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--filter-primary);
    color: var(--filter-bg);
    font-size: 11px;
    font-weight: 600;
    cursor: help;
    transition: var(--filter-transition);
}

.smart-filter-hint-icon:hover {
    background-color: #006ba8;
    transform: scale(1.1);
}

.smart-filter-hint-popup {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: none;
    padding: 12px;
    min-width: 200px;
    max-width: 280px;
    border: 1px solid var(--filter-border);
    border-radius: var(--filter-radius);
    background-color: var(--filter-bg);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    line-height: 1.5;
    color: var(--filter-text-dark);
}

.smart-filter-hint:hover .smart-filter-hint-popup {
    display: block;
}

.smart-filter-hint-popup-angle {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid var(--filter-border);
    border-left: 1px solid var(--filter-border);
    background-color: var(--filter-bg);
}

/* ========================================
   КОНТЕЙНЕРЫ БЛОКОВ
   ======================================== */
.smart-filter-block {
    display: none;
    padding-top: 10px;
    transition: var(--filter-transition);
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block {
    display: block;
}

.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
    display: block;
    padding-bottom: 8px;
    color: var(--filter-text-muted);
    font-style: normal;
    font-size: 13px;
}

/* ========================================
   СЛАЙДЕР ДЛЯ ЧИСЛОВЫХ ЗНАЧЕНИЙ
   ======================================== */
.smart-filter-slider-track-container {
    padding: 30px 15px;
}

.smart-filter-slider-track {
    position: relative;
    height: 4px;
    background: var(--filter-border);
    border-radius: 2px;
}

.smart-filter-slider-ruler {
    position: absolute;
    top: -8px;
    width: 1px;
    height: 20px;
    background: #ccc;
}

.smart-filter-slider-ruler.p1 { left: 0; }
.smart-filter-slider-ruler.p2 { left: 25%; }
.smart-filter-slider-ruler.p3 { left: 50%; }
.smart-filter-slider-ruler.p4 { left: 75%; }
.smart-filter-slider-ruler.p5 { right: 0; }

.smart-filter-slider-ruler span {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100px;
    color: var(--filter-text-muted);
    text-align: center;
    font-size: 10px;
    white-space: nowrap;
}

.smart-filter-slider-ruler.p1 span,
.smart-filter-slider-ruler.p5 span {
    color: var(--filter-text-dark);
    font-weight: 600;
}

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 2px;
}

.smart-filter-slider-price-bar-vd {
    background: #d0d0d0;
    z-index: 1;
}

.smart-filter-slider-price-bar-vn {
    background-color: var(--filter-bg-active);
    z-index: 2;
}

.smart-filter-slider-price-bar-v {
    background-color: var(--filter-primary);
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0, 131, 209, 0.3);
}

.smart-filter-slider-handle {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 2px solid var(--filter-primary);
    border-radius: 50%;
    background: var(--filter-bg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    cursor: grab;
    z-index: 10;
    transition: var(--filter-transition);
}

.smart-filter-slider-handle:hover {
    transform: scale(1.2);
    box-shadow: 0 3px 8px rgba(0, 131, 209, 0.3);
}

.smart-filter-slider-handle:active {
    cursor: grabbing;
    transform: scale(1.1);
}

.smart-filter-slider-handle.left {
    left: 0;
    margin-left: -7px;
}

.smart-filter-slider-handle.right {
    right: 0;
    margin-right: -7px;
}

/* ========================================
   ВЫПАДАЮЩИЕ СПИСКИ
   ======================================== */
.smart-filter-input-group-dropdown {
    display: block;
    height: 38px;
    border: 1px solid var(--filter-border);
    border-radius: var(--filter-radius);
    background: var(--filter-bg);
    transition: var(--filter-transition);
}

.smart-filter-input-group-dropdown:hover {
    border-color: var(--filter-primary);
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus {
    border-color: var(--filter-primary);
    box-shadow: 0 0 0 3px rgba(0, 131, 209, 0.1);
}

.smart-filter-dropdown-block {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 35px 0 12px;
    width: 100%;
    height: 36px;
    border: none;
    background: transparent;
}

.smart-filter-dropdown-text {
    overflow: hidden;
    max-width: 100%;
    height: 36px;
    color: var(--filter-text-dark);
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
    cursor: pointer;
    font-size: 14px;
}

.smart-filter-dropdown-arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%230083D1" d="M7 10l5 5 5-5z"/></svg>') no-repeat center;
    background-size: contain;
    cursor: pointer;
    transition: var(--filter-transition);
}

.smart-filter-input-group-dropdown.bx-active .smart-filter-dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.smart-filter-input-group-dropdown-flex {
    display: flex;
    align-items: center;
}

.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
    margin-right: 8px;
}

/* ========================================
   POPUP ВЫПАДАЮЩЕГО СПИСКА
   ======================================== */
.smart-filter-dropdown-popup {
    padding: 8px;
    min-width: 200px;
    background: var(--filter-bg);
    border: 1px solid var(--filter-border);
    border-radius: var(--filter-radius);
    box-shadow: var(--filter-shadow);
}

.smart-filter-dropdown-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 250px;
    overflow-y: auto;
}

.smart-filter-dropdown-popup ul::-webkit-scrollbar {
    width: 6px;
}

.smart-filter-dropdown-popup ul::-webkit-scrollbar-track {
    background: var(--filter-bg-hover);
    border-radius: 3px;
}

.smart-filter-dropdown-popup ul::-webkit-scrollbar-thumb {
    background: var(--filter-primary);
    border-radius: 3px;
}

.smart-filter-dropdown-popup ul li {
    display: block;
    margin-bottom: 2px;
}

.smart-filter-dropdown-popup ul li:first-child {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--filter-border);
}

.smart-filter-dropdown-popup ul li label {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 4px;
    color: var(--filter-text-dark);
    font-size: 14px;
    cursor: pointer;
    transition: var(--filter-transition);
}

.smart-filter-dropdown-popup ul li label:hover {
    background: var(--filter-bg-hover);
}

.smart-filter-dropdown-popup ul li label.selected {
    background: var(--filter-bg-active);
    color: var(--filter-primary);
    font-weight: 600;
}

.smart-filter-dropdown-popup ul li label.disabled {
    background: transparent;
    color: var(--filter-text-light);
    opacity: 0.6;
    cursor: not-allowed;
}

/* ========================================
   ЧЕКБОКСЫ И МЕТКИ
   ======================================== */
.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--filter-border);
    border-radius: 5px;
    background: var(--filter-bg);
    cursor: pointer;
    transition: var(--filter-transition);
}

.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn {
    border-color: var(--filter-primary);
    background: var(--filter-bg-active);
}

.smart-filter-checkbox-text,
.smart-filter-dropdown-text {
    font-size: 14px;
    color: var(--filter-text-dark);
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text {
    color: var(--filter-text-light);
    opacity: 0.6;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
    position: relative;
    opacity: 0.5;
    cursor: not-allowed;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn::before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '✕';
    color: #999;
    font-size: 18px;
    z-index: 10;
}

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
    min-height: 20px;
    font-weight: normal;
    cursor: pointer;
    transition: var(--filter-transition);
}

/* ========================================
   ИЗОБРАЖЕНИЯ В ЧЕКБОКСАХ
   ======================================== */
.smart-filter-checkbox-btn-image {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

/* ========================================
   СПИСКИ ЧЕКБОКСОВ
   ======================================== */
.smart-filter-input-group-checkbox-list {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.smart-filter-input-group-checkbox-list label {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    margin-bottom: 4px;
    border-radius: 5px;
    cursor: pointer;
    transition: var(--filter-transition);
}

.smart-filter-input-group-checkbox-list label:hover {
    background: var(--filter-bg-hover);
}

.smart-filter-input-group-checkbox-list label.bx-active {
    background: var(--filter-bg-active);
}

/* Стилизация скроллбара */
.smart-filter-input-group-checkbox-list::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 131, 209, 0.05);
    border-radius: 4px;
}

.smart-filter-input-group-checkbox-list::-webkit-scrollbar-thumb {
    background: var(--filter-primary);
    border-radius: 4px;
    transition: var(--filter-transition);
}

.smart-filter-input-group-checkbox-list::-webkit-scrollbar-thumb:hover {
    background: #006ba8;
}

/* ========================================
   СТИЛИЗАЦИЯ FORM-CHECK
   ======================================== */
.form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 2px solid var(--filter-border);
    cursor: pointer;
    transition: var(--filter-transition);
}

.form-check-input:hover {
    border-color: var(--filter-primary);
}

.form-check-input:checked {
    background-color: var(--filter-primary);
    border-color: var(--filter-primary);
}

.form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(0, 131, 209, 0.15);
    border-color: var(--filter-primary);
}

.form-check-label {
    cursor: pointer;
    font-size: 14px;
    color: var(--filter-text-dark);
    user-select: none;
}

/* ========================================
   КНОПКИ ФИЛЬТРА
   ======================================== */
.smart-filter-button-box {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid var(--filter-border);
}

.btn-themes {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: var(--filter-radius);
    background: var(--filter-primary);
    color: var(--filter-bg);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: var(--filter-transition);
}

.btn-themes:hover {
    background: #006ba8;
    color: var(--filter-bg);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 131, 209, 0.3);
}

.btn-themes:active {
    transform: translateY(0);
}

.btn-themes.bx-active,
.btn-themes:focus {
    background: #006ba8;
    color: var(--filter-bg);
}

/* ========================================
   POPUP РЕЗУЛЬТАТОВ
   ======================================== */
.smart-filter-popup-result {
    position: absolute;
    z-index: 100;
    display: none;
    margin-top: 10px;
    padding: 12px 16px;
    min-height: 40px;
    border: 1px solid var(--filter-border);
    border-radius: var(--filter-radius);
    background: var(--filter-bg);
    box-shadow: var(--filter-shadow);
    color: var(--filter-text-dark);
    font-size: 13px;
    line-height: 1.5;
    white-space: nowrap;
}

.smart-filter-popup-result a {
    color: var(--filter-primary);
    text-decoration: none;
    transition: var(--filter-transition);
}

.smart-filter-popup-result a:hover {
    color: #006ba8;
    text-decoration: underline;
}

/* ========================================
   АДАПТИВНОСТЬ
   ======================================== */
@media (max-width: 991px) {
    .smart-filter-title {
        font-size: 18px;
    }
    
    .smart-filter-parameters-box-title-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .smart-filter {
        min-width: auto;
    }
    
    .smart-filter-title {
        font-size: 17px;
        margin-bottom: 12px;
    }
    
    .smart-filter-parameters-box {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    
    .smart-filter-input-group-checkbox-list {
        max-height: 180px;
    }
    
    .smart-filter-popup-result {
        position: fixed !important;
        top: auto !important;
        right: 15px !important;
        bottom: 15px !important;
        left: 15px !important;
        z-index: 1001;
        margin: 0;
        padding: 15px;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    }
    
    .smart-filter-popup-result br {
        display: none;
    }
}

@media (max-width: 575px) {
    .smart-filter-slider-track-container {
        padding: 25px 10px;
    }
    
    .smart-filter-checkbox-btn,
    .smart-filter-checkbox-text-btn {
        width: 32px;
        height: 32px;
    }
    
    .smart-filter-checkbox-btn-image {
        width: 22px;
        height: 22px;
    }
}

/* ========================================
   ДОПОЛНИТЕЛЬНЫЕ УЛУЧШЕНИЯ
   ======================================== */

/* Анимация появления блоков */
@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 500px;
    }
}

.smart-filter-parameters-box.bx-active .smart-filter-block {
    animation: slideDown 300ms ease;
}

/* Улучшенный фокус для доступности */
.smart-filter-checkbox-btn:focus-visible,
.smart-filter-input-group-dropdown:focus-visible,
.form-check-input:focus-visible {
    outline: 2px solid var(--filter-primary);
    outline-offset: 2px;
}

/* Счетчик выбранных элементов */
.smart-filter-parameters-box-title .filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    margin-left: 8px;
    padding: 0 6px;
    border-radius: 10px;
    background: var(--filter-primary);
    color: var(--filter-bg);
    font-size: 11px;
    font-weight: 700;
}

/* Стиль для "Показать все" */
.smart-filter-show-all {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 0;
    color: var(--filter-primary);
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    transition: var(--filter-transition);
}

.smart-filter-show-all:hover {
    color: #006ba8;
    text-decoration: underline;
}

/* Кнопка очистки фильтра */
.smart-filter-reset {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid var(--filter-border);
    border-radius: var(--filter-radius);
    background: transparent;
    color: var(--filter-text-muted);
    font-size: 13px;
    cursor: pointer;
    transition: var(--filter-transition);
}

.smart-filter-reset:hover {
    border-color: var(--filter-primary);
    color: var(--filter-primary);
    background: var(--filter-bg-active);
}

/* Loader для Ajax-обновления */
.smart-filter-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    z-index: 50;
}

.smart-filter-loader.active {
    display: flex;
}

.smart-filter-loader::after {
    content: '';
    width: 30px;
    height: 30px;
    border: 3px solid var(--filter-border);
    border-top-color: var(--filter-primary);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?15695626332530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/dizel/components/bitrix/catalog.item/bootstrap_v4/style.css?176173079915618*/
/* ========================================
   ПЕРЕМЕННЫЕ И ОСНОВНЫЕ НАСТРОЙКИ
   ======================================== */
:root {
    --primary-color: #0083D1;
    --accent-color: #f9a91d;
    --text-dark: #3f3f3f;
    --text-muted: #6c757d;
    --text-light: #a5a5a5;
    --border-color: #e6e6e6;
    --bg-light: #f3f3f3;
    --white: #fff;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, .12);
    --transition: all 250ms ease;
    --border-radius: 6px;
}

/* ========================================
   КОНТЕЙНЕР ТОВАРА
   ======================================== */
.product-item-container {
    position: relative;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    padding: 0.875rem;
    margin-bottom: 15px;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.product-item-container:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.product-item-container.hover {
    z-index: 17;
}

/* ========================================
   КАРТОЧКА ТОВАРА
   ======================================== */
.product-item {
    display: block;
    box-sizing: border-box;
    padding-top: 8px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: var(--border-radius);
    background: var(--white);
    transition: var(--transition);
}

.product-item-line-card .product-item {
    border-bottom: 1px solid var(--border-color);
}

.bx-no-touch .product-item-container.hover .product-item {
    position: absolute;
    right: -12px;
    left: -12px;
    padding: 12px 12px 0;
    width: auto;
    box-shadow: var(--shadow-md);
    animation: product-item-hover 250ms ease;
}

@keyframes product-item-hover {
    0% {
        position: absolute;
        left: 0;
        right: 0;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        padding-left: 0;
        padding-right: 0;
    }
    100% {
        box-shadow: var(--shadow-md);
        left: -12px;
        right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* ========================================
   ИЗОБРАЖЕНИЕ ТОВАРА
   ======================================== */
.product-item-image-wrapper {
    position: relative;
    display: block;
    padding-top: 100%;
    width: 100%;
    transition: var(--transition);
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 8px;
}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 250ms linear;
}

.product-item-image-original {
    z-index: 11;
}

.product-item-image-alternative {
    z-index: 13;
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
    opacity: 1;
}

/* ========================================
   СЛАЙДЕР ИЗОБРАЖЕНИЙ
   ======================================== */
.product-item-image-slider-slide-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: opacity 250ms ease;
}

.product-item-image-slide {
    position: relative;
    display: none;
    height: 100%;
    background-color: var(--white);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .5s ease-in-out;
    backface-visibility: hidden;
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
    display: block;
}

.product-item-image-slider-control-container {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    z-index: 15;
    display: block;
    padding: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container {
    opacity: 1;
}

.product-item-image-slider-control {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, .6);
    cursor: pointer;
    transition: var(--transition);
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active {
    background-color: var(--primary-color);
    transform: scale(1.15);
}

/* ========================================
   МЕТКИ И СТИКЕРЫ
   ======================================== */
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 15;
}

.product-item-label-text span {
    display: inline-block;
    margin-bottom: 3px;
    padding: 3px 8px;
    background: #f42c2c;
    color: var(--white);
    border-radius: 3px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.3;
    transition: var(--transition);
}

.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
    padding: 3px 7px;
    font-size: 9px;
}

.product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 11px;
}

.product-item-label-top {
    top: 6px;
}

.product-item-label-left {
    left: 6px;
}

.product-item-label-right {
    right: 6px;
}

/* ========================================
   НАЗВАНИЕ ТОВАРА
   ======================================== */
.product-item-title {
    margin: 8px 0 6px;
    padding: 0;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.3;
    min-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item-title a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 600;
    transition: color 200ms ease;
}

.product-item-title a:hover {
    color: var(--primary-color);
}

.product-item-big-card .product-item-title a {
    font-size: 16px;
}

.product-item-line-card .product-item-title {
    text-align: left;
}

/* ========================================
   ЦЕНА
   ======================================== */
.product-item-price-container {
    text-align: center;
    line-height: 1.2;
    margin: 8px 0;
}

.product-item-price-current {
    color: var(--text-dark);
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
}

.product-item-price-old {
    color: var(--text-light);
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 12px;
    margin-left: 6px;
}

.product-item-big-card .product-item-price-current {
    font-size: 20px;
}

/* ========================================
   ХАРАКТЕРИСТИКИ - КЛЮЧЕВЫЕ (КАРТОЧКИ)
   ======================================== */
.props-highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 8px;
    margin: 10px 0 12px;
}

.prop-card {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    background-color: var(--white);
    transition: var(--transition);
}

.prop-card:hover {
    box-shadow: 0 3px 8px rgba(0, 131, 209, 0.12);
    border-color: var(--primary-color);
    transform: translateY(-1px);
}

.prop-card__icon {
    flex-shrink: 0;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 131, 209, 0.08) 0%, rgba(0, 131, 209, 0.03) 100%);
    border-radius: 6px;
}

.prop-card__icon svg {
    width: 18px;
    height: 18px;
    fill: var(--primary-color);
}

.prop-card__text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
    flex: 1;
}

.prop-card__value {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prop-card__name {
    font-size: 9px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ========================================
   ХАРАКТЕРИСТИКИ - ОБЫЧНЫЕ (СПИСОК)
   ======================================== */
.product-item-detail-properties {
    margin: 12px 0;
}

.product-item-detail-properties-item {
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-size: 11px;
    border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}

.product-item-detail-properties-item:last-child {
    border-bottom: none;
}

.product-item-detail-properties-name {
    color: var(--text-muted);
    white-space: nowrap;
    font-size: 11px;
}

.product-item-detail-properties-dots {
    border-bottom: 1px dashed #ddd;
    flex-grow: 1;
    margin: 0 6px;
    min-width: 15px;
}

.product-item-detail-properties-value {
    text-align: right;
    font-weight: 600;
    color: var(--text-dark);
    font-size: 11px;
}

/* ========================================
   КОЛИЧЕСТВО И КНОПКИ
   ======================================== */
.product-item-info-container {
    clear: both;
    margin: 12px 0;
    opacity: 1;
    transition: var(--transition);
}

.product-item-amount-field-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120px;
    margin: 0 auto 10px;
    gap: 6px;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background-color: var(--bg-light);
    color: var(--text-dark);
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.product-item-amount-field-btn-plus:hover::after,
.product-item-amount-field-btn-minus:hover::after {
    filter: brightness(0) invert(1);
}

.product-item-amount-field-btn-plus::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23525C68" d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/></svg>') center/contain no-repeat;
}

.product-item-amount-field-btn-minus::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23525C68" d="M19 13H5v-2h14v2z"/></svg>') center/contain no-repeat;
}

.product-item-amount-field {
    flex: 1;
    height: 28px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background: var(--white);
    color: var(--text-dark);
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    transition: var(--transition);
}

.product-item-amount-field:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(0, 131, 209, 0.08);
}

/* ========================================
   КНОПКИ ДЕЙСТВИЙ
   ======================================== */
.product-item-button-container {
    text-align: center;
    margin-top: 10px;
}

.product-item-button-container .btn {
    display: inline-block;
    padding: 9px 18px;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    letter-spacing: 0.3px;
}

.product-item-button-container .btn:hover {
    background: #006ba8;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 131, 209, 0.25);
}

.product-item-button-container .btn:active {
    transform: translateY(0);
}

/* ========================================
   АДАПТИВНОСТЬ
   ======================================== */
@media (max-width: 1199px) {
    .props-highlight-grid {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    }
}

@media (max-width: 991px) {
    .product-item-container {
        padding: 0.75rem;
    }
    
    .props-highlight-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 6px;
    }
    
    .prop-card {
        padding: 6px;
    }
    
    .prop-card__icon {
        width: 28px;
        height: 28px;
        margin-right: 6px;
    }
    
    .prop-card__icon svg {
        width: 16px;
        height: 16px;
    }
    
    .prop-card__value {
        font-size: 12px;
    }
    
    .prop-card__name {
        font-size: 8px;
    }
}

@media (max-width: 767px) {
    .product-item-container {
        padding: 0.625rem;
        margin-bottom: 12px;
    }
    
    .props-highlight-grid {
        grid-template-columns: 1fr;
        gap: 6px;
        margin: 8px 0 10px;
    }
    
    .product-item-price-current {
        font-size: 15px;
    }
    
    .product-item-title {
        font-size: 12px;
        min-height: 30px;
        margin: 6px 0;
    }
    
    .product-item-button-container .btn {
        padding: 8px 16px;
        font-size: 11px;
    }
    
    .product-item-detail-properties-item {
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .product-item-container {
        padding: 0.5rem;
    }
    
    .prop-card {
        padding: 6px;
    }
    
    .prop-card__icon {
        width: 26px;
        height: 26px;
        margin-right: 6px;
    }
    
    .prop-card__icon svg {
        width: 14px;
        height: 14px;
    }
    
    .prop-card__value {
        font-size: 11px;
    }
    
    .prop-card__name {
        font-size: 8px;
    }
    
    .product-item-amount-field-container {
        max-width: 110px;
    }
    
    .product-item-amount-field-btn-plus,
    .product-item-amount-field-btn-minus {
        width: 26px;
        height: 26px;
    }
    
    .product-item-amount-field {
        height: 26px;
        font-size: 12px;
    }
}

/* ========================================
   УТИЛИТЫ
   ======================================== */
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ========================================
   ДОПОЛНИТЕЛЬНЫЕ ОПТИМИЗАЦИИ
   ======================================== */
.product-item-image-wrapper {
    background: #fafafa;
}

.product-item-container {
    will-change: transform;
}

.product-item-button-container .btn {
    white-space: nowrap;
}

/* Улучшенная видимость меток */
.product-item-label-text span {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
/* End */
/* /local/templates/dizel/components/bitrix/catalog/bootstrap_v4_m4/style.min.css?1733927010684 */
/* /local/templates/dizel/components/bitrix/catalog.section.list/bootstrap_v4/style.css?17442735423139 */
/* /local/templates/dizel/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?176173163021598 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?15695626332530 */
/* /local/templates/dizel/components/bitrix/catalog.item/bootstrap_v4/style.css?176173079915618 */
