

/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/main/style.css?16968767788820*/
.bx-sidebar-block{
	position: sticky;
	top:43px;
	z-index: 1;
}

.bx-filter {
	width: 100%;
	min-width: 220px;
}
.bx-filter .bx-filter-section {
	position: relative;
}
.bx-filter .bx-filter-section >.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);  
	border-radius: 3px;
	cursor: pointer;
}

.bx-filter .bx-filter-parameters-box-title span {
	color: #145ba3;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	font-weight:500;
	font-size:1rem;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	transition: padding .3s ease;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}

/*
* INPUTS
*
*/


.bx-filter .min-price,
.bx-filter .max-price{
	font-size: 1rem;
	border-radius: 5px;
	background: #145ba3;
	outline: none;
	text-align:center;
	color:#fff;
}


.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 3px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 8px;
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #145ba3;
	font-weight:bold;
}
.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: #145ba3;
	font-weight:normal;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.bx-filter .bx-ui-slider-pricebar {
	z-index: 1;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 2;
	background: #145ba3;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 3;
	background: #ccc;
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 3;
	background: #145ba3;
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}

.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -8px;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -8px;
}

.bx-filter .bx-ui-slider-handle.left,
.bx-filter .bx-ui-slider-handle.right{
	width:16px;
	height:16px;
	background:#145ba3;
	border-radius: 100%;
	margin-top: -10px;
	z-index: 3;
	border:1px solid #fff;
	box-shadow: 0 3px 4px 0 rgba(208, 208, 208, 0.85);
}

	/*
    *	Select
    *
    */

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}

.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	cursor: pointer;
	color:#455a64;
}
.bx-filter .bx-filter-param-label.disabled{
	cursor: no-drop;;
}

/* COLOR */
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
	cursor: no-drop;
}

.result-elem-count{
	width:18px;
	height:18px;
	color:#000;
	border-radius: 100%;
	background:#fff;
	display: flex;
	align-items:center;
	justify-content:center;
	font-size:12px;
	margin-left:10px;
}

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	margin-left: 15px;
	padding: 5px 10px;
	white-space: nowrap;
	background-color:#e52940;
	color:#fff;
}
.bx-filter .bx-filter-popup-result:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #e52940;
	transform: rotate(45deg);
	top: 12px;
	left: -5px;
}

.bx-filter .bx-filter-popup-result.right {
	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: #fff;
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}

@media screen and (max-width:991px){
	.bx-filter .bx-filter-popup-result:before{
		display: none;
	}
	.bx-filter .bx-filter-popup-result{
		border-radius: 3px;
	}
	.bx-filter .bx-filter-popup-result.right {
		left: unset;
		right: 14px;
		top: 14px;
		bottom: unset;
	}
	.bx-filter .bx-filter-parameters-box-title span{
		font-size: 1.3rem;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/main/style.css?15929014402717*/
.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: 100%;
	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: 5px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #145ba3;
	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-next a span {
	background: #fff;
	border: 1px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #145ba3;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all 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-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: #145ba3;
	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/main/components/bitrix/catalog.section/trust/style.css?16868604111182*/
.pagination{
	width:100%;
	margin:20px auto 0;
}
.pag-item{
	background: transparent;
	box-shadow:none;
	text-decoration: none;
}
.pag-item:hover{
	color:#000;
	box-shadow:none;
}

.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;
}
.catalog-section_content{
	content-visibility:auto;
	contain-intrinsic-size: 480px; 
}
.row::before {
	display: initial;
}
.catalog-wrapper .filter,
.catalog-wrapper .products{
	background: #f6f8f9;
}

.filter.active{
	display: block;
}
.filter-closer{
	position: absolute;
	top:15px;
	right:20px;
	width:18px;
	height:18px;
	z-index: 50;
	display: none;
}
.filter-closer svg{
	width:100%;
	height:100%;
	fill:var(--blue);
}

.text__footer{
	padding:0 10px 40px!important;
	font-size:14px;
	color:#3f4a50;
}

@media screen and (max-width: 767px){
	.sorting-mobile{
		display: flex;
	}
	.sorting-price{
		display: none;
	}
	.filter {
		display: none;
	}
	.sorting-wrapper{
		margin:0;
	}
	.filter-closer{
		display: block;
	}
}

@media screen and (max-width: 480px){
	.sorting-item a{
		font-size:12px;
	}
	.sorting{
		padding:5px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/trust/themes/blue/style.css?1686860411825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/main/components/bitrix/catalog.smart.filter/main/style.css?16968767788820 */
/* /local/templates/main/components/bitrix/system.pagenavigation/main/style.css?15929014402717 */
/* /local/templates/main/components/bitrix/catalog.section/trust/style.css?16868604111182 */
/* /local/templates/main/components/bitrix/catalog.section/trust/themes/blue/style.css?1686860411825 */
