

/* Start:/bitrix/templates/2021/components/bitrix/catalog.smart.filter/catalog.new/style.css?169692388215154*/
.filt_block{
	margin-top: 40px;
	display: none;
}

.filt_block .filter_title {
	font-family: Roboto Condensed;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
	margin-left: 30px;
	padding-top: 10px;
}

.filt_block .smartfilter {
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: calc(100% - 65px);
	margin-top: 30px;
}

.filt_block .close {
	/* display: none; */
	color: #000;
	text-decoration: none;
}

.rL {
    position: relative;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.db {
    display: block;
}
.clear {
    clear: both;
    height: 1px;
}

.filt_block .prices {
	position: relative;
	padding: 15px 30px;
}

.filt_block .prices .inputbox {
	border: 1px solid #EFEFEF;
	box-sizing: border-box;
	border-radius: 5px;
	background: #FCFCFC;
	font-family: Nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	height: 35px;
	width: 100px;
	padding: 0 10px;
	display: inline-block;
	margin-left: 10px;
}

.filt_block .checkboxes, .filt_block .prices {
	position: relative;
	border-bottom: 0.5px solid #EFEFEF;
	padding: 15px 30px;
}

.filt_block .prices .list span {
	font-family: Nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	color: #000000;	
}
.filt_block .prices .list span b {
	font-weight: bold;
}

.filt_block em {
	font-family: Nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	width: 100%;
	display: block;
}

.filt_block .checkboxes em, .filt_block .prices em {
	position: relative;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L8 8L15 1' stroke='%23232323' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.filt_block .checkboxes .list, .filt_block .checkboxes .listcolors, .filt_block .prices .list {
	display: none;
	margin-top: 15px;
}

.filt_block .prices .list > div {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.filt_block .checkboxes.active .list, .filt_block .checkboxes.active .listcolors, .filt_block .prices.active .list  {
    display: block;
}
.filt_block .checkboxes.active em, .filt_block .prices.active em  {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15 9L8 2L1 9' stroke='%23232323' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e");
}

.filt_block .checkboxes .list label, .filt_block .prices .list label {
	position: relative;
	display: inline-block;
	font-family: Nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	padding: 8px 10px;
	border: 1px solid #EFEFEF;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
	cursor: pointer;
}

.filt_block .prices .list label {
	margin: 0;
}

.filt_block .checkboxes input[type="checkbox"] {
    display: none;
}

.filt_block .checkboxes .list input[type="checkbox"]:checked + label,
.filt_block .checkboxes .list label:hover,
.filt_block .prices .list label:hover {
	color: #fff;
	background: #232323;
	border: 1px solid #EFEFEF;
	box-sizing: border-box;
	border-radius: 5px;	
}

.filt_block .checkboxes label.hidable{
	display: none;
}

.filt_block .checkboxes .moreblock {
    display: block;
    /* text-align: right; */
    font-size: 13px;
    padding-top: 10px;
}

.filt_block .checkboxes .more {
    border-bottom: 1px dashed;
    text-decoration:none;
    color: #ee8201;
}
.filt_block .checkboxes .more:hover,
.filt_block .checkboxes .more:active{
    border-bottom: none;
    text-decoration:none;
    color: #ee8201;
}

.filt_block .buttons {
	margin: 30px;
	display: flex;
	justify-content: space-between;
}

.filt_block button[type="submit"], .filt_block button[type="button"] {
	background: #232323;
	border: 1px solid #EFEFEF;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: Nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	width: 100px;
	height: 35px;
}

.filt_block button[type="submit"]:hover, .filt_block button[type="button"]:hover {
    background-color: #ff9a5c;
	-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.27);
	-ms-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.27);
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.27);
	box-shadow: inset 0 -2px 0  rgba(0,0,0,0.27);
}

.filt_block button[type="reset"]{
	font-family: Nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	text-decoration-line: underline;	
	color: #232323;
	background: transparent;
}
.filt_block button[type="reset"]:hover{
	text-decoration-line: none;	
}

/*
.filt_block button[type="reset"]:hover {
    text-decoration: none;
    opacity: 1;
}
.filt_block button[type="reset"] {
    background: none;
    text-decoration: underline;
    color:   #ee8201;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    border: none;
}*/

/*
* 	Result Popup
*
*/

.bx-filter-btn-color-icon {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 1px;
}

