

/* Start:/local/templates/ai_main/components/bitrix/catalog/.default/style.css?16352858291158*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:28px;
	line-height: 32px;
	font-weight: 500;
	text-align: center;
	margin:5px 0 7px 0;
	padding:5px 15px 15px;
	/*border-bottom: 2px solid #d9dee6;*/
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/style.css?178570938827662*/
/*
Белый
Белёный
Бежевый
Розовый
Серый
Голубой
Зеленый
Жёлтый
Золотистый/коричневый
Золотистый
Красный
Коричневый
Винтаж
Смешанные цвета
Чёрный
*/
.bx-filter {
	margin-bottom: 20px;
	/*	min-width: 220px;*/
	width: 100%;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-filter .bx-filter-section {
	position: relative;
	padding-top: 9px;
	padding-left: 0;
}

.bx-filter .bx-filter-title {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
}

/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}

.bx-filter .bx-filter-parameters-box-title {
	font-size: 15px;
	font-weight: 700;
	/* text-transform: uppercase; */
	margin: 0 0;
	/* border-top: 1px solid #e2e2e2; */
	padding: 20px 0 0 0;
}

@media (min-width: 576px) {
	.bx-filter
		.bx-filter-parameters-box:first-child
		.bx-filter-parameters-box-title {
		border-top: none;
		padding-top: 0;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	border-bottom: 1px solid transparent;
	color: #2a2a28;
	cursor: pointer;
}

.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #adacac;
}

.bx-filter
	.bx-filter-parameters-box.bx-active
	.bx-filter-parameters-box-title
	span {
}

.bx-filter
	.bx-filter-parameters-box.bx-active
	.bx-filter-parameters-box-title
	span:hover {
	border-color: transparent;
}

.bx-filter .bx-filter-block {
	display: none;
	box-sizing: content-box;
	transition: padding 0.3s ease;
}

.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 {
	display: block;
	padding-bottom: 5px;
	font-style: normal;
	font-size: 14px;
}

.bx-filter-parameters-box-container {
	/* padding-bottom: 20px; */
}

.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}

.bx-filter-button-box {
	margin: 40px 0 0;
}
.bx-filter-button-box .btn-search {
	width: calc(50% - 5px);
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 14px 9px 14px;
    margin: 0 0 3px 0;
    color: #fff;
    background: #bcc402;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s all;
    min-width: 122px;
    text-align: center;
    transition: 0.3s background-color;
	border: none;
}
.bx-filter-button-box .btn-reset {
	width: calc(50% - 5px);
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 14px 9px 14px;
    margin: 0 0 3px 0;
	color: #8c9205;
    background: #f2f4c7;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s all;
    min-width: 122px;
    text-align: center;
    transition: 0.3s background-color;
	border: none;
}

@media (max-width: 1600px) {
	.bx-filter-button-box .btn-search,
	.bx-filter-button-box .btn-reset {
		width: 100%;
		padding: 12px 8px;
	}

}

/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {
}

.bx-filter .bx-filter-input-container input {
	display: block;
}
.bx-filter .filter-input-label {
	font-size: 14px;
}

