

/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/prodfilter/style.css?177737481810668*/
.bx-filter .sxlop_set_show, .bx-filter .sxlop_set_hide{
	text-align:left;
}

.fa-angle-up::before,.fa-angle-down::before{
	display:none;
}
.bx-filter {
	margin-bottom: 20px;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
} */
.bx-filter-parameters-box-hint{
	display:block;
	margin-bottom: 20px;
position:relative;
/*cursor:pointer;*/
font-weight:bold;
}
.bx-filter-parameters-box-hint .fa{
	background: url('/local/templates/main/images/arrow_1.png') no-repeat center;
    display: block;
    width: 28px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease 0s;
}
.bx-filter-parameters-box-hint .fa-angle-up{
	 -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bx-filter-parameters-box-hint .fa-angle-down{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.bx-filter-block{
	padding-bottom:1px;
}

/* .bx-filter-parameters-box{
margin-bottom: 40px;
display: block; */
/*border-bottom: 1px solid #eaeaea;*/
/* position: relative;
} */

.bx-filter-input-checkbox{
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
font-size:16px;
cursor:pointer;
margin-bottom:15px;
}
.bx-filter-input-checkbox input{
	display:none;
}
.disabled .chegalka{
	border-color: #ebeaea;
}
.chegalka{
	flex:0 0 20px;
width:20px;
height:20px;
border:1px solid #c1bfbf;
border-radius:10px;
position:relative;
margin-right: 13px;
margin-top: 0;
}
.chegalka:after{
	position:absolute;
display:block;
content:'';
width:12px;
height:12px;
top:50%;
left:50%;
/*background:#f2f2f2;*/
z-index:1;
border-radius:50%;
transform: translateY(-50%) translateX(-50%);
}
.bx-filter-input-checkbox input:checked + .chegalka{
	border-color:#DC0333;
}
.bx-filter-input-checkbox input:checked + .chegalka:after{
background:#DC0333;	
}
.bx-filter-param-text{
color:#1E2D52;
flex: 1 1 auto;
line-height: 1;
margin-top: 1px;
}
.disabled .bx-filter-param-text{
color:#999;	
}
.bx-filter-param-label{
	display:block;
}
.bx-filter-param-label.disabled{
	position:relative;
	cursor:no-drop;	
}
.bx-filter-param-label.disabled:after{
	display:block;
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}

.bx-filter .bx-filter-popup-result.right_p {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/prodfilter/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/prodfilter/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/prodfilter/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/prodfilter/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right_p {
	left: 97%;
}

.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
.but_container{
	display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}

.btn_submit {
    font-family: "SegoeUI";
    border-radius: 5px;
    cursor: pointer;
    background: #2c3771;
    border: 1px solid #2c3771;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.38px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    line-height: 1;
}

.btn_submit:hover {
    font-family: "SegoeUI";
    border-radius: 5px;
    cursor: pointer;
    background: #DC0333;
    border: 1px solid #DC0333;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.38px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    line-height: 1;
}

.btn_reset{
font-family: "SegoeUI";
background: url('/assets/img/clears.png') no-repeat 0 center transparent;
 border:0;
 font-size: 16px;
 letter-spacing: 0.38px;
 color: #555;
 cursor: pointer;
 padding-left: 16px;
}



@media (max-width: 992px) {
	.bx-filter .bx-filter-popup-result.right_p {
    left: unset;
right: 0;
}
}


.cvf a{
	color: #777b89 !important;
	display: block;
}

.bx-filter_new .bx-ui-slider-track-container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.bx-filter_new .bx-ui-slider-track {
	position: relative;
	height: 1px;
	background: #f4f0f0;
	border: 1px solid #ccc;
}
.bx-filter_new .bx-ui-slider-part {
	display: none;
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter_new .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter_new .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter_new .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter_new .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter_new .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter_new .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_new .bx-ui-slider-part.p2 span,
.bx-filter_new .bx-ui-slider-part.p3 span,
.bx-filter_new .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter_new .bx-ui-slider-range,
.bx-filter_new .bx-ui-slider-pricebar,
.bx-filter_new .bx-ui-slider-pricebar-vd,
.bx-filter_new .bx-ui-slider-pricebar-vn,
.bx-filter_new .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter_new .bx-ui-slider-range {
	/*z-index: 150;*/
	z-index: 14;
}
.bx-filter_new .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter_new .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter_new .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
	
}
.bx-filter_new .bx-ui-slider-pricebar-v {
	z-index: 80;
	background: #FAFAFA;
    border-radius: 4px;
    border: 0px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.bx-filter_new .bx-ui-slider-handle {
	position: absolute;
    top: -8px;
    width: 18px;
    height: 18px;
    border-bottom: none;
    background: white;
    border-radius: 50%;
    transition: unset;
    border: 2px solid #32477c;;
}
.bx-filter_new .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter_new .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter_new .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -1px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter_new .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -1px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

.for_range_inputs{
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
align-items: center;
}

.bx-filter-parameters-box-container-block{
	flex:0 0 120px;
	width:120px;
	min-width:120px;
	max-width:120px;
}
.bx-filter-input-container{
border: 1px solid #ccc;
border-radius: 3px;
padding:8px 5px 8px 15px;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
align-items: center;
}
.bx-ft-sub{
	color:#ccc;
	line-height:1;
	margin-right:8px;
	font-size: 14px;
}
.bx-filter-input-container input{
flex: 1 1 100%;
font-size: 14px;
border:0;
}
.for_range_tire{
	flex:0 0 16px;
	width:16px;
	height:1px;
	background-color:#333;
}

#dopfil_flex>div{
	background-color:#f2f2f2;
	color:#999;
	display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
height: 30px;
padding: 0 13px;
border-radius: 15px;
margin: 0 10px 15px;
cursor:pointer;
}

#dopfil_flex>div>span{
	white-space: nowrap;
	line-height:1;
	margin-right:10px;
	font-size: 14px;
}
#dopfil_flex>div>i{
	line-height:1;
	padding:1px 0;
	text-align:center;
	flex:0 0 18px;
	height:18px;
	background-color: #ccccd0;
border-radius: 9px;
width: 18px;
}
#dopfil_flex>div:hover>i{
		background-color: #DC0333;
		color:#fff;
}
#dopfil_flex > div.isclearall{
background-color: #1c263e;
color:#fff;	
}
#dopfil_flex > div.isclearall>i{
		background-color: #DC0333;
		color:#fff;	
}