.bx-color-lb {
    display: inline-block !important;
    padding: 0px !important;
}

.bx-color-lb .bx-filter-btn-color-icon{
	border: 2px solid #fff;
	border: 2px solid #F3F3F3;
	box-sizing: border-box;
	border-radius: 5px;	
	position: relative;
}

.bx-color-lb .bx-filter-btn-color-icon b{
	display: none;
}

/*
.bx-color-lb.bx-active .bx-filter-btn-color-icon{
	border: 2px solid #EE8201;
}*/

.bx-color-lb.bx-active .bx-filter-btn-color-icon b{
	display: block;	
	position: absolute;
	width: 20px;
	height: 20px;	
	background: #FFFFFF;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
	border-radius: 3px;	
	top: 6px;
	left: 6px;
}

.bx-color-lb.bx-active .bx-filter-btn-color-icon b::after {
	width: 9px;
	height: 9px;
	display: block;
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	background: url("/bitrix/templates/2021/components/bitrix/catalog.smart.filter/catalog.new/./images/check2.png") no-repeat;
}
	

/*Track*/
.bx_filter .bx_ui_slider_track{
	position:relative;
	height:7px;
	margin:25px 10px;
	background:#ce1320;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYzBjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2Q1ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13937), color-stop(100%,#ce1320));
	background:-webkit-linear-gradient(top, #f13937 0%,#ce1320 100%);
	background:   -moz-linear-gradient(top, #f13937 0%,#ce1320 100%);
	background:    -ms-linear-gradient(top, #f13937 0%,#ce1320 100%);
	background:     -o-linear-gradient(top, #f13937 0%,#ce1320 100%);
	background:        linear-gradient(top bottom, #f13937 0%,#ce1320 100%);
	box-shadow:0 1px 0 0 rgba(255,255,255,.35);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13937', endColorstr='#ce1320',GradientType=0 );
	margin-bottom: 30px;
}
.bx_filter .bx_ui_slider_part{
	position:absolute;
	top:-6px;
	width:1px;
	height:17px;
	background:#d9d9d9;
}
.bx_filter .bx_ui_slider_part.p1{left:-1px;}
.bx_filter .bx_ui_slider_part.p2{left:25%;}
.bx_filter .bx_ui_slider_part.p3{left:50%;}
.bx_filter .bx_ui_slider_part.p4{left:75%;}
.bx_filter .bx_ui_slider_part.p5{right:-1px;}
.bx_filter .bx_ui_slider_part span{
	font-size:11px;
	font-weight: bold;
	position:absolute;
	top:-16px;
	left:50%;
	display:block;
	width:100px;
	margin-left:-50px;
	text-align:center;
	color:#000;
}
.bx_filter .bx_ui_slider_part.p2 span,
.bx_filter .bx_ui_slider_part.p3 span,
.bx_filter .bx_ui_slider_part.p4 span{color:#6b8086;}

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

.bx_filter .bx_ui_slider_range{
	z-index:50;
}
.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:70;
	border:1px solid #8da3ad;
	background:#a8dff3;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4ZGZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGVhZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6eccea), color-stop(100%,#73d6f6));
	background:-webkit-linear-gradient(top, #6eccea 0%,#73d6f6 100%);
	background:   -moz-linear-gradient(top, #6eccea 0%,#73d6f6 100%);
	background:    -ms-linear-gradient(top, #6eccea 0%,#73d6f6 100%);
	background:     -o-linear-gradient(top, #6eccea 0%,#73d6f6 100%);
	background:        linear-gradient(top bottom, #6eccea 0%,#73d6f6 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eccea', endColorstr='#73d6f6',GradientType=0 );
}
.bx_filter .bx_ui_slider_pricebar_V{
	z-index:80;
	top:-1px;
	bottom:-1px;
	/*	border-right:1px solid #1888cc;
		border-left: 1px solid #1888cc;*/
	background:
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAANQTFRFGIjM1MdTygAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CIIA=') repeat-y left,
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAANQTFRFGIjM1MdTygAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CIIA=') repeat-y right,
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAMAAAAxZj1mAAAABGdBTUEAALGPC/xhBQAAAL1QTFRFANz2ALTqAKrmALbrAN33AKzmANf0ALPqAKfkAKrlAKbkHpThALXqALHqAI/dAKDkAJviAJ/lAJrhAKnnAKTnAJTgAJ/kAKTmAJXfAJnhAKbjAJriAJ3iAKfoAKPnAJHeAKHjAKfmAKznAKvoAKvpAKHkAKzqALTrALTpANb0ALXrALPrALjtAJ7kAKfnAKPlAKTlAKLnAKbnAK/pHpTiALDqANz3AHi6AKzpAKjoANv2AHm6AKzoAHm7H5XiGxHqSgAAAG9JREFUCNcVxEUCwkAQBMDG3V2Dxz3rO/n/s4A6FOqq/vk3qsC7XGsfuu1rjk7gtZoNLxqMgwg9xvqh6w7ZJDyitDcpbVbax9titVT35yFRr7P8YJ5k6T7dFadLoTBbxNN1vN3k19yBEIYEkTGG6AvhQBEyBjCadgAAAABJRU5ErkJggg==') repeat-x;
}



.bx_filter .bx_ui_slider_handle{
	position:absolute;
	top:100%;
	width:22px;
	height:22px;
}
.bx_filter .bx_ui_slider_handle:hover{
	-webkit-cursor:grab;
	-ms-cursor:grab;
	-o-cursor:grab;
	cursor:grab;
}
.bx_filter .bx_ui_slider_handle:active{
	-webkit-cursor:grabbing;
	-ms-cursor:grabbing;
	-o-cursor:grabbing;
	cursor:grabbing;
}
.bx_filter .bx_ui_slider_handle.left{
	left:0;
	margin-left:-21px;
	background:url(/bitrix/templates/2021/components/bitrix/catalog.smart.filter/catalog.new/images/handle_left.png) no-repeat right top;
}
.bx_filter .bx_ui_slider_handle.right{
	right:0;
	margin-right:-21px;
	background:url(/bitrix/templates/2021/components/bitrix/catalog.smart.filter/catalog.new/images/handle_right.png) no-repeat left top;
}


    .filt_block .close {
        line-height: 0px;
        position: absolute !important;
        right: 5px;
        top: 20px;
        font-size: 32px;
        font-weight: bold;
        padding: 0 !important;
        font-family: arial;
    }
    .filt_block .close:hover {
        background: none !important;
        color: #ee8201 !important;
    } 
    
	.filt_block {
		border: 1px solid #f0f0f0;
		margin-top: 0;
		width: 100%;
		position: fixed;
		height: 100vh;
		z-index: 10001;
		box-sizing: border-box;
		display: none;
		background: #fff;
		top: 0;
		left: -450px;
		padding: 5px;
		max-width: 450px;
		border-radius: 10px;
		background: #FCFCFC;
	}
	.filt_block.active
        {
        left:0;
        display: block;
        opacity: 1;
        -webkit-animation: MenuAnimIn 0.3s ease-in-out;
        animation: MenuAnimIn 0.3s ease-in-out;
    }   
    .filt_block.out
        {
        display: block;
        opacity: 1;
        -webkit-animation: SubMenuAnimOut 0.3s ease-in-out;
        animation: MenuAnimOut 0.3s ease-in-out;
    }       
    .filt_block .verhs, .filt_block .niz, .filt_block .zag::after{
        display: none !important;
    }
    .filt_block .zag{
        background: #ececec !important;
        text-align: center !important;
        color: #808285 !important;
        padding: 5px 0 !important;
        position: relative !important;
    }   
    .filt_block .filter_title{
        position: relative;
    }
    .filt_block .checkboxes label {
        font-size: 14px;
        line-height: 18px;
    }   


@media (max-width: 1000px) {	
	.filt_block .prices .inputbox {
		width: 75px;
	}	
}

@media (max-width: 480px) {	
	.filt_block .filter_title {
		margin-left: 15px;
	}
	.filt_block .checkboxes, .filt_block .prices {
		padding: 15px;
	}
	.filt_block .checkboxes .list label, .filt_block .prices .list label {
		padding: 5px;
	}	
}

/* End */


/* Start:/bitrix/templates/2021/components/bitrix/catalog.smart.filter/catalog.new/themes/blue/colors.css?1696923884459*/
.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(/bitrix/templates/2021/components/bitrix/catalog.smart.filter/catalog.new/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(/bitrix/templates/2021/components/bitrix/catalog.smart.filter/catalog.new/themes/blue/images/searchicon.png) no-repeat center;
}

/* End */


/* Start:/bitrix/templates/2021/components/bitrix/system.pagenavigation/round/style.css?16243428502420*/
.bx-pagination {
	margin: 50px 0 30px 0
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
	
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;	
	color: #000000;	
	vertical-align: top;
}
.bx-pagination .bx-pagination-container ul li span{
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	vertical-align: middle;
	box-sizing: border-box;	
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	border-radius: 5px;		
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #000 !important;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #F88B52;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 1px solid #E8E8E8;
	line-height: 32px;
	padding: 0 8px;
	color: #aab1b4;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev img,
.bx-pagination .bx-pagination-container ul li.bx-pag-next img {
	width: 17px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/2021/components/bitrix/catalog.section/catalog/style.css?17729754177697*/
h1.section_h {
    color: #000000 !important;
    font-size: 16px !important;
    margin: 10px 0px !important;
    text-align: left !important;
    text-transform: none !important;
    font-weight: bold !important;}
.catalog-price {
   color:red;
}
div.catalog-section table td {
	padding-right: 5px;
	padding-top: 9px;
}
div.fullcart {
	width: 205px;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
	font-family: Tahoma;
}

.cartimg img {
	height: 185px;
	width: 185px;
	display: block;
}

.owl-carousel .owl-item .cartimg img {
	width: 100%;
	height: auto;
	max-height: 185px;
	max-width: 185px;	
}

#cont .catalog-section .catalog-section-buy-buttom {	
    text-align: center;
	width: 45%;
	vertical-align: bottom;
	display: inline-block;
}

#cont .catalog-section .catalog-section-buy-buttom a {
  color: #fff;
  background-color: #ef7f1a;
  font-size: 13px;
  font-weight: 500;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  text-decoration: none; 
  text-align: center;
  padding: 5px 0;
  width: 100%;
  display: inline-block;
  border-radius: 5px;  
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.05);  
}

#cont .catalog-section .catalog-section-buy-buttom a:hover {
  background-color: #ff9a5c;
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.27);
  -ms-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.27);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.27);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.27);
}
#cont .catalog-section .catalog-section-buy-buttom a:active {
  background-color: #ee8201;
  -moz-box-shadow: inset 0 2px 0 rgba(0,0,0,0.27);
  -ms-box-shadow: inset 0 2px 0 rgba(0,0,0,0.27);
  -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,0.27);
  box-shadow: inset 0 2px 0 rgba(0,0,0,0.27);
}
#cont .catalog-section .catalog-section-buy-buttom a:focus {
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 4px solid #c7dcfc;
}

div.cartcontent{
	padding-top:5px;
}
div.cartname {
	height: 60px;
	font-size: 14px;
	padding: 7px 10px 0px 10px;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	box-sizing: content-box;
}
div.cartname a {
	font-family: Nunito;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	color: #000000 !important;
	text-decoration: none;
}
.cartcolors {
	height: 7px;
	width: 47px;
	border: 0;
	display: block;
	margin-left: 10px;
	padding: 5px 0;
	box-sizing: content-box;
}
.cartcolors.active {
	background: url("/bitrix/templates/2021/components/bitrix/catalog.section/catalog/../../../../images/icons/colors.png") no-repeat scroll 0 10px /contain;
}
.cartcolors span{
	display: none;
}
.cartcolors.active:hover span {
	display: block;
	background: #ff9a5c;
	border-radius: 5px;
	color: #fff;
	font-family: Nunito;
	font-size: 14px;
	line-height: 16px;
	padding: 10px;
	position: absolute;
	margin-top: -60px;
	width: 100%;
	box-sizing: border-box;
	max-width: 185px;
	z-index: 100;
}

a.comparelink{
float:right;
padding-right:10px;
color:#808285 !important;
font-size:10px;
padding-top:7px;
}
.cartcontent div.price span{
	font-size:18px;
	color:#ee8201;
}

.cartcontent div.price_off span{
color:#d0d0d0;
}

div.price_old {
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	display: inline-block;
	margin-left: 10px;
}
div.price_old span{
	font-size:14x;
	text-transform:none;
	color: #AFAFAF;
	text-decoration: line-through;
}

div.price_without_new {
	height: 20px;
	padding-top: 5px;
}
.nv{
position:absolute;
left:5px;
top:-20px;
border:none;
}
.hp{
position:absolute;
left:100px;
top:-20px;
border:none;
}
table.newnavigation{
text-align:center;
margin-top:0px;
width:100%;
font-size:12px;
border: 1px solid #ebebeb;
}
table.newnavigation a{
color:#808285 !important;
text-decoration: underline;
}
table.newnavigation a:hover{
color:#ef7f1a !important;
text-decoration: underline;
}
table.newnavigation td{
padding-top:15px;
}
table.newnavigation td.break{
padding-top:5px;
}


.cartcontent .art-brend {
	border-top: 1px solid #ebebeb;
	margin: 0;
	padding: 10px;
	font-size: 0;
}

.cartcontent div.art {
	font-family: Nunito;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #a7a7a7;
	display: inline-block;
	width: 55%;
	line-height: 26px;
}

.cartcontent div.brend {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 60px;
	position: absolute;
	right: 10px;
	bottom: 50px;
	text-align: right;
}

.cartcontent div.brend img {
	max-height: 45px;
}

#korzina table {
    width: 100%;
}


