

/* Start:/local/templates/ecoplace_2.0/components/bitrix/catalog.smart.filter/.default/style.css?171022408130115*/
.smart-filter {
	min-width: 220px;
	width: 100%;
}
.bx-sidebar-block {
	margin: 15px -15px 0 -15px;
	padding: 20px 25px;
	background: #FAFAFB;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.smart-filter .row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.smart-filter [class*='col-'] {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.smart-filter .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.smart-filter .col-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.smart-filter .col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.smart-filter .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.smart-filter .smart-filter-input-group-dropdown {
    background: #EFEFF0;
    overflow: hidden;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #EFEFF0;
    outline: none;
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    display: block;
    padding: 10px 12px;
    color: #353535 !important;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 300;
    font-family: "Roboto", Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.smart-filter .smart-filter-dropdown-block {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 20px;
    border: none;
    border-radius: 2px;
    background: #EFEFF0;
}
.smart-filter .bttn.bttn-cart,
.smart-filter .bttn.bttn-cart:hover {
	display:inline-block;
	width:54%;
	font-size:0.75rem;
	margin-top: 30px;
}
.smart-filter .bttn.bttn-cart[disabled],
.smart-filter .bttn.bttn-cart[disabled]:hover {
	background:#cecece;
	box-shadow:none;
	transition:none;
}
.smart-filter .bttn.bttn-cart#del_filter,
.smart-filter .bttn.bttn-cart#del_filter:hover {
	display:inline-block;
	width:32%;
	background:none;
	color:#67a712;
	box-shadow:none;
	letter-spacing: normal;
	text-decoration:underline;
}
.smart-filter .bttn.bttn-cart#del_filter:hover {
	text-decoration:none;
}

div[id^='smartFilterDropDown'] {
	/*width:100%;*/
}
.smart-filter .smart-filter-dropdown-text {
    overflow: hidden;
    max-width: 100%;
    height: 20px;
    vertical-align: middle;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
}
.smart-filter .smart-filter-dropdown-arrow {
    top: -7px;
}

.smart-filter-section { position: relative; }

.smart-filter-title {   
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    cursor:pointer;
    display:none;
}

/*Sections*/

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


.bx-active .smart-filter-parameters-box-title-text { color: #333; }

/*region Angles*/
.smart-filter-angle {
	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%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-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: var(--primary);
	content: "";
	transition: all 250ms ease;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-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);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-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);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-o-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;
	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;
	transform: rotate(45deg);
}

/*endregion*/

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

.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;
}

/*region NUMBERS_WITH_SLIDER*/
.smart-filter-input-group-number { }

/*endregion*/

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container { padding: 25px 18px 25px; }

.smart-filter-slider-track {
	position: relative;
	height: 7px;
	background: #e7e7e7;
}

.smart-filter-slider-ruler {
	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: 50; }

.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: var(--theme-color-light); }

.smart-filter-slider-price-bar-v {
	z-index: 80;
	background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 7px solid var(--primary);
}

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

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

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

.smart-filter-slider-handle.right {
	right: 0;
	margin-right: -14px;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
}

/*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-text.fix { min-width: 120px; }

.smart-filter-dropdown-text label { cursor: pointer; }

.smart-filter-dropdown-arrow {
	position: absolute;
	top: 0;
	right: -5px;
	width: 29px;
	height: 29px;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99974 5.17198L11.9497 0.221985L13.3637 1.63598L6.99974 7.99998L0.635742 1.63598L2.04974 0.221985L6.99974 5.17198Z' fill='%2374758D'/%3E%3C/svg%3E%0A");
	cursor: pointer;
	background-repeat: no-repeat;
    background-position: center center;
}

.smart-filter-input-group-dropdown-flex {
	display: flex;
	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: #EFEFF0;
}

.smart-filter-dropdown-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.smart-filter-dropdown-popup ul
{
	max-height: 400px;
	overflow-y: auto;
}



.smart-filter-dropdown-popup ul li {
	display: block;
	vertical-align: middle;
	border-bottom: 1px solid #e5e5e5;
}

.smart-filter-dropdown-popup ul li:last-child {
	border-bottom: none;
}

.smart-filter-dropdown-popup ul li label {
	display: flex;
	padding: 8px 16px;
	align-items: center;
	overflow: hidden;
	width: 100%;
	color: #000;
	white-space: nowrap;
	cursor: pointer;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
}

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

.smart-filter .bx-tag-link {
	color: var(--theme-color-light);
	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-input-group-checkbox-pictures-text { }

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
	display: flex;
	align-items: center;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text { padding-left: 5px; }

/*endregion*/

