

/* Start:/bitrix/templates/from_mirror/components/bitrix/catalog/catalog/style.css?17302840084811*/
10.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%;
	}

}
.top_control_panel{
	background: #dadada;
}
.top_control_panel 
.control_left{
	float: left;
}
.top_control_panel 
.control_right{
	float: right;
}
.control_left 
.control_count{
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}
.control_sort{
	position: relative;
	padding: 20px 0;
	display: inline-block;

}
.control_sort .ask,
.control_sort .desc{
	position: absolute;
	width: 0;
	height: 0;
	top:0;
}
.control_sort .ask{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #000;
	right: -21px;
	top:12px;
}
.control_sort .desc{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top:  10px solid #000;
	right: -21px;
	top:23px;
}
.type_tile,
.type_line{
	display: inline-block;
	width: 22px;
	height: 22px;
}
.type_tile{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAbUlEQVRIS2NkoBNgpJM9DMPbogsMDAz6aEEJEjOEilEkjxx0/3HEF0wNRfLD2yJscXCRgYHBAE8cES0/mrzJTv7DO9VRlCEZGBjw6kcOutHkTVJVRijoRktvbMEJDrUBybCjyZvs5E2SRlIVAwA90T8b2N0qkAAAAABJRU5ErkJggg==);
	background-size: cover;
}
.type_line{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAArklEQVRoQ+2YUQ7AIAhD9ea7uYtXoJSY5u2fKn01kO0V8u2QPhaNvEYSIhAxOXCj9Zm0R2VvI2f0RNNhNGIytiwbRSTmsZdxvlTIZH+Jxr0LRCBicoBomYwty0YRiZnsrPHlQBsKo7bfmGjFPHZDYuclo+bIvH2GEyFiMFWShIhkn6EYIgZTJUn+xkv2GYrZfg2mSpJRRFjjpSw0FzMQmw2V5SAiW9gsAJFmQ2W5H0iEDyePg9qEAAAAAElFTkSuQmCC);
	background-size: cover;
}
.controll_type,
.top_control_panel .controll_compate_btn{
	display: inline-block;
}
.top_control_panel .controll_compate_btn{
	background:#169BD5;
	color:#fff!important;
	width: 140px;
	padding: 5px 0;
	text-align: center;
}
.checkbox{
	display: block!important;
}
.filter-sort__down.active{
	background-position: -12px -4075px;
}
.filter-sort__up.active{
	background-position: 0px -4075px;
}

.chpu-items-wrapper {
	margin-bottom: 30px;
	position: relative;
}

.chpu-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 8px;
	padding-right: 25px;
	overflow: hidden;
  	max-height: 68px;
  	will-change: max-height;
  	-webkit-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;
}

.chpu-items a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 50px;
	border: 1px solid #0082cb;
	color: #0082cb;
	font-size: 14px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 2px 10px;
}

.chpu-items a:hover {
    background-color: #0082cb;
    color: #fff;
}

.chpu-items a.active {
	background-color: #0082cb;
    color: #fff;
	pointer-events: none;
}

.chpu-items span {
	font-size: 14px;
}

.chpu-items-show-all {
	position: absolute;
    right: 0;
    bottom: 0px;
    width: 25px;
    height: 25px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;
}

.chpu-items-show-all.active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.chpu-items-show-all.hidden {
	display: none;
}

.chpu-items-show-all svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
	object-fit: contain;
}

@media screen and (max-width: 767px) {
	.chpu-items span {
		width: 100%;
	}

	.chpu-items {
    	padding-right: 0;
		max-height: 138px;
	}

	.chpu-items-show-all {
		bottom: -14px;
	}
}

@media screen and (max-width: 375px) {
	.chpu-items a {
		padding: 2px 5px;
	}
}

@media screen and (max-width: 359px) {
	.chpu-items a {
		font-size: 13px;
	}
}
.sort_bar_container {
	display:flex;
	justify-content:end;
	margin-bottom:28px;
}
.sort_bar {
background-color: #0082cb;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
padding:3px 0 3px 10px;
}
/* End */


/* Start:/bitrix/templates/from_mirror/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1635240517350*/
.catalog_section_list{
	margin-top: 30px;
}
.catalog_section_block{
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
.catalog_section_block img{
	float: left;
}
.section_menu{
	float:left;
}
.top_section{
	color:#000;
	font-weight: bold;
	font-size: 15px;
}
.product-catalog__header{
	display: block;
}
.product-catalog__header-name{
	color:#000;
}
/* End */
/* /bitrix/templates/from_mirror/components/bitrix/catalog/catalog/style.css?17302840084811 */
/* /bitrix/templates/from_mirror/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1635240517350 */
