

/* Start:/local/templates/cable/components/wpnew/catalog_vent/engines/style.css?176641901112045*/
.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;}
.sort-view-row{
	margin-bottom: 35px;
	display: flex;
}
.prods-found{
	width: 25%;
	color: #333;
	font-size: 16px;
	line-height: 125%;
}
.sort-col{
	display: flex;
	align-items: center	;
	column-gap: 30px;
	width: 50%;
}
.show-count{
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.show-count-select-image{
	display: flex;
	width: 8px;
	height: 6px;
}
.view-col{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 25%;
	column-gap: 20px;
}
.view-select{
	display: flex;
	column-gap: 20px;
}
.view-line-select{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	row-gap: 2.5px;
}
.view-line-select .view-line{
	width: 20px;
	height: 4.5px;
	background-color: #C4C4C4;
}
.view-blocks-select{
	width: 18px;
	height: 18px;
	gap: 2px;
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
}
.view-blocks-select .view-block{
	width: 8px;
	height: 8px;
	background-color: #C4C4C4;
}
.view-line-select.active .view-line, .view-line-select:hover .view-line, .view-blocks-select.active .view-block, .view-blocks-select:hover .view-block{
	background-color: #E36637;
}
.show-count-select{
	display: flex;
	align-items: center;
	column-gap: 10px;
	cursor: pointer;
	position: relative;
}
.show-count-items{
	display: none;
	position: absolute;
	top: 100%;
	left: -6px;
	width: 100%;
	text-align: left;
	padding: 5px 0;
	border: 1px solid #E5ECF3;
	z-index: 10;
}
.show-count-select.active .show-count-items{
	display: block;
	background-color: #fff;
}
.show-count-item{
	padding-left: 5px;
	padding-right: 5px;
	display: block;	
	color: #333;
}
.show-count-item:hover{
	text-decoration: none;
}
.show-count-item:hover{
	background-color: #E5ECF3;
}
.sort-text, .sort-item > a, .show-count-text, .show-count-select-text{
	color: #949494;
	font-size: 16px;
	line-height: 19px;
}
.sort-item.active > a{
	color: #333;
	font-weight: 500;
}
.filter-sidebar-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 90px!important;
}
.pagination-wrapper{
	width: 100%;
	margin-top: 35px;
	position: relative;
}
.pagination-wrapper.unactive::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255, 0.7);
	top: 0;
	left: 0;
}
.sidebar-left{
	max-width: 281px;
	width: 100%;
}
.sidebar-sections{
	border-top: 1px solid #E5ECF3;
	padding-top: 20px;
}
.filter-sidebar-section-wrapper{
	max-width: 925px;
	width: 100%;
}
.filter-sidebar-section-wrapper .row{
	width: 100%;
}
.sidebar-sections-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	border-bottom: 1px solid #E5ECF3;
}
.sidebar-sections-item ul{
	padding-left: 10px;
	width: 100%;
	display: none;
}
.sidebar-sections-item ul a{
	color: #828282;
}
.sidebar-sections .menu-title{
	font-weight: 500;
	font-size: 16px;
	color: #333;
	margin-bottom: 25px;
}
.sidebar-sections-wrapper{
	font-size: 15px;
	color: #333333;
}
.sidebar-sections-wrapper > .sidebar-sections-item > a{
	font-weight: 500;
}
.sidebar-sections-item > a {
	max-width: calc(100% - 25px);
	color: #333;
}
.sidebar-sections-item .collapse-button{
	min-width: 25px;
	width: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
} 
.sidebar-sections-item .collapse-button img{
	transition: transform .3s ease-in-out;
}
.sidebar-sections-item.opened{
	border-bottom: unset;
}
.sidebar-sections-item.opened > .collapse-button img{
	transform: rotate(90deg);
}
.sidebar-sections-item.opened > ul{
	display: block;
}
.sidebar-sections-item.current{
	background: #E5ECF3;
	border-radius: 2px;
	padding: 7px 20px;
}
.pagination-wrapper .load_more{
	border: 1px solid #E5ECF3;
	border-radius: 3px;
	font-size: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	margin-bottom: 35px;
	cursor: pointer;
}
.prev-subsection .prev-title .elements-count{
	margin-top: 5px;
	font-size: 14px;
	line-height: 17px;
	color: #828282;
}
.item-markorazmer{
	position: relative;
}
.fav-and-comp{
	position: absolute;
	right: 20px;
	top: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 20px;
}
.fav-and-comp .hidden{
	display: none;
}
.fav-and-comp input:checked{
	
}
.fav-and-comp label .active{
	display: none;
}
.fav-and-comp input:checked + label .unactive{
	display: none;
}
.fav-and-comp input:checked + label .active{
	display: block;
}
.mobile-sort-filter{
	display: none;
}
@media(min-width: 1301px){
	.top-sections-wrapper{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 90px;
	}
	.top-sections-item.section-lvl-1{
		width: calc(100% / 12 * 4 - 0.0001px);
		padding-left: 10px;
    	padding-right: 10px;
    	box-sizing: border-box;
	}
	.top-sections-item.section-lvl-1 > a{
		display: flex;
	    padding: 20px;
	    box-sizing: border-box;
	    align-items: center;
	    cursor: pointer;
	    height: 100%;
	    text-decoration: none;
	}
	.top-sections-item.section-lvl-1:hover{
		outline: 1px solid #E5ECF3;
    	box-shadow: 0px 4px 20px rgb(0 37 82 / 15%);
	}
	.top-sections-item.section-lvl-1 .image-lvl-1{
		padding-right: 20px;
	    max-height: 81px;
	    width: 38%;
	    display: block;
	    box-sizing: border-box;
	    max-width: 117px;
	}
	.top-sections-item.section-lvl-1 .image-lvl-1 img{
		max-width: 100%;
		max-height: 100%;
		height: auto;
	}
	.top-sections-item.section-lvl-1 .title-lvl-1{
		font-size: 16px;
	    font-weight: 500;
	    line-height: 1.2;
	    color: #333333;
	    width: 62%;
	    text-overflow: ellipsis;
	    overflow: hidden;
	}
	.top-sections-item.section-lvl-1 ul, .top-sections-item .collapse-button{
		display: none;
	}
	.filter-sidebar-block.block-view .markorazmer {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
		column-gap: 20px;
		row-gap: 35px;
	}
	.filter-sidebar-block.block-view .item-markorazmer{
		width: 295px;
		padding-top: 57px;
		padding-left: 31px;
		padding-right: 31px;
		padding-bottom: 20px;
		flex-direction: column;
		box-sizing: border-box;
		position: relative;
	}
	.filter-sidebar-block.block-view .item-markorazmer > div:first-child{
		flex-wrap: wrap;
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
	}
	.filter-sidebar-block.block-view .item-markorazmer > div:first-child > a{
		width: 100%;
		margin-bottom: 20px;
	}
	.filter-sidebar-block.block-view .item-markorazmer .wrap-blok a > img{
		max-width: 204px;
		max-height: 184px;
		margin-left: auto;
		margin-right: auto;
	}
	.filter-sidebar-block.block-view .item-markorazmer .wrap-blok .count{
		display: none;
	}
	.filter-sidebar-block.block-view .item-markorazmer .price_wr{
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.filter-sidebar-block.block-view .item-markorazmer a.name{
		margin-top: 0;
		margin-bottom: 9px;
	}
	.filter-sidebar-block.block-view .item-markorazmer .wrap-blok > div{
		margin-right: 0;
	}
	.filter-sidebar-block.block-view .wrap-blok.r-block .detailed-block{
		padding-right: 0;
	}
	.filter-sidebar-block.block-view .item-markorazmer a.detailed{
		border: 1px solid #9FB9D8;
	    background: #fff;
	    color: #285FA0;
	}
	.filter-sidebar-block.block-view .item-markorazmer a.detailed:hover{
		border-color: transparent;
	    background: #285FA0;
	    color: #fff;
	}
	.filter-sidebar-block.line-view .item-markorazmer{
		padding: 10px;
	}
	.filter-sidebar-block.line-view .item-markorazmer > div:first-child{
		max-width: 45%;
	}
	.filter-sidebar-block.line-view .item-markorazmer .price_wr{
		padding-right: 0;
	}
	.filter-sidebar-block.line-view .item-markorazmer .count button{
		width: 40%;
	}
	.filter-sidebar-block.line-view .item-markorazmer .count .number-control{
		width: 100px;
	}
	.filter-sidebar-block.block-view button.basket.b1 {
		width: 78px;
	}
}
@media(max-width: 1300px){
	.filter-sidebar-block .col{
		width: 100%;
	}
	.sidebar-sections, .sort-view-row .sort-col, .sort-view-row .view-col {
		display: none;
	}
	.sort-view-row .prods-found {
		width: 100%;
	}
	.col .prev-subsection .prev-img {
		display: none;
	}
	.top-sections-item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 15px;
		border-bottom: 1px solid #E5ECF3;
	}
	.top-sections-item ul {
		padding-left: 10px;
		padding-top: 5px;
		width: 100%;
		display: none;
	}
	.top-sections-item ul a {
		color: #828282;
	}
	.top-sections .menu-title {
		font-weight: 500;
		font-size: 16px;
		color: #333;
		margin-bottom: 25px;
	}
	.top-sections-wrapper {
		font-size: 15px;
		color: #333333;
	}
	.top-sections-wrapper > .top-sections-item > a {
		font-weight: 500;
	}
	.top-sections-item .image-lvl-1{
		display: none;
	}
	.top-sections-item > a {
		max-width: calc(100% - 25px);
		color: #333;
	}
	.top-sections-item .collapse-button {
		min-width: 25px;
		width: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.top-sections-item .collapse-button img {
		transition: transform .3s ease-in-out;
	}
	.top-sections-item.opened {
		border-bottom: unset;
	}
	.top-sections-item.opened > .collapse-button img {
		transform: rotate(90deg);
	}
	.top-sections-item.opened > ul {
		display: block;
	}
	.top-sections-item.current {
		background: #E5ECF3;
		border-radius: 2px;
		padding: 7px 20px;
	}
	.mobile-sort-filter {
		display: flex;
		align-items: center;
		justify-content: space-between;
		column-gap: 10px;
		background: #E5ECF3;
		padding: 16px 15px;
		margin-bottom: 30px;
	}
	.mobile-sort-select {
		display: flex;
		align-items: center;
		column-gap: 10px;
		position: relative;
		box-sizing: border-box;
		padding: 13px 19px;
		background: #fff;
		border: 1px solid #9FB9D8;
		border-radius: 3px;
		color: #285FA0;
		font-size: 14px;
		line-height: 100%;
	}
	.mobile-sort-items {
		display: none;
		position: absolute;
	    top: 100%;
	    left: 0;
	    width: 100%;
	    text-align: left;
	    padding: 5px 0;
	    border: 1px solid #E5ECF3;
	    z-index: 10;
	    background-color: #fff;
	    flex-direction: column;
	    box-sizing: border-box;
	    min-width: 100%;
	    outline: 1px solid #E5ECF3;
    	box-shadow: 0px 4px 20px rgb(0 37 82 / 15%);
	}
	.mobile-sort-select.active .mobile-sort-items {
	    display: flex;
	}
	.mobile-sort-select.active .mobile-sort-items > a {
		padding-left: 5px;
	    padding-right: 5px;
	    display: block;
	    color: #333;
	    font-size: 17px;
    	line-height: 26px;
	}
	.mobile-filter-opener{
		display: flex;
		align-items: center;
		column-gap: 10px;
		padding: 12px 21px;
		background: #285FA0;
		border-radius: 2px;
	}
	.mobile-filter-opener-text{
		font-weight: 500;
		font-size: 14px;
		line-height: 100%;
		color: #FFFFFF;
	}
	.mobile-filter-opener-image{
		display: flex;
	}
	.sort-view-row{
		padding-bottom: 15px;
		border-bottom: 1px solid #E5ECF3;
		margin-bottom: 30px;
	}
}

.section-describe-text {
	font-size: 15px;
}

.section-describe .ot {
	margin-bottom: 12px!important;
}

.section-describe {
	margin-bottom: 48px;
}
/* End */


/* Start:/local/templates/cable/components/bitrix/news.list/popular-engines/style.css?17663278891807*/
.pe {
  margin: 48px 0 24px;
}

.pe-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  color: #333;
  margin-bottom: 32px;
}