.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#fff 0%, #fff 100%);
	background-image: linear-gradient(#fff 0%, #fff 100%);
}
.bx-filter .bx-filter-input-container input[type="text"] {
	padding: 4px 6px;
	border-radius: 4px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.bx-filter.bx-black .bx-filter-input-container input:focus {
	/* border-color: var(--theme-color-light); */
	border-color: #a9cfae !important;
}
.bx-filter.bx-black .bx-filter-input-container input:focus {
	box-shadow: 0 0 0 .2rem rgb(188 196 2 / 24%);
}

.form-check-input:disabled ~ .form-check-label,
.bx-filter .form-check.disabled {
	color: #aaa;
}

.bx-filter .form-check {
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 19px;
	color: #353434;
	cursor: pointer;
	padding: 0 0 0 26px;
	margin: 0 0 0 -10px;
	cursor: pointer;
	border-radius: 4px;
}
@media (min-width: 600px){
	.bx-filter .form-check:hover label {
		/* color: #000; */
		/* font-weight: 600; */
		background-color: #f3f3f3;
	}
}
.bx-filter .form-check label {
	cursor: pointer;
	padding: 8px 10px;
	position: relative;
	width: 100%;
}
.bx-filter .form-check label i {
	font-size: 90%;
    font-style: normal;
	display: none;
}
.bx-filter .form-check label:before {
	content: "";
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #acacab;
	position: absolute;
	left: -16px;
	top: 50%;
    transform: translateY(-50%);
	transition: 0.2s all;
}
.form-check-input:disabled~.form-check-label {
	color: #a9aeb3 !important;
}
.bx-filter .form-check-input:disabled + label:before {
	border: 1px solid #ccc;
	background: #f7f7f7;
}
.bx-filter .form-check input[type="checkbox"]:checked + label {
}
.bx-filter .form-check input[type="checkbox"]:checked + label:before {
	content: "";
	width: 18px;
	height: 18px;
	background: #bcc402;
	border-radius: 4px;
	border: none;
	position: absolute;
	left: -16px;
	top: 50%;
    transform: translateY(-50%);
}
.bx-filter .form-check input[type="checkbox"]:checked + label:after {
	content: "";
	width: 18px;
	height: 18px;
	background: url("/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/images/ico-check.svg");
	background-size: 12px;
	background-position: center;
	position: absolute;
	background-repeat: no-repeat;
	left: -16px;
	top: 50%;
    transform: translateY(-50%);
}
.bx-filter .form-check input[type="checkbox"] {
	display: none;
}

@media (max-width: 600px) {
	.bx-filter .form-check label:before,
	.bx-filter .form-check input[type="checkbox"]:checked + label:before,
	.bx-filter .form-check input[type="checkbox"]:checked + label:after {
		width: 20px;
		height: 20px;
	}
}

/*
*/

/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding: 25px 10px 25px;
}

.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 4px;
	background: #e7e7e7;
}

.bx-filter .bx-ui-slider-part {
	/*	display: none;*/
	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%;
	display: none;
}

.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
	display: none;
}

.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
	display: none;
}

.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}

.bx-filter .bx-ui-slider-part span {
	position: absolute;
	top: -22px;
	left: 50%;
	display: block;
	margin-left: -30px;
	width: 60px;
	color: #2a2a28;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
}

.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: 0;
	bottom: 0;
}

.bx-filter .bx-ui-slider-range {
	z-index: 100;
}

.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}

.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	background: #b1b1b1;
}

.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	background-color: var(--theme-color-light);
}

.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	background-color: var(--theme-color-primary);
}

/*
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border:7px solid var(--theme-color-primary);
}

.bx-filter .bx-ui-slider-handle:hover {
	cursor: grab;
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
	cursor: grabbing;
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -14px;
	border-left: 7px solid transparent;
	border-top: 7px solid transparent;

}

.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -14px;
	border-right: 7px solid transparent;
	border-top: 7px solid transparent;
}
*/

.bx-filter .bx-ui-slider-handle {
	/* top: -7px; */
    top: 50%;
    transform: translateY(-50%);
	width: 18px;
	height: 18px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	z-index: 100;
	background: #fff;
	border-radius: 16px;
	border: 3px solid #000000;
	transition: 0.2s width, 0.2s height, 0.2s border-color;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
    width: 22px;
    height: 22px;
    /* top: -11px; */
	border-color: #bcc402;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
    width: 22px;
    height: 22px;
    /* top: -11px; */
	border-color: #bcc402;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -8px;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -10px;
}

.bx-filter .bx-ui-slider-handle:after {
	font-size: 0;
	content: ".";
	background: #fff;
	display: inline-block;
	background: #fff;
	width: 6px;
	height: 6px;
	left: 3px;
	position: absolute;
	top: 3px;
}

/*
*	Select
*
*/

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

.bx-filter .bx-filter-select-container:hover {
	border-color: var(--theme-color-light);
}

.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: var(--theme-color-primary);
}

.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0 33px 0 10px;
	width: 100%;
	height: 33px;
	border: none;
	border-radius: 2px;
	background: #fff;
}

.bx-filter .bx-filter-select-text {
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	line-height: 33px;
	cursor: pointer;
}

.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;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC")
		no-repeat center;
	cursor: pointer;
}

/*
*	Select popup
*
*/

