

/* Start:/local/templates/.default/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?1540970194155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/components/tata/catalog.smart.filter/templates/visual_vertical/style.css?173271760645021*/
/*hystModal*/
.hystmodal__opened {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden;
}
.hystmodal__shadow{
    position: fixed;
    border:none;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 989;
    opacity: 0;
    transition: opacity 0.15s ease;
    background-color: black;
}
.hystmodal__shadow--show{
    pointer-events: auto;
    opacity: 0.6;
}
.hystmodal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    pointer-events: none;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    z-index: 990;
    visibility: hidden;
}
.hystmodal--active{
    opacity: 1;
}
.hystmodal--moved,
.hystmodal--active{
    pointer-events: auto;
    visibility: visible;
}
.hystmodal__wrap {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
.hystmodal__window {
    margin: 50px 0;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
    background: #fff;
    width: 600px;
    max-width: 100%;
    overflow: visible;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transform: scale(0.9);
    opacity: 0;
}
.hystmodal--active .hystmodal__window{
    transform: scale(1);
    opacity: 1;
}
.hystmodal__close{
    position: absolute;
    z-index: 10;
    top:0;
    right: -40px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
    outline: none;
}
.hystmodal__close:focus{
    outline: 2px dotted #afb3b9;
    outline-offset: 2px;
}
@media all and (max-width:767px){
    .hystmodal__close{
        top:10px;
        right: 10px;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
    }
    .hystmodal__window{
        margin: 0;
    }
}
.liteTooltip{
    display: inline-block;
    color: white;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    border: solid 1px #006699;
    color: #006699;
    margin-left: 13px;
    cursor:pointer;
}
/*hystModal*/
#opacity_filter{
	width: 100%;
	height: 100%;
	position: absolute;
	background: #FFFFFF59;
	z-index: 999;
	display:none
}
#mob_opacity_filter{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background: #00000059;
	z-index: 999;
	display:none;

}

.bx_filter_parameters_box{
	width:240px;
}


/*Track*/
.bx_filter .bx_ui_slider_track{
	position:relative;
	height:2px;
	margin:25px 5px 10px 10px;
	background:#a1c0c8;
}

.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;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

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

.bx_filter .bx_ui_slider_pricebar_VD{
	z-index:60;
	height:2px;
	background:#849da4;
}
.bx_filter .bx_ui_slider_pricebar_VN{
	z-index:1;
	height:2px;
	background:#c1c6cd;
}
.bx_filter .bx_ui_slider_pricebar_V{
	z-index:80;
	height:2px;
	background: #256eab;
}



.bx_filter .bx_ui_slider_handle{
	position:absolute;
	top:100%;
	width:16px!important;
	height:16px;
}
.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:-10px;
	border: none;
	border-radius: 50%;
	box-shadow: none;
	top: -7px;
	z-index:1000;
}
.bx_filter .bx_ui_slider_handle.right{
	right:0;
	margin-right:-4px;
	border: none;
	background: #256eab;
	border-radius: 50%;
	box-shadow: none;
	top: -7px;
	z-index:1000;
}

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

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

/*
* TAGS
*
*/
.bx_filter.bx_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;
	margin-bottom: 5px;
	margin-right: 5px;
}
.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;
	display:flex;
}
.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 input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  transform: translate(15px, 7px);
}
.bx_filter .bx_filter_input_checkbox input[type=checkbox]+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.bx_filter .bx_filter_input_checkbox input[type=checkbox]+label::before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #006eae;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transform: translate(17px,-2px);
}
.bx_filter .bx_filter_input_checkbox input[type=checkbox]:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text{
	display: block;
	line-height: 15px;
	margin-left: 25px;
	text-align: left;
	padding-left: 40px;
	margin-left: -20px;
}

