

/* Start:/local/templates/rutector/css/catalog.css?174457300211625*/
/*====================-boxes-pages_info-========================*/
.boxes-pages_info{
    margin-top: 80px;
}
.boxes-pages_block{
    margin-bottom: 20px;
}
.boxes-pages_block ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.boxes-pages_block ul li{
    margin-right: 40px;
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #0054A4;
    position: relative;
    cursor: pointer;
    transition: all 200ms linear;
    font-size: 22px;
    line-height: 26px;
    color: #2B3648;
}
.boxes-pages_block ul .active-href{
    border-bottom: 1px dashed transparent;
}
.boxes-pages_block ul .active-href:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #EF3E42;
    transition: all 200ms linear;

}
.pump-units-type{
    padding: 20px 0;
}
.reviews-min-block-basic-info .pump-units-type,
.reviews-min-block-description .pump-units-type {
    text-align: justify;
}
.pump-units-type_text p{
    font-size: 16px;
    line-height: 22px;
    color: #2B3648;
    margin-bottom: 15px;
}

.ask-question-about h3{
    font-size: 26px;
    line-height: 1.3;
    color: #2B3648;
}
.ask-question-about>p{
    margin-top: 30px;
    font-size: 15px;
    line-height: 18px;
    color: #2B3648;
}
.ask-question-about_form{
    margin-top: 30px;
}
.ask-question-about_main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ask-question-about_inp{
    display: flex;
    align-items: flex-start;
    max-width: 635px;
    width: 100%;
}
.ask-question-about_inp label{
    width: 100%;
}
.ask-question-about_inp label input{
    width: 100%;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #ADAEAD;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 18px;
}
.ask-question-about_inp label input::placeholder{
    color: #2B3648;
    font-size: 15px;
    line-height: 18px;

}
.pas-star{
    font-size: 20px;
    color: #EF3E42;
    margin: 0 2px;
}

.ask-question-about_textarea{
    margin-top: 10px;
    width: 100%;
}
.ask-question-about_textarea label{
    width: 100%;
}
.ask-question-about_textarea label textarea{
    width: 100%;
    height: 86px;
    background: #FFFFFF;
    border: 1px solid #ADAEAD;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-size: 15px;
    line-height: 18px;
    padding-left: 20px;
    padding-top: 20px;
}
.ask-question-about_textarea label textarea::placeholder {
    color: #2B3648;
    font-size: 15px;
    line-height: 18px;
}
.ask-question-about_file{
    background: #F7F7F7;
    border: 1px dashed #ADAEAD;
    border-radius: 4px;
    margin-top: 10px;
    text-align: center;
    padding: 30px;
}
.ask-question-about_file strong{
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #78808C;
}
.ask-question-about_file p{
    margin-top: 12px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #78808C;
}

.ask-question-about_btn{
    margin-top: 15px;
    display: flex;
    align-items: center;
    width: 100%;
}
.ask-question-about_btn button{
    max-width: 208px;
    width: 100%;
    height: 43px;
    background: rgba(0, 84, 164, 0.55);
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;

}
.ask-question-about_btn button:hover {
    opacity: .6;
}
.ask-question-about_btn p{
    margin-left: 25px;
    font-size: 14px;
    line-height: 17px;
    color: #78808C;

}
.reviews-main-container {
    margin-bottom: 60px;
}
.reviews-main-review-item {
    margin-bottom: 35px;
}
.reviews-main-user{
    display: flex;
    align-items: center;
}
.reviews-main-men{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(133, 145, 163, 0.1);
    border: 1px solid #A7AEB6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #848B99;
    margin-right: 20px;
}

