

/* Start:/local/templates/template.main/components/ma/catalog/catalog/css/sidebar.css?1758855945133*/
.l-catalog-sidebar {
	float: left;
	width: 250px;
	/*margin-right: 40px;*/
}
/* .l-catalog-content {
	margin-left: 290px;
} */
/* End */


/* Start:/local/templates/template.main/components/ma/catalog.section.list/store/style.css?17446504531054*/

.b-catalog-section-blocks {
	overflow: hidden;
	margin: 0 0 0 -15px;
}
	.b-catalog-section-blocks_item {
		/*width: 222px;*/
		display: inline-block;
		margin: 0 0 20px 15px;
		overflow: hidden;
		*display: inline;
	  	zoom: 1;
	  	vertical-align: top;
	}
		.b-catalog-section-blocks_holder {
			overflow: hidden;
		}
			.b-catalog-section-blocks_image {
 				float: left;
 				margin-bottom: 0.8em;
 				padding: 2px;
				border: 1px solid #CCC;
 			}
 			.b-catalog-section-blocks_no-image {
 				float: left;
 				width: 220px;
 				height: 170px;
 				margin-bottom: 0.8em;
 				background: #FFF url(/local/templates/template.main/components/ma/catalog.section.list/store/img/no-image_220x170.png) 50% 50% no-repeat;
				border: 1px solid #CCC;
 			}
 				.b-catalog-section-blocks_no-image a {
 					display: block;
 					width: 220px;
 					height: 170px;
 					overflow: hidden;
 					text-indent: -1000px;
 				}
 			.b-catalog-section-blocks_text {
 				margin-bottom: 0.8em;
 				clear: both;
 			}
 				.b-catalog-section-blocks_name {
 					margin-bottom: 0.8em;
 				}
/* End */


/* Start:/local/templates/template.main/components/ma/catalog.smart.filter/alfazabor/style.css?176614683733852*/
.smart-filter {
	width: 100%;
	max-width: 280px;
	/* background-color: var(--site-grey-color); */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	padding: 0;
}
.smart-filter .g-checkbox input[type="checkbox"] + *::before{
	left: 1px;
}
.city-name{
	margin-bottom: 5px;
	font-weight: 500;
}
@media (max-width: 1023px) {
	.smart-filter {
		padding: 10px 0;
		background-color: transparent;
		width: 100%;
    margin-right: 0;
	}
}
.smart-filter .l-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* justify-content: space-between; */
}
.smart-filter__sale-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: auto;
	margin-right: -30px;
}
.smart-filter__sale-box {
	margin-right: 30px;
}
.smart-filter__header-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.selected-props {
    width: 100%;
}
.selected-props__container {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
}
.selected-props__item {
	position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #1A1A1A;
    padding: 7px 45px 8px 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin: 10px 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.selected-props__item:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.selected-props__item:active {
	background-color: #f5f5f5;
}
.selected-props__item::before,
.selected-props__item::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 1px;
	height: 14px;
	background-color: #1A1A1A;
	margin-top: -7px;
}
.selected-props__item::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.selected-props__item::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.smart-filter-section { position: relative; }

.smart-filter-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.smart-filter-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 155%;
}
.smart-filter-reset{
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-decoration: none !important;
	border: none !important;
	color: var(--site-second-accent-color) !important;
	background-color: transparent !important;
	padding: 0;
	cursor: pointer;
}
@media(max-width: 1023px){
	.smart-filter-reset{
		display: none;
	}
}

/*Sections*/
.smart-filter__container {
	/* display: flex; */
	/* flex-grow: 1; */
	/* margin: 0 -20px; */
}
.smart-filter-parameters-box {
	position: relative;
	/* margin: 0 20px; */
	border-bottom: 1px solid var(--site-grey-color--dark);
}
.smart-filter-parameters-box-title {
	padding: 20px 0;
}
.smart-filter-parameters-box-title-text {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.55;
	color: #222222;
	padding-right: 29px;
	cursor: pointer;
}
.smart-filter-parameters-box-title-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 10px;
    height: 6px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: var(--site-arrow-img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.smart-filter-parameters-box.bx-active .smart-filter-parameters-box-title-text::after{
	-webkit-transform: rotate(180deg) translateY(3px);
	    -ms-transform: rotate(180deg) translateY(3px);
	        transform: rotate(180deg) translateY(3px);
}

.smart-filter-parameters-box.open .smart-filter-parameters-box-title-text {
	color: #FF3830;
}
.smart-filter-parameters-box.open .smart-filter-parameters-box-title-text::after {
	background-image: var(--site-arrow-img--accent);
    -webkit-transform: rotate(-180deg) translateY(50%);
        -ms-transform: rotate(-180deg) translateY(50%);
            transform: rotate(-180deg) translateY(50%);
}



.form-group__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
		position: relative;
}