/*
* 	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: ' ';
	display: block;
	z-index:100;
	background: url(/local/components/tata/catalog.smart.filter/templates/visual_vertical/images/missing_v2.png) no-repeat center;
	opacity: .7;
}

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

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

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

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

/*
*	BTN result and reset
*
*/
.bx_filter .bx_filter_search_button{
	cursor: pointer;
	outline: none;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	display:inline-block;
	height:37px;
	margin-right:7px;
	margin-bottom:10px;
	padding:0 13px;
	text-decoration:none;
	color:#fff;
	background-color: #006eae; 
	border: 2px solid #006eae;
	border-radius: 3px;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfefe', endColorstr='#c6e8f2',GradientType=0 );
}
.bx_filter .bx_filter_search_button:hover{
	background:#fff;
	color: #006eae;
}
.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{
	font-size:13px;
	font-weight:normal;
	line-height:33px;
	position:absolute;
	z-index:930;
	display:none;
	height:33px;
	margin-top:-7px;
	margin-left:10px;
	padding:0 10px;
	white-space:nowrap;
	color:#3f3f3f;
	border-top:1px solid #c0d6dc;
	border-right:1px solid #c0d7dd;
	border-bottom:1px solid #c0d6dc;
	border-left:1px solid #c0d7dd;
	border-radius:3px;
	background:#fff;
	box-shadow:0 2px 5px 0 rgba(0,0,0,.1);
}
.bx_filter .bx_filter_popup_result .arrow{
	position:absolute;
	top:50%;
	width:8px;
	height:14px;
	margin-top:-7px;
	background:url(/local/components/tata/catalog.smart.filter/templates/visual_vertical/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:102%;}
.bx_filter .bx_filter_popup_result.right .arrow{left: -8px;background:url(/local/components/tata/catalog.smart.filter/templates/visual_vertical/images/arr_left.png)  no-repeat center;}
.bx_filter .bx_filter_popup_result.left  .arrow{right:-8px;background:url(/local/components/tata/catalog.smart.filter/templates/visual_vertical/images/arr_right.png) no-repeat center;}
.bx_filter .bx_filter_popup_result a{color:#0073a3;}
.bx_filter .bx_filter_popup_result a:hover{text-decoration:none;}
.bx_filter .bx_filter_popup_result_close{display:none;}

@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;
		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/components/tata/catalog.smart.filter/templates/visual_vertical/images/x.png) no-repeat center;
		background-size:16px;
	}
}



/* NEW */
:root {
	--scrollbarBg: #E9EAEC;
	--scrollbarThumb: #2167A1;
	--scrollbarWidth: 10px;
	--scrollbarBorder: 1px solid var(--scrollbarBg);
	--scrollbarBorderRadius: 3px
}

.filter {
	width: 240px;
	position: relative
}

.filter_min {
	width: 180px
}

.filter_min .filter__item-box {
	width: 158px
}

.filter__arrow {
	cursor: pointer;
}

.filter_open .filter__arrow {
	transform: rotate(0deg)
}

.filter_open .filter__form {
	height: auto;
}

.filter__content {
	display: flex;
	align-items: center
}

.filter__title {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	color: #283346;
	display: block
}

.filter__footnote {
	margin-left: 10px;
	width: 20px
}

.filter__arrow {
	display: block;
	transform: rotate(180deg);
	margin-left: auto;
	transition: 0.1s ease-in-out;
	transition-property: transform
}

.filter__price {
	border: 1px solid #c1c6cd;
	width: 100px;
	height: 30px;
	color: #283346;
	background-color: #fafafa;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 13px;
	line-height: 15px;
	padding: 0 8px;
	appearance: none;
	-moz-appearance: textfield
}

.filter__price::-webkit-outer-spin-button {
	-webkit-appearance: none
}

.filter__price::-webkit-inner-spin-button {
	-webkit-appearance: none
}

.filter__price:hover {
	appearance: none;
	-moz-appearance: textfield
}

.filter__price:focus {
	appearance: none;
	-moz-appearance: textfield
}