.reviews-info_data{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.reviews-info_data span{
    font-size: 15px;
    line-height: 18px;
    color: #2B3648;
}
.reviews-info_data p{
    font-size: 14px;
    line-height: 17px;
    color: #617087;
    margin-left: 12px;
}
.reviews-info_like{
    display: flex;
    align-items: center;
}
.reviews-info_numb{
    width: 50px;
    height: 32px;
    border: 1px solid #FFC107;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #2B3648;
}

.reviews-info_star{
    margin: 0 20px;
}
.reviews-main-review-item-default .reviews-info_star {
    margin: 0;
}
.reviews-info_star p{
    font-size: 14px;
    line-height: 17px;
    color: #617087;
    margin-bottom: 4px;
}
.reviews-info_star ul {
    display: flex;
    align-items: center;
}
.reviews-info_star ul li {
    display: flex;
    align-items: center;
    margin: 0 2px;
    width: 14px;
}
.quality_block{
    display: flex;
    align-items: center;
}
.quality_block_like{
    min-width: 60px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE0DD;
    margin-right: 1px;
}

.quality_block_like span{
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin-left: 14px;
}

.good-because-adjustment strong{
    font-size: 15px;
    line-height: 18px;
    color: #2B3648;
    display: block;
    margin-top: 13px;
    font-weight: bold;
}
.good-because-adjustment p{
    font-size: 16px;
    line-height: 19px;
    color: #2B3648;
}
.good-because-adjustment a{
    font-size: 15px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #0054A4;
    display: inline-block;
    margin-top: 18px;
}
.good-because-adjustment a:hover{
    text-decoration-line: unset;
}
.good-because-adjustment_select{
    margin-top: 30px;
    max-width: 245px;
    width: 100%;
}
.good-because-adjustment_select .jq-selectbox{
    width: 100%;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #ADAEAD;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    position: relative;
}
.good-because-adjustment_select  .jq-selectbox__select{
    height: 100%;
}
.good-because-adjustment_select  .jq-selectbox__select-text{
    font-size: 15px;
    line-height: 18px;
    color: #A5A2A5;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.functionality_main{
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.functionality_main_star{
    display: flex;
    align-items: center;
}
.functionality_main_star p{
    font-size: 16px;
    line-height: 19px;
    color: #2B3648;
    margin-right: 20px;
}
.functionality_main_star ul{
    display: flex;
    align-items: center;
}
.functionality_main_star ul li{
    margin: 0 2px;
}
.branch-name-assortment__wrapper {
    display: flex;
    align-items: center;
}
.branch-name-assortment__checked label{
    display: flex;
    align-items: center;
    height: 24px;
    margin-bottom: 0;
}
.branch-name-assortment__checked label p{
    font-size: 12px;
    color: rgb(0, 0, 0);
    line-height: 1.3;
    text-align: left;
    padding-left: 35px;
}

.branch-name-assortment__checked label input {
    display: none;
}

.branch-name-assortment__checked label span {
    cursor: pointer;
    height: 24px;
    width: 24px;
    border: 2px solid #C4C4C4;
    position: absolute;
}


.branch-name-assortment__checked [type=radio]:checked + span:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 3px;
    width: 8px;
    height: 1px;
    transform: rotate(45deg);
    background: #0054A4;
}

.branch-name-assortment__checked [type=radio]:checked + span:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 10px;
    height: 1px;
    transform: rotate(-52deg);
    background: #0054A4;
}