.form-group__holder .form-group {
    width: calc(50% - 10px);
}

.form-group input {
    width: 100%;
    background-color: #F5F5F5;
    border: 1px solid #E0E0E0;
    padding: 10px;
    border-radius: 5px;
}

.form-group__holder .form-group input {
    width: 100%;
}

.form-group__holder .form-group input::-webkit-outer-spin-button,
.form-group__holder .form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.form-group__holder .form-group input[type='number'] {
    -moz-appearance:textfield;
}
/*
.bx-active .smart-filter-parameters-box-title-text {
	color: #FFD240;
}*/

/*region Angles*/
.smart-filter-angle {
	display: none;
	position: relative;
	display: inline-block;
	width: 20px;
	height: 19px;
	vertical-align: middle;
}

.smart-filter-angles {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.smart-filter-angles:after,
.smart-filter-angles:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 1px;
	background-color: #2F2F2F;
	content: "";
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.smart-filter-angles:before,
.smart-filter-angle-up .smart-filter-angles:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.smart-filter-angles:after { margin-left: 3px; }

.smart-filter-angles:after,
.smart-filter-angle-up .smart-filter-angles:before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/*endregion*/

/*region hint*/
.smart-filter-hint {
	position: relative;
	display: inline-block;
	margin-right: 6px;
}

.smart-filter-hint-icon {
	display: block;
	padding: 0 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: var(--primary);
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

.smart-filter-hint-popup {
	position: absolute;
	top: calc(100% + 8px);
	left: -7px;
	z-index: 10;
	display: none;
	padding: 10px;
	min-width: 200px;
	max-width: 300px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
	        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
}

.smart-filter-hint:hover .smart-filter-hint-popup { display: block; }

.smart-filter-hint-popup-angle {
	position: absolute;
	top: -5px;
	left: 10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/*endregion*/

.smart-filter-block {
	display: none;
	/* position: absolute; */
	/* top: 100%; */
	/* left: -25px; */
	font-family: var(--site-font-family);
	font-size: 16px;
	line-height: 1.6;
	/* background-color: #fff; */
	/* padding: 20px 25px; */
	/* box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.04), 0px 0px 24px rgba(0, 0, 0, 0.04), 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04); */
	/* min-width: calc(100% + 50px); */
	/* margin-top: -1px; */
	z-index: 20;
	/* min-width: 200px; */
	width: 100%;
	padding-bottom: 16px;
}
.smart-filter-parameters-box.open .smart-filter-block {
	display: block;
}
.smart-filter-parameters-box-container{

}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block { display: block; }

.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
	display: block;
	padding-bottom: 5px;
	font-style: normal;
	font-size: 14px;
}

/*endregion*/

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
	padding: 20px 0 10px;
	min-width: 276px;
}

.smart-filter-slider-track {
	position: relative;
	height: 2px;
	background: #e7e7e7;
}

.smart-filter-slider-ruler {
	display: none;
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}

.smart-filter-slider-ruler.p1 { left: -1px; }

.smart-filter-slider-ruler.p2 { left: 25%; }

.smart-filter-slider-ruler.p3 { left: 50%; }

.smart-filter-slider-ruler.p4 { left: 75%; }

.smart-filter-slider-ruler.p5 { right: -1px; }

.smart-filter-slider-ruler span {
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	margin-left: -50px;
	width: 100px;
	color: #000;
	text-align: center;
	font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span { color: #6b8086; }

.smart-filter-slider-range { z-index: 110; }

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.smart-filter-slider-price-bar { z-index: 100; }

.smart-filter-slider-price-bar-vd {
	z-index: 60;
	background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {
	z-index: 70;
	background-color: #E5E5E5; }

.smart-filter-slider-price-bar-v {
	z-index: 80;
	background-color: #FF3830;
}

.smart-filter .smart-filter-slider-track .smart-filter-slider-handle {
	display: block;
	position: absolute;
	top: 100%;
	width: 12px;
	height: 12px;
	background: var(--site-second-accent-color);
	border: none;
	top: -5px;
}

.smart-filter-slider-handle:hover {
	cursor: grab;
	-webkit-cursor: -webkit-grab;
	-ms-cursor: grab;
	-o-cursor: grab;
}

.smart-filter-slider-handle:active {
	cursor: grabbing;
	-webkit-cursor: -webkit-grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
	top: -6px;
	left: 0;
	/*margin-left: -6px;*/
}

.smart-filter-slider-handle.right {
	top: -6px;
	right: 0;
	/*margin-right: -6px;*/
}

/*endregion*/

/* region Select */
.smart-filter-input-group-dropdown {
	display: block;
	height: 31px;
	border: 1px solid #ccd5db;
	border-radius: 3px;
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus { border-color: var(--primary); }

.smart-filter-dropdown-block {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 29px 0 10px;
	width: 100%;
	height: 29px;
	border: none;
	border-radius: 2px;
	background: #fff;
}

.smart-filter-dropdown-text {
	overflow: hidden;
	max-width: 100%;
	height: 29px;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 29px;
	cursor: pointer;
}

.smart-filter-dropdown-text.fix { min-width: 120px; }

.smart-filter-dropdown-text label { cursor: pointer; }

.smart-filter-dropdown-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
	cursor: pointer;
}

.smart-filter-input-group-dropdown-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
	margin-right: 5px;
}

/*
*	Select popup
*
*/

.smart-filter-dropdown-popup {
	padding: 0;
	min-width: 173px;
	background: #fff;
}

.smart-filter-dropdown-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.smart-filter-dropdown-popup ul li {
	display: block;
	vertical-align: middle;
}

.smart-filter-dropdown-popup ul li:first-child {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.smart-filter-dropdown-popup ul li label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	/*padding: 0 5px;*/
	width: 100%;
	color: #575757;
	white-space: nowrap;
	cursor: pointer;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
	background: #f3f8fa;
	color: #000;
}

.smart-filter-dropdown-popup ul li label.disabled {
	background: transparent;
	color: #b8b8b8;
}

.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text { padding-left: 5px;}

/*endregion */

/* region TAGS */

.smart-filter-tag {
	padding: 18px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.smart-filter .bx-tag-link {
	color: #E5E5E5;
	text-decoration: none;
	text-shadow: none;
	font-size: 12px;
}

.smart-filter .bx-tag-link.bx-active,
.smart-filter .bx-tag-link:hover { color: #1d3d46; }

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES*/
.smart-filter-input-group-checkbox-pictures { }

.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES_AND_LABELS*/

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

/**/

.smart-filter-checkbox-btn-image {
	display: block;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	vertical-align: middle;
	line-height: 24px;
	-webkit-background-size: cover;
}

.smart-filter-checkbox-btn-image.all {
	position: relative;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	display: inline-block;
}

.smart-filter-checkbox-btn-image.all:after,
.smart-filter-checkbox-btn-image.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
	        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
	content: " ";
}

.smart-filter-checkbox-btn-image.all:after {
	right: 0;
	bottom: 0;
}

.smart-filter-checkbox-btn-image.all:before {
	top: 0;
	left: 0;
}

/*endregion*/

/*region Checkbox / Radio */
.smart-filter-input-group-checkbox-list {
	max-height: 210px;
	overflow-x: hidden;
	overflow-y: auto;
}

.smart-filter-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*endregion*/

/* COLOR */
/* --- colors */
.smart-filter-param-btn.bx-color-sl { }

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl {
	position: relative;
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none
}

.smart-filter-param-label.disabled .smart-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: .7;
}

.smart-filter-param-label .smart-filter-param-btn:hover,
.smart-filter-param-label.bx-active .smart-filter-param-btn { border-color: var(--primary); }

/*
* BTN P/M
*
*/

.smart-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;
}

.smart-filter-param-btn.bx-spm.bx-plus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center; }

.smart-filter-param-btn.bx-spm.bx-minus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center; }

.smart-filter-param-btn.bx-spm:active {
	outline: none !important;
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	        box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.smart-filter span.bx-spm {
	display: inline-block;
	margin: 0 10px;
	height: 23px;
	color: #000;
	vertical-align: middle;
	font-size: 18px;
	line-height: 23px;
}

/*
*	icon
*
*/

.smart-filter-select-popup .smart-filter-select-text-icon,
.smart-filter-select-text-icon {
	position: relative;
	display: inline-block;
	margin-top: -4px;
	margin-right: 2px;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	vertical-align: middle;
	line-height: 33px;
}

.smart-filter-select-popup .smart-filter-btn-color-icon,
.smart-filter-btn-color-icon {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background-size: cover;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	vertical-align: middle;
	line-height: 24px;
	-webkit-background-size: cover;
}

.smart-filter-select-popup .smart-filter-btn-color-icon {
	top: 0 !important;
	margin: 2px 0;
	width: 20px;
	height: 20px;
}

.smart-filter-select-block .smart-filter-btn-color-icon { top: -1px !important; }

.smart-filter-param-label.disabled .smart-filter-btn-color-icon { opacity: .2; }

/*
* 	BIZ
*
*/

.smart-filter-parameter-biz {
	display: inline-block;
	margin-right: 10px;
	border-bottom: 1px dashed;
	color: #1485ce;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
}

.smart-filter-parameter-biz:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.smart-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
*
*/

.smart-filter-popup-result {
	position: absolute;
	z-index: 915;
	display: none !important;
	color: #3f3f3f;
	white-space: nowrap;
	background-color: #ffd240;
	color: #FFF;
	padding: 15px 20px;
}

.smart-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-o-border-image: url(/local/templates/template.main/components/ma/catalog.smart.filter/alfazabor/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/template.main/components/ma/catalog.smart.filter/alfazabor/images/result_popup_left.png) 4 20 4 4 fill repeat;
}

/*.smart-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/template.main/components/ma/catalog.smart.filter/alfazabor/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/template.main/components/ma/catalog.smart.filter/alfazabor/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/template.main/components/ma/catalog.smart.filter/alfazabor/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/template.main/components/ma/catalog.smart.filter/alfazabor/images/result_popup_right.png) 4 4 4 20 fill repeat;
}
*/
.smart-filter-popup-result.right { left: 100%; margin-left: 20px; }

.smart-filter-popup-result.left { right: 97%; }

.smart-filter-horizontal .smart-filter-popup-result {
	position: relative;
	right: auto;
	bottom: -7px;
	left: auto;
	display: inline-block;
}

.smart-filter-popup__btn,
.smart-filter-popup__btn:visited {
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    margin: 0 0 0 15px;
    border: none;
    border-radius: 2px;
    padding: 7px 18px 9px;
    overflow: hidden;
    background-color: #fff;
    color: #1a1a1a;
}

.smart-filter-popup__btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #1a1a1a;
    background-color: #fff;
}