.filter__price:placeholder {
	color: #c1c6cd;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 13px;
	line-height: 15px
}

.filter__price:first-child {
	order: -1
}

.filter__price-box {
	display: flex;
	align-items: center;
	margin-top: 16px;
}

.filter__price-box:before {
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	margin: 0 8px;
	background-color: #c1c6cd
}

.filter__clearing {
	display: flex;
	align-items: center;
	border: none;
	background: none;
	color: #256eab;
	padding: 0;
	cursor: pointer
}

.filter__clearing svg {
	margin-right: 6px
}

/*.filter__slider {
	margin-top: 20px
}*/

/*.filter__slider-box {
	height: 116px
}*/

.filter__form {
	height: 0;
	overflow: hidden;
	transition: 0.1s ease-in-out;
	transition-property: height
}

.filter__search {
	margin-top: 16px;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding: 6px 0;
	padding-left: 36px;
	border: 1px solid #c1c6cd;
	color: #283346;
	background-color: #fafafa;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 13px
}

.filter__search:placeholder {
	color: #c1c6cd;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 13px;
	line-height: 15px
}

.filter__search-box {
	position: relative;
	height: 18px
}

.filter__search-box:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 22px;
	width: 18px;
	height: 18px;
	background: url(/images/products/search.svg) no-repeat center center
}

.filter__list {
	margin-top: 16px;
	width: 100%;
	max-height: 170px;
	overflow-y: auto;
	margin-bottom: 0px;
	box-sizing: border-box;
	overflow-x: hidden;
	scrollbar-width: var(--scrollbarWidth);
	scrollbar-color: var(--scrollbarThumb) var(--scrollbarBg)
}

.filter__list::-webkit-scrollbar {
	width: var(--scrollbarWidth)
}

.filter__list::-webkit-scrollbar-track {
	background: var(--scrollbarBg);
	border-radius: var(--scrollbarBorderRadius)
}

.filter__list::-webkit-scrollbar-thumb {
	background-color: var(--scrollbarThumb);
	border-radius: var(--scrollbarBorderRadius);
	border: var(--scrollbarBorder)
}

.filter__item {
	position: relative
}

.filter__item:not(:first-child) {
	margin-top: 4px
}

.filter__item_none {
	pointer-events: none
}

.filter__item_none .filter__item-text::before {
	border: 1px solid #c1c6cd;
	background: url(/images/products/none.svg) no-repeat center center
}

.filter__item_none .filter__item-text {
	color: #c1c6cd
}

.filter__item-box {
	display: flex;
	align-items: center;
	padding: 6px 4px;
	width: 210px;
	border-radius: 4px;
	transition: 0.1s ease-in-out;
	transition-property: background;
	position: relative;
	cursor:pointer;
}

.filter__item-box:hover {
	background:#E8E8E8;
}

.filter__item-check {
	display: none
}

.filter__item-check:checked~.filter__item-box {
	background: #f8bf45
}

.filter__item-check:checked~.filter__item-box .filter__item-text:before {
	background: url(/images/products/check.svg) no-repeat center center;
	border: 1px solid #283346
}

.filter__item-text {
	display: block;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #283346;
	display: flex;
	align-items: center
}

.filter__item-text::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	flex: none;
	border: 1px solid #256eab;
	border-radius: 3px;
	margin-right: 9px;
	transition: .3s ease-in-out;
	transition-property: border
}

.filter__item-number {
	display: block;
	margin-left: auto;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #283346
}

.filter__choose {
	max-width: 768px;
	width: 100%;
	padding: 0 25px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	transition: .3s ease-in-out;
	transition-property: opacity
}

.filter__choose_open {
	opacity: 1;
	pointer-events: auto
}

.filter__choose-button {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	background: 0;
	border: 1px solid #256eab;
	border-radius: 4px;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	color: #256eab;
	cursor: pointer;
	transition: 0.1s ease-in-out;
	transition-property: background, color
}

