

/* Start:/local/templates/sibdk/components/bitrix/catalog/catalog_new_dev/style.css?17352695135414*/

.aside__wrap li {
	position: relative;
	
}
.aside__wrap li span {
	position: absolute;
	top:0;
	right:-5px;
	width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aside__wrap li span.selected {
	/* transform: rotate(180deg); */
}
.aside__wrap .selected {
	text-decoration: underline;
    color: #000000;
	font-weight: 700;
}

.catalog__sorting p {
	color: #696969;
}
.catalog__sorting a:hover {
	text-decoration:none;
}

.mobi-filter,
.aside__btn.title_filter{
    display: none;
}

/* стили для фильтра по тегам */

.tag-filter-container.preview,
.tag-filter-container.detail{
    display: none;
}

.tag-filter-container.preview.active,
.tag-filter-container.detail.active{
    display: block;
}

.tag-filter-container{
    margin-bottom: 20px;
}

.tag-filter-container.preview.active ul{
    /* max-height: 42px; */
    overflow: hidden;
}

.tag-filter-item{
    order: 1;
}

.tag-filter-item:has(.tag-filter-label.active){
    order: 0;
}

.tag-filter-container-item{
    margin-bottom: 10px;
}

.tag-filter-container-item.NO_SECTION_TAGS{
    /* padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,.1); */
}

.tag-filter-container ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.tag-filter-label, .tag-filter-more_btn{
    padding: 10px 15px;
    border-radius: 10px;
    color: #222;
    border: 1px solid #ECECEC;
    cursor: pointer;
    white-space: nowrap;
}

.tag-filter-more_btn{
    max-height: 42px;
}

.tag-filter-more_btn:hover{
    transition: .3s;
    color: #fff;
    background-color: #F41F1F;
    border-color: #F41F1F;
}

.tag-filter-title{
    display: block;
    font-size: 15px;
    color: #696969;
    margin-bottom: 10px;
}

label.tag-filter-label{
    margin-bottom: 0;
}

label.tag-filter-label.active,
label.tag-filter-label:hover{
    transition: .3s;
    color: #F41F1F;
    border-color: #F41F1F;
}

.tag-filter-item.more_btn{
    margin-left: auto;
    order: 1;
}

.tag-row{
    display: flex;
    justify-content: space-between;
    flex-flow: row;
}

.product-card{
    background-color: #fff;
    /* box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05), 0px 4px 40px 0px rgba(0, 0, 0, 0.05); */
    border-radius: 10px;
    margin-top: 0 !important;
}


.catalog__block{
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05), 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border-radius: 10px;

    padding-top: 10px;
}

.catalog__block .btn2{
    border-radius: 0 0 10px 10px !important;
}

.products__slider_good_day .catalog__block{
    padding-bottom: 0;
}
.products__slider_good_day .catalog__block .btn2{
    border-radius: 10px !important;
}

/* .catalog__block .catalog__stock.bottom, */
.catalog__block .product-card__title,
.catalog__block .product-card__text,
.catalog__block .product__color,
.catalog__block .cart_hide_block,
.catalog__block .catalog__price,
.catalog__block .btn2{
    padding-left: 20px;
    padding-right: 20px;
}

.product-card__title{
    height: 60px !important;
    text-overflow: none !important;
}

.catalog__stock.top{
    left: 10px !important;
    top: 10px !important;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    /* .catalog__price a.btn1 span.buy_btn{
        transform: translateX(-50%) !important;
    } */

    .qckfx {
        display: flex;
    }

    .product-card .catalog__price .btn1{
        padding: 9px 12px !important;
    }

    .aside__btn.title_filter.open span {
        background:transparent;
        border-color:transparent;
        border: 1px solid #ECECEC;
    }
    .mobi-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
        border: 1px solid #E6E6E6;
        border-radius: 8px;
        padding: 7px 12px;
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
        color: #555555;
        background: transparent;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        margin-bottom: 20px;
    }
    .mobi-filter svg {
        margin-left: 9px;
      }
    
    .aside__wrap.filter.active {
        display: block;
        position: fixed;
        bottom: 70px;
        overflow: hidden;
        width: 100%;
    }
    
    .aside__wrap.filter.active .aside__block{
        max-height: calc(100vh - 120px - 70px - 60px);
        overflow: auto;
    }
    
    .aside__wrap.filter .title_filter{
        display: none;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .aside__wrap.filter .title_filter span{
        width: 25px;
        height: 25px;
    }
    .aside__wrap.filter.active .title_filter{
        display: flex;
    }
    .catalog__price .btn1{
        margin-bottom: 20px !important;
    }    
    .catalog__block{
        padding-bottom: 40px !important;
    }
    label.tag-filter-label:not(.active):hover{
        transition: unset;
        color: unset;
        border-color: #ECECEC;
    }
    .tag-filter-container ul{
        flex-wrap: nowrap;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
    }
    .tag-filter-more_btn{
        display: none;
    }
}