.smart-filter-popup-result-close { display: none; }

.smart-filter__btn {
	cursor: pointer;
}

.smart-filter__btn--reset,
.smart-filter__close {
    font-family: var(--site-font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1A1A1A;
    padding: 0;
    border: none;
    background: transparent;
}
.smart-filter__show-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 40px;
	text-align: center;
	border: none;
	padding: 0 20px;
	margin-right: 20px;
	background-color: #F5F5F5;
	border-radius: 5px;
	cursor: pointer;
}
.smart-filter__show-btn-text {
	position: relative;
	display: block;
	padding: 0;
	margin: 0 10px 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--site-font-family);
    color: #1a1a1a;
}
.smart-filter__show-btn-icon {
	position: relative;
	display: block;
	width: 24px;
	height: 18px;
    background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.874 15C11.4299 16.7252 9.86384 18 8 18C6.13616 18 4.57006 16.7252 4.12602 15H0V13H4.12602C4.57006 11.2748 6.13616 10 8 10C9.86384 10 11.4299 11.2748 11.874 13H24V15H11.874ZM9.73244 15C9.38663 15.5978 8.74028 16 8 16C7.25972 16 6.61337 15.5978 6.26756 15C6.25864 14.9846 6.24991 14.969 6.24139 14.9533C6.08744 14.6699 6 14.3452 6 14C6 13.6357 6.09739 13.2942 6.26756 13C6.61337 12.4022 7.25972 12 8 12C8.74028 12 9.38663 12.4022 9.73244 13C9.74136 13.0154 9.75009 13.031 9.75861 13.0467C9.91256 13.3301 10 13.6548 10 14C10 14.3643 9.90261 14.7058 9.73244 15Z' fill='%231A1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.874 5C19.4299 6.72523 17.8638 8 16 8C14.1362 8 12.5701 6.72523 12.126 5H0V3H12.126C12.5701 1.27477 14.1362 0 16 0C17.8638 0 19.4299 1.27477 19.874 3H24V5H19.874ZM17.7324 5C17.3866 5.59781 16.7403 6 16 6C15.2597 6 14.6134 5.5978 14.2676 5C14.2586 4.98457 14.2499 4.96901 14.2414 4.95332C14.0874 4.66993 14 4.34518 14 4C14 3.63571 14.0974 3.29417 14.2676 3C14.6134 2.4022 15.2597 2 16 2C16.7403 2 17.3866 2.4022 17.7324 3C17.7414 3.01543 17.7501 3.03099 17.7586 3.04668C17.9126 3.33007 18 3.65482 18 4C18 4.36428 17.9026 4.70583 17.7324 5Z' fill='%231A1A1A'/%3E%3C/svg%3E");
}
.smart-filter__del-btn {
    display: block;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    outline: 0;
    font-family: var(--site-font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1A1A1A;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.smart-filter__del-btn:active {
    color: #ffaa33;
}
.bx-filter-button-box {
	margin-left: 20px;
}
.smart-filter__modal-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
    background: var(--site-grey-color);
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.smart-filter__modal-btn:active {
    background-color: var(--site-grey-color--dark);
}
.smart-filter__modal-btn-ico {
    margin-right: 7px;
    fill: var(--site-second-accent-color);
}
.smart-filter-checkbox-text.disabled{
	opacity: .5;
}
@media (max-width: 999px) {
	.smart-filter-count-btn{
		/* position: fixed;
		bottom: 0;
		left: 0;
		right: 0; */
		z-index: 702;
	}
	.smart-filter-parameters-box-title{
		position: relative;
		z-index: 701;
	}
	/* .smart-filter__sale-box {
		display: none;
	} */
	.smart-filter .l-wrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.smart-filter__sale-box-wrap {
		margin-left: 0;
		margin-top: 15px;
	}
	.smart-filter-section  {
		display: none;
	    position: fixed;
	    top: 0;
	    right: 0;
	    width: 100%;
	    max-width: 500px;
	    height: 100%;
	    overflow: hidden;
	    background-color: #fff;
	    -webkit-transform: translateX(110%);
	        -ms-transform: translateX(110%);
	            transform: translateX(110%);
	    -webkit-transition: -webkit-transform 0.3s;
	    transition: -webkit-transform 0.3s;
	    -o-transition: transform 0.3s;
	    transition: transform 0.3s;
	    transition: transform 0.3s, -webkit-transform 0.3s;
	    padding: 0 20px 20px;
	    z-index: 700;
	}
	.smart-filter-section.show {
		display: block;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
		padding: 0;
		height: 100vh;
		height: 100%;
	}
	.smart-filter-form {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    /* align-items: stretch; */
			max-height: 100%;
			padding-top: 60px;
			height: 100vh;
			height: 100%;
			overflow-x: hidden;
			overflow-y: scroll;
			padding-bottom: 120px;
		}
		.smart-filter__header {
			width: 100%;
	    margin-bottom: 20px;
			padding: 0 20px;
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			background: #fff;
			z-index: 710;
	}
	.smart-filter__header-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		padding: 15px 0;
	}
	.smart-filter-title {
	    font-size: 22px;
	    line-height: 1.25;
	    color: var(--site-default-color);
	    font-weight: 700;
	}
	.smart-filter .smart-filter__close {
	    position: relative;
	    top: 0;
	    left: 0;
	}
	.smart-filter-parameters-box {
	    width: 100%;
	    /* margin: 0 0 20px; */
	}
	.smart-filter__container {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
        margin: 0;
        /* overflow-x: hidden;
        overflow-y: auto; */
        /* max-height: 100vh; */
				padding: 0 20px 0;
				overflow: hidden;
	}
	.smart-filter-count-btn{
		width: calc(100% - 20px);
		background-color: var(--site-second-accent-color) !important;
		border-radius: 6px !important;
		margin: 0 10px;
		position: fixed;
		bottom: 20px;
	}
	.smart-filter-block {
	    position: relative;
	    top: 0;
	    left: 0;
	    -webkit-box-shadow: none;
	            box-shadow: none;
	    /* border: 1px solid var(--site-grey-color--dark); */
        /* padding: 20px 25px; */
        font-size: 14px;
        line-height: 1.7;
		width: 100%;
	}
	.bx-filter-button-box {
	    display: block;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
		margin-left: 0;
	    padding: 17px 20px;
	    background-color: #fff;
	    z-index: 1;
	}
}
@media (max-width: 639px) {
	.smart-filter-section {
	    padding: 0 10px 10px;
	}
	.bx-filter-button-box {
		padding: 17px 10px;
	}
}

.page-holder .smart-filter input[type="text"]{
	padding: 12px 15px;
	background-color: transparent;
	border-radius: 5px;
	border-color: var(--site-grey-color--dark);
}


/* .smart-filter .g-checkbox input[type="checkbox"]:checked + *::before,
.smart-filter .g-radio input[type="radio"]:checked + *::before{
	background-color: var(--site-second-accent-color);
  box-shadow: 0 0 0 1px var(--site-second-accent-color);
} */

.smart-filter .g-custom-scroll{
	scrollbar-color: var(--site-second-accent-color) var(--site-grey-color--dark);
}

.smart-filter .g-custom-scroll::-webkit-scrollbar-thumb {
	background-color: var(--site-second-accent-color);
}

.filter-clear-hidden {
	display: none;
}


















/* NEW */

.smart-filter-parameters-box {
	border: none;
	border-top: 1px solid #F1F1F1;
}

.smart-filter-parameters-box-title {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px 0px 17px 8px;
}

.smart-filter-parameters-box-title-text {
	font-size: 16px;
	line-height: 135%;
	font-weight: 500;
	color: #000000;
}

.smart-filter-angles:after,
.smart-filter-angles:before {
	width: 8px;
	background-color: #2F2F2F80;
}

.smart-filter-angles:after {
	margin-left: 5px;
}



.form-group__holder {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}


.form-group__holder .form-group input[type='number'] {
	font-size: 16px;
	line-height: 140%;
	color: #2F2F2F80;
	padding: 9px 16px;
}


.smart-filter-parameters-box:has(.form-group__holder .form-group input[type='number']) .smart-filter-block {
	display: block !important;
	height: 100% !important;	
	opacity: 1 !important;
}

.smart-filter-parameters-box:has(.form-group__holder .form-group input[type='number']) .smart-filter-angle {
	display: none;
}



.smart-filter-input-group-checkbox-list {
	position: relative;
	width: 100%;
	max-height: 264px;
}

.smart-filter-input-group-checkbox-list .form-group {
	padding: 8px;
}

/* .smart-filter-input-group-checkbox-list::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 68px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
} */

.form-group.form-check {
	display: flex;
	align-items: center;
}

.smart-filter .g-checkbox input[type="checkbox"] + *::before{
	top: 0;
	left: 0;
}

.g-checkbox input[type="checkbox"],
.g-radio input[type="radio"] {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
	top: 0;
	left: 0;
}


.g-checkbox input[type="checkbox"]+*,
.g-radio input[type="radio"]+* {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	cursor: pointer;
}

.g-checkbox input[type="checkbox"]+*::before,
.g-radio input[type="radio"]+*::before {
	content: "";
	position: absolute;
	left: 0;
	z-index: 2;
	width: 17px;
	height: 17px;
	padding: 0;
	border-radius: 2px;
	background-color: #F1F1F180;
	border: 1.5px solid #D8DBDD;
	transition: all 0.1s;
}

.smart-filter .g-checkbox input[type="checkbox"]:checked + *::before,
.smart-filter .g-radio input[type="radio"]:checked + *::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M10.75 0.75L4.29447 7.21226L0.75 3.66105' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #CC0000 !important;
  border: 1.5px solid #CC0000 !important;
}





