

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/style.css?173158033614025*/

@media (min-width: 992px) {
    .container {
        max-width: 1310px;
    }
}

.filter-page {
    padding-top: 5px;
}

.filter-page-top {
    background: #F2F2F2;
    padding: 40px 40px 15px;
    margin-bottom: 15px;
    text-align: center;
}

.filter-page .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: left;
}

.filter-page-top .item-c,
.filter-page-search .item-c {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    flex-wrap: wrap;
    text-align: left;
}

.filter-page-top .item-c .item {
    width: calc(25% - 7px);
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid transparent;
    color: #000000;
}

.filter-page-top .item-c .item img {
    max-width: 40px;
    margin-right: 15px;
}

.filter-page-top .col {
    width: calc(50% - 5px);

}

.filter-page-top .item-product{
    color: #000000;
    background: #fff;
    padding: 8px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    border: 2px solid transparent;
    color: #000000;
    display: block;
}

.filter-page-search {
    background: #F2F2F2;
    padding: 23px 23px 15px;
    margin-bottom: 40px;
}

.filter-page-search .item-c {
    justify-content: flex-start;
    margin-bottom: 0;
}

.filter-page-search .item {
    padding: 5px 13px;
    background: #fff;
    border-radius: 15px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    color: #000000;
    display: block;
}

.filter-page-top .item-c .active,
.filter-page-search .item-c .active {
    border: 2px solid #F0371E;
}

.filter-page-params {
    margin-bottom: 15px;
}
.filter-page-params > .container {
    padding: 0;
}
.filter-page-params .item-c {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.filter-page-params .item.item-ARTICUL .search {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 3px 15px 3px 8px
}

.filter-page-params .search button {
    background: url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/img/search.png) no-repeat 50% 50%;
    background-size: 14px auto;
    width: 35px;
    height: 26px;
    border: none;
    outline: none;
}

.filter-page-params .search input {
    padding: 7px 7px 7px 0;
    border: none;
    background: #FFFFFF;
    box-sizing: border-box;
    height: 26px;
    font-size: 13px;
    width: 125px;
    outline: none;
    color: #989898;
}

.filter-page-params .item {
    margin: 0 8px 8px 0;
    position: relative;
    min-height: 28px;
    padding: 12px;
    background: #FFFFFF;
    border-radius: 4px;
}

.filter-page-params .item.item-IN_STOCK{
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.filter-page-params .item.item-IN_STOCK .bx_filter_parameters_box_container{
    flex-wrap: nowrap;
}

.filter-page-params .item.item-IN_STOCK .bx_filter_param_label{
    background: #FFFFFF;
    padding: 8px 8px 8px 35px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    margin-bottom: 0;
    margin-right: 8px;
}

.filter-page-params .item.item-ARTICUL{
    background: transparent;
    border-radius: 0;
    padding: 0;
}


.filter-page-params .item .label {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 8px;
}
.filter-page-params .item .active {
    background-image: url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/img/close.svg);
    background-repeat: no-repeat;
    background-position: top right;
}
.filter-page-params .in input {
    margin-left: 12px;
    border: 1px solid #E3E3E3;
    border-collapse: collapse;
    cursor: pointer;
}
.filter-page-params .in .label {
    padding-right: 35px;
    cursor: pointer;
    height: fit-content;
}


.filter-page-params .in .label span{
    white-space: nowrap;
}

.filter-page-params .in .label input + span:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: 9px;
    background: url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/img/checkbox.png) no-repeat 0 0;
}
.filter-page-params .in .label input:checked + span:after {
    background-position: 0 -16px;
}
.filter-page-params .in .label input {
    display: none;
}
.filter-page-params .in {
    cursor: auto;
}

.filter-table {
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    overflow: auto;
    margin-bottom: 26px;

}
.filter-table-mobile {
    display: none;
}

.filter-table table {
    width: 100%;
    border-collapse: collapse;

}

.filter-table table th:first-child {
    width: 110px;
}

.filter-table table th:last-child {
    width: 100px;
}

.filter-table table th:nth-child(10) {
    width: 105px;
}

.filter-table table th {
    background: #F9F9F9;
    padding: 9px 0 9px 15px;
    position: relative;
}

.filter-table table th:after, .filter-table table td:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E3E3E3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.filter-table table td {
    padding: 8.7px 10px 8px 15px;
    line-height: 1;
    position: relative;

}
.filter-table table th, 
.filter-table table td {
    white-space: nowrap;
}
.filter-table table tr:last-child td:after {
    display: none;
}