/*region LABEL */
.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
	position: relative;
	display: inline-block;
	padding: 3px;
	width: 31px;
	height: 31px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	color: #000;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	line-height: 23px;
	cursor: pointer;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
}

.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-btn:focus,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn { border-color: var(--primary); }
.smart-filter-checkbox-text,
.smart-filter-dropdown-text { font-size: 14px; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text { color: #6c6c6c; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
	position: relative;
	opacity: .7;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn: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-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;
	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;
	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;
	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 { }

.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;
	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;
	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;
	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;
	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;
}

.smart-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/ecoplace_2.0/components/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/ecoplace_2.0/components/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/ecoplace_2.0/components/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/ecoplace_2.0/components/bitrix/catalog.smart.filter/.default/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/ecoplace_2.0/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/ecoplace_2.0/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/ecoplace_2.0/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/ecoplace_2.0/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

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

.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-result a {
	color: #0073a3;
	line-height: 10px;
}

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

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


.popup-window
{
	font-family: "Roboto", sans-serif;
	padding: 0px;
	margin-top: 15px;
    margin-left: -10px;
	background: #EFEFF0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.popup-window-content
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}


.smart-filter-parameters-box-title {
	display: block;
	padding: 7px 0 4px 0;
	font-size: 13px;
}

.smart-filter-parameters-box-title-text {
	color: var(--primary);
	transition: 250ms linear all;
}

.sort-catalog-wrap .smart-filter-parameters-box-title-text a
{
	margin-top: 7px;
	display: block;
	background: #EFEFF0;
    overflow: hidden;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #EFEFF0;
    outline: none;
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    display: block;
    padding: 10px 12px;
    color: #353535 !important;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 300;
    font-family: "Roboto", Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    position: relative;
}

.sort-catalog-wrap .smart-filter-parameters-box-title-text a:after
{
	content: "";
	position: absolute;
    top: 4px;
    right: 5px;
    width: 29px;
    height: 29px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99974 5.17198L11.9497 0.221985L13.3637 1.63598L6.99974 7.99998L0.635742 1.63598L2.04974 0.221985L6.99974 5.17198Z' fill='%2374758D'/%3E%3C/svg%3E%0A");
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}



@media (max-width: 767px) {
	.bx-touch .smart-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: 10px;
		width: auto;
		height: auto;
		border: 1px solid #c6dae7;
		border-radius: 2px;
		background: rgba(255, 255, 255, .9);
		font-size: 12px;
		line-height: 14px;
	}

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

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

@media(max-width:1199px) {
	.smart-filter .bttn.bttn-cart#del_filter,
	.smart-filter .bttn.bttn-cart#del_filter:hover {
	    font-size: 10px;
	}
	
	.smart-filter .col-2
	{
		max-width: 25%;
		-ms-flex: 0 0 25%;
    	flex: 0 0 25%;
    	min-width: 191px;
	}
	

	.sort-catalog-wrap .smart-filter-parameters-box-title-text a,
	.smart-filter .smart-filter-input-group-dropdown
	{
		padding-right: 0px;
	}
	
	.sort-catalog-wrap .smart-filter-parameters-box-title-text a:after,
	.smart-filter .smart-filter-dropdown-arrow
	{
		right: 0px;
	}
	
}
@media(max-width:1023px) {
	.smart-filter .bttn.bttn-cart#del_filter,
	.smart-filter .bttn.bttn-cart#del_filter:hover {
	    font-size: 12px;
	}
}
@media(max-width:879px) {
	.smart-filter .bttn.bttn-cart#del_filter,
	.smart-filter .bttn.bttn-cart#del_filter:hover {
	    font-size: 10px;
	}
}
@media(max-width:767px) {
	.smart-filter .col-4 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.smart-filter .col-12 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.smart-filter .col-4.col-bttn-wrap {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.smart-filter .bttn.bttn-cart, .smart-filter .bttn.bttn-cart:hover {
	    width: calc(50% - 10px);
	    font-size: 0.75rem;
	    margin-top: 20px;
	}
	.smart-filter .bttn.bttn-cart#del_filter,
	.smart-filter .bttn.bttn-cart#del_filter:hover {
	    width: calc(50% - 10px);
	    margin-left:10px;
	    font-size:12px;
	}
}