.smart-filter-checkbox-text.form-check-label {
	font-size: 14px;
	line-height: 135%;
}




.smart-filter-parameters-box-container {
	display: flex;
	justify-content: space-evenly;
	gap: 8px;
}

.smart-filter .smart-filter__btn {
	cursor: pointer;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 135%;
	color: #000000;
	border: none;
	border-radius: 4px;
	background-color: #F1F1F1;
	padding: 12px;
}

.smart-filter .smart-filter__btn.smart-filter__btn--submit {
	color: #FFFFFF;
	background-color: #CC0000;
}
/* End */


/* Start:/local/templates/template.main/components/ma/catalog.section/catalog-main/style.css?176614965410255*/
.b-catalog-products {
	margin-bottom: 25px;
	margin-left: -20px;
}

.b-catalog-products__item {
	width: 25%;
	margin: 0 0 20px 0;
}

.b-catalog-products__holder {
	margin-left: 20px;
	background: #FFF;
}

.b-catalog-products__image {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 62.5%;
	margin: 0 0 10px 0;
	background: url("/local/templates/template.main/components/ma/catalog.section/catalog-main/images/no-photo.svg") center / contain no-repeat;
}

.b-catalog-products__discount {
    position: absolute;
    width: 72px;
    height: 74px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
    line-height: 74px;
    background: #f42c2c url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/stick_disc.png) no-repeat center;
    text-shadow:0 1px 0 #ba3434;
    font-weight:bold;
}