@media(min-width: 540px) {
	.filter__choose-button:hover {
		background: #f8bf45;
		border: 1px solid #f8bf45;
		color: #283346
	}

	.filter__choose-button:hover svg path {
		stroke: #283346;
		transition: 0.1s ease-in-out;
		transition-property: stroke
	}
}

.filter__choose-button svg {
	width: 14px;
	height: 16px;
	margin-right: 12px
}

.filter__choose-button svg path {
	stroke: #256eab
}

.filter__tooltip {
	box-sizing: border-box;
	display: block;
	padding: 20px;
	width: 190px;
	height: 106px;
	background: #fff;
	box-shadow: 0px 2px 8px rgba(40, 51, 70, .16);
	border-radius: 5px;
	position: absolute;
	top: 80%;
	left: 100%;
	z-index: 2;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #283346;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.1s ease-in-out;
	transition-property: opacity, visibility
}

.filter__tooltip::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -32px;
	transform: translateY(-50%) rotate(-90deg);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20.5px 25px 20.5px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.1s ease-in-out;
	transition-property: opacity, visibility
}

.filter__tooltip_tech {
	top: 50%;
	left: 100%;
	transform: translateY(-50%)
}

.filter__tooltip_mobile {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none
}

.filter__tooltip_mobile::before {
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	display: none
}

.filter__tooltip-select {
	display: block;
	margin-top: 16px;
	padding: 10px 35px;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	color: #283346;
	border: none;
	background: #f8bf45;
	border-radius: 3px;
	cursor: pointer
}

.filter-check {
	display: inline-flex;
	padding: 8px 16px;
	border-radius: 66px;
	cursor: pointer
}

.filter-check input {
	flex: none;
	display: none
}

.filter-check span {
	display: block;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 13px;
	line-height: 15px
}

.filter-check__list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 20px
}

.filter-check__popular {
	border: 1px solid #256eab;
	transition: 0.1s ease-in-out;
	transition-property: border
}

@media(min-width: 540px) {
	.filter-check__popular:hover {
		border-color: #283346
	}

	.filter-check__popular:hover span {
		color: #283346
	}
}

.filter-check__popular span {
	color: #256eab;
	transition: 0.1s ease-in-out;
	transition-property: color
}

.filter-check__active {
	background: #f8bf45
}

.filter-check__active span {
	margin-left: 4px;
	color: #283346
}

.filter-check__button {
	display: block;
	border: none;
	background: none;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #256eab;
	cursor: pointer
}

.filter-check__button-popular {
	text-decoration: underline
}

.filter-check__button-active {
	display: flex;
	align-items: center
}

.filter-check__button-active img {
	margin-right: 6px
}

.filter__location {
	display: block;
	
	cursor:pointer;
}

.filter__location-check {
	display: none
}

.filter__location-check:checked~.filter__location-switch {
	background-color: #256eab;
}

.filter__location-check:checked~.filter__location-switch .filter__location_active {
	opacity: 1
}

.filter__location-check:checked~.filter__location-switch .filter__location_inactive {
	opacity: 0
}

.filter__location-check:checked~.filter__location-switch::after {
	transform: translateX(18px);
	background: #fff
}

.filter__location-box {
	box-sizing: border-box;
	margin-left: auto
}

.filter__location-switch {
	display: inline-flex;
	position: relative;
	width: 40px;
	height: 20px;
	border: 1px solid #256eab;
	border-radius: 50px;
	padding: 4px 6px;
	align-items: center;
	box-sizing: border-box;
	transition: 0.1s ease-in-out;
	transition-property: background
}

.filter__location-switch::after {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	top: 2px;
	z-index: 2;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #256eab;
	transition: 0.1s ease-in-out;
	transition-property: background, transform
}

.filter__location_active {
	width: 12px;
	height: 12px;
	display: block;
	opacity: 0;
	background-image: url(/images/products/active.svg);
	transition: 0.1s ease-in-out;
	transition-property: opacity
}