.filter-page .btn-math,
.filter-page .btn-cart {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    cursor: pointer;
}

.filter-page .in-stock{
    color: #26B145;
}

.filter-page .not-stock{
    color: #F0371E;
}

.filter-page .btn-math {
    background: #fff url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/img/math.svg) no-repeat 50% 50%;
    border: 1px solid #D9D9D9;
}

.filter-page .btn-cart {
    background: #F0371E url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/img/basket.svg) no-repeat 50% 50%;
    border: 1px solid #F0371E;
}

.filter-page .btn-cart.in-cart {
    background: #26B145 url(/img/icon/misc/in-cart.svg) no-repeat 50% 50%;
    border: 1px solid #26B145;
}

.filter-bottom,
.filter-bottom-pagination {
    display: flex;
    margin-left: auto;
}

.filter-bottom-more {
    flex: 1 0 auto;
    padding: 15px 40px;
    display: block;
    border-radius: 5px;
    border: 1px solid #F0371E;
    margin-right: 30px;
    color: pointer;
    text-align: center;
    cursor: pointer;
}

.filter-bottom-pagination a,
.filter-bottom-pagination span.btn--pagin{
    padding: 12px 30px;
    border-radius: 5px;
    border: 1px solid #F0371E;
    color: #000;
    text-decoration: none;
    margin-left: 10px;
    font: 18px/1.5 "Roboto Condensed", sans-serif;
}


.filter-bottom-pagination .active,
.filter-bottom-pagination a:hover,
.filter-bottom-more:hover, {
    background: #F0371E;
    color: #fff;
}

.filter-bottom-pagination .page-nav__item--active span{
    color: #fff;
}