.mobile-filter-head,
.mobile-filter-prop-value-head,
.mobile-filter-btn
{
	display: none;
}

.sort-catalog-wrap {
	font-size:0.875rem;
	font-weight:300;
}
.sort-catalog-wrap a{
	text-decoration:underline;
	color:#67a712;
}
.sort-catalog-wrap a:hover {
	color:#67a712;
	text-decoration:none;
}
.sort-catalog-wrap .sort-catalog-blog a {
	text-decoration:none;
	color:#000;
	padding: 8px 16px; 
	display: block;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
}

.sort-catalog-wrap .sort-catalog-blog a:last-child
{
	border-bottom: none;
}


.sort-catalog-wrap .sort-catalog-blog a:hover {
	color:#000;
	background: #f3f8fa;
}
.sort-catalog-wrap .sort-catalog-blog {
	position:absolute;
	left:9px;
	z-index: 200;
	margin-top: 3px;
	display:none;
	background: #EFEFF0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
    box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
}


@media(max-width:575px) {

	.smart-filter
	{
		position: fixed;
	    z-index: 222;
	    background: #fff;
	    padding: 24px 24px 45px 24px;
	    top: 0px;
	    height: 100vh;
	    right: 0;
	   	overflow-y: scroll;
	}
	
	.filter-popup-prop-wrap
	{
		position: fixed!important;
		top: 0px!important;
		right: 0px!important;
		left: auto!important;
		width: 100%!important;
		height: 100vh!important;
		background: #fff;
		margin: 0px;
		padding: 24px 0 75px 0;
		overflow-y: scroll;
	}
	
	
	.smart-filter .mobileFilterModalWrap[data-type=filter] .filter-sort-col
	{
		display: none;
	}
	
	.smart-filter .mobileFilterModalWrap[data-type=sort] .smart-filter-parameters-box
	{
		display: none;
	}
	
	.sort-catalog-wrap .sort-catalog-blog
	{
		display: block;
		position: static;
		margin: 0px;
		width: 100%;
		box-shadow: none;
		-webkit-box-shadow: none;
		-webkit-border-radius: 0px;
    	-moz-border-radius: 0px;
    	border-radius: 0px;
    	background: transparent;
	}
	
	.sort-catalog-wrap .sort-catalog-blog a
	{
		font-size: 16px;
		font-weight: 500;
		border-bottom: 1px solid #F1F1F1;
		padding: 16px 42px 16px 12px;
		position: relative;
	}
	
	.smart-filter .mobileFilterModalWrap[data-type=sort] .smart-filter-parameters-box-title
	{
		display: none;
	}
	
	.smart-filter .smart-filter-block,
	.smart-filter-parameters-box.bx-active .smart-filter-block
	{
		
	}
		
	.smart-filter .smart-filter-dropdown-block
	{
		background: transparent;
		border: none;
		border-radius: 0;
	}
		
	.smart-filter-dropdown-arrow
	{
		display: none;
	}
	
	.smart-filter-parameters-box-title
	{
		font-size: 18px;
		font-weight: 500;
	}
	
	.smart-filter .smart-filter-parameters-box
	{
		padding: 0 24px;
	}
	
	.smart-filter .smart-filter-parameters-box:after
	{
		content:"";
		display: block;
		position: absolute;
	    right: 24px;
	    top: 50%;
	    margin-top: -7px;
		width: 8px;
		height: 14px;
		background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.172 7.00001L0.222 2.05001L1.636 0.636013L8 7.00001L1.636 13.364L0.222 11.95L5.172 7.00001Z' fill='%23494949' fill-opacity='0.15'/%3E%3C/svg%3E%0A");
	}
	
	.bx-sidebar-block {
		margin: 16px -15px 10px -15px;
		padding:0px 15px 0px;
	}
	.smart-filter [class*='col-'] {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.smart-filter .smart-filter-parameters-box {
		margin-bottom:16px;
	}
	.smart-filter .smart-filter-input-group-dropdown {
	    background: transparent;
		padding: 0px;
		border: none;
		border-radius: 0;
		height: auto;
	}
	.smart-filter .smart-filter-dropdown-block {
	    width: 100%;
	    height: auto;
	}
	.smart-filter .smart-filter-dropdown-text {
	    height: 20px;
	    line-height: 20px;
	    border-radius: 0;
	}
	.smart-filter .smart-filter-dropdown-arrow {
	    top: 5px;
	}
	.smart-filter .bttn.bttn-cart,
	.smart-filter .bttn.bttn-cart:hover {
	    margin-top: 4px;
	    margin-bottom:24px;
	}

	.smart-filter-title {
	    display:flex;
	    font-size: 12px;
	    text-align: center;
	    justify-content: space-between;
	    margin: 0px;
	}
	
	.smart-filter-title .showMobileFilter
	{
		width: 50%;
		font-size: 12px;
		color: #353535;
		padding: 16px 0;
	}
	
	.smart-filter-title .showMobileFilter:last-child
	{
		border-left: 1px solid rgba(0, 0, 0, 0.15);
	}
	
	.smart-filter {
		display:none;
	}
	
	.mobile-filter-head,
	.mobile-filter-prop-value-head
	{
		display: block;
		font-size: 18px;
		font-weight: 500;
		padding: 0 25px;
    	margin-bottom: 25px;
		background-repeat: no-repeat;
		background-position: left center;
		background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.82798 6.99999L7.77798 11.95L6.36398 13.364L-1.5537e-05 6.99999L6.36399 0.635986L7.77798 2.04999L2.82798 6.99999Z' fill='%2374758D'/%3E%3C/svg%3E%0A");
	}
	
	.mobile-filter-prop-value-head
	{
		margin-bottom: 9px;
		margin-left: 25px;
	}
	
	.smart-filter-dropdown-popup
	{
		background: #fff;
	}
	.smart-filter-dropdown-popup ul 
	{
		max-height: none;
	}
	.smart-filter-dropdown-popup ul li
	{
		border-bottom: 1px solid #F1F1F1;
	}
	
	.smart-filter-dropdown-popup ul li label
	{
		font-weight: 500;
	    font-size: 16px;
	    padding: 16px 42px 16px 25px;
	    white-space: normal;
	    position: relative;
	}
		
	.smart-filter-dropdown-popup ul li label:after,
	.sort-catalog-wrap .sort-catalog-blog a:after
	{
		content:"";
		width: 24px;
		height: 24px;
		display: flex;
		margin-left: auto;
		position: absolute;
	    right: 20px;
	    top: 50%;
	    margin-top: -12px;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
	}
	
	.smart-filter-dropdown-popup ul li label.selected, 
	.smart-filter-dropdown-popup ul li label:hover
	{
		background: transparent;
	}
	
	.smart-filter-dropdown-popup ul li label.selected:after,
	.sort-catalog-wrap .sort-catalog-blog a.active:after
	{
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11' stroke='black' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='6' fill='black'/%3E%3C/svg%3E%0A");
	}
	
	
	.mobile-filter-btn
	{
		display: block;
		background: #000;
		border-radius: 6px;
		font-size: 14px;
		color: #fff;
		text-align: center;
		padding: 14px;
		position: fixed;
	    width: calc(100% - 50px);
	    bottom: 24px;
	}

}

/* End */


/* Start:/local/templates/ecoplace_2.0/components/bitrix/system.pagenavigation/.default/style.css?1710224081763*/
div.modern-page-navigation { 
	text-align:center;
	color:#8e8e8e;
	font-weight:300;
	font-size:0.875rem;
	margin-top:30px;
	margin-bottom: 60px;
}
div.modern-page-navigation a,
div.modern-page-navigation span { 
	width:50px;
	border-bottom:5px solid #cdcdcd;
	padding-bottom:6px;
	margin:0 3px;
}
div.modern-page-navigation a:hover { 
	border-color:#000;
	color:#000;
}
div.modern-page-navigation span.modern-page-current { 
	font-weight:700; 
	font-size:1.125rem;
	color:#000;
	border-color:#000;
	padding-bottom: 5px;
}
div.modern-page-navigation .modern-page-dots {
	border-bottom:none;
	padding-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 767px) {
	div.modern-page-navigation {
		margin-top: 24px;
		margin-bottom: 34px;
	}
}
/* End */


/* Start:/local/templates/ecoplace_2.0/components/bitrix/catalog.section/.default/style.css?17102240814312*/
h1.with-sort {
	position:relative;
	padding-right:250px;
}

.catalog-section-default {
	margin-bottom: 30px;
}



.lazy-load-wrap
{
	margin-top: 0px;
}

.catalog-section-default  .lazy-load-wrap
{
	margin-top: 30px;
}


@media (max-width: 575px) {	
	.lazy-load-wrap .bttn,
	.catalog-section .bttn
	 {
		width: 230px;
  		height: 40px;
		border-radius: 6px;
	}

}



@media(max-width:1023px) {
	h1.with-sort {
		padding-right:0px;
	}
	.sort-catalog-wrap {
    position: relative;
    display: block;
	}
}
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.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;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/ecoplace_2.0/components/bitrix/catalog.item/.default/style.css?174235878811783*/
.product-item-container {
	margin: 0 auto 0px;
	max-width:100%;
	/*width:310px;*/
}

.product-item-container .product-item-amount {
	display:none;
}
.products-wrap.owl-carousel .product-item-container {
	margin-bottom:0;
	height: 100%;
}

.product-item {
	display: flex;
  flex-direction: column;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	position: relative;
	height: 100%;
}

@media (min-width: 1024px) {
	/*.product-item:hover {
		-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
	}*/
}





.product-item-image-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    background:#fff;
    padding-top: 114%;
    width: 100%;
    transition: all 300ms ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


.product-item-container.hover .product-item-image-wrapper
{
	border: 1px solid rgba(0, 0, 0, 0.5);
}


.product-item-line .bttn.bttn-cart
{
	width: 199px;
}

.product-item .bttn.bttn-cart {
	width: 100%;
	margin-top: 0;
}


.product-item-line-price .longBtn
{
	display: block;
}

.product-item-line-price .shortBtn
{
	display: none;
}

@media (max-width: 1199px) {
		
	.product-item-line-price .longBtn
	{
		display: none;
	}
	
	.product-item-line-price .shortBtn
	{
		display: block;
	}	
}


.product-item-image-wrapper span {
	/*background-size:cover;
	background-position: center center;
	width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index:1;*/
     -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.product-item-image-wrapper span.active {
    z-index:2;
}
.product-item .addTofavorite {
	position: absolute;
	top: 19px;
	right: 18px;
	z-index: 100;
	width: 26px;
	height: 26px;
}


.product-item .addTofavorite span {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.001 1.52898C12.35 -0.58002 15.98 -0.51002 18.243 1.75698C20.505 4.02498 20.583 7.63698 18.479 9.99298L9.99901 18.485L1.52101 9.99298C-0.582994 7.63698 -0.503994 4.01898 1.75701 1.75698C4.02201 -0.50702 7.64501 -0.58302 10.001 1.52898ZM16.827 3.16998C15.327 1.66798 12.907 1.60698 11.337 3.01698L10.002 4.21498L8.66601 3.01798C7.09101 1.60598 4.67601 1.66798 3.17201 3.17198C1.68201 4.66198 1.60701 7.04698 2.98001 8.62298L10 15.654L17.02 8.62398C18.394 7.04698 18.319 4.66498 16.827 3.16998Z' fill='black'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.product-item .addTofavorite.active span,
.product-item .addTofavorite:hover span
{
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.001 1.529C12.35 -0.58 15.98 -0.51 18.243 1.757C20.505 4.025 20.583 7.637 18.479 9.993L9.99901 18.485L1.52101 9.993C-0.582994 7.637 -0.503994 4.019 1.75701 1.757C4.02201 -0.507 7.64501 -0.583 10.001 1.529Z' fill='%23FF5C5C'/%3E%3C/svg%3E%0A");
}

.product-item-image-slider-slide-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: opacity 300ms ease;
}
.product-item-image-original, .product-item-image-alternative {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block!important;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 300ms linear;
}
.product-item-image-original {
    z-index: 11;
}
.product-item-image-alternative {
    z-index: 13;
    opacity: 0;
}
.product-item-image-slider-control-container {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    padding: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 300ms ease;
}

.product-item-title {
	line-height:1.25rem;
  height: auto;
  margin-bottom: 20px;
  margin-top: auto;
  min-height: unset;
	overflow:hidden;
	position:relative;
	font-size: 15px;
	color: #353535;
}

.product-item-prce-wrap
{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: auto;
	margin-bottom: 30px;
	gap: 11px;
}

.product-item-price-current
{
	font-size: 20px;
	font-weight: 500;
	color: #353535;
}

.product-item-title .shadow-block {
    width: 100%;
    cursor:pointer;
    height: 40px;
    position: absolute;
    left: 0;
}

.product-item-title a {
	transition: color 0.2s ease;
}

.product-item-title a:hover {
	color: #bd7b54;
}
.product-item-previev {
	font-size:0.7rem;
	line-height:1rem;
	overflow:hidden;
	text-align: left;
	color: rgba(0, 0, 0, 0.35);
	margin: auto 0;
	min-height: 32px;
}
.product-item-price-old,
.product-item-gap-block {
	display: block;
  font-size: 14px;
  color: #a2a2a2;
}
.product-item-price-old {
	text-decoration: line-through;
}
.product-item-price-container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-item-label-wrap
{
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	position: absolute;
	width: 75px;
	top: 17px;
	left: 18px;
	z-index: 20;
}

.product-item-label
{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	color: #ffffff;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 8px;
}

.product-item-label-discount
{
	background: #B06AFB;
	min-width: 40px;
}

.product-item-label-new
{
	width: 75px;
	background: #6A9DFB;
}

.product-item-label-hit
{
	width: 30px;
	height: 30px;
	background: #79CE75;

	& svg path {
		stroke: white;
		fill: white;
	}
}

.product-item-ribbons {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.product-item-ribbons > *[class*="product-item-ribbon-"] {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.product-item-ribbon-hit {
	background-image: url(/local/templates/ecoplace_2.0/components/bitrix/catalog.item/.default/./images/label_hit.png);
}
.product-item-ribbon-new {
	background-image: url(/local/templates/ecoplace_2.0/components/bitrix/catalog.item/.default/./images/label_new.png);
}

.product-item__offer-amount {
	margin-top: auto;
	color: #b1adb7;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px;
	text-transform: uppercase;
}


/*LINE START*/
.products-wrap.products-wrap-line {
    border-top: 3px solid #000;
}
.products-wrap.products-wrap-line .product-item-button-container {
    margin-top:10px;
}
.product-item-line.product-item {
	padding:0;
}
.products-wrap-line .product-item-container {
	width:100%;
	margin:0;
	padding:0;
}
.products-wrap-line .col {
	padding:20px;
	background: #FAFAFB;
	border-bottom: 1px solid #F1F1F1;
}
.products-wrap-line .col:nth-child(2n) {
    background: #FAFAFB;
}

.products-wrap-line .product-item
{
	flex-wrap: nowrap;
	flex-flow: row nowrap;
}

.products-wrap-line .product-item-title {
	text-align:left;
	margin: 0 20px;
	width: 50%;
	height:auto;
}
.products-wrap-line .product-item-title span.preview {
    color: #9a9a9a;
    font-size: 0.875rem;
    font-weight: 300;
    display:block;
}
@media (min-width: 1024px) {
	.products-wrap-line .product-item:hover {
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}
}
.products-wrap-line .product-item-image-wrapper {
	min-width: 150px;
	width: 150px;
	height: 100px;
    padding: 0;
	margin-bottom:0;
}
.products-wrap-line .product-line-item-info-right-container {
	min-width:140px;
	width: 199px;
}

@media (max-width: 1199px) {
	.products-wrap-line .product-line-item-info-right-container 
	{
		max-width: 200px;
	}
	
}


.products-wrap-line .product-item-title,
.products-wrap-line .product-item-previev,
.products-wrap-line .product-item-info-container {
    padding: 0;
}
.products-wrap-line .product-item-price-container {
    font-size: 1.25rem;
    margin-top: 0px;
}

.product-item-info-container[data-entity="quantity-block"] {
	display: none;
}

.product-item-info-container[data-entity="buttons-block"] {
	width: 100%;
}
/*LINE END*/



/*catalog-section-default*/
.catalog-section-default .col-lg-3 {
	display: flex;
  flex-direction: column;
}

.catalog-section-default .product-item-container {
	margin: 40px 0 20px 0;
	padding: 0 15px;
	height: 100%;
}

@media (max-width: 1439px) {
	.catalog-section-default .col-lg-3 {
		min-width: 25%;
  	width: 25%;
	}
}

@media (max-width: 1179px) {
	.catalog-section-default .col-lg-3 {
		width: 33.3334%;
  	min-width: 33.3334%;
	}
}

@media (max-width: 767px) {
	.catalog-section-default .items-row {
		margin-left: -10px;
  	margin-right: -10px;
	}
	
	.catalog-section-default .col-lg-3 {
		width: 50%;
  	min-width: 50%;
	}
	
	.catalog-section-default .product-item-container {
		margin: 12px 0 12px 0;
		padding: 0 7.5px;
	}
}

@media(max-width:575px) {
	.catalog-section-default .items-row {
		margin-left: -10px;
  	margin-right: -10px;
	}
}
/**/



@media(max-width:1365px) {
	.product-item-title .shadow-block {
	    height: 51px;
	    background: rgb(255,255,255);
		background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8883928571428571) 7%, rgba(255,255,255,0) 33%);
		background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8883928571428571) 7%, rgba(255,255,255,0) 33%);
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8883928571428571) 7%, rgba(255,255,255,0) 33%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	}
}