.filter__location_inactive {
	width: 12px;
	height: 12px;
	display: block;
	opacity: 1;
	background-image: url(/images/products/inactive.svg);
	margin-left: auto;
	transition: 0.1s ease-in-out;
	transition-property: opacity
}

.filter__controls {
	display: flex;
	gap: 0 30px;
	align-items: center;
	padding: 0 30px
}

.filter__controls .filter__control_hidden {
	color: #fff;
	background: #8e949d;
	padding: 10px 20px;
	order: -1
}

.filter__controls .filter__control_accept {
	color: #283346;
	background: #f8bf45;
	padding: 10px 20px;
	order: 4
}

.filter__controls_column {
	margin: 0;
	flex-direction: column;
	gap: 20px 0;
	padding: 0;
	align-items: stretch;
	width: 240px
}

.filter__controls_column .filter__control_hidden {
	order: 0
}

.filter__controls_column .filter__control_accept {
	order: 0
}

.filter__controls_column .filter__controls-text {
	margin-left: 0
}

.filter__controls-text {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #283346;
	margin-left: auto
}

.filter__controls-text b {
	font-weight: 500;
	color: #256eab
}

.filter__control {
	display: block;
	border-radius: 3px;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	border: none;
	cursor: pointer
}

.filter__control_hidden {
	color: #fff;
	background: #8e949d;
	padding: 10px 65px
}

.filter__control_accept {
	color: #283346;
	background: #f8bf45;
	padding: 10px 53px
}

.filters {
	display: flex;
	gap: 0 30px;
	margin-left: 30px;
	overflow: auto;
	transition: 0.1s ease-in-out;
	transition-property: flex-wrap;
	scrollbar-width: var(--scrollbarWidth);
	scrollbar-color: var(--scrollbarThumb) var(--scrollbarBg)
}

.filters::-webkit-scrollbar {
	width: var(--scrollbarWidth)
}

.filters::-webkit-scrollbar-track {
	background: var(--scrollbarBg);
	border-radius: var(--scrollbarBorderRadius)
}

.filters::-webkit-scrollbar-thumb {
	background-color: var(--scrollbarThumb);
	border-radius: var(--scrollbarBorderRadius);
	border: var(--scrollbarBorder)
}

.filters__column {
	width: 271px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	gap: 0
}

.filters__column_big {
	width: 100%;
	margin-top: 16px;
	padding-top: 32px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	align-items: stretch;
	display: block
}

.filters__title {
	display: block;
	font-family: "Roboto";
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #283346;
	margin-bottom: 20px;

}

.filters__title_big {
	margin-bottom: 0
}

.filters__title-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
	padding: 0 20px 0 30px;
	box-sizing: border-box
}

.filters__container {
	background: #fafafa;
	border-radius: 5px;
	padding: 30px 15px !important
}

.filters__wrapper {
	display: block
}

.filters__mobile {
	display: none
}

.filters__separator {
	display: block;
	margin: 20px 0;
	width: 240px;
	height: 1px;
	background-color: #a9aaac
}

.filters__separator_big {
	width: 100%;
	margin: 16px 0
}

.filters_wrap {
	flex-wrap: wrap;
	gap: 30px
}

.hidden {
	display: none !important
}

.noUi-connect {
	background-color: #256eab;
	height: 2px
}

.noUi-base,
.noUi-connects {
	background-color: #c1c6cd;
	height: 2px
}

.noUi-horizontal {
	height: 0
}

.noUi-handle::after,
.noUi-handle::before {
	display: none
}

.noUi-handle {
	border: none;
	background: #256eab;
	border-radius: 50%;
	box-shadow: none
}

.noUi-horizontal .noUi-handle {
	width: 16px;
	height: 16px;
	top: -7px;
	right: -10px
}

.mobile__open {
	display: none;
	position:fixed;
	top:20px;
	right:20px;
	cursor:pointer;
	border:1px solid #006699;
	background: #E8E8E8;
	padding:15px;
	border-radius: 5px;
	z-index:900;
}

