

/* 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/spare_parts.css?17445730025142*/
:root {
    --blue-color: #1976D3
}

section {
    width: 100%;
    margin-top: 60px;
}

section:first-child {
    margin-top: 30px;
}

div.catalog-section {
    display: block;
}

.title {
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
}

.title__img {
    margin-left: 12px;
}

.brands-search__tabs {
    margin-top: 20px;
}

.brands-search__title {
    font-size: 24px;
    color: #617087;
    margin-top: 25px;
}

.brands-search__tabs .click-reviews {
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid var(--blue-color);
    padding: 7px 25px;
    line-height: 19px;
    margin-right: 15px;
    color: var(--blue-color);
    transition: .3s;
}

.brands-search__tabs .click-reviews:hover {
    transition: .3s;
    background-color: var(--blue-color);
    color: #fff;
}

.brands-search__tabs .click-reviews.active-href {
    background-color: var(--blue-color);
    color: #fff;
}

.brands-search__tabs .click-reviews.active-href::after {
    display: none;
}

.brands-search__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    margin-top: 15px;
}

.brands-search__item {
    display: flex;
    align-items: center;
}

.brands-search__item__name {
    max-width: 150px;
    margin-right: 15px;
}

.brands-search__item__img img {
    max-width: 100px;
    max-height: 50px;
}

.brands-search__search {
    display: block;
    width: 800px;
    padding: 10px 15px;
    border: 3px solid rgba(97, 112, 135, 0.25);
    border-radius: 4px;
    margin-top: 15px;
}

.brands-search__search-result {
    display: none;
}

.section-title_blue {
    color: #617087;
    font-size: 24px;
    line-height: 29px;
}

.boxes-pages_info {
    margin: 0;
}

.brand-info {
    display: grid;
    grid-template-columns: minmax(400px, 730px) 330px 162px;
    justify-content: space-between;
}
.brand-info .brand-info__docs{
    margin-top: 47px;
}
.brand-info__text {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}

.brand-info__docs__item {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    padding: 15px 10px;
    margin-top: 20px;
}

.brand-info__docs__item:first-child {
    margin-top: 0;
}

.brand-info__docs__item__text {
    color: #0054A4;
}

.custom-tabs a{
    display: flex;
    padding: 10px;
}

.custom-tabs .custom-tabs__title {
    display: flex;
    flex-direction: column;
    margin: auto 0 auto;
}

.custom-tabs .custom-tabs__title .name {
    font-size: 34px;
    margin: 5px;
}

#best-offer .feed__modal{
    max-width: 720px;
}

