.catalog__about-image{
	max-width: 100%;
	height: auto;
}

.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	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 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}



.filter_pechi{
    background: #EDEDED;
    padding: 15px 0 0;
}


.wrapper{
    margin-top: 75px;
    margin-bottom: 75px;
}

.wrapper h1{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    color: #000000;
    text-align: center;
}


@media(max-width:992px){
    .wrapper{
        margin-top: 45px;
        margin-bottom: 45px;
    }
    
    .wrapper h1{
        font-size: 30px;
    }    
}





.sort_for_other_section{
	background: #EDEDED;
	padding: 20px 0;
}

.sort_for_other_section .bx-filter-parameters-box-title {
    padding: 15px 17px 16px;
    background: #fff;
    cursor: pointer;
}

.sort_for_other_section .bx-filter-parameters-box-title span{
	font-family: 'Fira Sans',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
	display: block;
    position: relative
}

.sort_for_other_section .bx-filter-parameters-box-title span:after {
    position: absolute;
    content: '';
    background: url(/local/templates/.default/components/bitrix/catalog.smart.filter/filter_pechi/./images/Icon_arrow_down.png) no-repeat center center;
    right: 0;
    bottom: 0px;
    top: 0;
    margin: auto;
    width: 10px;
    height: 11px;
}
.sort_for_other_section .filter__item {
    position: absolute;
    top: 54px;
    left: 15px;
    right: 15px;
    z-index: 100;
    background: #ffffff;
    border: 1px solid #C6C6C6;
    padding: 28px 15px 16px;
    /* pointer-events: all; */
}
.sort_for_other_section  .filter__item_sort{
	display: flex;
	flex-direction: column;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.sort_for_other_section  .bx-filter-parameters-box-title_sort_active~.filter__item_sort{	
	opacity: 1;
	user-select: unset;

}
.sort_for_other_section  .filter__item_sort a{
	display: flex;
	font-family: 'Fira Sans',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
	line-height: 18px;
    color: #000000;
	margin-bottom: 20px;
	cursor: pointer;
}
.sort_for_other_section  .filter__item_sort a:last-child{	
	margin-bottom: 0px;
}
.sort_for_other_section  .filter__item_sort a:hover{	
    color: #000000;
	text-decoration: none;
}
.sort_for_other_section  .filter__item_sort a::before{
	content: '';
	width: 20px;
	height: 20px;
	background: #E8E8E8;
	margin-right: 18px;
	display: block;
}
.sort_for_other_section  .filter__item_sort a.active_sort::before{
	background: #D71B19 url(/local/templates/.default/components/bitrix/catalog.smart.filter/filter_pechi/./images/filter_check.png) no-repeat center;
}