.tooltip__hover {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	display: block
}

.tooltip__hover::before {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	display: block
}

.choose-check {
	display: none
}

.choose-check:checked~.filter__item-box {
	background: #f8bf45
}

.choose-check:checked~.filter__item-box .filter__item-text:before {
	background: url(/images/products/check.svg) no-repeat center center;
	border: 1px solid #283346
}

.choose__title {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #256eab
}

.choose__title_wrap {
	max-width: 547px;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto
}

.choose__title-box {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 80px;
	padding: 28px 25px;
	background: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
	z-index: 1;
	display: flex;
	box-sizing: border-box;
	align-items: center
}

.choose__close {
	display: block;
	width: 16px;
	margin-left: auto;
	cursor: pointer
}

.choose__list {
	max-width: 547px;
	width: 100%;
	height: 358px;
	margin: 0 auto;
	margin-top: 112px
}

.choose__item {
	max-width: 547px;
	width: 95%
}

.choose__control {
	max-width: 547px;
	width: 100%;
	margin: 33px auto;
	display: flex
}

.choose__control-button {
	display: block;
	padding: 10px 20px;
	border-radius: 4px;
	border: none;
	box-sizing: border-box;
	max-width: 268px;
	width: 100%;
	cursor: pointer
}

.choose__control-button_append {
	background: #f8bf45;
	color: #283346;
	margin-left: auto
}

.choose__control-button_cancel {
	background: #8e949d;
	color: #fff
}

.choose__control-button span {
	display: block;
	text-align: center;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	box-sizing: border-box
}

@media screen and (max-width: 1100px) {
	.filter__price_mobile {
		max-width: 270px;
		width: 100%
	}

	.filter-check {
		flex: none
	}

	.filter-check__button {
		flex: none
	}

	.filter-check__list {
		padding-bottom: 20px;
		flex-wrap: nowrap;
		overflow: auto
	}

	.filter-check__list_mobile:not(:first-child) {
		margin: 0;
		padding-left: 10px
	}

	.filter_mobile {
		max-width: 570px;
		min-width: 270px;
		width: 100%
	}

	.filter_mobile .filter__item-box {
		max-width: 570px;
		width: 97%
	}

	.filters__column_mobile {
		width: 100%;
		padding: 24px 20px;
		box-sizing: border-box;
		
	}

	#filters-two{
		margin-bottom: 100px;
		margin-left: 0px;
	}

	.filters__separator_mobile {
		max-width: 570px;
		min-width: 270px;
		width: 100%;
		background: #E8E8E8;
	}

	.filters__container {
		display: none
	}

	.filters__wrapper {
		display: none
	}

	.filters__mobile {
		box-sizing: border-box;
		display: block;
		position: fixed;
		overflow: auto;
		opacity: 0;
		pointer-events: none;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
		background-color: #fff;
		transition: 0.1s ease-in-out;
		transition-property: opacity
	}

	.filters__mobile-container {
		position: relative;
		padding-top: 80px
	}

	.productsListPage .container .wrap .col-right {
		width: 100%
	}

	.mobile__header {
		max-width: 570px;
		width: 100%;
		display: flex;
		align-items: center;
		margin: 0 auto
	}

	.mobile__header-box {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 28px 25px;
		z-index: 100;
		background-color: #fff;
		box-shadow: 0px 2px 8px rgba(0, 0, 0, .1)
	}

	.mobile__header-title {
		display: block;
		font-family: "Roboto";
		font-weight: 500;
		font-size: 20px;
		line-height: 23px;
		color: #256eab
	}

	.mobile__footer {
		max-width: 570px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center
	}

	.mobile__footer-box {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 28px 25px;
		z-index: 100;
		background-color: #fff;
		box-shadow: 0px 2px 8px rgba(0, 0, 0, .1)
	}

	.mobile__footer .filter__controls-text {
		margin-left: 0
	}

	.mobile__footer .filter__control_accept {
		margin-left: auto
	}

	.mobile__close {
		margin-left: auto;
		width: 16px;
		display: block
	}

	.mobile__open {
		width: 24px;
		height: 18px;
		display: block
	}

	.mobile__title {
		display: block;
		font-family: "Roboto";
		font-weight: 600;
		font-size: 16px;
		line-height: 19px;
		color: #283346;
		flex: none
	}

	.mobile__title-wrapper {
		display: flex;
		align-items: center
	}

	.mobile__title-choose {
		margin-left: 60px
	}

	.mobile__title-box {
		display: flex;
		align-items: center;
		max-width: 570px;
		width: 100%;
		margin: 0 auto;
		padding: 24px 20px 0px 20px;
		margin-left: auto;
		box-sizing: border-box
	}

	.active {
		opacity: 1;
		pointer-events: auto
	}
}