.bx-filter-select-popup {
	padding: 0;
	min-width: 173px;
	background: #fff;
}

.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-filter-select-popup ul li {
	display: block;
	vertical-align: middle;
	text-align: left;
}

.bx-filter-select-popup ul li:first-child {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.bx-filter-select-popup ul li label {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 5px;
	width: 100%;
	height: 26px;
	color: #575757;
	vertical-align: middle;
	text-align: left !important;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 26px;
	cursor: pointer;
}

.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	background: #f3f8fa;
	color: #000;
}

.bx-filter-select-popup ul li label.disabled {
	background: transparent;
	color: #b8b8b8;
}

.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 var(--theme-color-light);
	border-bottom: 1px solid var(--theme-color-light);
}

.bx-filter .bx-tag-link {
	color: var(--theme-color-light);
	text-decoration: none;
	text-shadow: none;
	font-size: 12px;
}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}

/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-btn-block {
	margin-top: 10px;
	margin-bottom: 12px;
	display: flex;
    flex-wrap: wrap;
    gap: 8px 8px;
}
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	display: block;
	float: left;
	margin-right: 5px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	/* display: block; */
	/* width: calc( 50% - 4px ); */
	display: inline-flex;
	gap: 7px;
	align-items: center;
	margin: 0;

	/* border: 1px solid #ccc; */
	box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
    padding: 7px 12px 7px 8px;
	/* background: #f3f3f3; */
	border-radius: 12px;
	transition: 0.3s background-color;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label.bx-active {
	background: #f2f4c7 !important;
	/* background: #dfdfdf; */
	box-shadow: none;
	/* box-shadow: inset 0 0 0px 2px #bcc402; */
}
.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-text {
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label.bx-active:hover {
	/* background: #e5e5e5; */
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label.disabled {
	/* background-color: transparent !important;	 */
	/* box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1); */
}

.bx-filter .bx-filter-param-label {
}

.bx-filter .bx-filter-param-label.div {
	display: inline-block;
}

.bx-filter .bx-filter-param-text {
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 19px;
	color: #353434;
	cursor: pointer;
	padding: 0;
	margin: 0;
	cursor: pointer;
	border-radius: 4px;
}
.bx-filter .bx-filter-param-text i {
    font-size: 90%;
    font-style: normal;
	display: none;
}
@media (max-width: 1250px) {
	.bx-filter .bx-filter-param-text i {
		display: none;
	}
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #a9aeb3 ;
}

.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}

@media (max-width: 57500px){
	.bx-filter.bx-black .bx-filter-section {
		padding-right: 0;
	}
	.bx-filter .bx-filter-parameters-box-title {
		margin-bottom: 16px !important;
		text-align: center;
	}
	.bx-filter .bx-filter-param-btn-block {
		margin-top: 0;
		flex-direction: row;
	}
	.col-filter-flex {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	.custom-scrollbar.col-filter-flex {
		height: auto;
		overflow: visible;
		padding-bottom: 0 !important;
	}
	.prod-view-props__buttons.col-filter-flex {
		display: none;
	}
	.prod-view-props__buttons .prod-view-props__more {
		display: inline-block;
	}
	.prod-view-props__buttons .prod-view-props__less {
		display: none;
	}
	.prod-view-props__buttons.nolimit .prod-view-props__more {
		display: none;
	}
	.prod-view-props__buttons.nolimit .prod-view-props__less {
		display: inline-block;
	}
	.bx-filter .bx-filter-param-btn-block .bx-filter-param-item {
		width: calc(50% - 4px);
		padding: 0 !important;
		margin: 0 !important;
	}
	.bx-filter .bx-filter-param-item input[type="checkbox"] + label:before {
		content: none !important;
	}
	.bx-filter .bx-filter-param-item:hover {
        background-color: #f3f3f3;
    }
	.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
        height: 100%;
	}
	/* tmp mob filter type */
	.bx-filter .form-check {
		margin: 0;
		padding: 0 0 8px 0;
	}
	.bx-filter .col-filter-flex .form-check,
	.bx-filter .col-filter-flex.col-filter-flex__3col .form-check {
		padding-bottom: 0;
		min-width: calc( 33.3% - 5.3px);
	}
	.bx-filter .col-filter-flex.col-filter-flex__2col .form-check,
	.bx-filter .col-filter-flex[data-code="SPECIFICATION"] .form-check,
	.bx-filter .col-filter-flex[data-code="WOOD_SPECIES"] .form-check,
	.bx-filter .col-filter-flex[data-code="P_COUNTRY"] .form-check {
		width: calc( 50% - 4px);
	}
	.bx-filter .col-filter-flex.col-filter-flex__2col-imp .form-check {
		width: calc( 50% - 4px) !important;
	}
	.bx-filter .col-filter-flex.only-one-item .form-check {
		padding-bottom: 0;
		width: 100% !important;
	}
	.bx-filter .form-check label {
		padding: 12px 12px 12px 12px !important;
		box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
		border-radius: 12px;
    	transition: 0.3s background-color;
		min-width: 60px;
	}
	.bx-filter .col-filter-flex .form-check label {
		padding: 12px 8px 12px 8px !important;
		text-align: center;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	.bx-filter .col-filter-flex.only-one-item .form-check label {
		padding-left: 12px !important;
		text-align: left;
		justify-content: left;
	}
	.bx-filter .form-check label:before,
	.bx-filter .form-check label:after {
		content: none !important;
	}
	.bx-filter .form-check label i {
		display: none;
		opacity: 0.6;
	}
	.bx-filter .form-check input[type="checkbox"]:checked + label {
		background: #f2f4c7;
		box-shadow: none;
	}
	.bx-filter .form-check input[type="checkbox"]:disabled + label,
	.bx-filter .form-check.disabled input + label {
		background: #f1f1f1 !important;
		box-shadow: none;
	}
	.bx-filter .bx-filter-param-btn-block input[type="checkbox"]:disabled + label {
		background: #eee !important;
		cursor: help;
		pointer-events: none;
	}
	.bx-filter .bx-filter-param-btn-block .disabled .bx-filter-param-label {
		background: #f1f1f1 !important;
		box-shadow: none;
	}
	.bx-filter .bx-filter-param-btn-block .bx-filter-param-label.disabled {
		background: #f1f1f1 !important;
		box-shadow: none;
		/* pointer-events: none; */
	}
	.bx-filter .bx-filter-param-btn-block .disabled .bx-filter-param-label.bx-active {
		/* background-color: #f2f4c7 !important; */
	}
	.bx-filter .bx-filter-param-btn-block .bx-filter-param-label.bx-active.disabled {
		background-color: #f2f4c7 !important;
	}
	.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
		content: none !important;
	}
	.bx-filter .bx-filter-param-btn-block .disabled .bx-filter-param-label.bx-active .bx-filter-param-text {
		color: #a9aeb3;
	}
	/* / tmp mob filter type */

}


@media (min-width: 576px){
	/*
	.bx-filter .bx-filter-param-item:hover {
        background-color: #f3f3f3;
    }
	.bx-filter-param-btn-block {
		display: flex;
		flex-direction: column;
	}
	.bx-filter-param-item {
		padding: 0 0 0 26px;
		margin: 0 0 0 -10px;
		border-radius: 4px;
	}
	.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
		width: 100%;
		box-shadow: none;
		position: relative;
		padding-left: 12px;
		box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
	}
	.bx-filter .bx-filter-param-btn-block .bx-filter-param-label.disabled {
		box-shadow: none;
		border-color: transparent;
	}
	.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
		content: none !important;
	}
	.bx-filter .bx-filter-param-item label:before {
		content: "";
		width: 18px;
		height: 18px;
		background: #fff;
		border-radius: 4px;
		border: 1px solid #acacab;
		position: absolute;
		left: -16px;
		top: 50%;
		transform: translateY(-50%);
		transition: 0.2s all;
	}
	.bx-filter .bx-filter-param-item input[type="checkbox"]:checked + label:before {
		content: "";
		width: 18px;
		height: 18px;
		background: #bcc402;
		border-radius: 4px;
		border: none;
		position: absolute;
		left: -16px;
		top: 50%;
		transform: translateY(-50%);
	}
	.bx-filter .bx-filter-param-item input[type="checkbox"]:checked + label:after {
		content: "";
		width: 18px;
		height: 18px;
		background: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/images/ico-check.svg);
		background-size: 12px;
		background-position: center;
		position: absolute;
		background-repeat: no-repeat;
		left: -16px;
		top: 50%;
		transform: translateY(-50%);
	}
	.bx-filter .bx-filter-param-btn-block .bx-filter-param-label:hover {
	}
	.bx-filter .bx-filter-param-btn-block .bx-filter-param-label.bx-active {
		background-color: transparent;
	}
	*/
}


/*
*	Checkbox / Radio
*
*/

/*
* 	BTN
*
*/

.bx-filter .bx-filter-param-btn {
	position: relative;
	display: inline-block;
	padding: 0;
	width: 22px;
	height: 22px;
	min-width: 22px;
	/* border: 1px solid #ccd5db; */
	border-radius: 100px;
	background: #fff;
	color: #000;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
}

.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-filter.bx-blue .bx-filter-param-btn:focus {
	border-color: var(--theme-color-light);
}

/* COLOR */
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {
}

.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;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==")
		no-repeat center;
	content: " ";
	opacity: 0.7;
}

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