.best-offer__way{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.best-offer__way span{
    display: block;
}

.best-offer__way svg{
    display: block;
    margin: 0 auto 15px;
}

.ol-list__title{
    font-weight: bold;
    margin-bottom: 15px;
}

.ol-list{
    margin-bottom: 25px;
}

.ol-list ol{
    padding-left: 15px;
}

.ol-list li{
    margin-bottom: 10px;
    padding-left: 20px;
}

.brands-search__tabs .click-reviews, .show-hide-categories__btn{
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid var(--blue-color);
    padding: 7px 25px;
    line-height: 19px;
    margin-right: 15px;
    color: var(--blue-color);
    transition: .3s;
}

.brands-search__tabs .click-reviews:hover, .show-hide-categories__btn:hover{
    transition: .3s;
    background-color: var(--blue-color);
    color: #fff;
}

.brands-search__tabs .click-reviews.active-href{
    background-color: var(--blue-color);
    color: #fff;
}

.brands-search__tabs .click-reviews.active-href::after{
    display: none;
}

.show-hide-categories__btn{
    padding: 15px 25px;
}

.show-hide-categories__btn svg path{
    stroke: var(--blue-color);
}

a.show-hide-categories__btn:hover{
    color: #ffffff;
}

a.show-hide-categories__btn:hover svg path{
    stroke: #fff;
}

.show-hide-categories__btn.scroll-hiding__btn-hide svg{
    margin-top: -5px;
}

@media (min-width: 601px) and (max-width: 1024px) {
    .brand-info {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 40px;
    }

    .brand-info__text {
        grid-row: 1 / 3;
    }

    .brand-info__logo {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }
}

@media (max-width: 600px) {
    .brand-info {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .brand-info__docs {
        grid-row: 3 / 4;
    }

    .brand-info__logo img {
        display: block;
        margin: 0 auto;
    }

    .best-offer__way{
        width: 160px;
        margin: 0 auto 30px;
    }

    .best-offer__way .best-offer__arrow {
        margin: 20px 0 10px 0;
    }

    .best-offer__way .best-offer__arrow svg{
        transform: rotate(90deg);
    }
}
/* End */


/* Start:/local/templates/rutector/components/bitrix/catalog.section.list/spare_parts_categories/style.css?17445730031156*/
.spare-part-categories{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-around;
    grid-gap: 90px;
    padding: 15px;
}

.spare-part-categories__item{
    display: block;
}

.spare-part-categories__img{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 223px;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.17);
    padding: 10px 30px;
    transition: .3s;
    border-radius: 5px;
}

.spare-part-categories__img img{
    display: block;
    margin: 0 auto;
}

.spare-part-categories__item:hover .spare-part-categories__img{
    box-shadow: none;
    transition: .3s;
}

.spare-part-categories__title{
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}

.scroll-hiding__buttons{
    width: 100%;
}

.scroll-hiding__buttons a{
    margin: 0 auto;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
}


@media (max-width: 1365px) {
    .spare-part-categories{
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
        grid-gap: 20px;
    }
}
/* End */


/* Start:/local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/colors.min.css?17445730042466*/
.bx-filter.bx-blue .bx-filter-input-container input:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background:#046cc1}.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background:#dedede}.bx-filter.bx-blue .bx-ui-slider-pricebar-v{background:#046cc1}.bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-filter.bx-blue .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-blue .bx-tag-link{color:#68939e}.bx-filter.bx-blue .bx-filter-param-btn:active,.bx-filter.bx-blue .bx-filter-param-btn:focus,.bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/images/active.png) 2 repeat}.bx-filter .btn-link{border-bottom:1px solid transparent;color:#636563;padding:0;margin-left:10px;line-height:normal;border-radius:0}.bx-filter .btn-link:hover{border-bottom:1px solid #636563;color:#636563;text-decoration:none}.bx-filter.bx-blue .btn-themes{background-color:#046cc1;border-color:#046cc1;color:#fff;line-height:normal}.bx-filter.bx-blue .btn-themes.bx-active,.bx-filter.bx-blue .btn-themes.focus,.bx-filter.bx-blue .btn-themes:active,.bx-filter.bx-blue .btn-themes:focus,.bx-filter.bx-blue .btn-themes:hover{background-color:#2196f4;border-color:#2196f4;color:#fff}
/* End */


/* Start:/local/templates/rutector/components/molotok/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?17445730041149*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/rutector/components/bitrix/system.pagenavigation/catalog/style.css?1744573003787*/
.sort__line {
    position: relative;
    padding: 12px 40px;
    background: #F7F7F7;
    border-radius: 12px;
}

.sort__line .choised_filter_count_text {
    color: #636563;
    display: flex;
    align-items: center;
}

.sort__line .nav_prev {
    margin-left: 30px;
}


.sort__line .nav_next {
    margin-right: 30px;
}

@media screen and (max-width:767px) {
    .smart-filter {
        padding: 22px 18px 30px 18px;
    }

    .sort__line {
        padding: 18px 10px;
    }

    .top-pager .sort__line {
        padding: 0 10px;
    }

    .top-pager .sort__line .row {
        justify-content: center;
    }

    .sort__line .nav_prev {
        margin-left: 10px;
    }

    .sort__line .nav_next {
        margin-right: 10px;
    }
}
/* End */


/* Start:/local/templates/rutector/components/bitrix/catalog.section/main/style.css?174549940329390*/
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('/local/templates/rutector/components/bitrix/catalog.section/main/./fonts/glyphicons-halflings-regular.eot');
	src: url('/local/templates/rutector/components/bitrix/catalog.section/main/./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/rutector/components/bitrix/catalog.section/main/./fonts/glyphicons-halflings-regular.woff') format('woff'), url('/local/templates/rutector/components/bitrix/catalog.section/main/./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/local/templates/rutector/components/bitrix/catalog.section/main/./fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.table-view__caption span:before {
    top: calc(50% - 45px);
    display: none;
    content: "";
    border: 12px solid transparent;
    border-bottom-color: #0054A4;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}

.table-view__caption.table-view__caption_active span:before {
    top: calc(50% - 45px);
    display: none;
    content: "";
    border: 12px solid transparent;
    border-top-color: #0054A4;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}

.table-view__caption_active{
    background: #0054A4;
}

.type3 .table-view__item_sort_active{
    background-color: #D6DBE7;
}

.hover-sort{
    background-color: #D6DBE7;
}

.del-sort{
    text-align: end;
    margin-top: 10px;
}

.del-sort a{
    color: #617087;
}

.table-view__caption_active a{
    color: #DEE0DD;
}

.table-view__caption:hover {
    background-color: #D6DBE7;

}
.table-view__caption .catalog-header__sort-caption{
    color: #0054A4;
    font-size: 13px;
}

.table-view__caption:hover .catalog-header__sort-caption{
    display: block;
}
.table-view__caption:hover .catalog-header__caption,
.table-view__caption .catalog-header__sort-caption{
    display: none;
}

.catalog-section {
    display: flex;
    flex-wrap: wrap;
}

.table-view__caption  a:hover{
    color: #0054A4;
}

.promotional-banner {
    margin-top: 40px;
}

.catalog-section__container {
    max-width: 100%;
    width: 100%;
}

.catalog-section__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.catalog-section__subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-top: 40px;
}

.catalog-section__subtitle a {
    color: #0054A4;
}

.catalog-section__subtitle a:hover {
    color: #1976D3;
}

.catalog-section__add-text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 40px;
}

.catalog-section__add-text h3,
.catalog-section__add-text strong {
    color: #617087;
    font-size: 20px;
}

.catalog-section__add-text ol,
.catalog-section__add-text ol {
    font-size: 16px;
    margin-top: 20px;
    padding-left: 60px;
}

.catalog-section__add-text li,
.catalog-section__add-text li {
    line-height: 22px;
    margin-top: 6px;
}

.catalog-section__certificates-section {
    margin-top: 40px;
}

.catalog-section__popular {

}

.section-list__title {
    border-bottom: none;
    margin-bottom: 40px;
}

.section-list__title-text {
    color: #617087;
    font-size: 24px;
    padding-bottom: 0;
}

.section-list__title-text:after {
    display: none;
}

.catalog-section__popular {
    margin-top: 80px;
}

.smart-filter {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 22px 40px 30px 40px;
}

.sort__line{position:relative; padding:12px 40px; background:#F7F7F7; border-radius:12px;}
.top-pager .sort__line .row {justify-content: space-between;}
.sort__line .triggers {display: flex; align-items: center; justify-content: flex-end;}
.sort__line .triggers span, .block_display.triggers span {cursor:pointer;}
.sort__line .triggers span, .block_display.triggers span:hover svg path {fill: #2B3648;}
.sort__line .triggers span + span, .block_display.triggers span + span{margin-left:17px;}
.sort__line .triggers span.type1.active, .block_display.triggers span.active svg path {fill: #2B3648;}
.sort__line .triggers span.type3{background-position:-70px top;}
.sort__line .triggers span.type3.active{background-position:-70px bottom;}
.sort__line .triggers span.type4{background-position:right top;}
.sort__line .triggers span.type4.active{background-position:right bottom;}
.sort__line .selects{width:430px; margin-top:-5px; margin-bottom:-5px;}
.sort__line .selects .selectBox{height:30px; border-radius:40px; line-height:30px; padding-left:8px; color:#7e7e7e; font-size:12px; border:1px solid #e9e9e9; text-align:center;}
.sort__line .selects .selectBox-arrow{margin-top:-9px;}
.sort__line .selects .akcia_select{width:130px;}
.sort__line .selects .akcia_select + .akcia_select{margin-left:20px;}
.sort__line .pagenav{width:120px; margin-left:20px; font-size:14px; line-height:36px; color:#7e7e7e; margin-top:-9px; margin-bottom:-9px;}
.sort__line .pagenav .arrow{width:6px; height:15px; position:relative; display:block; float:right; margin-left:5px; margin-top:10px;}
.sort__line .pagenav .arrow.left_arrow{transform:rotate(180deg); float:left; margin-left:0; margin-right:5px;}
.sort__line .pagenav i{width:50px; height:36px; background:#fff; border:1px solid #e3e3e3; border-radius:40px; box-sizing:border-box; display:inline-block; vertical-align:top; font-style:normal; font-weight:500; text-align:center}
.sort__line .pagenav span{display:inline-block; vertical-align:top;}
.sort__line.bot_line{background:none; margin-top:30px; padding:25px 0; border-top:1px solid #eaeaea;}
.sort__line.bot_line .akcia_select{width:170px;}
.sort__line.bot_line .selects{margin:0;}
.sort__line.bot_line .col-vo{font-size:13px; line-height:30px; color:#717171; margin-left:20px;}
.sort__line.bot_line .bot_pagi li{position:relative; display:inline-block; vertical-align:top; margin-left:6px;}
.sort__line.bot_line .bot_pagi li a{position:relative; display:block; height:30px; width:40px; background:#fff; text-align:center; text-decoration:none; box-sizing:border-box; line-height:30px; font-size:15px; border:1px solid #e3e3e3; border-radius:30px; color:#7e7e7e;}
.sort__line.bot_line .bot_pagi li a:hover{background:#0054A4; color:#fff;}
.sort__line.bot_line .bot_pagi li span{position:relative; display:block; height:30px; width:40px; background:#285193; text-align:center; text-decoration:none; box-sizing:border-box; line-height:30px; font-size:15px; border:1px solid #367ff5; border-radius:30px; color:#fff;}
.sort__line.bot_line .bot_pagi li em{font-size:20px; line-height:32px; color:#8f8f8f; font-style:normal;}

.sort__line .choised_filter_count_text {
    color: #636563;
    display: flex;
    align-items: center;
}

.sort__line .nav_prev {
    margin-left: 30px;
}

.sort__line .nav_next {
    margin-right: 30px;
}

.catalog-main-section .catalog {
    padding-top: 0;
}

.catalog-main-section .catalog.type1 {
    padding-top: 10px;
}

.catalog-main-section .catalog.type2 {
    margin-bottom: 30px;
}

.catalog.type1 .catalog-main-section__row {
    margin-left: -26px;
    margin-right: -26px;
}

.catalog-main-section .catalog.type1 .item {
    padding-left: 26px;
    padding-right: 26px;
    margin-bottom: 30px;
}

.catalog-brand-section {

}

.catalog-brand-section__item-block {
    opacity: 1;
}

.catalog-brand-section__item-block:hover {
    opacity: .6;
}
.catalog-section__desc .banner-details-cat {
    height: 300px;
    width: 100%;
    background-image: url(/media/images/zch-kompressors/banner-zch-atlas-catalog-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 40px;
}
.catalog-section__desc .banner-details-cat-chicago .banner-details-cat-left-col {
    background-color: rgba(51,51,51,0.9);
    background-image: url(/media/images/zch-kompressors/banner-zch-chicago-catalog-bg-s.png);
}
.catalog-section__desc .banner-details-cat-left-col h3 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 15px 0;
}
.catalog-section__desc .banner-details-cat-left-col a {
    height: 43px;
    width: 130px;
    background-color: #f1ce3a;
    color: #303030;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    transition: 0.2s;
}
.catalog-section__desc .banner-details-cat-chicago .banner-details-cat-left-col a {
    background-color: #ed1b24;
    color: #fff;
}
.catalog-section__desc .banner-details-cat-left-col {
    width: 316px;
    height: 100%;
    min-height: 300px;
    background-color: rgba(8,158,203,0.9);
    background-image: url(/media/images/zch-kompressors/banner-zch-atlas-catalog-bg-s-03.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 20px;
}
#zch-main-header-brand h3{
    color: #ffffff;
}
.catTable .catBlock {
    display: table-cell;
    border: 1px solid white;
    width: 25%;
    vertical-align: middle;
}
.catalog-section__add-text.before_form{

}
.catalog-section__desc-text a.tooltip {
    position: relative;
    opacity: 1;
    border: none;
    z-index: inherit;
    font-size: 11px;
    color: #004993;
}
.catalog-section__desc-text .tooltip span {
    margin-left: -999em;
    position: absolute;
    display: none;
}
.catalog-section__desc-text .tooltip:hover span {
    white-space: nowrap;
    width: auto;
}
.catalog-section__desc-text div.info, .catalog-section__desc-text span.info {
    background: #FFFDEB url(/dsgn/div_info.png) no-repeat scroll 3px 5px;
    border-bottom: 1px dotted #FFC864;
    border-top: 1px dotted #FFC864;
}
.catalog-section__desc-text .tooltip:hover span {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 5px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 5px 5px rgba(0,0,0,0.1);
    font-family: Calibri,Tahoma,Geneva,sans-serif;
    position: absolute;
    left: 1em;
    top: 0.8em;
    z-index: 9999;
    margin-left: -20px;
    width: 420px;
    display: block;
}
@media screen and (max-width:1179px) {
    .smart-filter {
        margin-bottom: 30px;
        padding: 22px 10px 30px 10px;
    }

    .sort__line .triggers{
        display:none;
    }

    .sort__line {
        padding: 12px;
    }

	.top-pager .sort__line {
        padding: 0 12px;
    }

	.sort__line .choised_filter_count_text {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .catalog-main-section .catalog.type1 .item {
        padding-left: 14px;
        padding-right: 14px;
    }

    .catalog.type1 .catalog-main-section__row {
        margin-left: -14px;
        margin-right: -14px;
    }
}

@media screen and (max-width:1179px) and (min-width:768px) {
    .catalog-main-section .catalog.type1 .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width:767px) {
    .smart-filter {
        padding: 22px 18px 30px 18px;
    }

    .sort__line {
        padding: 18px 10px;
    }

    .top-pager .sort__line {
        padding: 0 10px;
    }

	.top-pager .sort__line .row {
        justify-content: center;
    }

    .sort__line .nav_prev {
        margin-left: 10px;
    }

    .sort__line .nav_next {
        margin-right: 10px;
    }
}

@media screen and (max-width:710px) {
	.sort__line .pagenav {
        float:none;
        margin:0 auto 20px;
    }

	.sort__line .selects {
        float:none;
        margin:0 auto;
    }

	.sort__line.bot_line .selects {
        float:none;
        margin:0 auto 20px;
    }

	.sort__line.bot_line .bot_pagi {
        float:none;
        margin:0 auto;
        text-align:center;
    }

	.sort__line.bot_line .bot_pagi li {
        margin:0 3px;
    }
}

.catalog-section__sale {
	margin-top: 80px;

}

.catalog-section__sale__title {
	color: #617087;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	margin-bottom: 20px;
}

.boxes-pages_block ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.reviews-min-text-hrefs__img {
	display: inline-flex;
	margin-right: 6px;
}

.reviews-min-block-basic-info .pump-units-type_text *,
.reviews-min-block-useful-info .pump-units-type_text * {

}

.reviews-min-block-basic-info .pump-units-type_text > img:first-child,
.reviews-min-block-useful-info .pump-units-type_text > img:first-child {
	float: right!important;
	margin-left: 60px;
	margin-bottom: 20px;
	width: auto!important;
	max-width: 340px!important;
	height: auto!important;
}

.reviews-min-block-basic-info .pump-units-type_text table,
.reviews-min-block-useful-info .pump-units-type_text table,
.catalog-section__desc table/*,
.reviews-min-block-basic-info .pump-units-type_text table td,
.reviews-min-block-useful-info .pump-units-type_text table td*/ {
	width: auto!important;
}

.catalog-section__desc table {
	margin-bottom: 20px;
}

.catalog-section__desc table td,
.catalog-section__desc table th {
	border: 1px solid #2B3648;
	padding: 5px;
}

.catalog-section__desc table.no-border td,
.catalog-section__desc table.no-border th {
	border: none;
}

.catalog-section__desc-text .temp-atlas-1400 > div > div:first-child {
	height: auto;
}

.reviews-min-block-basic-info .pump-units-type_text h2,
.reviews-min-block-useful-info .pump-units-type_text h2,
.reviews-min-block-basic-info .pump-units-type_text h3,
.reviews-min-block-useful-info .pump-units-type_text h3 {
	color: #617087;
    margin-bottom: 16px;
}

.reviews-min-block-basic-info .pump-units-type_text h2,
.reviews-min-block-useful-info .pump-units-type_text h2 {
	font-size: 24px;
	font-weight: bold;
}

.reviews-min-block-basic-info .pump-units-type_text h3,
.reviews-min-block-useful-info .pump-units-type_text h3 {
    font-size: 16px;
}

.reviews-min-block-basic-info .pump-units-type_text ul,
.reviews-min-block-basic-info .pump-units-type_text ol,
.reviews-min-block-useful-info .pump-units-type_text ul,
.reviews-min-block-useful-info .pump-units-type_text ol {
    font-size: 16px;
    padding-left: 60px;
}

.reviews-min-block-basic-info .pump-units-type_text ul,
.reviews-min-block-useful-info .pump-units-type_text ul {
    list-style: disc;
}

.reviews-min-block-basic-info .pump-units-type_text ul li,
.reviews-min-block-basic-info .pump-units-type_text ol li,
.reviews-min-block-basic-info .pump-units-type_text p,
.reviews-min-block-useful-info .pump-units-type_text ul li,
.reviews-min-block-useful-info .pump-units-type_text ol li,
.reviews-min-block-useful-info .pump-units-type_text p {
    margin-bottom: 16px;
}

.reviews-min-block-basic-info .pump-units-type_text ul li:empty,
.reviews-min-block-basic-info .pump-units-type_text ol li:empty,
.reviews-min-block-basic-info .pump-units-type_text p:empty,
.reviews-min-block-useful-info .pump-units-type_text ul li:empty,
.reviews-min-block-useful-info .pump-units-type_text ol li:empty,
.reviews-min-block-useful-info .pump-units-type_text p:empty {
	display: none;
}

.reviews-min-block-basic-info .pump-units-type_text a,
.reviews-min-block-useful-info .pump-units-type_text a {
    color: #0054A4;
}

.reviews-min-block-basic-info .pump-units-type_text button,
.reviews-min-block-useful-info .pump-units-type_text button {
	padding: 0 10px;
	border: 1px solid #c2c2c2;
}

.catalog-section-header {
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

.catalog-section .pump-units-type {
	padding: 0;
}

.small-image-slider__item .small-popup-slider__img-block {
	position: relative;
}

.small-image-slider__item-stub .small-popup-slider__img-block:before {
	content: '';
	background-image: url('/local/templates/rutector/img/video_play.svg');
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	z-index: 9;
}

.small-image-slider__item-stub .small-popup-slider__img-block:after {
	content: '';
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.small-image-slider__item .small-popup-slider__img {
	word-break: break-all;
}

.catalog-section__docs {
	margin-top: 40px;
}

.catalog-section__docs-caption {
	background-color: #78808C;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
}

.catalog-section__docs-list {
	background: #EFEFEF;
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.catalog-section__docs-link {
	display: inline-flex;
	margin-top: 20px;
}

.catalog-section__docs-link:first-child {
	margin-top: 0;
}

.catalog-section__docs-img {
	min-width: 32px;
	max-width: 32px;
}

.catalog-section__docs-name {
	margin-left: 10px;
}

.catalog.type3 {
	border: 1px solid #C7C7C7;
	border-bottom: none;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin-top: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

.table-view__header {
	background-color: #ECECEC;
	border-bottom: 1px solid #C7C7C7;
	display: none;
}

.catalog.type3 .table-view__header {
	display: flex;
}

.table-view__caption {
	border-right: 1px solid #C7C7C7;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 73px;
	flex: 1;
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	word-break: break-word;
    position: relative;
}

.table-view__caption:last-child {
	border-right: none;
}

.table-view__caption-model,
.catalog.type3 .row .item .image_block  {
	flex: 2;
}

.catalog.type3 .row .item .image_block {
	background-color: #fff;
}

.catalog.type3 .item {
	border-bottom: 1px solid #C7C7C7;
    flex: 0 0 100%;
	max-width: 100%;
}

.catalog.type3 .item:nth-child(even) {
	background-color: #F7F7F7;
}

.catalog.type3 .item > div {
	border: none;
	border-radius: 0;
	display: flex;
	padding: 0;
	min-height: 68px;
}

.table-view__item-col {
	flex: 1;
}

.catalog.type3 .item .discount-block {
	left: -6px;
	top: 6px;
}

.catalog.type3 .item .ostatok,
.catalog.type3 .item .data,
.catalog.type3 .item .product-item-button-container,
.catalog.type3 .item .discount-block .hit,
.catalog.type3 .item .discount-block .new,
.catalog.type3 .product-item-props {
	display: none;
}

.catalog.type3 .product-item-img-block {
	display: flex;
	align-items: center;
}

.catalog .product-item-img-wrapper {
	text-align: center;
}

.catalog.type3 .product-item-img-wrapper {
	width: 50px !important;
	min-width: 50px;
	height: auto;
}

.catalog.type3 .item .image_block {
}

.catalog.type3 .item .table-view__item-col {
	border-right: 1px solid #C7C7C7;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	padding: 6px;
	word-break: break-word;
}

.catalog.type3 .item .buy_block,
.table-view__caption-price {
	flex: 1.9;
    order: 200;
}

.catalog.type3 .item .buy_block {
	border-right: none;
}

.catalog.type3 .item .favorites-block .favorites{
    margin-top: 0px;
}
.catalog.type3 .item .favorites-block label{
    margin-bottom: 0px;
}

.catalog.type3 .item .favorites-block{
    margin-right: 0px;
}

.catalog .product-item-name {
	display: none;
}

.catalog.type3 .product-item-name {
	display: inline-block;
	color: #0054A4;
	font-size: 14px;
	margin-left: 8px;
}

.catalog.type3 .product-item-name:hover {
	color: #1976D3;
}

.catalog.type3 .item .price_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 186px;
	padding-right: 0;
}

.catalog.type3 .item .price {
	font-size: 14px;
	font-weight: 500;
}

.catalog.type3 .item .old_price span {
	margin-bottom: 4px;
}

.catalog .item .price_block .more {
	display: none;
}

.catalog.type3 .item .more {
	display: block;
	border: 1px solid #0054A4;
	border-radius: 3px;
	padding: 7px 12px;
}

.catalog.type3 .item .more:hover {
	border-color: #1976D3;
}

.table-view__item-col-prop {
	display: none;
}

.catalog.type3 .table-view__item-col-prop {
	display: flex;
	text-align: center;
}

.catalog-section .catalog-section__boxes-pages_info {
	margin-top: 60px;
}

.extended-articles-page-link {
	margin-top: 40px;
}

.catalog-section__images {
	margin-top: 10px;
}

.catalog-section__images-wrapper {
	padding-top: 30px;
	text-align: center;
}

.catalog-section__images-title {
	display: inline-block;
	margin-top: 15px;
     background: black;
    color: #ffffff;
    padding: 4px 0;
}

.reviews-min-block-basic-info #real-projects-sliders {
	width: 100%;
}

.block_progress_bar {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.block_progress_bar .text_progress_bar {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 20px;
    color: #617087;
    padding: 0;
    margin: 0;
}

.block_progress_bar .progress {
    max-width: 240px;
    margin: auto;
    height: 3px;
    margin-top: 10px;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #DEE0DD;
    border-radius: .25rem;
}

.progress_bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #2196F4;
    transition: width .6s ease;
}

.spoilerLink {
	background-color: #0054A4;
	border-radius: 4px;
	width: 111px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: white !important;
	text-align: center;
}

.spoilerLink:hover {
	background-color: #2196F4;
}

.spoiler {
	display: none;
}

.catalog-section .catalog-section__container .reviews-min-info .sgdescr {
	text-align: justify;
}
.catalog-section .catalog-section__container .reviews-min-info .four_columns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.catalog-section .catalog-section__container .reviews-min-info .four_columns .column{
	width: 24%;
	text-align: center;
}
.catalog-section .catalog-section__container .reviews-min-info .four_columns .column figure img{
	max-height: 120px;
	transition: 0.3s;
}
.catalog-section .catalog-section__container .reviews-min-info .four_columns .column figure img:hover{
	transform: scale(1.1);
}
.catalog-section .catalog-section__container .reviews-min-info .four_columns .column figure .center{
	margin-top: 15px;
	margin-bottom: 15px;
}
.catalog-section__container .slick-list .catalog-section__images-wrapper.slick-slide{
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}
.catalog-section__container .slick-list .catalog-section__images-wrapper.slick-slide a{
    display: flex;
    justify-content: center;
}
.catalog-section .photo_block{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    text-align: center;
}
.catalog-section .photo_block .img_block{
    display: flex!important;
    flex-direction: column;
}
.catalog-section .photo_block .img_block img{
    max-width: 80%;
    margin: 15px auto;
    transition: 0.4s;
    cursor: pointer;
}
.catalog-section .photo_block .img_block:hover img{
    transform: scale(1.2);
}
.fancybox-content .hide_in_fancy{
    display: none;
}

.catalog-section__ajax-container {

}

@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

@media (max-width: 1179px){
	.reviews-min-block-gallery .small-image-slider__item,
	.reviews-min-block-completed-projects .small-image-slider__item {
		padding-left: 28px;
		padding-right: 28px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
	.four_columns .column{width: 48%;}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}

	.reviews-min-block-basic-info .pump-units-type_text,
	.reviews-min-block-useful-info .pump-units-type_text {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	.reviews-min-block-basic-info .pump-units-type_text > img:first-child,
	.reviews-min-block-useful-info .pump-units-type_text > img:first-child {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.reviews-min-block-basic-info .pump-units-type_text p:first-of-type,
	.reviews-min-block-useful-info .pump-units-type_text p:first-of-type {
		
	}

	.reviews-min-block-basic-info .pump-units-type_text ul,
	.reviews-min-block-basic-info .pump-units-type_text ol,
	.reviews-min-block-useful-info .pump-units-type_text ul,
	.reviews-min-block-useful-info .pump-units-type_text ol {
		padding-left: 17px;
	}

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

	.four_columns .column{
		width: 100%;
	}
    .catalog-section .photo_block{
        grid-template-columns: repeat(1, 1fr);
    }
}
/*for active filter params*/
#active_filter{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
#active_filter .main_text{
    font-weight: bold;
}
#active_filter .active_filter button{
    border: 1px solid black;
    border-radius: 15px;
    padding: 3px 30px 5px 10px;
    position: relative;
    transition: 0.3s;
}
#active_filter .active_filter button:hover{
    color: #FFFFFF;
    background: #0054A4;
}
#active_filter .active_filter button:hover::before{
    background: #FFFFFF;
}
#active_filter .active_filter button:hover::after{
    background: #FFFFFF;
}
#active_filter .active_filter button::before{
    content: '';
    position: absolute;
    right: 10px;
    width: 15px;
    height: 1px;
    background: black;
    transform: rotate(45deg);
    top: 50%;
}
#active_filter .active_filter button::after{
    content: '';
    position: absolute;
    right: 10px;
    width: 15px;
    height: 1px;
    background: black;
    transform: rotate(-45deg);
    top: 50%;
}
#active_filter div{
    margin: 10px 20px 10px 0;
}
#search_analog_block{
    background: #F7F7F7;
    padding: 12px 40px;
    border-radius: 12px;
    margin-bottom: 10px;
}
#search_analog_block input[type="text"]{
    padding: 10px 15px;
    width: 400px;
    max-width: 100%;
    border-radius: 5px;
}

#search_analog_block input[type="submit"]{
    background: #78808C;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-left: 10px;
}

#search_analog_block .come_back_list{
    background: #78808C;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-left: 10px;
}

/* End */


/* Start:/local/templates/rutector/components/bitrix/catalog.item/section_items/style.css?174457300325290*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.catalog.type2 .item .preorder.custom_position{
	order: 30;
	margin-top: 0;
}
/* End */


/* Start:/local/templates/rutector/components/bitrix/catalog.section/main/themes/blue/style.min.css?1744573004706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/rutector/components/sotbit/seo.meta.tags/section/style.css?17450048561011*/
.section-seometa__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.section-seometa__tag {
    border: 1px solid #0054A4;
    border-radius: 12px;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    transition: all 200ms linear;
}

.section-seometa__tag:hover {
    border-color: #1976D3;
}

.section-seometa__link {
    color: #0054A4;
    display: inline-block;
    padding: 8px 16px 7px 16px;
}

.section-seometa__tag--active {
    background-color: #1976D3;
    border-color: #1976D3;
}

.section-seometa__tag--active .section-seometa__link {
    color: #fff;
}

.section-seometa__close {
    margin-left: -6px;
    margin-right: 7px;
}

@media screen and (max-width: 767px) {
    .section-seometa__row {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-seometa__tag {
        margin-top: 0;
    }
}
/* End */


/* Start:/local/templates/rutector/components/bitrix/catalog.section.list/spare_parts_child/style.css?17445730032981*/
.section-link{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
}

.section-link__item{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    border-radius: 10px;
    box-shadow: 0px 1px 16px 0px #0000002B;
    padding: 30px 0 30px 30px;
    overflow: hidden;
}

.section-link__text{
    display: grid;
    align-items: center;
}

.section-link__title{
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.section-link__desc{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #617087;
}

.catalog-section__subtitle ul li{
    cursor: pointer;
}
.catalog-section__subtitle ul li:hover{
    color: #1976D3;
}

.section-link_1fr{
    grid-template-columns: 1fr;
}

.section-link_1fr .section-link__item{
    grid-gap: 0;
    padding: 40px 30px;
}

.section-link_1fr .section-link__img{
    width: 162px;
    position: relative;
    justify-self: end;
}

.section-link_1fr .section-link__img:before{
    content: '';
    width: 640px;
    height: 264px;
    position: absolute;
    bottom: -64px;
    right: -30px;
    background-image: url(/upload/spare_parts/extended_list_image.png);
    z-index: -1;
}

.section-link_1fr .section-link__text{
    grid-gap: 20px;
}

@media (max-width: 1024px) {
    .section-link{
        grid-gap: 40px;
    }

    .section-link__item{
        display: block;
        padding-bottom: 5px;
        height: 475px;
    }

    .section-link__text{
        padding-right: 30px;
    }

    .section-link__img{
        top: -62px;
        position: relative;
        z-index: -1;
    }

    .section-link__img img{
        width: 100%;
    }

    .section-link__desc, .section-link__btn{
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .section-link{
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .section-link__item{
        display: block;
        box-sizing: content-box;
    }

    .section-link__text{
        padding-right: 30px;
    }

    .section-link__img img{
        width: 100%;
    }

    .section-link__desc, .section-link__btn{
        margin-top: 20px;
    }

    .section-link_1fr{
        overflow: hidden;
        box-shadow: 0px 1px 16px 0px #0000002B;
    }

    .section-link_1fr .section-link__item{
        display: grid;
        grid-template-columns: 1fr;
        overflow: hidden;
    }

    .section-link_1fr .section-link__img{
        position: static;
        justify-self: start;
        max-width: 200px;
    }

    .section-link_1fr .section-link__text{
        padding: 0;
        grid-row: 2 / 3;
        grid-gap: 0;
    }

    .section-link_1fr .section-link__desc, .section-link_1fr .section-link__btn{
        margin: 0;
    }

    .section-link_1fr .section-link__img:before{
        bottom: 295px;
    }
}
/* End */


/* Start:/local/templates/rutector/components/bitrix/news.list/company-docs/style.css?17445730031092*/
.company-docs, .company-docs__hide-part {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    margin-top: 25px;
}

.company-docs__item {
    display: flex;
    margin-bottom: 28px;
}

.company-docs__img {
    margin-right: 15px;
}

.company-docs__img svg {
    max-width: 55px;
    max-height: 55px;
}

.company-docs__text-block {
    display: flex;
    flex-direction: column;
}

.company-docs__name {
    color: #0054A4;
    font-size: 16px;
    max-width: 80%;
}

.company-docs__size {
    color: #617087;
    font-size: 14px;
    margin-top: 2px;
}

.company-docs__show-more, .company-docs__hide-part{
    grid-column: 1 / 3;
}

.company-docs__show-more{
    text-align: center;
}

.company-docs__show-more svg{
    transition: .3s;
}


.company-docs__show-more.active svg{
    transform: rotate(180deg);
    transition: .3s;
}

@media screen and (max-width:1199px) {
    .company-docs__img svg {
        max-width: 45px;
        max-height: 45px;
    }
}

@media screen and (max-width:575px) {
    .company-docs__name {
        max-width: 100%;
    }
}
/* 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/spare_parts.css?17445730025142 */
/* /local/templates/rutector/components/bitrix/catalog.section.list/spare_parts_categories/style.css?17445730031156 */
/* /local/templates/rutector/components/bitrix/catalog.smart.filter/new_filter/themes/blue/colors.min.css?17445730042466 */
/* /local/templates/rutector/components/molotok/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?17445730041149 */
/* /local/templates/rutector/components/bitrix/system.pagenavigation/catalog/style.css?1744573003787 */
/* /local/templates/rutector/components/bitrix/catalog.section/main/style.css?174549940329390 */
/* /local/templates/rutector/components/bitrix/catalog.item/section_items/style.css?174457300325290 */
/* /local/templates/rutector/components/bitrix/catalog.section/main/themes/blue/style.min.css?1744573004706 */
/* /local/templates/rutector/components/sotbit/seo.meta.tags/section/style.css?17450048561011 */
/* /local/templates/rutector/components/bitrix/catalog.section.list/spare_parts_child/style.css?17445730032981 */
/* /local/templates/rutector/components/bitrix/news.list/company-docs/style.css?17445730031092 */