.your-product-review{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.your-product-review p{
    font-size: 16px;
    line-height: 19px;
    color: #2B3648;
}
.your-product-review .ask-question-about_inp{
    max-width: 1200px;
}
.write-product-review strong{
    font-size: 26px;
    line-height: 31px;
    color: #2B3648;
}
.write-product-review p{
    margin-top: 20px;
    font-size: 15px;
    line-height: 18px;
    color: #2B3648;
}
.write-product-review button{
    width: 148px;
    height: 42px;
    background: #0054A4;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;

    display: block;
    margin-top: 15px;
}
.operating-instructions{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.operating-instructions a{
    max-width: 580px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: #0054A4;
    margin-bottom: 20px;
}

.operating-instructions a img{
    margin-right: 10px;
}
.consumables_slider{
    max-width: 1238px;
    width: 100%;
    margin: 0 auto;
}

.consumables_slider .slick-prev {
    left: -15px;
    transform: rotate(-45deg);
}
.consumables_slider .slick-next {
    right: -15px;
    transform: rotate(135deg);
}
.consumables_slider .slick-prev, .consumables_slider .slick-next {
    top: 50%;
    width: 24px;
    height: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
}


.consumables_block{
    max-width: 236px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 16px;
    border: 1px solid #DEE0DD;
    border-radius: 4px;
    position: relative;
}
.pas-consumables{
    position: absolute;
    padding: 3px 9px;
    background: #3DA975;
    top: 10px;
    left: 0;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;

}
.consumables_block img{
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
}
.consumables_block p{
    font-size: 15px;
    line-height: 18px;
    color: #2B3648;
    margin-top: 18px;
}
.consumables_block strong{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #2B3648;
    display: block;
    margin-top: 30px;
}
.consumables_block button{
    margin: 13px auto 0;
    width: 100%;
    height: 42px;
    background: #0054A4;
    border-radius: 3px;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
}
/*====================-boxes-pages_info-========================*/

table td p #__mcenew {
    margin-right: 5px;
}

.small-popup-slider .small-popup-slider__link-container {
	flex-direction: column;
	padding: 10px 14px;
}

.small-popup-slider--indent .small-popup-slider__link-container {
	padding: 20px 14px;
}

.small-popup-slider .small-popup-slider__title {
	color: #0054A4;
	margin-top: 10px;
	word-break: break-word;
    text-align: center;
}

.reviews-min-block-gallery .small-image-slider__item,
.reviews-min-block-completed-projects .small-image-slider__item {
	padding-left: 16px;
	padding-right: 16px;
}

.small-popup-slider .small-image-slider__item-block {
	opacity: 1;
}

.small-popup-slider .small-image-slider__item-block:hover {
	opacity: .6;
}

.small-popup-slider-gallery__video.small-popup-slider .small-image-slider__item-block:hover{
    opacity: 1;
}

/* End */


/* Start:/local/templates/rutector/css/section.css?17445730021704*/
.popular-sections__section .catalog.type1 .image_block{
    margin-top: 0;
}

.popular-sections__catalog {
    padding-top: 0;
}

.popular-sections__section {
    margin-top: 40px;
}

.popular-section__header {
    border-bottom: 1px solid #DEE0DD;
    display: flex;
    justify-content: space-between;
}

.popular-section__title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.popular-section__title:after {
    width: 100%;
    height: 3px;
    background: #B2B9C1;
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: -1px;
}

.popular-section__link-all {
    color: #0054A4;
}

.catalog.type1 .popular-section__row {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: -24px;
    margin-right: -24px;
}

.popular-section__item {
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
}

.catalog.type1 .popular-section__item .item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .popular-section__item:nth-child(n+4) {
		display: none;
	}
}

@media screen and (max-width:767px) {
    .popular-section__link-all {
        display: none;
    }

	.catalog.type1 .popular-section__row {
        margin-top: 18px;
        padding-left: 34px;
        padding-right: 34px;
    }

    .catalog.type1 .popular-section__item .item {
        width: 100%;
    }

    .popular-section__item:nth-child(n+4) {
		display: block;
	}

    .popular-section__slider .prev-arrow {
		left: 24px;
	}

	.popular-section__slider .next-arrow {
		right: 24px;
	}
}
/* End */


/* Start:/local/templates/rutector/css/smart_filter.css?174457300232993*/
.bx-filter {
	width: 100%;
	min-width: 220px;
}
.bx-filter .bx-filter-section {
	position: relative;
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #039be5;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}

.bx-filter-parameters-box-container {
    display: flex;
    align-content: center;
    justify-content: center;
}

.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
    margin-bottom: 10px;
}

.bx-filter .bx-filter-parameters-box-container-block .bx-ft-sub {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}

/*
* INPUTS
*
*/
.bx-filter .bx-filter-input-container input {
	width: 100%;
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/rutector/css/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/rutector/css/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/rutector/css/images/active.png) 2 repeat;
			border-image: url(/local/templates/rutector/css/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
    clear: both;
    margin-top: 20px;
}

.bx-filter .bx-filter-button-box input {
    font-size: 15px;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 2px;
	/*background: #d8e9f0;/* COLOR */
}
.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: -16px;
	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: 0;
	bottom: 0;
}

.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.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: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/rutector/css/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/rutector/css/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/rutector/css/images/active.png) 2 repeat;
			border-image: url(/local/templates/rutector/css/images/active.png) 2 repeat;
}*/
.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;
}
.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 {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.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: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-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-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/rutector/css/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/rutector/css/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/rutector/css/images/active.png) 2 repeat;
			border-image: url(/local/templates/rutector/css/images/active.png) 2 repeat;
}*/
/* --- colors */