/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	padding: 0;
	min-width: 23px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: transparent;
	color: #767b7e;
	vertical-align: top;
	font-weight: normal;
	font-size: 17px;
	line-height: 23px;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=")
		no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC")
		no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

.bx-filter span.bx-spm {
	display: inline-block;
	margin: 0 10px;
	height: 23px;
	color: #000;
	vertical-align: middle;
	font-size: 18px;
	line-height: 23px;
}

/*
*	icon
*
*/

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

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100px;
	background-size: cover;
	/* box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); */
	/* vertical-align: middle; */
	line-height: 22px;
	-webkit-background-size: cover;
}

.bx-filter-select-popup .bx-filter-btn-color-icon {
	top: 0 !important;
	margin: 2px 0;
	width: 20px;
	height: 20px;
}

.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;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	content: " ";
}

.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: 0.2; */
}

/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	display: inline-block;
	margin-right: 10px;
	border-bottom: 1px dashed;
	color: #1485ce;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
}

.bx-filter .bx-filter-parameter-biz:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	border-color: transparent;
	color: #000;
}

/*
*	BTN result and reset
*
*/

.btn-themes {
	color: #fff;
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
	color: #fff;
}

/*
* 	Result Popup
*
*/

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

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

.bx-filter .bx-filter-popup-result.right {
	font-weight: bold;
	/*
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
	*/
	border: none;
	color: #000;
	background-color: #bcc402;
	/* background-color: #1da02d; */
	/*background-color: #28a745;*/
	padding: 6px 20px 8px;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.14);
}