@media screen and (max-width: 767px) {
	.product-item-container {
		padding: 0;
	}
}

@media(max-width:719px) {
	.product-item-title .shadow-block {
	    height: 53px;
	}
}
@media(max-width:575px) {
	.product-item-title {
		margin-top: 6px;
		margin-bottom: 8px;
    line-height: 1.2;
    font-size: 12px;
	}
	.product-item-title, .product-item-previev,
	.product-item-info-container {
	    padding: 0 0px;
	}
	.product-item-previev {
	    font-size: 10px;
	    line-height: 1.2;
	}
	.product-item-container {
    width: auto;
    padding: 0;
 		margin: 0;
	}
	.product-item-image-wrapper {
	    margin-bottom: 8px;
	}
	
	.product-item-price-old,
	.product-item-gap-block {
		margin-bottom: 4px;
		font-size: 12px;
	}
	
	.product-item .addTofavorite {
		top: 11px;
	  right: 10px;
	  width: 20px;
	  height: 20px;
	}
	
	.product-item-label-wrap {
		top: 10px;
	}
	
	.product-item-label {
		font-size: 10px;
	}
}
@media(max-width:413px) {
	.product-item-ribbons > *[class*="product-item-ribbon-"] {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 374px) {
	.product-item-price-current {
		font-size: 16px;
	}
	
	.product-item-prce-wrap .product-item-price-old,
	.product-item-prce-wrap .product-item-gap-block {
		margin-bottom: 0;
  	font-size: 10px;
	}
}



/* End */


/* Start:/local/templates/ecoplace_2.0/components/bitrix/catalog.section/.default/themes/green/style.css?1710224081843*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b;}
.bx-green .product-item-image-slider-control:hover{ background-color: rgba(91,159,11,.8);}
.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover{ background-color: #5b9f0b;}

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #63aa28;}

/* Amount */
.bx-green .product-item-amount-field:focus{border-color: #63aa28;}


.bx-green .catalog-section-header{border-color:#63aa28;}
/* End */


/* Start:/local/templates/ecoplace_2.0/components/bitrix/news.list/brands_main/style.css?17102240812216*/
.brands-main {
    margin-top: 70px;
}
.brands-wrap .brand-item {
	display:block;
	height:170px;
	background-size:170px !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
}

.brands-wrap.owl-carousel .owl-nav {
	outline:none;
	position: absolute;
    top: 50%;
    width: calc(100% + 84px);
    margin-left: -42px;
    margin-top:-15px;
    height: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.brands-wrap.owl-carousel .owl-nav button {
	outline:none;
	width:19px;
	height:33px;
}

.brands-wrap.owl-carousel .owl-nav button.disabled {
	opacity:0!important;
	cursor:default!important;
}

.brands-wrap.owl-carousel .owl-nav button.owl-next {
	margin-right: 5px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.172 7L6.808 1.636L8.222 0.222L16 8L8.222 15.778L6.808 14.364L12.172 9H0V7H12.172Z' fill='black'/%3E%3C/svg%3E%0A");
}

.brands-wrap.owl-carousel .owl-nav button.owl-prev {
	margin-left: 5px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.828 7H16V9H3.828L9.192 14.364L7.778 15.778L0 8L7.778 0.222L9.192 1.636L3.828 7Z' fill='black'/%3E%3C/svg%3E%0A");
}

@media (max-width: 719px) {
	.brands-wrap.owl-carousel .owl-nav {
	    width: calc(100% + 60px);
	    margin-left: -30px;
	}
}
@media (max-width: 575px) {
	.brands-main {
	    margin-top: 44px;
	}
	.brands-wrap.owl-carousel .owl-nav {
	    width: calc(100% + 30px);
	    margin-left: -15px;
	}
	.brands-wrap.owl-carousel .owl-nav button,
	.brands-wrap.owl-carousel .owl-nav button.owl-next {
	    background-size: 70% !important;
	    background-repeat: no-repeat !important;
	    background-position: center center !important;
	}
}
@media(max-width:439px) {
	.brands-wrap .brand-item {
		height:148px;
		background-size:148px !important;
	}
}
@media(max-width:359px) {
	.brands-wrap.owl-carousel .owl-nav {
	    margin-top: -17px;
	}
}
/* End */
/* /local/templates/ecoplace_2.0/components/bitrix/catalog.smart.filter/.default/style.css?171022408130115 */
/* /local/templates/ecoplace_2.0/components/bitrix/system.pagenavigation/.default/style.css?1710224081763 */
/* /local/templates/ecoplace_2.0/components/bitrix/catalog.section/.default/style.css?17102240814312 */
/* /local/templates/ecoplace_2.0/components/bitrix/catalog.item/.default/style.css?174235878811783 */
/* /local/templates/ecoplace_2.0/components/bitrix/catalog.section/.default/themes/green/style.css?1710224081843 */
/* /local/templates/ecoplace_2.0/components/bitrix/news.list/brands_main/style.css?17102240812216 */