.pe-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.pe-item {
  width: calc(100% / 4 - 24px);
  padding: 20px;
  margin: 0 12px 24px;
  height: 348px;
  background: #ffffff;
  border: 2px solid #e5ecf3;
  box-shadow: -4px -4px 40px rgba(0, 0, 0, 0.08),
    4px 4px 40px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.pe-item-name {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  color: #333;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pe-item-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .pe-item {
    width: calc(100% / 3 - 24px);
  }
}

@media (max-width: 992px) {
  .pe {
    margin: 32px 0 16px;
  }

  .pe-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .pe-item {
    width: calc(50% - 24px);
    height: 300px;
  }

  .pe-item-name {
    font-size: 20px;
    height: 44px;
  }
}

@media (max-width: 768px) {
  .pe-row {
    margin: 0 -8px;
  }

  .pe-item {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
    padding: 16px;
    height: 280px;
  }

  .pe-item-name {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

@media (max-width: 576px) {
  .pe {
    margin: 20px 0 12px;
  }

  .pe-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .pe-row {
    margin: 0;
  }

  .pe-item {
    width: 100%;
    margin: 0 0 12px;
    padding: 12px;
    height: auto;
    min-height: 180px;
  }

  .pe-item-name {
    font-size: 16px;
    height: auto;
    min-height: 36px;
    margin-bottom: 8px;
  }

  .pe-item-img {
    height: 120px;
    overflow: hidden;
  }

  .pe-item-img img {
    object-fit: contain;
  }
}

/* End */


/* Start:/local/templates/cable/components/bitrix/catalog.smart.filter/wpnew_vertical/style.css?164742019525989*/
body.not-scrollable{
	overflow: hidden;
	height: 100%;
}
.bx_filter{
	box-sizing: border-box;
}
.bx_filter .bx_filter_section{
	position:relative;
	padding:35px 0 0;
	border-top: 1px solid #E5ECF3;
}
.bx_filter .bx_filter_block{
	margin-bottom: 35px;
}
.sidebar-sections + .bx_filter {
	margin-top: 21px;
}
/*bx_filter_container => bx_filter_parameters_box*/
.bx_filter .bx_filter_button_box,
.bx_filter .bx_filter_parameters_box{
	margin-bottom:20px;
}
.bx_filter .bx_filter_button_box{clear: both;}
.bx_filter .bx_filter_parameters_box_title{
	font-weight: 500;
	font-size: 16px;
	display: block;
	margin-bottom: 25px;
	color: #333333;
	position: relative;
}
.bix_filter_title_and_clear{
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	align-items: flex-start;
}
.clear-box-button{
	display: none;
	align-items: center;
	column-gap: 18px;
	font-size: 15px;
	color: #949494;
	cursor: pointer;
}
.clear-box-button-image{
	display: flex;
}

/*bx_filter_param_area => bx_filter_parameters_box_container*/
.bx_filter .bx_filter_parameters_box_container{
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	transition: height .5s ease-in-out;
}
.bx_filter .bx_filter_parameters_box_container.collapsable{
	overflow-y: auto;
	max-height: 300px;
}
.bx_filter .bx_filter_parameters_box_container.collapsed-item{
	overflow: hidden;
}
.bx_filter .bx_filter_parameters_box_container + .collapse-filter-button .show{
	display: none;
}
.bx_filter .bx_filter_parameters_box_container + .collapse-filter-button .hide{
	display: block;
}
.bx_filter .bx_filter_parameters_box_container + .collapse-filter-button .filter-additional-collapse{
	transform: rotate(180deg);
}
.bx_filter .bx_filter_parameters_box_container.collapsed-item + .collapse-filter-button .show{
	display: block;
}
.bx_filter .bx_filter_parameters_box_container.collapsed-item + .collapse-filter-button .hide{
	display: none;
}
.bx_filter .bx_filter_parameters_box_container.collapsed-item + .collapse-filter-button .filter-additional-collapse{
	transform: rotate(0deg);
}
/*bx_filter_param_area_block => bx_filter_parameters_box_container_block*/
.bx_filter .bx_filter_parameters_box_container_block{
	font-size:11px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
	color:#3f3f3f;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2){
	text-align: right;
}
/*bx_input_container => bx_filter_input_container*/
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container{
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	/*max-width:105px;*/
	max-width:100%;
	min-width: 80px;
	width: 100%;
	height: 40px;
	border-radius: 2px;
	background: #FFFFFF;
	border: 1px solid #D1DAE2;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1){
	padding-right: 5px;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2){
	padding-left: 5px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input{
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width: 100%;
	font-size: 15px;
	height: 100%;
	margin: 0;
	padding:0 13px;
	border:none;
	border-radius:2px;
	color: #949494;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input:focus{
	border: none!important;

}
.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container{
	max-width:100%;
	position:relative;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container input.calendar{
	padding:0 23px 0 4px;
	font-size:15px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container img.calendar-icon{
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	font-size:18px;
	top:7px;
	right:3px;
}
/*Track*/
.bx_filter .bx_filter_parameters_box_container_block + .bx_ui_slider_track{
	margin-top: 25px;
}
.bx_filter .collapse-filter-button{
	margin-top: 25px;
	font-size: 15px;
	line-height: 18px;
	color: #949494;
	display: flex;
	align-items: center;
	column-gap: 10px;
	cursor: pointer;
}
.bx_filter .filter-additional-collapse{
	width: 6px;
	height: 3px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='%23505050' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
}
.bx_filter .bx_ui_slider_track{
	position:relative;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background:#a1c0c8;
}
.bx_filter .bx_ui_slider_part{
	position:absolute;
	top:-6px;
	width:1px;
	height:17px;
	background:#a2bfc7;
}
.bx_filter .bx_ui_slider_part.p1{left:-1px;}
.bx_filter .bx_ui_slider_part.p2{left:25%;}
.bx_filter .bx_ui_slider_part.p3{left:50%;}
.bx_filter .bx_ui_slider_part.p4{left:75%;}
.bx_filter .bx_ui_slider_part.p5{right:-1px;}
.bx_filter .bx_ui_slider_part span{
	font-size:11px;
	font-weight: bold;
	position:absolute;
	top:-20px;
	left:50%;
	display:block;
	width:100px;
	margin-left:-50px;
	text-align:center;
	color:#000;
}
.bx_filter .bx_ui_slider_part.p2 span,
.bx_filter .bx_ui_slider_part.p3 span,
.bx_filter .bx_ui_slider_part.p4 span{color:#6b8086;}

.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V{
	position:absolute;
	top:-1px;
	bottom:-1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.bx_filter .bx_ui_slider_range{
	z-index:90;
}
.bx_filter .bx_ui_slider_pricebar{
	z-index:100;
}

.bx_filter .bx_ui_slider_pricebar_VD{
	z-index:60;
	background: #E36637;
}
.bx_filter .bx_ui_slider_pricebar_VN{
	z-index:70;
	background: #F8DDD0;
}
.bx_filter .bx_ui_slider_pricebar_V{
	z-index:80;
	top:-1px;
	bottom:-1px;
	background: #E36637;
}



.bx_filter .bx_ui_slider_handle{
	position:absolute;
	top: calc(50% - 8px);
	width: 16px;
	height: 16px;
	background: #E36637;
	border-radius: 50%;
}
.bx_filter .bx_ui_slider_handle:hover{
	-webkit-cursor:grab;
	-ms-cursor:grab;
	-o-cursor:grab;
	cursor:grab;
}
.bx_filter .bx_ui_slider_handle:active{
	-webkit-cursor:grabbing;
	-ms-cursor:grabbing;
	-o-cursor:grabbing;
	cursor:grabbing;
}
.bx_filter .bx_ui_slider_handle.left{
	left:0;
	margin-left:-8px;
}
.bx_filter .bx_ui_slider_handle.right{
	right:0;
	margin-right:-8px;
}

/*
*	Select
*
*/
.bx_filter .bx_filter_select_container{
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:35px;
	padding:1px;
	border-radius:3px;
	background:#8ca3ae;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ca3ae), color-stop(100%,#b6c8d2));
	background:-webkit-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:   -moz-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:    -ms-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:     -o-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:        linear-gradient(top bottom, #8ca3ae 0%,#b6c8d2 100%);
	box-shadow:0 1px 0 0 rgba(255,255,255,.75);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3ae', endColorstr='#b6c8d2',GradientType=0 );
}
.bx_filter .bx_filter_select_block{
	position:relative;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:33px;
	margin:0;
	padding:0 33px 0 10px;
	border:none;
	border-radius:2px;
	background:#fff;
	box-shadow:inset 0 3px 6px 0 rgba(215,215,215,.75);
}
.bx_filter .bx_filter_select_text{
	font-size:15px;
	line-height:33px;
	overflow:hidden;
	max-width:100%;
	height:33px;
	cursor:pointer;
	vertical-align:middle;
	white-space:nowrap;
	text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
}
.bx_filter .bx_filter_select_text.fix{
	min-width:120px;
}
.bx_filter .bx_filter_select_text label{
	cursor:pointer;
}
.bx_filter .bx_filter_select_arrow{
	position:absolute;
	top:0;
	right:0;
	width:34px;
	height:33px;
	cursor:pointer;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/
.bx_filter_select_popup{padding:0;}
.bx_filter_select_popup ul{
	margin:0;
	padding:0;
	list-style:none;
}
.bx_filter_select_popup ul li{
	display:block;
	text-align: left;
	vertical-align:middle;
}
.bx_filter_select_popup ul li:first-child{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx_filter_select_popup ul li label{
	font-size:14px;
	line-height:26px;
	display:block;
	text-align: left !important;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:26px;
	padding:0 5px;
	cursor:pointer;
	vertical-align:middle;
	white-space:nowrap;
	text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	color:#575757;
}
.bx_filter_select_popup ul li label.selected,
.bx_filter_select_popup ul li label:hover{
	color:#000;
	background:#f3f8fa;
}
.bx_filter_select_popup ul li label.disabled{
	color:#b8b8b8;
	background:transparent;
}
.bx_filter_select_popup ul li .bx_filter_param_text{
	line-height: 26px !important;
}

/*
* TAGS
*
*/
.bx_filter .bx_filter_tag{
	padding:18px;
	border:1px solid #aed5e0;
	border-radius:5px;
	background:rgba(151,214,233,.33);
}
.bx_filter .bx_tag_link{
	font-size:12px;
	text-decoration:none;
	color:#68939e;
	border-bottom:1px solid;
	text-shadow:none;
}
.bx_filter .bx_tag_link.active,
.bx_filter .bx_tag_link:hover{
	color:#1d3d46;
	border-bottom:none;
}

/*
*	LABEL
*
*/
.bx_filter .bx_filter_param_label{
	font-size: 15px;
	position:relative;
	display:block;
	text-align:left;
	width: 100%;
	cursor: pointer;
}
.bx_filter .bx_filter_param_label.dib{display: inline-block;}
.bx_filter .bx_filter_param_text{
	line-height: 19px;
	position:relative;
	display:inline-block;
	margin:0 5px 0 10px;
	vertical-align:middle;
	text-align:center;
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_text{
	color:#6c6c6c;
	/*text-decoration: line-through;*/
}
.bx_filter .bx_filter_param_label.disabled{
	cursor: not-allowed;
	pointer-events: none;
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_input_checkbox:before, .bx_filter .bx_filter_param_label.disabled .bx_filter_param_text{
	opacity: 0.3;
}
.bx_filter_select_popup .bx_filter_param_label.active{
	background: #f3f8fa;
}
/*
*	Checkbox / Radio
*
*/
.bx_filter .bx_filter_input_checkbox{
	position:relative;
	display:flex;
	align-items: center;
}
.bx_filter .bx_filter_input_checkbox input[type=radio],
.bx_filter .bx_filter_input_checkbox input[type=checkbox]{
	margin: 0;
    visibility: hidden;
    position: absolute;
    height: 17px;
    width: 17px;
}
.bx_filter .bx_filter_input_checkbox:before{
	content: "";
    display: block;
    width: 17px;
    min-width: 17px;
    height: 17px;
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 2px;
}
.bx_filter .bx_filter_input_checkbox.checked:before{
	border-color: #E36637;
	background-color: #E36637;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_74_55)'%3E%3Cpath d='M9.40741 1.51099L10.8125 2.91612L4.23966 9.48897L0.1875 5.4369L1.59259 4.03176L4.23966 6.67873L9.40741 1.51099Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_74_55'%3E%3Crect width='10.625' height='10.625' fill='white' transform='translate(0.1875 0.1875)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text{
	display: block;
	text-align: left;
}

/*
* 	BTN
*
*/
.bx_filter .bx_filter_param_btn{
	display:inline-block;
	width:34px;
	height:34px;
	text-align:center;
	text-decoration:none;
	color:#000;
	vertical-align: middle;
	border:1px solid #9dbcc3;
	border-radius:3px;
	background:#fbfdfd;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUxZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfdfd), color-stop(100%,#cfe1e7));
	background:-webkit-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:   -moz-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:    -ms-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:     -o-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:        linear-gradient(top bottom, #fbfdfd 0%,#cfe1e7 100%);
	background-clip:padding-box;
	box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 0 0 1px rgba(255,255,255,.22);
	text-shadow:0 1px 0 #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdfd', endColorstr='#cfe1e7',GradientType=0 );
	-webkit-transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx_filter .bx_filter_param_btn:hover{border-color:#b4d5de}
.bx_filter .bx_filter_param_btn:active,
.bx_filter .bx_filter_param_label.active .bx_filter_param_btn{
	border-color:#b4d5de;
	background:#fcfefe;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUyZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#cfe2e7));
	background:-webkit-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:   -moz-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:    -ms-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:     -o-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:        linear-gradient(top bottom, #fcfefe 0%,#cfe2e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfefe', endColorstr='#feffff',GradientType=0 );
	box-shadow:0 0 0 3px #2995d7,inset 0 2px 3px rgba(0,0,0,.12);
}
/* --- colors */
.bx_filter .bx_filter_param_btn.bx_color_sl{
	/*width:24px;*/
	/*padding:0 1px;*/
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl{
	background: transparent;
	box-shadow: none
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl{position: relative;}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl:before{
	position: absolute;
	bottom:0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	/*width: 19px;*/
	/*height:19px;*/
	display: block;
	z-index:100;
	background: url(/local/templates/cable/components/bitrix/catalog.smart.filter/wpnew_vertical/images/missing_v2.png) no-repeat center;
	opacity: .7;
}

/*
* BTN P/M
*
*/
.bx_filter .bx_filter_param_btn.bx_spm{
	width:23px;
	min-width:23px;
	height:23px;
	padding:0;
	vertical-align: middle;
}
.bx_filter .bx_filter_param_btn.bx_spm.bx_minus{
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC), -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),	  -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),		 linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-repeat:no-repeat,repeat;
	background-position:center 10px,center;
}
.bx_filter .bx_filter_param_btn.bx_spm.bx_plus{
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==), -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),	  -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),		 linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-repeat:no-repeat,repeat;
	background-position:center 6px,center;
}
.bx_filter .bx_filter_param_btn.bx_spm:active{
	outline:none !important;
	box-shadow:inset 0 2px 3px rgba(0,0,0,.12);
}
.bx_filter span.bx_spm{
	font-size:18px;
	font-weight:bold;
	line-height:23px;
	display:inline-block;
	height:23px;
	margin:0 10px;
	vertical-align:middle;
	color:#000;
}

/*
*	icon
*
*/
.bx_filter_select_popup .bx_filter_select_text_icon,
.bx_filter .bx_filter_select_text_icon{
	line-height:33px;
	position:relative;
	display:inline-block;
	width:24px;
	height:24px;
	margin-top:-2px;
	margin-right:2px;
	vertical-align:middle;
	border-radius:2px;
}
.bx_filter_select_popup .bx_filter_btn_color_icon,
.bx_filter .bx_filter_btn_color_icon{
	line-height:24px;
	position:relative;
	top:5px;
	border-radius: 2px;
	display:inline-block;
	width:24px;
	height:24px;
	vertical-align:middle;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
	-webkit-background-size:cover;
	background-size:cover;
}
.bx_filter_select_popup .bx_filter_btn_color_icon{
	width:20px;
	height:20px;
	margin:2px 0;
	top: 0 !important;
}
.bx_filter .bx_filter_select_block .bx_filter_btn_color_icon{
	top:-1px !important;
}
.bx_filter_btn_color_icon.all {
	position: relative;
	border: none;
	box-shadow: none
}

.bx_filter_btn_color_icon.all:after,
.bx_filter_btn_color_icon.all:before{
	position: absolute;
	width: 60%;
	height:60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.bx_filter_btn_color_icon.all:after{
	right: 0;
	bottom: 0;
}
.bx_filter_btn_color_icon.all:before{
	top:0;
	left: 0;
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_btn_color_icon{
	opacity: .2;
}

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

/*
*	BTN result and reset
*
*/
.bx_filter .bx_filter_search_button, .bx_filter .bx_filter_search_reset{
	cursor: pointer;
	background: #285FA0;
	border-radius: 2px;
	width: 100%;
	padding: 15px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border: 1px solid #285FA0;
}
.bx_filter .bx_filter_search_button:hover, .bx_filter .bx_filter_search_reset:hover{
	background: #fff;
	color: #285FA0;
}
/*
* 	Result Popup
*
*/
.bx_filter .bx_filter_popup_result{
	font-size:13px;
	font-weight:normal;
	line-height:33px;
	position:absolute;
	z-index:930;
	display:none;
	height:33px;
	margin-top:-7px;
	margin-left:10px;
	padding:0 10px;
	white-space:nowrap;
	color:#3f3f3f;
	border-top:1px solid #c0d6dc;
	border-right:1px solid #c0d7dd;
	border-bottom:1px solid #c0d6dc;
	border-left:1px solid #c0d7dd;
	border-radius:3px;
	background:#fff;
	box-shadow:0 2px 5px 0 rgba(0,0,0,.1);
}
.bx_filter .bx_filter_popup_result .arrow{
	position:absolute;
	top:50%;
	width:8px;
	height:14px;
	margin-top:-7px;
	background:url(/local/templates/cable/components/bitrix/catalog.smart.filter/wpnew_vertical/images/arr_left.png) no-repeat center;
}
.bx_filter .bx_filter_popup_result.right{left:102%;}
.bx_filter .bx_filter_popup_result.left{right:102%;}
.bx_filter .bx_filter_popup_result.right .arrow{left: -8px;background:url(/local/templates/cable/components/bitrix/catalog.smart.filter/wpnew_vertical/images/arr_left.png)  no-repeat center;}
.bx_filter .bx_filter_popup_result.left  .arrow{right:-8px;background:url(/local/templates/cable/components/bitrix/catalog.smart.filter/wpnew_vertical/images/arr_right.png) no-repeat center;}
.bx_filter .bx_filter_popup_result a{color:#0073a3;}
.bx_filter .bx_filter_popup_result a:hover{text-decoration:none;}
.bx_filter .bx_filter_popup_result_close{display:none;}

.bx_filter_mobile_title, .bx_filter_mobile_close, .bx_filter_mobile-arrow-img{
	display: none;
}
.bx_filter .filter-sections-icon-wrapper{
	display: flex;
	justify-content: flex-end;
	padding-right: 5px;
	flex-grow: 1;
}
.bx_filter .filter-sections-icon{
	border-width: 1px;
	border-style: solid;
	border-color: #505050;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	transform: rotate(-90deg);
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='%23505050' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
}
.link-clickable-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
@media(min-width: 1300px){
	.bx_filter .bx_filter_parameters_box.has-checked .clear-box-button{
		display: flex;
	}
}
@media(max-width: 1300px){
	.clear-box-button{
		display: none;
	}
	.bx_filter_mobile_title{
		display: block;
	}
	.bx_filter_mobile_close{
		display: flex;
		align-items: center;
		width: 100%;
		background: #E5ECF3;
		padding: 20px 15px;
		column-gap: 15px;
		font-weight: 500;
		font-size: 15px;
		line-height: 125%;
		color: #333333;
		box-sizing: border-box;
	}
	.bx_filter_mobile_close .mobile_close_img{
		display: flex;
	}
	.bx_filter_mobile_title{
		padding: 15px;
		font-weight: bold;
		font-size: 18px;
		line-height: 21px;
		color: #333333;
	}
	.bx_filter {
		position: fixed;
		top: 0;
		left: -150%;
		width: 100%;
		height: 100%;
		display: block;
		background: #fff;
		transition: left .3s ease-in-out;
		overflow-y: auto;
		z-index: 100000;
	}
	.bx_filter.opened{
		left: 0;
	}
	.bx_filter_mobile-arrow-img{
		display: flex;
	}
	.bx_filter .bx_filter_block{
		margin-bottom: 0;
	}
	.bx_filter .bx_filter_parameters_box_container{
		overflow: hidden;
	}
	.bx_filter .bx_filter_parameters_box_title{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 0 15px;
		margin-bottom: 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.bx_filter .bx_filter_mobile-arrow-img{
		transform: rotate(180deg);
		transition: transform .3s ease-in-out;
	}
	.bx_filter .bix_filter_title_and_clear.active .bx_filter_mobile-arrow-img{
		transform: rotate(90deg);
	}
	.bx_filter .collapse-filter-button{
		display: none;
	}
	.sidebar-sections + .bx_filter{
		margin-top: 0;
	}
	.bx_filter .bx_filter_button_box, .bx_filter .bx_filter_parameters_box{
		margin-bottom: 0;
		border-bottom: 1px solid #E5ECF3;
	}
	.bx_filter .bx_filter_parameters_box_container{
		padding: 15px;
		transition: padding .3s ease-in-out;
		display: flex;
	}
	.bx_filter .bx_filter_parameters_box_container.collapsed-item{
		padding-top: 0px;
		padding-bottom: 0px;
		display: none;
	}
	.bx_filter .bx_filter_section{
		padding-top: 0;
	}
	.bx_filter_container_modef{
		display: none;
	}
}
/* End */


/* Start:/local/templates/cable/components/bitrix/catalog.smart.filter/wpnew_vertical/themes/blue/colors.css?1644306951459*/
.bx_filter_vertical.bx_blue .bx_filter_section{
	background: #c3e9f4;
	border: 7px solid #e1f5fb;
}
.bx_filter_vertical.bx_blue .bx_ui_slider_range{
	background: url(/local/templates/cable/components/bitrix/catalog.smart.filter/wpnew_vertical/themes/blue/images/range_bg.png);
}
.bx_filter_vertical.bx_blue .bx_filter_control_section{text-align: center}
.bx_filter_vertical.bx_blue .bx_filter_search_button{
	height: 33px;
	line-height:33px;
}
.bx_filter_vertical.bx_blue span.icon_lupe{
	background: url(/local/templates/cable/components/bitrix/catalog.smart.filter/wpnew_vertical/themes/blue/images/searchicon.png) no-repeat center;
}

/* End */


/* Start:/local/templates/cable/components/bitrix/system.pagenavigation/my/style.css?16352567211729*/
.page_nav_wr{
	width: 100%;
}
.page_nav{
				max-width: 100%;
	overflow: auto;
}
.modern-page-navigation {
	display: flex;
	    justify-content: center;

}	
.modern-page-navigation > span,
.modern-page-navigation > a {
	border: 1px solid #E5ECF3;
	margin-left: -1px;
	padding-left: 22px;
	padding-right: 22px;
	color: #4F4F4F;
	text-decoration: none;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
}
.modern-page-navigation > span{
	background-color: #285FA0;
	border: 1px solid #285FA0;
	color: #fff;
}
.modern-page-navigation > a:hover{
	text-decoration: none;
	z-index: 1;
	border: 1px solid #285FA0;
	color: #285FA0;
}

.page_nav_more_wr {
	text-align: center;


}
.page_nav_more_wr button{
	display: inline-block;
	margin-bottom: 40px;
	color: #285FA0;
	font-size: 16px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #9FB9D8;
	padding-top: 11px;
	padding-bottom: 11px;
	line-height: 18px;
	
}
.page_nav_more_wr button img,
.page_nav_more_wr button svg{
	margin-left: 8px;
	vertical-align: middle;
}

.page_nav_more_wr button:hover{
	border: 1px solid #285FA0;
    color: #285FA0;
}

.page_nav_more_wr button:hover svg path{
	fill: #285FA0;
}
.modern-page-next{
	display: none;
}

@media screen and (max-width: 640px){
	.modern-page-navigation > span,
	.modern-page-navigation > a {

		line-height: 34px;
		font-size: 11px;
		padding-left: 13px;
		padding-right: 13px;
	}
	
	.page_nav_more_wr button{
			font-size: 12px;
			padding-top: 8px;
	padding-bottom: 8px;
	}
	.page_nav_more_wr button svg{
		width: 14px;
		height: 14px;
	}
}

.page_nav_more_wr button.loading svg{
	animation: rotate 1s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
}

/* End */


/* Start:/local/templates/cable/components/bitrix/news.list/engines-categories/style.css?17663274741711*/
.engines-categories {
	margin: 48px 0;
	width: 100%;
}

.ec-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ec-item {
	background: #F8F9FD;
	border-radius: 0;
	border: 1px solid #E5EDF5;
	overflow: hidden;
}

.ec-item-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	cursor: pointer;
	background: #F8F9FD;
	transition: background 0.3s ease;
	user-select: none;
}

.ec-item-header:hover {
	background: #e8ecf1;
}

.ec-item-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	line-height: 1.3;
}

.ec-item-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #666;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.ec-item.active .ec-item-icon {
	transform: rotate(45deg);
}

.ec-item-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	background: #fff;
}

.ec-item.active .ec-item-content {
	max-height: 2000px;
}

.ec-sections {
	padding: 32px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px 20px;
}

.ec-section-link {
	color: #4F4F4F;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.3;
	transition: color 0.2s ease;
	display: block;
}

.ec-section-link:hover {
	color: #E36637;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.ec-sections {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px 24px;
	}
	
	.ec-item-header {
		padding: 20px 24px;
	}
	
	.ec-sections {
		padding: 24px;
	}
}

@media (max-width: 768px) {
	.ec-sections {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	
	.ec-item-header {
		padding: 16px 20px;
	}
	
	.ec-item-title {
		font-size: 18px;
	}
	
	.ec-sections {
		padding: 20px;
	}
}

/* End */


/* Start:/local/templates/cable/components/bitrix/main.userconsent.request/userconsent/user_consent.css?16352567213423*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 40px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font-size: 24px;
	font-weight: 500;
	/* font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000; */
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-buttons > span:first-child {
	margin-right: 30px;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #D1DAE2;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
	-moz-appearance: none;
	font-family: TT Norms;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	cursor: pointer;
	color: #333;
	font-size:13px;
	line-height: 15px;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text {
		height: 240px;
	}
}

@media screen and (max-width: 1020px) { 
	.main-user-consent-request-popup-cont {
		padding: 20px 10px;
	}
	.main-user-consent-request-popup-header {
		font-size: 18px;		
		text-align: center;
	}
	.main-user-consent-request-popup-buttons > span:first-child {
		margin-bottom: 20px;
		margin-right: 0px;
	}
	.main-user-consent-request-popup-text {
		font-size: 12px;
	}
	.main-user-consent-request-popup-buttons span{
		width: 100%;
	}

}
/* End */
/* /local/templates/cable/components/wpnew/catalog_vent/engines/style.css?176641901112045 */
/* /local/templates/cable/components/bitrix/news.list/popular-engines/style.css?17663278891807 */
/* /local/templates/cable/components/bitrix/catalog.smart.filter/wpnew_vertical/style.css?164742019525989 */
/* /local/templates/cable/components/bitrix/catalog.smart.filter/wpnew_vertical/themes/blue/colors.css?1644306951459 */
/* /local/templates/cable/components/bitrix/system.pagenavigation/my/style.css?16352567211729 */
/* /local/templates/cable/components/bitrix/news.list/engines-categories/style.css?17663274741711 */
/* /local/templates/cable/components/bitrix/main.userconsent.request/userconsent/user_consent.css?16352567213423 */