.bx-filter .bx-filter-popup-result.right {
	left: 98%;
}

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

.bx-filter-horizontal .bx-filter-popup-result {
	position: relative;
	right: auto;
	bottom: -7px;
	left: auto;
	display: inline-block;
}

.bx-filter .bx-filter-popup-result a {
	display: inline-block;
	color: #fff;
	line-height: 10px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
	background: #bcc402;
	border-radius: 0.25rem;
	border: 1px solid transparent;
    padding: 10px 16px;
	margin-left: 10px;
}

.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}

.bx-filter .bx-filter-popup-result-close {
	display: none;
}

@media (min-width: 576px) {
	.bx-filter .bx-filter-popup-result a {
		width: 100%;
		margin-left: 0;
		margin-top: 7px;
		border: 1px solid rgba(255, 255, 255, 0.4)
	}
	/*
	.bx-filter-container-modef {
		position: sticky;
		top: 10px;
		width: 100%;
		display: block;
		z-index: 2;
	}
	*/
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		position: fixed !important;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 1001;
		margin-top: 0;
		margin-left: 0;
		padding: 15px 15px;
		width: auto;
		height: auto;
		border-top: 1px solid #c6dae7;
		border-radius: 2px;
		background: rgba(255, 255, 255, 1);
		font-size: 14px;
		line-height: 20px;
	}

	.bx-touch .bx-filter .bx-filter-popup-result br {
		display: none;
	}

	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}

/* End */


/* Start:/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/colors.css?17141379454911*/
.bx-filter.bx-black .bx-filter-section { 
	/* background: #f6f6f6;  */
	/* border: 1px solid #e2e2e2;  */
	border-radius: 4px; cursor: pointer;
}


