

/* Start:/local/templates/skatgroup/components/bitrix/catalog.section.list/skat_section_list/style.min.css?1766743695100*/
.subcategory-card.-hidden-section {
    display: none;
}

.more__btn.--hidden {
    display: none;
}
/* End */


/* Start:/local/templates/skatgroup/components/bitrix/menu/catalog_sidebar/style.css?17756300702841*/
.submenu-toggle-third, .submenu-toggle-fourth {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.submenu-toggle-third-svg, .submenu-toggle-fourth-svg {
    transition: transform 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Стрелка вниз, когда элемент активен */
.has-third-level.actives .submenu-toggle-third-svg {
    transform: rotate(180deg);
}

.has-fourth-level.actives .submenu-toggle-fourth-svg  {
    transform: rotate(180deg);
}

.menu-item2__subsublinks {
    margin-left: 15px;
    padding-top: 5px;
}

.menu-item2__subsubsublinks {
    margin-left: 15px;
    padding-top: 5px;
}

.menu-item2__subsublinks li, .menu-item2__subsubsublinks li {
    padding: 5px 0;
}

.menu-item2__subsublinks a, .menu-item2__subsubsublinks a {
    font-size: 14px;
    color: #666;
    display: block;
}

.menu-item2__subsublinks a:hover, .menu-item2__subsubsublinks a:hover {
    color: #4e97d3;
}

/* 1. Делаем весь контейнер переключателя (заголовок + стрелка) полностью прозрачным для кликов */
.has-third-level.active .submenu-toggle-third,
.has-fourth-level.active .submenu-toggle-fourth {
    pointer-events: auto;
}

/* 2. Явно запрещаем клик по ссылке внутри заголовка (на случай если браузер пытается её активировать) */
.has-third-level.active .submenu-toggle-third a,
.has-fourth-level.active .submenu-toggle-fourth a {
    pointer-events: none;
    cursor: default; /* Курсор становится обычным, показывая, что ссылка не активна */
}

/* 3. Явно разрешаем клики по ссылкам внутри раскрытого списка */
.has-third-level.active .menu-item2__subsublinks a,
.has-fourth-level.active .menu-item2__subsubsublinks a {
    pointer-events: auto !important;
    cursor: pointer;
    position: relative; /* Иногда помогает поднять элемент выше в контексте наложения */
    z-index: 2; /* Гарантируем, что ссылки выше любого перекрытия */
}

/* Дополнительно: убедимся, что сам список UL тоже пропускает клики к своим детям, если вдруг он перекрыт */
.has-third-level.active .menu-item2__subsublinks,
.has-fourth-level.active .menu-item2__subsubsublinks {
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

.has-third-level .menu-item2__subsublinks li.active a {
    color: #0c67bd;
}
/* End */


/* Start:/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/style.css?17756547453151*/
.color-item .bx-filter-param-label.bx-active .color-item__top::before {
    opacity: 1;
}

.color-item .bx-filter-param-label.bx-active .color-item__bottom .color-item__title {
    font-weight: 600;
}

.bx-filter-parameters-box {
    position: relative;
}

#modef {
    z-index: 100;
    background-color: #eff3f6;
    position: absolute;
    padding: 10px 15px;
    border-radius: 10px;
    right: -145px;
    /*top: 50%;
    transform: translateY(-50%);*/
    flex-direction: column;
    row-gap: 6px;
}

#modef .bx-filter-popup-result-btn {
    margin-bottom: 0 !important;
    padding: 8px;
    text-align: center;
    justify-content: center;
}

/*#modef {
    z-index: 100;
    background-color: #fff;
    position: fixed;
    padding: 10px 15px;
    border-radius: 10px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    row-gap: 6px;
}

.--bottom.bx-filter-popup-result {
    opacity: 0;
    visibility: hidden;
}

*/

.bx-filter-popup-result-btn {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    padding: 10px 12px;
    height: auto;
    background-color: #4e97d3;
    color: #fff;
    border-radius: 4px;
    border: 0 solid transparent;
    transition: .2s;
}

.bx-filter-popup-result-btn:hover {
    cursor: pointer;
    background-color: #3a7db5;
}

.bx-filter-popup-result-btn:hover {
    color: #fff;
}

.bx-filter-button-container {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}

.js-hidden-all {
    display: none;
}
.js-hidden-mobile {
    display: none;
}
.filter-group__bottom .filter-group__checks._col2 .js-hidden-mobile {
    display: none;
}
.filter-group__nav .js-show-more-filter {
    margin-right: auto;
    display: none;
}
.filter-group[data-key="152"] .filter-group__bottom .filter-group__checks._col2 .js-hidden-mobile {
    display: inline-block;
}
.filter-group[data-key="152"] .js-hidden-all {
    display: block;
}
.filter-group[data-key="152"] .bx-filter-popup-result-btn {
    font-size: 16px;
}
.filter-group[data-key="152"] .filter-group__nav .js-show-more-filter {
    display: block;
}
.filter-group[data-key="152"] #del_filter.bx-filter-popup-result-btn {
    background-color: inherit;
    border: 1px solid #4e97d3;
    color: #4e97d3;
}
@media (min-width: 576px) {
    .js-hidden-mobile {
        display: block;
    }

    .filter-group__bottom .filter-group__checks._col2 .js-hidden-mobile {
        display: inline-block;
    }
}
@media (max-width: 576px) {
    .bx-filter-popup-result-btn {
        font-size: 16px;
    }
    .filter-group__nav .js-show-more-filter {
        display: block;
    }
    #del_filter.bx-filter-popup-result-btn {
        background-color: inherit;
        border: 1px solid #4e97d3;
        color: #4e97d3;
    }
}
.js-show-more-filter[data-shown="true"]::before {
    content: "Скрыть ";
}