b-catalog-products__discount.left {
    left: -2px;
}

b-catalog-products__discount.right {
    right: 0;
}

b-catalog-products__discount.top {
    top: 15px;
}

b-catalog-products__discount.bottom {
    bottom: 5px;
}

b-catalog-products__discount.middle {
    top: 49%;
}

.b-catalog-products__label {
    position: absolute;
    top: 5px;
    left: 5px;
    min-width: 32px;
    height: 32px;
    font-weight: bold;
    font-style: normal;
    font-size: 9px;
    line-height: 32px;
    text-align: center;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    background: #ffbf13;
    color: #fff;
    border: none;
    border-radius: 50%;
}

.b-catalog-products__title {
	margin: 0 0 10px 0;
}

.b-catalog-products__price {
	margin: 0 0 10px 0;
}

.b-catalog-products__price .b-current-price {
	font-weight: bold;
}

.b-catalog-products__price .b-old-price {
	
}

.b-catalog-products__controls {
	margin: 0 0 10px 0;
	text-align: center;
}

.b-catalog-products__quantity {
	display: inline-block;
	margin-right: 20px;
}


.b-catalog-products__quantity-minus {

}
.b-catalog-products__quantity-plus {

}
.b-catalog-products__quantity-input {
	width: 30px;
	margin: 4px;
	padding: 2px 4px;
	border: 1px solid #CCC;
	border-radius: 0;
	background: #FFF;
	outline: 0;
	text-align: center;
}