.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: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat 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: 23px;
	height: 23px;
	margin-top: -4px;
	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:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-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: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
    background-color: #fff;
	font-size: 16px;
    font-weight: normal;
    position: absolute;
    top: 0;
	z-index: 915;
	display: none;
	padding: 10px;
	color: #636563;
    min-height: 37px;
    margin-bottom: 20px;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
    margin-top: 10px;
    display: inline-block;
}
.bx-filter .bx-filter-popup-result a:hover {
    color: #2196F4;
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
    }
    .bx-filter .bx-filter-button-box .bx-filter-parameters-box-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

#choised_filter_count_text{
    display: flex;
    align-items: center;
}

.block_display{
    display: flex;
    align-items: center;
}

.sort__line{
    overflow: unset;
}

.sort__line > .row::before,
.sort__line > .row::after {
    display: none;
}

.filt_menu{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1366px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: justify;
    align-content: flex-start;
    text-align: left;
    width: 100%;
    position: relative;
    z-index: 201;
}

.filt_menu .block_filter_property,
.filt_menu .bloc_sort{
    width: calc((100% - 105px)/6);
}

.filt_menu .block_filter_property {
    order: 20;
}

.filt_menu .block_filter_property__availability {
    order: 10;
}

.filt_menu .block_filter_property__brend {
    order: -1;
}

.filt_menu .block_filter_property--hidden {
    opacity: 0;
    position: absolute;
    left: -9999px;
}

.dropdown__open {
    position: relative;
}

.botton_open_block {
    font-size: 16px;
    letter-spacing: .3px;
    color: #636563;
    line-height: 1.12;
    text-align: left;
    padding: 3px 20px 3px 10px;
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #DEE0DD;
    border-right-color: transparent;
    border-left-color: transparent;
    background-color: rgba(0,0,0,0);
}

.botton_open_block:hover {
    color: #0054A4;
    opacity: 1;
}

.botton_open_block.checked {
    border-color:#0054A4;
    color: #0054A4;
}

.botton_open_block.active, .filterselected {
    color: #0054A4;
    padding-top: 2px;
    border-color: #0054A4;
}

.botton_open_block.active {
    -webkit-box-shadow: 0 5px 13px -2px rgba(0,0,0,.8);
    box-shadow: 0 5px 13px -2px rgba(0,0,0,.8);
    color: #0054A4;
    background-color: #fff;
    border-bottom-color: #DEE0DD;
}

.description_botton {
    font-size: 16px;
    letter-spacing: .3px;
    vertical-align: middle;
    min-height: 18px;
    max-height: 100%;
    overflow: hidden;
    line-height: 20px;
}

.botton_open_block.active:before {
    content: "";
    width: calc(100% - 18px);
    height: 0;
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: -1px;
    left: 9px;
    right: 9px;
}

.botton_open_block:after {
    content: "";
    color: #666;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M5.057 3.566L7.974.649l1.414 1.414-4.243 4.243-.088-.089-.084.085L.73 2.06 2.141.65l2.916 2.916z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
}

.botton_open_block:hover:after, .botton_open_block.active:after, .botton_open_block.checked:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' xmlns='http://www.w3.org/2000/svg' fill='%230054A4'%3E%3Cpath d='M5.057 3.566L7.974.649l1.414 1.414-4.243 4.243-.088-.089-.084.085L.73 2.06 2.141.65l2.916 2.916z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.botton_open_block.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block_property_list {
    display: none;
}

.active_block {
    -webkit-box-shadow: 0 5px 13px -2px rgba(0,0,0,.8);
    box-shadow: 0 5px 13px -2px rgba(0,0,0,.8);
    display: block;
    width: 356px;
    max-width: 100%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eee;
    top: 48px;
    padding: 0;
    z-index: 9000;
}