/* End */


/* Start:/local/templates/sibdk/components/bitrix/catalog.smart.filter/catalog_filter_new_dev1/style.css?17084171252377*/
.bx-filter-parameters-box.aside__checkbox.THICKNESS_NEW .aside__check{	
	width: 50%;	
}
.bx-filter-parameters-box.aside__checkbox.THICKNESS_NEW .bx-filter-block.bx-filter-parameters-box-container{	
	display: flex;
    flex-wrap: wrap;
}

.bx-filter-parameters-box-container.buttons{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.bx-filter-parameters-box-container.buttons .btn1,
.bx-filter-parameters-box-container.buttons .btn2{
	font-weight: 700;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 18px;

}

.bx-filter-param-btn-inline { 
    display: flex;
    flex-direction: column;
}

.bx-filter-param-btn-inline.custom_pic_label .wrap-item{ 
    display: none;
}
.bx-filter-param-btn-inline.custom_pic_label .wrap-item:nth-child(-n+5) {
    display: flex;
}
.bx-filter-param-btn-inline label { 
    width: 100%;
    height: 30px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin: 5px;
}
.bx-filter-param-btn-inline label.bx-filter-param-label.bx-active > span{ 
    border: 2px solid #f84040; 
    
}
.bx-filter-param-btn-inline label.bx-filter-param-label.bx-active > span > span{ 
    width: 22px;
    height: 22px;
    border-radius: 5px;
}
.bx-filter-param-btn-inline label span {    
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 7px;
    cursor: pointer;
    border: 2px solid #f8404000; 
}
.bx-filter-param-btn-inline .wrap-item {    
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bx-filter-param-btn-inline .title-item {    
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #696969;
    cursor: pointer;

}

.btn-spoiler {
    padding: 10px;
    cursor: pointer;
}

/*
Скрываем блок фильтра с .HiddenFilter,
убираем лишние отступы для следующих элементов фильтра
*/
.bx-filter-parameters-box.aside__checkbox.HiddenFilter{
    visibility: hidden;
    width: 0.01px;
    height: 0.01px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: -100%;
    left: -100%;
}

.bx-filter-parameters-box.aside__checkbox.HiddenFilter + .bx-filter-parameters-box.aside__checkbox{
    padding-top: 0;
}
/* End */


/* Start:/local/templates/sibdk/components/bitrix/catalog.section/sibdk_new_dev1/style.css?17097154224127*/
@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;
}

.catalog__block {
	min-height: 100%;
}

.catalog__block .btn2 {
	position: absolute;
    bottom: 0;
    left: 0;

}
.catalog__price {
	width: 100%;
	position: absolute;
    bottom: 40px;
    left: 0;
}

.catalog__grid{
	row-gap: 20px !important;
}

@media( max-width: 768px ){
	.product-card{
		box-shadow: none;
	}
}
/* End */


/* Start:/local/templates/sibdk/components/bitrix/catalog.section/sibdk_new_dev1/themes/blue/style.css?1703220168825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.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;}

/* SCU */
.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;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/sibdk/components/bitrix/catalog/catalog_new_dev/style.css?17352695135414 */
/* /local/templates/sibdk/components/bitrix/catalog.smart.filter/catalog_filter_new_dev1/style.css?17084171252377 */
/* /local/templates/sibdk/components/bitrix/catalog.section/sibdk_new_dev1/style.css?17097154224127 */
/* /local/templates/sibdk/components/bitrix/catalog.section/sibdk_new_dev1/themes/blue/style.css?1703220168825 */