@media screen and (max-width: 610px) {
	.mobile__title {
		display: block;
		font-family: "Roboto";
		font-weight: 600;
		font-size: 16px;
		line-height: 19px;
		color: #283346;
		text-align: left
	}

	.mobile__title-wrapper {
		flex-direction: column;
		align-items: stretch
	}

	.mobile__title-choose {
		margin-left: 0;
		margin-top: 22px
	}

	.mobile__title-box {
		align-items: stretch
	}

	.choose__control-button_append {
		margin-left: 24px
	}
}

@media screen and (max-width: 450px) {
	.mobile__header-title {
		display: block;
		font-family: "Roboto";
		font-weight: 500;
		font-size: 16px;
		line-height: 23px;
		color: #256eab
	}

	.mobile__header-box {
		padding: 21px 25px
	}

	.mobile__title {
		display: block;
		font-family: "Roboto";
		font-weight: 600;
		font-size: 14px;
		line-height: 19px;
		color: #283346
	}

	.mobile__footer {
		flex-direction: column;
		align-items: stretch
	}

	.mobile__footer-box {
		padding: 16px 20px
	}

	.mobile__footer .filter__controls-text {
		margin-left: 0
	}

	.mobile__footer .filter__control_accept {
		margin-left: 0;
		margin-top: 20px
	}
}

.filter-check__list {
}
@media screen and (max-width: 1100px) {
	.filter-check__list {
		display: none;
	}	
}
.filter-check__list  div{
	display: flex;
	flex-wrap: wrap;
	gap: 16px 20px;
	margin-left:32px;
	margin-top:-20px;
	margin-bottom: 15px;
}
.filter-check {
	display: inline-flex;
	padding: 8px 16px;
	border-radius: 66px;
	cursor: pointer
}

.filter-check input {
	flex: none;
	display: none
}

.filter-check span {
	display: block;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 13px;
	line-height: 15px
}
.filter-check__active {
	background: #f8bf45
}

.filter-check__active span {
	margin-left: 4px;
	margin-top: 1px;
	color: #283346
}
.filter-check__button {
	display: block;
	border: none;
	background: none;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #256eab;
	cursor: pointer;
	text-decoration: none;
}
.filter-check__button-active {
	display: flex;
	align-items: center
}
.filter-check__button-active img {
	margin-right: 6px
}
/* End */


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

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/.default/style.css?17307869634211*/
@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 (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}
}
@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}
}

.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;
}

.none-product .btn {
    background: #FC4123;
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 3px;
}

@media screen and (max-width: 994px) {
    .listProducts__load-more{
    visibility: hidden;
    display: none;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?1540970194155 */
/* /local/components/tata/catalog.smart.filter/templates/visual_vertical/style.css?173271760645021 */
/* /local/components/tata/catalog.smart.filter/templates/visual_vertical/themes/blue/colors.css?1538156980459 */
/* /local/templates/.default/components/bitrix/catalog.section/.default/style.css?17307869634211 */