.property_active {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.property_list {
    padding: 10px;
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.block_property {
    list-style-type: none;
    padding: 0;
    width: 100%;
    min-height: 44px;
    margin: 0 0 8px;
}

.property_sort_input {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 22px;
    right: 22px;
    opacity: 0;
}

.label_for_inpu {
    font-size: 16px;
    text-align: left;
    line-height: 1.12;
    border-radius: 5px;
    background-color: #fff;
    color: #2d2d2d;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    display: block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.label_for_inpu:hover {
    -webkit-box-shadow: -2px 2px 2px 0 rgba(0,0,0,.09);
    box-shadow: -2px 2px 2px 0 rgba(0,0,0,.09);
}


.label_for_inpu.active_input {
    font-weight: 700;
    background-color: #0054A4;
    color: #fff;
}

.label_for_inpu .style_for_input {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    margin-top: 1px;
    border-radius: 50%;
    border: 1px solid #999;
}

.label_for_inpu.active_input .style_for_input {
    border-color: #fff;
}

.label_for_inpu.active_input {
    font-weight: 700;
    background-color: #0054A4;
    color: #fff;
}

.label_for_inpu.active_input .style_for_input:after {
    content: "";
    height: 9px;
    width: 9px;
    background-color: #fff;
    border-radius: 50%;
    margin: 2px auto;
    display: block;
}

/*список свойств*/
.header_property_block {
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.block_headers {
    -webkit-box-flex: 6;
    -webkit-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 70px;
}

.totalSelectedFacetValues {
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 1.57;
    color: #A7AEB6;
}

.totalSelectedFacetValues, .selectedFacetValueList {
    margin: 0;
}

.selectedFacetValueList {
    font-size: 14px;
    line-height: 1.33;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0054A4;
    white-space: nowrap;
}

.botton_clear_all, .select_all {
    background: none;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    min-width: 70px;
    float: right;
    margin: 0 5px 0 8px;
}

.botton_clear_all {
    color: #0054A4;
    border-bottom: 1px solid transparent;
}

.select_all {
    color: #2B3648;
}

.select_all span {
    border-bottom: 1px solid transparent;
    transition: all 200ms linear;
}

.block_filter_poperty {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    max-height: 286px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    min-height: 234px;
}

.list_filter_property {
    width: 100%;
    height: 44px;
    margin-bottom: 8px;
}

.filter_props {
    position: relative;
    background: #fff;
}

.select_all:before {
    display: inline-block;
    height: 12px;
    width: 15px;
    margin-right: 4px;
    content: "";
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='12' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M4.693 13.178L1.414 9.899 0 11.314l3.934 3.934.656.656L15.904 4.59l-1.312-1.312-9.9 9.9z' fill-rule='evenodd'/%3E%3C/svg%3E") 0 50% no-repeat;
}

.botton_clear_all:hover, .select_all:hover {
    opacity: 1;
}

.botton_clear_all:hover {
    color: #0054A4;
    border-color: #0054A4;
}

.select_all:hover span {
    color: #2B3648;
    border-color: #2B3648;
}

.filter_props {
    width: 100%;
    height: 44px;
    margin-bottom: 8px;
    background-color: rgba(0,0,0,0);
}

.label_in_checkbox {
    font-size: 16px;
    border-radius: 8px;
    background-color: #fff;
    color: #2B3648;
    height: 100%;
    padding: 14px;
    display: block;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.label_in_checkbox:hover {
    -webkit-box-shadow: -2px 2px 2px 0 rgba(0,0,0,.09);
    box-shadow: -2px 2px 2px 0 rgba(0,0,0,.09);
}

.property_list .label_in_checkbox {
    cursor: auto;
}

.input_property {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    opacity: 0;
    display: block!important;
}

.input_property:checked+.label_in_checkbox {
    font-weight: 700;
    padding-right: 30px;
}

.input_property:checked+.label_in_checkbox {
    background-color: #0054A4;
}

.count_element_for_property {
    color: #9b9b9b;
}

.count_element_for_property:before {
    content: "\A0\A0";
}

.input_property:checked+.label_in_checkbox,
.input_property:checked+.label_in_checkbox .count_element_for_property {
    color: #fff;
}

/*цена*/
.WsanPRR {
    padding: 10px;
}

._2bJ-NVM {
    padding: 16px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 10px;
}

._3KJ0g8t {
    height: 1.375rem;
    position: relative;
    width: calc(100% - 22px);
    margin-left: .6875rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
    margin-top: 2.2rem;
}

.hSCPqaW {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 20px;
    color: #2d2d2d;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    white-space: nowrap;
}

._1qzlIOL {
    left: 0;
}

._1qzlIOL, .s5DNeaO {
    bottom: -1.4rem;
    position: absolute;
    display: none;
}

._2rpP7c4, .NjiD7Cz {
    position: relative;
}

._2rpP7c4 {
    cursor: pointer;
    display: block;
    height: .3rem;
}

._3E_pzmg {
    left: 0;
    right: 0;
    margin-top: -.15rem;
    position: absolute;
    height: .3rem;
    background: #eaeaea;
    border-radius: .3rem;
    top: 50%;
    width: calc(100% + 22px);
    margin-left: -.6875rem;
}

._173WH2- {
    background: #9b9b9b;
}

._3Bab3_3 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #2d2d2d;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 1.375rem;
    margin-left: -.6875rem;
    margin-top: -.8375rem;
    outline: none;
    position: absolute;
    top: 50%;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
    -webkit-transition: background-color .3s ease,-webkit-transform .3s ease-out,-webkit-box-shadow .3s ease-out;
    transition: background-color .3s ease,-webkit-transform .3s ease-out,-webkit-box-shadow .3s ease-out;
    transition: transform .3s ease-out,box-shadow .3s ease-out,background-color .3s ease;
    transition: transform .3s ease-out,box-shadow .3s ease-out,background-color .3s ease,-webkit-transform .3s ease-out,-webkit-box-shadow .3s ease-out;
    width: 1.375rem;
}

._3Bab3_3, ._3Bab3_3 div {
    background-color: #2d2d2d;
}

.MfFg8Gc {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 20px;
    position: absolute;
    top: -2.2rem;
}

._2Z5laL6 .MfFg8Gc {
    left: -.6875rem;
}

._2FL-lxS .MfFg8Gc {
    right: -.6875rem;
}


.dropdown-revers{
    left: unset;
    right: 0;
}

.input{
    width: 100px;
    min-width: 100px;
}

.input-buffer{
    position: absolute;
    top: -1000px;
    left: -1000px;
    visibility: hidden;
    white-space: nowrap;
}

.sliderCont{
    margin-bottom: 10px;
}


.sliderCont .block_price_slider_filter{
    font-size: 16px;
    padding-bottom: 30px;
}

.input_property:disabled+.label_in_checkbox,
.input_property:disabled+.label_in_checkbox .count_element_for_property {
    color: #A7AEB6;
    cursor: default;
}

#show_more{
    margin-bottom: 30px;
}

.bx-filter.bx-blue .bx-ui-slider-track {
    margin: 0 10px;
}

.del_filter_wrapper,
.more_filters_wrapper {
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    height: 38px;
}

.del_filter_wrapper {
    border: 1px solid #78808C;
    transition: all 200ms linear;
}

.del_filter_wrapper:hover {
    background-color: rgba(231, 232, 234, .65);
}

.del_filter_wrapper svg {
    transition: all 200ms linear;
}

.del_filter_wrapper:hover svg {
    transform: rotate(180deg);
}

.del_filter_label {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 0;
}

#del_filter {
    border-bottom: none;
    margin-left: 6px;
}

#del_filter:hover {
    border-bottom: none;
}