/*
* INPUTS
*
*/
.bx-filter.bx-black .bx-filter-input-container input:focus { border-color: #499fd8; }

.bx-retina .bx-filter.bx-black .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/images/active.png) 2 repeat;
	border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/images/active.png) 2 repeat;
}

/*
*Track
*
*/
.bx-filter.bx-black .bx-ui-slider-track { background: #dad7d7; }

.bx-filter.bx-black .bx-ui-slider-pricebar-vd { background: #888; }

.bx-filter.bx-black .bx-ui-slider-pricebar-vn { background: #999; }

.bx-filter.bx-black .bx-ui-slider-pricebar-v { background: #454241; }

/*.bx-filter.bx-black .bx-ui-slider-handle.left { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top; }*/

/*.bx-filter.bx-black .bx-ui-slider-handle.right { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top; }*/

/*
*	Select
*
*/
.bx-filter.bx-black .bx-filter-select-container.bx-active,
.bx-filter.bx-black .bx-filter-select-container:focus { border-color: #499fd8; }

.bx-retina .bx-filter.bx-black .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-black .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/images/active.png) 2 repeat;
	border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/images/active.png) 2 repeat;
}

/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-black .bx-filter-tag {
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}

.bx-filter.bx-black .bx-tag-link { color: #68939e; }

/*
*	LABEL
*
*/
/*
*	Checkbox / Radio
*
*/
/*
* 	BTN
*
*/
.bx-filter.bx-black .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-black .bx-filter-param-btn:hover,
.bx-filter.bx-black .bx-filter-param-btn:active,
.bx-filter.bx-black .bx-filter-param-btn:focus { border-color: #499fd8; }

.bx-retina .bx-filter.bx-black .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-black .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-black .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-black .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/images/active.png) 2 repeat;
	border-image: url(/local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/images/active.png) 2 repeat;
}

/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset
*
*/
.bx-filter.bx-black .btn-themes {
	border-color: #748189;
	background-color: #748189;
	color: #fff
}

.bx-filter.bx-black .btn-themes.bx-active,
.bx-filter.bx-black .btn-themes.focus,
.bx-filter.bx-black .btn-themes:active,
.bx-filter.bx-black .btn-themes:focus,
.bx-filter.bx-black .btn-themes:hover {
	border-color: #868a8d;
	background-color: #868a8d;
	color: #fff
}

/*
* 	Result Popup
*
*/
/* End */


/* Start:/local/templates/ai_main/components/bitrix/system.pagenavigation/round/style.css?17165548742918*/
.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;
}

/*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: #c1c1c1;
	color: #fff;
}

/* End */


/* Start:/local/templates/ai_main/components/bitrix/catalog.section/.default/style.css?1559577606954*/
.catalog-section-header {
	margin: 5px 0;
	padding: 5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

.product-item-image-slider-progress-bar { background-color: var(--theme-color-primary); }

.product-item-image-slider-control:hover { background-color: var(--theme-color-second); }

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover { background-color: var(--theme-color-second); }

/* SCU */
.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: var(--theme-color-second); }

/* Amount */
.product-item-amount-field:focus { border-color: var(--theme-color-primary); }

.catalog-section-header { border-color: var(--theme-color-primary); }
/* End */


/* Start:/local/templates/ai_main/components/bitrix/catalog.section/.default/themes/blue/style.css?1559577610113*/
:root{
	--ui-theme-color-primary: #006cc0;
	--ui-theme-color-second: #0083d1;
	--ui-theme-color-light: #26b0e4;
}
/* End */
/* /local/templates/ai_main/components/bitrix/catalog/.default/style.css?16352858291158 */
/* /local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/style.css?178570938827662 */
/* /local/templates/ai_main/components/alfainform/catalog.smart.filter/.default/themes/black/colors.css?17141379454911 */
/* /local/templates/ai_main/components/bitrix/system.pagenavigation/round/style.css?17165548742918 */
/* /local/templates/ai_main/components/bitrix/catalog.section/.default/style.css?1559577606954 */
/* /local/templates/ai_main/components/bitrix/catalog.section/.default/themes/blue/style.css?1559577610113 */