.b-catalog-products__basket {
	display: inline-block;
}

.b-catalog-products__notavailable {

}

.b-catalog-products__subscribe {
	
}

.b-catalog-products__compare {

}

.b-catalog-products__favorite {

}

.b-catalog-products__properties {
	font-size: 13px;
	color: #a5a5a5;
}

.b-catalog-products__property {

}

.b-catalog-sections_item_scu {
	padding-top: 10px
}
.b-catalog-sections_item_scu>div {
	margin: 0 auto
}
.b-catalog-sections_item_scu_prop {
	position: relative;
	margin-bottom: 5px;
	max-width: 100%;
	width: 100%;
}
/*.b-catalog-sections_item_scu_prop.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}*/
.b-catalog-sections_item_scu_prop_title {
	
}

/* scu_detail_size */
.b-catalog-sections .b-catalog-sections_item_scu_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size_scroller_container{position: relative}

.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .b-catalog-sections .b-catalog-sections_item_scu_size .bx_size{overflow-x: auto;}
.b-catalog-sections .b-catalog-sections_item_scu_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size ul{margin-left: 0 !important;}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li{
	position: relative;
	display: block;
	float: left;
	box-sizing: border-box;
	height: 25px;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-retina .b-catalog-sections .b-catalog-sections_item_scu_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-o-border-image: url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/x2border.png) 2 fill stretch;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li:hover .cnt{border: 1px solid #006cc0}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li:active .cnt,
.b-catalog-sections .b-catalog-sections_item_scu_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .b-catalog-sections .b-catalog-sections_item_scu_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-o-border-image: url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/x2border_active.png) 2 fill stretch;
}