.more_filters_wrapper {
    background-color: #78808C;
    margin-right: 30px;
    transition: all 200ms linear;
}

.more_filters_wrapper:hover {
    opacity: .8;
}

.more_filters {
    color: #fff;
    height: 100%;
    line-height: 38px;
    padding-left: 20px;
    padding-right: 20px;
}

.more_filters:hover {
    color: #fff;
}

#set_filter,
#modef {
    display: none;
}

@media (min-width: 1024px){
    .filt_menu .block_filter_property,
    .filt_menu .bloc_sort{
        width: calc((100% - 84px)/5);
    }
}
@media (min-width: 768px){
    .filt_menu .block_filter_property,
    .filt_menu .bloc_sort{
        width: calc((100% - 63px)/4);
        display: inline-block;
        vertical-align: top;
        margin: 8px 15px 8px 0;
    }
}

@media (max-width: 767px){
    .filt_menu .block_filter_property,
    .filt_menu .bloc_sort{
        width: calc((100% - 63px)/2);
        display: inline-block;
        vertical-align: top;
        margin: 8px 15px 8px 0;
    }

    .bx-filter .bx-filter-button-box {
        margin-top: 25px;
    }

    .more_filters_wrapper {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

@media (max-width: 430px){
    .filt_menu .block_filter_property,
    .filt_menu .bloc_sort{
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 8px 15px 8px 0;
    }
}

/* End */


/* Start:/local/templates/rutector/components/molotok/catalog/catalog/style.min.css?1744573004656*/
#main .catalog-section .catalog-section__desc h2{color:#617087!important;font-size:24px!important;font-weight:700;margin-bottom:10px}#main .catalog-section .catalog-section__desc .form-zch p{color:#fff;font-size:18px!important}#main .catalog-section .catalog-section__desc p{font-size:16px!important;line-height:22px;color:#2b3648;margin-bottom:15px;text-align:justify;float:none!important}#main .catalog-section .catalog-section__desc ul{font-size:16px;line-height:22px}#main .catalog-section .catalog-section__desc ul li{margin-left:15px}#main .catalog-section .catalog-section__desc .zch-categories-main .zch-cat-container span{font-size:16px!important}
/* End */


/* Start:/local/templates/rutector/css/brands.css?17445730025441*/
.brands-list {
    margin-top: 20px;
}

.brands-list__items,
.brands-list__directions {
    margin-top: 20px;
}

.brands-list__sections-title {
    color: #617087;
    margin-top: 40px;
    margin-bottom: 20px;
}

.brands-list__section {
    margin-top: 20px;
}

.brands-list__section .cutom-label {
    font-size: 14px;
    align-items: center;
}

.brands-list__section .cutom-label .cutom-label__checkbox {
    background-color: #fff;
}

.brands-items{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
    grid-gap: 30px;
    margin-top: 20px;
    justify-content: space-between;
}

.brands-items_small{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.brands-items_small .brands-list__item-item-link{
    height: 60px;
}

.brands-items.brands-items_no-image{
    grid-gap: 10px 0;
}

.brands-items a{
    color: #0054A4;
}

.brands-list__items-wrapper,
.brands-list__direction {
    margin-top: 40px;
}

.brands-list__direction {
    margin-top: 20px;
}

.brands-list__items-wrapper:first-child,
.brands-list__direction:first-child {
    margin-top: 10px;
}

.brands-list__items-title,
.brands-list__directions-title {
    border-bottom: 1px solid #DEE0DD;
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.brands-list__item,
.brands-list__direction-item {
    transition: all 200ms linear;
}

.brands-list__item-item-link,
.brands-list__direction-item-link {
    border: 1px solid #DEE0DD;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    padding: 5px;
    overflow: hidden;
    transition: .3s;
}

.brands-list__item-item-link:hover{
    border: 1px solid transparent;
    transition: .3s;
}

.brands-items img{
    object-fit: contain;
}

.brand-detail {
    font-size: 16px;
}

.brand-detail__picture-block {
    order: 10;
}

.brand-detail__prew-picture-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.brand-detail__flag-block,
.brand-detail__country {
    margin-top: 20px;
}

.brand-detail__flag-block {
    display: flex;
    line-height: 20px;
    align-items: flex-start;
}

.brand-detail__flag-img {
    margin-left: 17px;
}

.brand-detail__country-link {
    border-bottom: 1px solid #2B3648;
    display: inline-block;
}

.brand-detail__country-link:hover {
    border-color: transparent;
    color: #2B3648;
}

.brand-detail__add-picture-col {
    text-align: right;
}

.brand-detail__add-text-block {
    line-height: 22px;
    margin-top: 20px;
    order: 20;
}

.brand-detail__add-text-col table {
    width: 100%!important;
}

.brand-detail__add-text-col table p {
    margin-bottom: 10px;
}

.brand-detail__advantages-block {
    margin-top: 40px;
}

.brand-detail__advantages-title {
    color: #617087;
    font-size: 20px;
}

.brand-detail__advantages-list {
    margin-top: 20px;
    padding-left: 17px;
}

.brand-detail__advantages-list li {
    padding-left: 34px;
    position: relative;
}

.brand-detail__advantages-list li:before {
    content: "";
    background-image: url('/local/templates/rutector/css/../img/advantage_checkbox.png');
    position: absolute;
    left: 0;
    top: -3px;
    width: 18px;
    height: 18px;
}

.brand-detail__certificate-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.brand-detail__category-block {
    margin-top: 40px;
    order: 40;
}

.brand-detail__popular-block {
    order: 50;
}

.brand-detail__detail-text-block {
    order: 15;
}

.brand-detail__add-text-col .preimushestva-list-blue p {
    margin-bottom: 0;
}

.popular-section__header {
    border-bottom: 1px solid #DEE0DD;
    display: flex;
    justify-content: space-between;
}

.popular-section__title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.popular-section__title:after {
    width: 100%;
    height: 3px;
    background: #B2B9C1;
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: -1px;
}

.new-getting-spollers__head h2{
    margin: 0;
}

.brands-list__sections-list{
    align-items: center;
}
.brand-detail .reviews-min-info iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding-right: 10px;
}
@media screen and (max-width:1179px) {
    .brand-detail__prew-picture {
        width: 170px;
    }

    .brand-detail__video-block iframe {
        height: 410px;
    }
}

@media screen and (max-width:767px) {
    .brands-list__row {
        margin: 0;
    }

    .brands-list__sections-title {
        text-align: center;
    }

    .brand-detail__prew-picture-row {
        flex-direction: column;
    }

    .brand-detail__add-picture-col {
        margin-top: 30px;
        text-align: center;
    }

    .brand-detail__certificate-col {
        align-items: center;
    }

    .brand-detail__certificate-link {
        margin-top: 20px;
    }

    .brand-detail__add-text-col table a img {
        height: auto!important;
    }
}

@media screen and (max-width: 575px) {
    .brand-detail__video-block iframe {
        height: 260px;
    }
}
/* End */


/* Start:/local/templates/rutector/components/molotok/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17445730042752*/
.main-catalog-sections__item {
    width: 620px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    height: fit-content;
}

.main-catalog-sections__bottom{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.main-catalog-sections__left {
    padding: 45px 20px;
}

.main-catalog-sections__right {
    height: fit-content;
    padding-bottom: 45px;
}

.main-catalog-sections__right .brands-items_small, .second-catalog-section__right {
    margin-right: 20px;
}

.main-catalog-sections__right .brands-items_small .brands-list__item:last-child{
    grid-column: 2 / 3;
}

.main-catalog-sections__img {
    display: flex;
    justify-content: flex-end;
}

.main-catalog-sections__img img {
    border-radius: 10px;
}

.main-catalog-sections__title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    transition: .3s;
}

.main-catalog-sections__title:hover {
    color: #1976D3;
    transition: .3s;
}

.second-catalog-section__title {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 30px;
}

.second-catalog-section__more {
    position: relative;
    margin-right: 10px;
    transition: .3s;
}

.second-catalog-section__more .second-catalog-section__more__line {
    position: absolute;
    left: 0;
    top: 2.4px;
    transition: .3s;
    border: 1px solid #617087;
    border-radius: 3px;
}

.second-catalog-section__more:hover {
    cursor: pointer;
}

.second-catalog-section__more.open .second-catalog-section__more__line {
    transform: rotate(90deg);
    transition: .3s;
}

.second-catalog-section__no-more {
    margin-left: 29px;
}

.third-catalog-section {
    display: none;
    margin-left: 29px;
    margin-top: 10px;
}

.third-catalog-section a {
    display: grid;
    color: #617087;
    transition: .3s;
    margin-top: 5px;
}

.third-catalog-section a:hover {
    color: #617087;
    transition: .3s;
    text-decoration: underline;
}

.second-catalog-section .more-items.open {
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
    .main-catalog-sections__item{
        width: 100%;
        grid-template-columns: 1fr;
    }

    .main-catalog-sections__right{
        grid-row-start: 1;
    }

    .main-catalog-sections__right .brands-items_small{
        margin-left: 20px;
        grid-template-columns: repeat(3, 1fr);
    }

    .main-catalog-sections__left{
        padding-top: 0;
    }

    .main-catalog-sections__right{
        padding-bottom: 20px;
    }
}
/* End */
/* /local/templates/rutector/css/catalog.css?174457300211625 */
/* /local/templates/rutector/css/section.css?17445730021704 */
/* /local/templates/rutector/css/smart_filter.css?174457300232993 */
/* /local/templates/rutector/components/molotok/catalog/catalog/style.min.css?1744573004656 */
/* /local/templates/rutector/css/brands.css?17445730025441 */
/* /local/templates/rutector/components/molotok/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17445730042752 */