.product-filter__border {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(50, 71, 124, 0.3);
    margin-bottom: 20px;
}


@media (max-width: 1439px) {
    .bx-filter-block .bx-ui-slider-track-container {
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/klimkort_pagination/style.min.css?17222745922530*/
.bx-pagination{margin:10px 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}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.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:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;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:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.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}.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:/local/templates/.default/components/bitrix/catalog.section/.default/style.css?17225374782825*/
.rbb {
	font-size: 24px;
}

.rwes {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}

.hcgg {
	color: #3e3f44;
font-size: 19px;
line-height: 1.5;
letter-spacing: 0.47px;
margin-top: 32px;
margin-bottom: 20px;
}
.art_num{
font-size: 18px;
margin-bottom: 15px;
color: #777;
}
/*.rwes>div {
	flex-basis: 50%;
	padding: 20px 30px;
}*/

.rw22 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
	align-items: center;
}

.rw22:nth-child(odd) {
background-color: #f4f7fa;
}
.rw22>div {
	flex-basis: 50%;
}

.ones22 {
	color: #3e3f44;
 font-family: "GraphikLCG-Semibold";
font-size: 15px;
line-height: 1.2;
letter-spacing: 0.38px;
}

.twos2 {
	color: #595b68;
font-size: 14px;
line-height: 1.2;
letter-spacing: 0.35px; 
}
.dessf{
	margin-top: 10px;
}
.dessf .destit2{
	margin-bottom: 6px;
}


@media (max-width: 769px) {
	.rw22 > div {
		flex-basis: 100%;
	}

	.twos2 {
		margin-top: 5px;
	}
}
.det_xar{
	flex:1 1 100%;
	width:100%;
	min-width:100%;
	max-width:100%;
min-height: 150px;
margin-top: 15px;
border-radius:8px;
position: absolute;
transform: translateY(100%);
    width: 100%;
    z-index: 10;
left: 0;
bottom: 5px;
padding: 10px;
background: #fff;
box-shadow: 0 9px 29px rgba(34, 34, 34, 0.16);
clip-path: inset(1px -30px -30px -30px);
transition: all 0.3s ease;
	opacity: 0;
 visibility: hidden
}
.it-ct:hover .det_xar{
	opacity: 1;
 visibility: visible
}
.nmm {
height: 50px;
}

.series_flex{
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-start;
}
.series_one{
	margin:0 20px 15px 0;
	line-height:1;
	background-color:#f6f7f9;
	color:#3e3f44;
	text-decoration:none;
	padding: 8px 15px;
border-radius: 16px;
}
a.series_one:hover{
	background-color:#9d9ea0;
	color:#fff;
	text-decoration:none;
}
div.series_one{
	background-color:#DC0333;
	color:#fff;
}
.series_one sup{
vertical-align: super;
font-size: 70%;
}
.hcgg_series{
color: #3e3f44;
font-size: 16px;
line-height: 1.5;
letter-spacing: 0.47px;
margin-top: 32px;
margin-bottom: 10px;
font-family: "GraphikLCG-Semibold";
}

.tito{
position:absolute
}


.stickers{
	position: absolute;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	top: 0;
	left: 0

}
.sticker{
	margin: 0 10px 10px 0;
	font-size: 12px;
	padding: 4px 7px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;

}


.sticker.xit{
	background: #2C3771 
}
.sticker.sovet{
	background: #FF7A00;
}
.sticker.akc{
	background: #6AC50E 
}
.sticker.new{
	background: #03899C
}
.sticker.stick{
	background: #DC0333;
}
.banner__catalog{
width: 100%;
margin-bottom: 25px
}
.banner__catalog img{
display:block;
width:100%
}

@media (max-width: 769px) {
.det_xar{
display: none
	}
}


/* End */


/* Start:/local/templates/main/components/bitrix/news.list/banner1/style.css?1722274592150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/news/style.css?1722274592150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/seotext/style.css?1722274592150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/prodfilter/style.css?177737481810668 */
/* /local/templates/main/components/bitrix/system.pagenavigation/klimkort_pagination/style.min.css?17222745922530 */
/* /local/templates/.default/components/bitrix/catalog.section/.default/style.css?17225374782825 */
/* /local/templates/main/components/bitrix/news.list/banner1/style.css?1722274592150 */
/* /local/templates/main/components/bitrix/news.list/news/style.css?1722274592150 */
/* /local/templates/main/components/bitrix/news.list/seotext/style.css?1722274592150 */