.filter-page-product {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    margin-top: -15px;
    text-align: center;
}
.filter-page-product-cols {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.filter-page-product h2 {
    font: 300 24px/28px "Roboto Condensed", sans-serif;
    margin: 0 95px 18px 0;
}
.filter-page-product p {
    margin-bottom: 8px;
}
.filter-page-product-cols>div:nth-child(1) {
    width: calc(38% - 40px);
    margin-right: 40px;
}
.filter-page-product-cols>div:nth-child(2) {
    width: 62%;
}
.filter-page-product .product-carousel__for {
    max-width: 100%;
}
.filter-page-product .product-carousel__item {
    background: #fff;
}
.filter-page-product .product-carousel__nav {
    margin-right: 0;
    margin-left: 7px;
}

.filter-page-product .product-carousel__for {
    max-height: 360px;
    overflow: hidden;
    border-radius: 5px;
}
.filter-page-product .product-carousel__nav .slick-current .product-carousel__item {
    border-color: #F0371E;
}
.filter-page-product-link, .filter-page-product-link1 {
    text-align: center;
    font-size: 14px;
    color: #1698D6;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
}
.filter-page-product-link img, .filter-page-product-link1 img {
    margin-left: 10px;
}
.filter-page-product-link1 {
    display: none;
}
.filter-page-params.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
}
.filter-page-params.fixed>.container {
    padding: 0 15px;
}
.filter-page-params .bx_filter_block {

}
.filter-page-params .bx_filter_parameters_box_container {
    padding-top: 0;
}
.search-result {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 50;
    background: #fff;
    width: 373px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    display: none;
}
.search-result ul {
    padding: 0;
}
.search-result li {
    list-style: none;
}
.search-result li:first-child {
    border-bottom: 1px solid #D9D9D9;
}
.search-result li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 10px;
}
.search-result li a:hover {
    background: #F9F9F9;
}
@media (max-width: 1199px) {
    .filter-bottom-pagination span.btn--pagin {
        padding: 12px 30px;
    }
}
@media (max-width: 991px) {
    .filter-page-top .item-c .item {
        width: calc(50% - 7px);
        margin-bottom: 15px;
    }

    .filter-bottom {
        flex-wrap: wrap;
    }

    .filter-bottom-more {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .filter-bottom-pagination a {
        margin-left: 11px;
    }


    .filter-page-product-cols {
        flex-wrap: wrap;
    }
    .filter-page-product-cols>div {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .filter-page-product h2 {
        margin-right: 0;
    }
    .product-carousel__nav .product-carousel__item {
        width: 45px;
        height: 45px;
    }
    .product-carousel__nav .product-carousel__item img {
        max-width: 100%;
        max-height: 100%;
    }

    .product-carousel {
        max-height: 100%;
    }
    .filter-page-params.fixed {
        position: static;
        box-shadow: none;
    }
    .filter-page-params.fixed>.container {
        padding: 0;
    }
    .filter-bottom-more {
        flex: 100%;
    }
    .filter-bottom-pagination .prev {
        margin-left: 0;
    }
    .filter-bottom-pagination span.btn--pagin,
    .filter-bottom-pagination a {
        padding: 4px 14px;
    }
}

@media (max-width: 768px) {
    .filter-page-top .item-c .item {
        width: 100%;
    }

    .filter-page-top .col {
        width: 100%;
    }

    .filter-bottom-pagination {
        flex-wrap: wrap;
    }

    .filter-bottom-pagination a {
        margin: 2px;
    }

    .filter-page-params .bx_filter_block {
        left: 0;
        margin-left: 0;
    }
    .filter-table {
        display: none;
    }
    .filter-table-mobile {
        display: block;
        margin-bottom: 15px;
    }
    .filter-table-mobile .item-link {
        display: flex;
        line-height: 32px;
        position: relative;
        padding: 10px 0 ;
        border-bottom: 1px solid #D9D9D9;
    }
    .filter-table-mobile .item-link img {
        cursor: pointer;
    }
    .filter-table-mobile .btn-math {
        margin-right: 5px;
    }
    .filter-table-mobile .item-link>div:nth-child(1) {
        flex: 1 0 auto;
    }
    .filter-table-mobile .item-more {
        columns: 2;
        font-size: 13px;
        padding: 0 0 10px;
        display: none;
        margin-top: -1px;
        background: #fff;
        position: relative;
        border-bottom: 1px solid #D9D9D9;
    }
    .filter-page-search {
        margin-bottom: 15px;
    }
    .filter-page-top, .filter-page-search {
        padding: 15px;
    }
    .filter-page-params {
        margin: 0 15px 0 0;
    }
    .filter-page-params .item-c {
        display: none;
    }
    .filter-page-top:after {
        content: "";
        clear: both;
        display: block;
    }
    .filter-page .title {
        cursor: pointer;
        position: relative;
    }
    .filter-page-search .title {
        margin-bottom: 0;
    }
    .filter-page-search .item-c {
        margin-top: 15px;
    }
    .filter-page .title:after {
        content: "";
        width: 14px;
        height: 7px;
        background: url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/img/arrow.png);
        position: absolute;
        top: 10px;
        right: 0;
    }
    .filter-page-top .item-c, .filter-page-search .item-c {
        display: none;
    }
    .filter-page .title.active {
        border: none;
    }

    .filter-table-mobile .item-link.active img, .filter-page .title.active:after {
        transform: rotate(180deg);
    }
    .filter-table-mobile .item-link.active+.item-more {
        display: block;
    }
    .filter-bottom-pagination a, .filter-bottom-pagination span {
        padding: 6px;
        line-height: 1;
    }
    .filter-bottom-pagination span.btn--pagin {
        padding: 2px 8px;
        margin-left: 0;
    }
    .page-nav__item.page-nav__item--active {
        padding: 0;
        margin: 2px;
    }
}

.m-footer-bar {
    display: none !important;
}

.section-description{
    text-align: left;
}

.show-description{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1698D6;
    position: relative;
    width: fit-content;
    margin: 24px auto 0;
    cursor: pointer;
    transition: 0.5s;
}

.show-description:after{
    content: "";
    position: absolute;
    top: 6px;
    right: -17px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1698D6;
    transition: 0.5s;
    transform: rotateX(0);
    width: 8px;
    height: 4px;
    background-image: url(/bitrix/templates/informbox/img/down.svg);
    background-size: contain;
}

.show-description.show:after{
    transform: rotateX(180deg);
}

.show-description:hover{
    text-decoration: underline;
}

.paginator-item td a{
    color: #19AAF0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto';
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/breadcrumb/catalog/style.min.css?1731580337467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.smart.filter/visual_horizontal/style.css?173158033730855*/

.p-form--catalog {
    width: 320px !important;
}
.bx_filter .popup-window {
    position: relative;
    z-index: 120;
}
.bx_filter .bx_filter_section{
	position:relative;
	padding:30px 3.5% 0;
	border:7px solid #e1f5fb;
	border-radius:2px;
	background:url('data:image/png;base64,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');
	text-shadow:0 1px 0 #fff;
}
.bx_filter .bx_filter_title{
	font-size:21px;
	font-weight:bold;
	margin-bottom:10px;
	padding:0 10px;
	color:#000;
	text-shadow:0 1px 0 #fff;
	/*text-align: left;*/
}
/*bx_filter_container => bx_filter_parameters_box*/
.bx_filter .bx_filter_parameters_box {
    position: relative;
}
.bx_filter .bx_filter_button_box{clear: both;}
.bx_filter.bx_horizontal .bx_filter_parameters_box{
	float:left;
	width:25%;
	padding:0 16px;
}
.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:both;}
@media (max-width:860px){
	.bx_filter.bx_horizontal .bx_filter_parameters_box{width:33.333%;}
	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:none;}
	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2){clear:both;}
}
@media (max-width:640px){
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box{width:50%;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:none;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2){clear:none;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(2n+2){clear:both;}
}
@media (max-width:450px){
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box{float:none;width:100%;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:none;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2){clear:none;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(2n+2){clear:none;}
}

.bx_filter .bx_filter_parameters_box_title{
    position: relative;
	font-size:15px;
    line-height: 1.2;
	cursor:pointer;
	color:#000;
    padding-right: 20px;
}


.bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after{
	-webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}
.bx_filter .bx_filter_button_box .bx_filter_block,
.bx_filter .bx_filter_parameters_box.active .bx_filter_block{
	display:block;
	z-index: 100;
}

.bx_filter .bx_filter_parameters_box_container_block{
	font-size:11px;
	width:50%;
	color:#3f3f3f;
}
.bx_filter .bx_filter_parameters_box_container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2){
	text-align: right;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1){
	padding-right: 5px;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2){
	padding-left: 5px;
}
.bx_filter_input_block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input{
	width:100%;
    line-height: 1;
	font-size: 14px;
	margin: 0;
	border:none;
	box-shadow:none;
    outline: none;
    appearance: none;
    padding: 4px 4px 4px 35px;
    background:#F9F9F9;
    border-radius: 4px;
	color: #000000;
}

.bx_filter .item-ARTICUL .bx_filter_parameters_box_container .bx_filter_input_container input{
	background: #FFFFFF;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input::-webkit-input-placeholder {
    color: #BCBCBC;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input::-moz-placeholder {
    color: #BCBCBC;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input:-ms-input-placeholder {
    color: #BCBCBC;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input:-moz-placeholder {
    color: #BCBCBC;
}
@-moz-document url-prefix() {
    .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input::-webkit-input-placeholder {
        color: #a09f9f;
    }
    .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input::-moz-placeholder {
        color: #a09f9f;
    }
    .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input:-ms-input-placeholder {
        color: #a09f9f;
    }
    .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input:-moz-placeholder {
        color: #a09f9f;
    }
}

.bx_filter_parameters_box_container .bx_filter_container_modef{
	order: 2;
}
.bx_filter .bx_filter_select_text--no-label {
    padding-left: 12px !important;
}
.bx_filter .bx_filter_input_container {
	position: relative;
}
.bx_filter .bx_filter_input_label {
	position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    margin: auto;
    height: 14px;
    font-size: 14px;
line-height: 1;
color: #BCBCBC;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container{
	max-width:100%;
	position:relative;
}

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

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container img.calendar-icon{
	display:block;
	position:absolute;
	font-size:18px;
	top:7px;
	right:3px;
}
.bx_ui_slider {
    position:relative;
    height: 16px;
}

/*Track*/
.bx_filter .bx_ui_slider_track{
}
.bx_filter .bx_ui_slider_part{
	position:absolute;
	top:-6px;
	width:1px;
	height:14px;
	background: #a2bfc7;
    display:none;
}
.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:none;
	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{
    height: 4px;
	position:absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.bx_filter .bx_ui_slider_range{
	/* z-index:50; */
    /* top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; */
}
.bx_filter .bx_ui_slider_pricebar{
	z-index:100;
}

.bx_filter .bx_ui_slider_pricebar_VD{
	z-index:60;
	border-top:   1px solid #74868e;
	border-bottom:1px solid #74868e;
	background:#849da4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0OWRhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5M2FmYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#849da4), color-stop(100%,#93afb7));
	background:-webkit-linear-gradient(top, #849da4 0%,#93afb7 100%);
	background:   -moz-linear-gradient(top, #849da4 0%,#93afb7 100%);
	background:    -ms-linear-gradient(top, #849da4 0%,#93afb7 100%);
	background:     -o-linear-gradient(top, #849da4 0%,#93afb7 100%);
	background:        linear-gradient(top bottom, #849da4 0%,#93afb7 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849da4', endColorstr='#93afb7',GradientType=0 );
}
.bx_filter .bx_ui_slider_pricebar_VN{
	z-index:10;
	background:#F0371E;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eccea', endColorstr='#73d6f6',GradientType=0 );
}
.bx_filter .bx_ui_slider_pricebar_V{
	z-index:80;
    background: #FCDDD9;
border-radius: 1px;
}



.bx_filter .bx_ui_slider_handle{
	position:absolute;
	top: 0;
    bottom: 0;
    width: 16px;
height: 16px;
border-radius: 50%;
background: #F0371E;
z-index: 100;
}
.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;
}
.bx_filter .bx_ui_slider_handle.right{
	right:0;
}

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

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3ae', endColorstr='#b6c8d2',GradientType=0 );
}
.bx_filter .bx_filter_select_text.fix{
	min-width:120px;
}
.bx_filter .bx_filter_select_text label{
	cursor:pointer;
}
.bx_filter .bx_filter_select_arrow{
	position:absolute;
	top:0;
	right:0;
	width:34px;
	height:33px;
	cursor:pointer;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/
.bx_filter_select_popup{padding:0;}
.bx_filter_select_popup ul{
	margin:0;
	padding:0;
	list-style:none;
}
.bx_filter_select_popup ul li{
	display:block;
	text-align: left;
}
.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;
	width:100%;
	height:26px;
	padding:0 5px;
	cursor:pointer;
	white-space:nowrap;
	text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	color:#575757;
}
.bx_filter_select_popup ul li label.selected,
.bx_filter_select_popup ul li label:hover{
	color:#000;
	background:#f3f8fa;
}
.bx_filter_select_popup ul li label.disabled{
	color:#b8b8b8;
	background:transparent;
}
.bx_filter_select_popup ul li .bx_filter_param_text{
	line-height: 26px !important;
}

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

/*
*	LABEL
*
*/
.bx_filter .bx_filter_param_label{
	font-size:13px;
	position:relative;
	display:block;
	text-align:left;
}
.bx_filter .bx_filter_param_label.dib{display: inline-block;}
.bx_filter .bx_filter_param_text{
	line-height:34px;
	position:relative;
	display:inline-block;
	margin:0 5px;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_text{
	color:#6c6c6c;
	/*text-decoration: line-through;*/
}
.bx_filter_select_popup .bx_filter_param_label.active{
	background: #f3f8fa;
}
/*
*	Checkbox / Radio
*
*/
.bx_filter .bx_filter_input_checkbox{
	position:relative;
	display:block;
	clear:both;
	overflow:hidden;
	min-height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
.bx_filter .bx_filter_input_checkbox input[type=radio],
.bx_filter .bx_filter_input_checkbox input[type=checkbox]{
	position: relative;
	top: -3px;
	float:left;
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text{
	display: block;
	line-height: 15px;
	margin-left: 25px;
	text-align: left;
}

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

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

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

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

/*
* 	BIZ
*
*/
.bx_filter .bx_filter_parameter_biz{
	font-size:15px;
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
	color:#215968;
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz:hover{
	text-decoration:none;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active{
	position:relative;
	padding-left:20px;
	color:#d54a4a;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active:hover{
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz.active:before{
	position:absolute;
	top:4px;
	left:1px;
	display:block;
	width:13px;
	height:13px;
	content:' ';
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC') no-repeat center left;
}

/*
*	BTN result and reset
*
*/
.bx_filter .bx_filter_search_button{
	cursor: pointer;
	outline: none;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	display:inline-block;
	/*height:35px;*/
	margin-right:7px;
	margin-bottom:10px;
	padding:0 10px;
	text-decoration:none;
	color:#1075a2;
	border-top:   1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.2);
	border-bottom:1px solid rgba(0,0,0,.4);
	border-left:  1px solid rgba(0,0,0,.2);
	border-radius:3px;
	background:#f9fafa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfefe), color-stop(100%,#c6e8f2));
	background:-webkit-linear-gradient(top, #fcfefe 0%,#c6e8f2 100%);
	background:   -moz-linear-gradient(top, #fcfefe 0%,#c6e8f2 100%);
	background:    -ms-linear-gradient(top, #fcfefe 0%,#c6e8f2 100%);
	background:     -o-linear-gradient(top, #fcfefe 0%,#c6e8f2 100%);
	background:        linear-gradient(top bottom, #fcfefe 0%,#e4f1f5 100%);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	text-shadow:0 1px 0 0 rgba(255,255,255,.75);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfefe', endColorstr='#c6e8f2',GradientType=0 );
}
.bx_filter .bx_filter_search_button:hover{
	background:#f0f9fb;
}
.bx_filter .bx_filter_search_button:active{
	position:relative;
	bottom:-1px;
	background:#e4f1f5;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZjFmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f5), color-stop(100%,#f9fafa));
	background:-webkit-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:   -moz-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:    -ms-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:     -o-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:        linear-gradient(top bottom, #e4f1f5 0%,#f9fafa 100%);
	box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.08) ;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f5', endColorstr='#f9fafa',GradientType=0 );
}
.bx_filter .bx_filter_search_reset{
	cursor: pointer;
	outline: none;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	display:inline-block;
	/*height:35px;*/
	margin-right:7px;
	margin-bottom:10px;
	padding:0 10px;
	/*text-decoration:underline;*/
	color:#586a6f;
	border-radius:3px;
	background:transparent;
	border: none;
	text-shadow:0 1px 0 0 rgba(255,255,255,.75);
}
.bx_filter .bx_filter_search_reset:hover{
	color:#555;
}
.bx_filter .bx_filter_search_reset:active{
	position:relative;
	bottom:-1px;
	/*box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.08) ;*/
}

/*
* 	Result Popup
*
*/
.bx_filter .bx_filter_popup_result{
	width: 100%;
	font-size:11px;
	font-weight:normal;
	line-height:33px;
	z-index:40;
	margin-top:15px;
	margin-bottom:5px;
	padding:0 1px;
	white-space:nowrap;
	color:#3f3f3f;	
	background: #fff;
}

.bx_filter .bx_filter_popup_result .bx_filter_popup_result__wrap{
	font-size: 18px;
	display: flex;
	align-items: center;
}

.bx_filter .bx_filter_popup_result .bx_filter_popup_result__wrap a{
	display: block;
	cursor: pointer;
	color: #BF220D;
	width: fit-content;
	font-size: 14px;
}

.bx_filter .bx_filter_popup_result .arrow{
	position:absolute;
	top:50%;
	width:8px;
	height:14px;
	margin-top:-7px;
	background:url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.smart.filter/visual_horizontal/images/arr_left.png) no-repeat center;
}
.bx_filter.bx_horizontal .bx_filter_popup_result{
	position: static !important;
	display: inline-block
}
.bx_filter.bx_horizontal .bx_filter_popup_result .arrow{
	display: none;
}
.bx_filter .bx_filter_popup_result.right{left:102%;}
.bx_filter .bx_filter_popup_result.left{right:101%;}
.bx_filter .bx_filter_popup_result.right .arrow{left: -8px;background:url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.smart.filter/visual_horizontal/images/arr_left.png)  no-repeat center;}
.bx_filter .bx_filter_popup_result.left  .arrow{right:-8px;background:url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.smart.filter/visual_horizontal/images/arr_right.png) no-repeat center;}
.bx_filter .bx_filter_popup_result a{color:#0073a3;}
.bx_filter .bx_filter_popup_result a:hover{text-decoration:none;}
.bx_filter .bx_filter_popup_result_close{display:none;}

@media (max-width:530px){
	.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;
		margin-bottom: 0;
		width:auto;
		height:auto;
		padding:10px;
		border-radius:0;
		box-shadow:0 -2px 5px 0 rgba(0,0,0,.1);
	}
	.bx_filter .bx_filter_popup_result .arrow{
		display: none;
	}
	.bx-touch .bx_filter .bx_filter_popup_result_close{
		position:absolute;
		top:50%;
		right:10px;
		display:block;
		width:22px;
		height:22px;
		margin-top:-11px;
		background:url(/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.smart.filter/visual_horizontal/images/x.png) no-repeat center;
		background-size:16px;
	}
}

.bx_filter_parameters_box .bx_filter_parameters_box_title .filter-item-close{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 5px;
	z-index: 10;
	right: 11px;
	display: none;
}

.bx_filter_parameters_box .bx_filter_parameters_box_title.active .filter-item-close{
	display: block;
}

.filter-page .filter-page-top .item-c .item{
	padding: 6px 5px;
}

.from-to{
	display: block;
	margin-left: 5px;
}

.loader-wrap{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #ffffff9c;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #f0371e; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

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

.hide-loader{
	display:none;
}

.filter-list .filter-list__item.item{
	border-bottom: unset;
}

/*.filter-list .filter-list__item.item{*/
/*	padding-right: 0;*/
/*	padding-left: 0;*/
/*}*/
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/catalog.section/template1/style.css?17315803378355*/
.not-found{
    font-size: 18px;
    font-weight: 600;
}

.pages-container{
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}

.filter-bottom .filter-bottom-pagination .more_goods{
    margin-left: 0;
	flex: auto;
}

.p-wrapper.cart--fixed_right main.p-content{
	padding-right: 0;
}

.count-items {
    margin-top: 10px;
    color: #aaaaaa;
    font-size: 16px;
}

.comparison {
	display: block;
	padding: 7px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
}

.p-body--catalog #pagination-container .comparison{
	padding: 5px 7px;
}

.comparison img {
	width: 16px;
	height: 16px;
}

.paginator-item-tile .to-cart.in-cart {
    background: #26B145 !important;
    border: 1px solid #26B145 !important;
}

@media (max-width: 600px){
	.filter-bottom .filter-bottom-pagination font.text{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	.filter-bottom .filter-bottom-pagination .more_goods{
		width: 100%;
		text-align: center;
	}

	.filter-bottom .filter-bottom-pagination .btn-nav{
		width: 48%;
		text-align: center;
	}

	.filter-bottom .filter-bottom-pagination .btn-nav .btn--pagin,
	.filter-bottom .filter-bottom-pagination .curr_page .btn--pagin{
		width: 100%;
	}

	.filter-bottom .filter-bottom-pagination .curr_page,
	.filter-bottom .filter-bottom-pagination a{
		width: 10%;
	}

}

/*список элементов*/

.p-content .filter-page .products-tile,
.p-content .filter-page .filter-table{
	display: none !important;
}

.p-content .filter-page .products-tile.open,
.p-content .filter-page .filter-table.open{
	display: block !important;
}

.products__list{
	display: flex;
	flex-wrap: wrap;
}

.products__list .products__item{
	padding: 16px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	margin-right: 16px;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	width: calc((100% - 48px) / 4);
}

.products__list .products__item:nth-child(4n){
	margin-right: 0;
}


.products__list .products__item .article,
.products__list .products__item .props .props__item{
	display: flex;
	justify-content: space-between;
}

.products__list .products__item .article{
	margin-bottom: 4px;
}

.products__list .products__item .props__item{
	margin-bottom: 8px;
}


.products__list .products__item .article .name,
.products__list .products__item .props .props__item .name{
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #7D7D7D;
	font-family: 'Roboto';
}

.products__list .products__item .article .value,
.products__list .products__item .props .props__item .value{
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

.products__list .products__item .name{
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	font-family: "Roboto Condensed", sans-serif;
}

.products__list .products__item .article .name{
	margin-bottom: 0;
}

.products__list .products__item .name:hover{
	color: #F0371E;
}


.products__list .products__item .available{
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 4px 6px;
	border-radius: 4px;
	margin-bottom: 16px;
	width: fit-content;
	margin-top: 7px;
}

.products__list .products__item .available.not-stock{
	background: #19AAF0;
}

.products__list .products__item .available.in-stock{
	background: #27CD4C;
}

.products__list .products__item .image{
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 16px;
	background-position: center;
}

.products__list .products__item .props{
	display: flex;
	flex-direction: column;
}

.products__list .products__item .buttons{
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}

.products__list .products__item .buttons .get-order{
	padding: 7px 15px;
	border: 1px solid #F0371E;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	cursor: pointer;
	transition: 0.5s;
	margin-right: 8px;
	background: #ffffff;
	font-family: "Roboto Condensed", sans-serif;
}

.products__list .products__item .buttons .get-order:hover{
	background: #F0371E;
	color: #ffffff;
}

.products__list .products__item .buttons .to-cart{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	background: #F0371E;
	border-radius: 4px;
	flex: auto;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	transition: 0.5s;
	cursor: pointer;
	border: none;
	font-family: "Roboto Condensed", sans-serif;

}

.products__list .products__item .buttons .to-cart:hover{
	background: #d7260e;
}

.products__list .products__item .buttons .to-cart img{
	width: 20px;
	margin-right: 8px;
}

.top-info{
	display: flex;
	justify-content: space-between;
	background: #F2F2F2;
	border-radius: 4px;
	padding: 4px 16px 4px 16px;
	margin: 16px 0;
	align-items: center;
}

.top-info .sort{
	display: flex;
}

.top-info .sort .found-elements{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-right: 24px;
}

.top-info .view{
	display: flex;
	align-items: center;
}

.top-info .view .name{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-right: 13px;
}

.top-info .view__list{
	display: flex;
}

.top-info .view__list .view__item{
	display: flex;
	align-items: center;
	padding: 8px 12px;
	margin-left: 12px;
	border-radius: 4px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #7D7D7D;
	cursor: pointer;
}

.top-info .view__list .view__item svg{
	width: 20px;
	height: 20px;
	margin-right: 4px;
	color: #7D7D7D;
}

.top-info .view__list .view__item:hover svg,
.top-info .view__list .view__item.active svg{
	color: #000000;
}

.top-info .view__list .view__item.active,
.top-info .view__list .view__item:hover{
	color: #000000;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}

.sort .sort-type{
	display: flex;
	align-items: center;
	position: relative;
}

.sort .sort-type .name{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-right: 8px;
}

.sort .sort-type .sort-type__value{
	display: flex;
	align-items: center;
}

.sort .sort-type .sort-type__value .value{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #F0371E;
	cursor: pointer;
}

.sort .sort-type .sort-type__value .icon{
	cursor: pointer;
}


.sort .sort-type .sort-type__value .icon svg{
	width: 16px;
	height: 16px;
	transform: rotateX(0);
}

.sort .sort-type .sort-type__value .icon.open svg{
	transform: rotateX(180deg);
}

.sort .sort-type .sort-type__list{
	left: 0;
	position: absolute;
	top: 25px;
	background: #ffffff;
	width: 250px;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
	z-index: -1;
	opacity: 0;
	transition: 0.5s;
	display: flex;
	flex-direction: column;
}

.sort .sort-type .sort-type__list.open{
	z-index: 999;
	opacity: 1;
}

.sort .sort-type .sort-type__list .sort-type__item{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	cursor: pointer;
	margin-bottom: 4px;
}

.sort .sort-type .sort-type__list .sort-type__item:hover{
	color: #d7260e;
}

.filter-page .filter-table-mobile{
	display: none;
}

/*.filter-page .filter-table-mobile.open{
	display: block;
}*/


@media (max-width: 1060px){
	.products__list .products__item{
		width: calc((100% - 32px) / 3);
	}

	.products__list .products__item:nth-child(4n){
		margin-right: 16px;
	}

	.products__list .products__item:nth-child(3n){
		margin-right: 0;
	}
}

@media (max-width: 992px){
	.products__list .products__item{
		width: calc((100% - 16px) / 2);
	}

	.products__list .products__item:nth-child(3n){
		margin-right: 16px;
	}

	.products__list .products__item:nth-child(2n){
		margin-right: 0;
	}

	.top-info{
		flex-direction: column;
	}

	.top-info .sort{
		margin-bottom: 16px;
	}
}

@media (max-width: 540px){
	.products__list .products__item{
		width: 100%;
	}

	.products__list .products__item:nth-child(3n){
		margin-right: 0;
	}

	.products__list .products__item{
		margin-right: 0;
	}

	.top-info .sort{
		flex-direction: column;
	}

	.top-info .sort{
		margin-bottom: 8px;
		margin-right: 0;
	}

	.top-info .sort .found-elements{
		margin-bottom: 8px;
	}
}

.filter-page .btn-cart:hover {
	background-color: #d7260e;
}
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/catalog/template2/style.css?173158033614025 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/breadcrumb/catalog/style.min.css?1731580337467 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/catalog.smart.filter/visual_horizontal/style.css?173158033730855 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/catalog.section/template1/style.css?17315803378355 */
