

/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/catalog.smart.filter/catalog-custom/style.css?16345317844493*/
/*BIZ*/
.bx_filter .bx_filter_parameter_biz{
	font-size:15px;
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
	color:#215968;
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz:hover{
	text-decoration:none;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active{
	position:relative;
	padding-left:20px;
	color:#d54a4a;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active:hover{
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz.active:before{
	position:absolute;
	top:4px;
	left:1px;
	display:block;
	width:13px;
	height:13px;
	content:' ';
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC') no-repeat center left;
}
/* SMART FILTER STILES */
.row.bx-filter-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
	background: #F9F9F9;
}
.bx-filter-list .bx-filter-list-item {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
body .catalog.bx_filter .bx_filter_block {
	position: absolute;
    padding: 19px 19px 15px;
    display: none;
    width: 232px;
    z-index: 3;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
}
body .catalog .bx_filter_parameters_box {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
}
body .catalog.bx_filter .bx_filter_parameters_box_title:before {
	right: -6px;
}
body .filter_button_holder .bx_filter_block {
	position: relative !important;
	display: block !important;
}
body .catalog .bx_filter_button_box {
	padding-left: 0;
}
body .bx_filter .bx_filter_button_box {
	display: none;
	margin: 17px -19px -15px;
	padding: 10px 19px;
	height: 57px;
	text-align: left;
	border-top: 1px solid #f2f2f2;
	background: #f9f9f9;
}
body .catalog .bx_filter_button_box .bx_filter_parameters_box_container {
	display: flex;
	align-items: center;
}
body .bx_filter .filter_button_holder .bx_filter_button_box {
	display: block;
}
.ico-close {
	display: none;
	width: 14px;
	height: 14px;
	margin-left: auto;
	cursor: pointer;
    background: url('/bitrix/templates/aspro-allcorp2/images/allcorp2.png') -85px 0px no-repeat;
    transition: opacity 0.3s ease;
    z-index: 1;
}
body .filter_button_holder .bx_filter_popup_result.right {
	display: none !important;
}
body .bx_filter input[type="checkbox"] + label.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
@media(max-width: 991px) {
	body .container .main-section-wrapper .bx_filter {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 320px;
		background: #f9f9f9;
		z-index: 9999;
		overflow-y: auto;
	}
	body .bx_filter .ico-close {
		display: inline-block;
	}
	body .container .main-section-wrapper .bx_filter > .border_block,
	.catalog .bx_filter_section {
		height: 100%;
	}
	body .filter_button_holder {
		position: fixed !important;
		bottom: 0;
		left: 0;
		width: 320px;
		z-index: 100;
	}
	body .bx_filter .bx_filter_button_box {
		background: #fff;
	}
	.row.bx-filter-list {
		flex-direction: column;
		flex-wrap: nowrap;
		padding-bottom: 57px;
	}
	body .catalog.bx_filter .bx_filter_block {
		position: relative;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		z-index: 3;
		border-radius: 0;
		box-shadow: none;
		background: transparent;
	}
	body .catalog .bx_filter_parameters_box {
		padding-top: 15px;
		padding-bottom: 15px;
		border-top: 1px solid #f2f2f2;
	}
	.catalog .bx_filter_button_box .bx_filter_parameters_box_container {
		display: flex;
		flex-wrap: wrap;
	}
	.bx_filter .bx_filter_popup_result#modef_mobile {
		width: 100%;
	}
	body .bx_filter .bx-filter-list-item .bx_filter_block-buttons,
	body .bx_filter .bx-filter-list-item .bx_filter_button_box {
		display: none !important;
		padding: 0;
		margin: 0;
		border: none;
	}
	body .bx_filter_parameters_box .titles {
		display: flex;
		align-items: center;
		margin-right: -8px;
	}
	body .bx_filter .bx_filter_button_box {
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: 0;
		margin-top: 0;
	}
}
/* End */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/catalog.smart.filter/catalog-custom/style.css?16345317844493 */