.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/missing.png) no-repeat center;
}

/*----*/

.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu_scroller_container{position: relative}

.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu{overflow-x: auto}

.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul{margin-left: 0 !important}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	box-sizing: border-box;
}

.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-retina .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-o-border-image: url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/x2border.png) 2 fill stretch;
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li:active .cnt,
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/missing.png) no-repeat center;
}

.bx-retina .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-o-border-image: url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/x2border_active.png) 2 fill stretch;
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_left,
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_left:hover,
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_right:hover{opacity:1.0}

.b-catalog-sections .b-catalog-sections_item_scu_pic.full .bx_slide_left,
.b-catalog-sections .b-catalog-sections_item_scu_pic.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_left {left: -5%;background:url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_right{right:-5%;background:url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_left {left:   0;background:url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_right{right:  0;background:url(/local/templates/template.main/components/ma/catalog.section/catalog-main/images/fade_right.png) repeat-y   right center;background-size: 100% auto}



/* <? if ($_GET['PAGEN_3'] != null): ?> */
/* .uss_group_text p {
	display: none !important;
}

.uss_group_text div p,
.uss_group_text p:has(img) {
	display: block !important;
}

.uss_group_text ul {
	display: none !important;
} */

/* .uss_shop_content3 > :not(:last-child) {
	display: none !important;
} */
/* End */


/* Start:/local/templates/template.main/components/ma/form/dostavka-form/style.css?17658158072456*/
.dostavka-form .fc_form_tml {
    flex-direction: column;
}
.uss_form_item.uss_form_text.hnpot {
    display: none !important;
}
.captcha-inner {
    display: none !important;
}
#allow_privacy_policyid {
    width: 15px;
    height: 15px;
}
#allow_privacy_policyid-styler {
    top: 3px;
}
.jq-checkbox__div {
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    background-color: transparent;
}
.jq-checkbox__div.active {
    display: block;
    background-color: #CC0000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    border-color: #CC0000;
}
.uss_form_checkbox label {
    font-size: 0.75rem !important;
    margin-left: 5px;
}
.dostavka-form .new-style-form {
    flex-direction: column;
    align-items: start;
    gap: 15px;
}
.dostavka-form .new-style-form .uss_form_checkbox {
    width: 70%;
    text-align: left;
}
.dostavka-form .new-style-form .uss_form_notice,
.dostavka-form .new-style-form .uss_form_checkbox,
.dostavka-form .new-style-form .uss_form_checkbox label a {
    font-size: 0.75rem !important;
    line-height: 18px;
}

.dostavka-form .uss_form_submit {
    min-width: 150px;
    align-self: center;
}

.dostavka-form .uss_form_submit #check-button,
.dostavka-form .uss_form_submit #submit-button {
    width: 100%;
}