.js-show-more-filter:not([data-shown="true"])::before {
    content: "Показать ещё ";
}

.js-show-more-filter:not([data-shown="true"])::before {
    content: "Показать ещё ";
}
/* End */


/* Start:/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/colors.min.css?17667436954373*/
.bx-filter.bx-blue .bx-filter-section{background:#edf6fc}.bx-filter.bx-blue .bx-filter-input-container input:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background:#849da4}.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background:#a8dff3}.bx-filter.bx-blue .bx-ui-slider-pricebar-v{background:#499fd8}.bx-filter.bx-blue .bx-ui-slider-handle.left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top}.bx-filter.bx-blue .bx-ui-slider-handle.right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top}.bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-filter.bx-blue .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-blue .bx-tag-link{color:#68939e}.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-filter.bx-blue .bx-filter-param-btn:active,.bx-filter.bx-blue .bx-filter-param-btn:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .btn-themes{background-color:#1485ce;border-color:#1485ce;color:#FFF}.bx-filter.bx-blue .btn-themes.bx-active,.bx-filter.bx-blue .btn-themes.focus,.bx-filter.bx-blue .btn-themes:active,.bx-filter.bx-blue .btn-themes:focus,.bx-filter.bx-blue .btn-themes:hover{background-color:#53a4d8;border-color:#53a4d8;color:#FFF}
/* End */


/* Start:/local/templates/skatgroup/components/bitrix/system.pagenavigation/skat-pagination/style.css?176674369465*/
.js-pagination.hidden {
    opacity: 0;
    visibility: hidden;
}
/* End */


/* Start:/local/templates/skatgroup/components/bitrix/catalog.section/skat_section/style.css?17689886183932*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

.not-filter-result {
	font-size: 2em;
	font-weight: 500;
	text-align: center;
	grid-column: span 4;
	padding: 2em 1em 0;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?177384119251*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/skatgroup/components/bitrix/catalog.section/skat_section/themes/blue/style.min.css?1766743694706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/skatgroup/components/bitrix/catalog.section.list/skat_section_list/style.min.css?1766743695100 */
/* /local/templates/skatgroup/components/bitrix/menu/catalog_sidebar/style.css?17756300702841 */
/* /local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/style.css?17756547453151 */
/* /local/templates/skatgroup/components/bitrix/catalog.smart.filter/skat_filter/themes/blue/colors.min.css?17667436954373 */
/* /local/templates/skatgroup/components/bitrix/system.pagenavigation/skat-pagination/style.css?176674369465 */
/* /local/templates/skatgroup/components/bitrix/catalog.section/skat_section/style.css?17689886183932 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?177384119251 */
/* /local/templates/skatgroup/components/bitrix/catalog.section/skat_section/themes/blue/style.min.css?1766743694706 */