div.catalog-section {
    margin-top: 10px;
    position: relative;
}

.smalldescr{
  margin-bottom: 10px;
}
.smalldescr td{
  padding: 10px !important; 
  text-align: left;
  font-size: 16px;
}
.smalldescr td:hover{
  color: #ee8201;
}

div.cartcontent {
    position: relative;
}
/*
.sliderNav {
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    height: 180px;
    line-height: 14px;
    position: absolute;
    width: 20px;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    top: 0;
    z-index: 100000;
    text-align: center;
    padding-top: 90px;
}
.sliderPrev {
  left: 0;
}
.sliderNext {
  right: 0;
}
.sliderNav:hover{
  background-color: #f0f0f0;
  opacity: 0.5;
}
*/

.cartimg {position: relative;}

.cartcontent .icons {
	height: 28px;
	padding: 5px 10px;
	font-size: 28px;
}

/*.cartcontent .icons i {margin-bottom: 7px;padding: 3px 5px 3px 3px;}*/
.cartcontent .icons div {
	/*display: inline-block;*/
	height: 50px;
	width: 50px;
	background-color: #F93;
	border-radius: 50%;
	vertical-align: top;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cartcontent .icons div span {
	font-size: 11px;
	color: #fff;
	display: inline-block;
	font-family: 'Roboto Condensed', Tahoma, Geneva, sans-serif;
	line-height: 28px;
	vertical-align: top;
	text-align: center;
	width: 100%;
	cursor: default;
}
.cartcontent .icons div i {
	font-size: 17px;
	color: #fff;
	display: inline-block;
	line-height: 28px;
	vertical-align: top;
	text-align: center;
	width: 100%;
	cursor: default;
}

.cartcontent .icons .put-favorite, .cartcontent .icons .detail-preview {
	font-size: 20px;
}


.producer_detail.pd_plogo {
  display: flex;
}

.plogo__detail {
  float: left;
  position: relative;
  margin-top: 20px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.plogo__text {
  width: calc(100% - 245px);
}

div.plogo {
  text-align:left;
  width: 100%;
}

.price-bt {
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 0;
}

.price-bt .price {
	display: inline-block;
}

.right_icons  {
	display: block;
	width: 20px;
	position: absolute;
	right: 5px;
	top: 0;
}
.right_icons .put-favorite, .icons .detail-preview {
	display: block;
}
.right_icons .put-favorite.hide{
	display: none;
}
.right_icons a:hover {
	color: #ffb966 !important;
}

.more-hide{
	display: none;
}
.button_more{
	text-align: center;
	margin: 40px 0;
}
.button_more a {
	background: #FF9933;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	font-family: Gilroy;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 48px;
	color: #FFFFFF !important;
	display: inline-block;
	width: 210px;
	height: 48px;
	text-decoration: none;
}
.button_more a:hover {
	background-color: #ff9a5c;
}
.button_more a:active {
	background-color: #ee8201;
}

/* End */
/* /bitrix/templates/2021/components/bitrix/catalog.smart.filter/catalog.new/style.css?169692388215154 */
/* /bitrix/templates/2021/components/bitrix/catalog.smart.filter/catalog.new/themes/blue/colors.css?1696923884459 */
/* /bitrix/templates/2021/components/bitrix/system.pagenavigation/round/style.css?16243428502420 */
/* /bitrix/templates/2021/components/bitrix/catalog.section/catalog/style.css?17729754177697 */