.dostavka-form .uss_form_notice {
    align-self: center;
    margin-top: -5px;
}

.dostavka-form .uss_form_item.uss_form_text {
    display: flex;
    flex-direction: column;
}
.dostavka-form .uss_form_item.uss_form_text label span {
    position: absolute;
    top: -6px;
}
.dostavka-form .uss_form_item.uss_form_text label {
    position: relative;
}
.dostavka-form .hintError {
    font-size: 0.75rem !important;
    line-height: 18px;
    color: #CC0000;
    margin-top: 5px;
}
@media (max-width: 676px) {
    .dostavka-form .new-style-form .uss_form_checkbox {
        width: 100%;
    }
    .dostavka-form .uss_form_notice {
        margin-top: 10px;
    }
    .dostavka-form .uss_form_submit #check-button {
        margin: 0;
    }
    .dostavka-form .uss_form_submit {
        margin-top: 30px;
    }
}

/* End */
/* /local/templates/template.main/components/ma/catalog/catalog/css/sidebar.css?1758855945133 */
/* /local/templates/template.main/components/ma/catalog.section.list/store/style.css?17446504531054 */
/* /local/templates/template.main/components/ma/catalog.smart.filter/alfazabor/style.css?176614683733852 */
/* /local/templates/template.main/components/ma/catalog.section/catalog-main/style.css?176614965410255 */
/* /local/templates/template.main/components/ma/form/dostavka-form/style.css?17658158072456 */
