

/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog/catalog__2023/style.css?17762507392062*/
.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

.categories-related-title {
	margin-bottom: 10px;
}

.catalog__sidebar {
	padding: 30px 50px 30px 40px;
	overflow-y: auto;
	position: relative;
}

.catalog__sidebar-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0px;
}

.catalog__sidebar-close {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 20px;
	height: 20px;
}

.catalog__sidebar-close svg {
	width: 100%;
	height: 100%;
}

.catalog-top__btn-filter {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	max-width: 24px;
	height: 24px;
	margin-right: 8px;
	background: #dddddd;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.catalog-top__btn-filter svg {
	width: 13px;
}

.catalog-top__btn-filter-count {
	position: absolute;
	top: -1px;
	right: -1px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 9px;
	height: 9px;
	font-size: 5px;
	line-height: 1;
	color: #fff;
	background: #ff0000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

@media screen and (min-width: 760px) {
	.catalog-top__btn-filter {
		min-width: 30px;
		max-width: 30px;
		height: 30px;
		margin-right: 15px;
	}

	.catalog-top__btn-filter svg {
		width: 16px;
	}
}

@media (min-width: 1200px) {
	.catalog__sidebar {
		padding: 0;
	}

	.catalog-top__btn-filter {
		display: none;
	}

	.offcanvas.catalog__sidebar {
		position: static;
		transform: none;
		visibility: visible;
		border: none;
		z-index: 1;
	}

	.catalog__section-cont {
		display: grid;
		grid-template-columns: 280px 1fr;
		gap: 50px;
	}

	.catalog__sidebar-top {
		display: none;
	}
}


.catalog__sidebar-title {
	font-size: 18px;
	font-weight: bold;
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.smart.filter/ekoseti_catalog.smart.filter/style.css?177615686922195*/
.smart-filter {
	margin-bottom: 20px;
	min-width: 220px;
	width: 100%;
}

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

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

/*Sections*/

.smart-filter-items {
	margin-top: 15px;
}

.smart-filter-parameters-box {
	position: relative;
	padding: 12px 0 15px;
	border-bottom: 1px solid #DEDEDE;
}

.smart-filter-parameters-box.hidden {
	display: none;
}

.smart-filter-parameters-box.bx-active {
	border: none;
}

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

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

.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,
.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;
	padding-top: 15px;
	/* transition: padding .3s ease; */
}

.smart-filter-button-box {
	margin-top: 30px;
}

.smart-filter-button-box .smart-filter-block {
	padding: 0;
}

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

.smart-filter-input-group-number .form-group {
	width: calc(50% - 8px);
}

.smart-filter-input-group-number .form-group input {
	padding: 6px 11px;
	min-height: 30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	border: 1px solid #dedede;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

/*endregion*/

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
	overflow: hidden;
	padding: 26px 14px 26px;
}

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

.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: 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: #006d2f;
}

.smart-filter-slider-handle {
	position: absolute;
	top: calc(50% - 5px);
	width: 11px;
	height: 11px;
	/* border: 7px solid var(--primary); */
	background: #ffffff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
}

.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: -11px;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
}

.smart-filter-slider-handle.right {
	right: 0;
	margin-right: -11px;
	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-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;
	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: 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: #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: flex;
	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 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-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/ekoseti_2026/components/bitrix/catalog.smart.filter/ekoseti_catalog.smart.filter/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/ekoseti_2026/components/bitrix/catalog.smart.filter/ekoseti_catalog.smart.filter/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/ekoseti_2026/components/bitrix/catalog.smart.filter/ekoseti_catalog.smart.filter/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/ekoseti_2026/components/bitrix/catalog.smart.filter/ekoseti_catalog.smart.filter/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/ekoseti_2026/components/bitrix/catalog.smart.filter/ekoseti_catalog.smart.filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/ekoseti_2026/components/bitrix/catalog.smart.filter/ekoseti_catalog.smart.filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/ekoseti_2026/components/bitrix/catalog.smart.filter/ekoseti_catalog.smart.filter/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/ekoseti_2026/components/bitrix/catalog.smart.filter/ekoseti_catalog.smart.filter/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;
}

.smart-filter-search {
	position: relative;
	width: 100%;
	height: 30px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden;
}

.smart-filter-search__label {
	position: absolute;
	top: 5px;
	right: 10px;
}

.smart-filter-search__input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	padding: 7px 25px 7px 10px;
	color: #707070;
	font-size: 14px;
	line-height: 1.2;
	background: #f4f5f7;
	color: #000;
}

.smart-filter-search__input::placeholder {
	color: #9c9c9c;
}

.smart-filter-parameters-box-container.buttons-container {
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.smart-filter-parameters-box-container.buttons-container input {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	padding: 11px 0 10px;
	text-transform: initial;
}

/* .smart-filter-parameters-box.bx-active .smart-filter-parameters-box-title-text {
	margin-bottom: 14px;
} */

.smart-filter-parameters-box-title {
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.smart-filter-parameters-box-title-text {
	font-weight: 400;
	font-size: 16px;
}

.smart-filter-angles::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.5 5L10 1' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	height: 6px;
	width: 11px;
	background-repeat: no-repeat;
}

.smart-filter-angles:before,
.smart-filter-angles:after {
	transform: translateX(-50%) translateY(-50%) rotate(0);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(0);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(0);
	-o-transform: translateX(-50%) translateY(-50%) rotate(0);
}

.smart-filter-angle-up .smart-filter-angles:after {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.smart-filter-input-group-checkbox-list {
	overflow-y: auto;
	padding-left: 5px;
	max-height: 300px;
}

.smart-filter-input-group-checkbox-list .form-check-input[type=checkbox] {
	margin-top: 4px;
}

.smart-filter-checkbox-text a {
	color: #015e27;
}

.smart-filter-checkbox-text a:hover,
.smart-filter-checkbox-text a:focus {
	text-decoration: underline;
}

.smart-filter-more-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	cursor: pointer;
}

.smart-filter-show-more {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #006d2f;
}

.smart-filter-more-box:hover {
	text-decoration: underline;
}

@media (max-width: 1199px) {
	.smart-filter-search {
		display: none;
	}

	.filter-title {
		max-width: 100px;
	}

	.category-w-filter-container {
		position: relative;
	}

	.smart-filter-parameters-box-title-text {
		font-size: 12px;
		line-height: 15px;
	}

	.smart-filter-angle,
	.smart-filter-angles {
		width: 15px;
		height: 15px;
		line-height: 15px;
	}
}

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

	.filter-title span {
		display: none;
	}

	.catalog-top__left,
	.catalog-top__right {
		position: relative;
		z-index: 26;
	}
}

@media (max-width: 600px) {
	.smart-filter {
		top: 6px;
	}

	.smart-filter-section {
		min-width: initial;
	}
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.section.list/fast-links/style.css?17762516541940*/
.fast-links__wrapper {
    margin-top: 55px;
}

.fast-links__block-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 22px;
}

.fast-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 11px;
    margin-bottom: 30px;
}

.fast-links__item {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 4px 20px;
    background: #f4f5f7;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.fast-links__title {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #111;
}

.fast-links__count {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #9c9c9c;
}

.fast-links__item:hover .fast-links__title {
    color: #006d2f;
}

.show-fast__more-btn {
    display: none;
}

@media screen and (max-width: 1599px) {
    .fast-links__wrapper {
        margin-top: 44px;
    }
}

@media screen and (max-width: 1199px) {
    .fast-links__wrapper {
        margin-top: 30px;
    }
}

@media screen and (max-width: 759px) {
    .fast-links {
        margin-bottom: 10px;
        gap: 7px 12px;
    }

    .fast-links.fast-links__scroll-on-adaptive {
        gap: 9px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 10px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }

    .fast-links__item {
        padding: 2px 14px;
    }

    .fast-links__title {
        font-size: 12px;
    }

    .show-fast__more-btn {
        display: block;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .fast-links__more-links {
        height: 130px;
        overflow: hidden;
    }

    .fast-links__more-links.active {
        height: auto;
    }
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/system.pagenavigation/system.pagenavigation_2023/style.css?17762406273012*/
.pagination-container {
    display: flex;
    justify-content: center;
}

.pagination .page-item.page-item-prev {
    order: 0;
}

.pagination .page-item.page-item-next {
    order: 100;
}

.pagination .page-item {
    order: 1;
    margin-right: 13px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #f4f5f7;
    border-radius: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.pagination .page-item-dots {
    border-color: transparent;
}

.pagination .page-item.active .page-link {
    background: #f4f5f7;
    border-color: #f4f5f7;
    color: #015f28;
}

.pagination>li>a {
    color: #000000;
}

.pagination>li>a.active {
    color: #FFFFFF;
}

.pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    height: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
}

.pagination a.page-link:hover {
    color: #015f28;
}

.pagination span.page-link:hover {
    background-color: transparent;
    border-color: #dee2e6;
}

#button-pagination-container .pagination-sm .page-link {
    font-size: 14px;
    padding: 0;
}

.pagination>li>a,
.pagination>li>span {
    border: none;
}

.pagination .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
}

.button-loadmore-container {
    margin-top: 36px;
    margin-bottom: 16px;
}

.button-loadmore {
    display: block;
    width: 100%;
    padding: 11px 25px 12px;
    margin: 0 auto;
    background: #f4f5f7;
    color: #015f28;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

@media screen and (max-width: 1199px) {
    .button-loadmore-container {
        margin-top: 25px;
        margin-bottom: 14px;
    }

    .button-loadmore {
        padding: 10px 10px 9px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .pagination .page-item {
        width: 36px;
        height: 36px;
    }

    .pagination .page-item svg {
        width: 10px;
        height: auto;
    }
}


@media screen and (max-width: 1199px) {
    .button-loadmore-container {
        margin-top: 30px;
        margin-bottom: 14px;
    }

    .button-loadmore {
        padding: 6px 10px 7px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .pagination .page-item {
        width: 29px;
        height: 29px;
        margin-right: 8.78px;
    }

    .pagination .page-item svg {
        width: 8px;
        height: auto;
    }
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.section/catalog.section__2023/style.css?17762494987184*/
.catalog-top__left .dropdown-toggle::after {
    content: url(/local/templates/ekoseti_2026/components/bitrix/catalog.section/catalog.section__2023/images/dropdown.svg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-section--2023.category-section--list {
    display: flex !important;
    flex-direction: column;
}

.catalog-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.catalog-top__left {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.catalog-top__left .dropdown-button {
    padding: 5px 30px 6px 10px;
    min-width: 210px;
    width: max-content;
    font-size: 14px;
    line-height: 1.2;
}

@media screen and (max-width: 759px) {
    .catalog-top__left .dropdown-button {
        padding: 3px 35px 5px 8px;
        font-size: 12px;
        min-width: 160px;
    }

    .catalog-top__left .dropdown-toggle::after {
        top: calc(50% - 8px);
    }
}

.catalog-top__right {
    display: flex;
    align-items: center;
}

.catalog-top-dropdown {
    margin-right: 20px;
    width: 100%;
}

@media (max-width: 1240px) {
    .catalog-top-dropdown {
        margin-right: 0;
    }
}

@media screen and (max-width: 759px) {
    .catalog-top-dropdown {
        width: 100%;
        max-width: 140px;
    }
}

.catalog-view {
    display: flex;
    gap: 10px;
}

.catalog-view__grid,
.catalog-view__list {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: background .1s ease-in-out, box-shadow .3s ease-in-out;
    -webkit-transition: background .1s ease-in-out, box-shadow .3s ease-in-out;
    -moz-transition: background .1s ease-in-out, box-shadow .3s ease-in-out;
    -ms-transition: background .1s ease-in-out, box-shadow .3s ease-in-out;
    -o-transition: background .1s ease-in-out, box-shadow .3s ease-in-out;
}

.catalog-view__grid:hover,
.catalog-view__list:hover {
    box-shadow: 0px 5px 15px rgb(0 75 177 / 30%);
}

.catalog-view__list.active svg {
    transition: stroke .2s ease-in-out;
    -webkit-transition: stroke .2s ease-in-out;
    -moz-transition: stroke .2s ease-in-out;
    -ms-transition: stroke .2s ease-in-out;
    -o-transition: stroke .2s ease-in-out;
}

.catalog-view__grid.active,
.catalog-view__list.active {
    background: #dddddd;
    border-color: #dddddd;
}

.catalog-view__grid.active svg,
.catalog-view__list.active svg {
    stroke: #000;
}

@media screen and (max-width: 759px) {

    .catalog-view__grid,
    .catalog-view__list {
        width: 24px;
        height: 24px;
    }

    .catalog-view__grid svg {
        width: 13px;
        height: 13px;
    }

    .catalog-view__list svg {
        width: 15px;
        height: 12px;
    }
}

.catalog-top-search {
    display: none;
}

@media (min-width: 760px) and (max-width: 1199px) {
    .catalog-top-search {
        display: block;
        position: relative;
        margin-right: 14px;
        width: 225px;
        height: 30px;
        border: 1px solid #e6e6e6;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .catalog-top-search__label {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .catalog-top-search__input {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        padding: 5px 35px 6px 10px;
        color: #000;
        font-size: 14px;
        background-color: #f5f5f5;
    }

    .catalog-top-search__input::placeholder {
        color: #9c9c9c;
    }
}

@media (max-width: 600px) {
    .catalog-top__left {
        justify-content: flex-end;
    }
}

.wrapper__slider {
    position: relative;
}

@media screen and (max-width: 1440px) {
    .wrapper__slider-big .slider-related__right {
        right: 0;
    }

    .wrapper__slider-big .slider-related__left {
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    .wrapper__slider-big .slider-related__right {
        display: none;
    }

    .wrapper__slider-big .slider-related__left {
        display: none;
    }
}

.slider__block-for-margin {
    margin-top: 50px;
}

@media screen and (max-width: 759px) {
    .catalog-top__left {
        justify-content: flex-start;
    }
}

.category__description {
    margin-top: 55px;
}

.banner__price-low {
    margin-top: 55px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__price-low-content {
    padding: 40px 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner__price-low-text_main {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #fff;
}

.banner__price-low-text {
    margin-top: 14px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
}

.banner__price-low-bg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__price-low-bg picture,
.banner__price-low-bg img {
    width: 100%;
}

.banner__price-low-btn {
    margin-top: 24px;
    display: inline-block;
    padding: 11px 27px 9px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    background: #ffffff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

@media screen and (max-width: 1599px) {
    .banner__price-low {
        margin-top: 44px;
    }

    .banner__price-low-content {
        padding: 34px 42px 0;
    }

    .banner__price-low-text_main {
        font-size: 30px;
    }

    .banner__price-low-text {
        margin-top: 17px;
    }

    .banner__price-low-btn {
        padding: 7px 27px 11px 20px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1199px) {

    .banner__price-low-content {
        padding: 25px 34px 0;
    }

    .banner__price-low-text_main {
        font-size: 22px;
    }

    .banner__price-low-text {
        margin-top: 22px;
        font-size: 16px;
    }

    .banner__price-low-btn {
        padding: 7px 27px 11px 20px;
        line-height: 18px;
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width: 760px) {
    .banner__price-low.max-width-1600 {
        margin-top: 30px;
        padding: 0;
    }

    .banner__price-low-content {
        padding: 24px 12px 0;
    }


    .banner__price-low-text_main {
        font-size: 20px;
    }

    .banner__price-low-text {
        margin-top: 13px;
        font-size: 14px;
    }

    .banner__price-low-btn {
        line-height: 23px;
    }
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.item/catalog.item__2023/style.css?177754468547395*/
.product-item-container {
    position: relative;
}

.product-item-container.hover {
    z-index: 17;
}

.product-item {
    display: block;
    box-sizing: border-box;
    padding-top: 15px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.19);
}

.product-item-line-card .product-item {
    border-bottom: 1px solid #dadada;
}

.bx-no-touch .product-item-container.hover .product-item {
    position: absolute;
    right: -15px;
    left: -15px;
    padding: 15px 15px 0;
    width: auto;
    border-color: transparent;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
}

.bx-touch .product-item {
    padding: 15px 0 0;
    width: auto;
    background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item {
    -webkit-animation: product-item-hover 300ms 1 ease;
    animation: product-item-hover 300ms 1 ease;
}

@-webkit-keyframes product-item-hover {
    0% {
        position: absolute;
        left: 0;
        right: 0;
        border: 1px solid transparent;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        padding-left: 0;
        padding-right: 0;
    }

    100% {
        border: 1px solid transparent;
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
        left: -15px;
        right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@keyframes product-item-hover {
    0% {
        position: absolute;
        left: 0;
        right: 0;
        border: 1px solid transparent;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        padding-left: 0;
        padding-right: 0;
    }

    100% {
        border: 1px solid transparent;
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
        left: -15px;
        right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*Image*/

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 300ms linear;
    margin: 0 auto;
}

.product-item-image-original {
    z-index: 11;
}

.product-item-image-alternative {
    z-index: 13;
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
    opacity: 1;
}

.product-item-big-card .product-item-image-wrapper {
    margin-bottom: 25px;
}

/*Image Slider*/
.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;
    padding-bottom: 20px;
    padding-top: 40px;
}

.category-section--list .product-item-image-slider-slide-container {
    padding-top: 0;
    padding-bottom: 20px;
}

.product-item-image-slide {
    position: relative;
    display: none;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.6s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .product-item-image-slide {
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .product-item-image-slide.next,
    .product-item-image-slide.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .product-item-image-slide.prev,
    .product-item-image-slide.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .product-item-image-slide.next.left,
    .product-item-image-slide.prev.right,
    .product-item-image-slide.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.product-item-image-slider-slide-container>.active,
.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
    display: block;
}

.product-item-image-slider-slide-container>.active {
    left: 0;
}

.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.product-item-image-slider-slide-container>.next {
    left: 100%;
}

.product-item-image-slider-slide-container>.prev {
    left: -100%;
}

.product-item-image-slider-slide-container>.next.left,
.product-item-image-slider-slide-container>.prev.right {
    left: 0;
}

.product-item-image-slider-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}

.product-item-image-slider-progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background-color: var(--theme-color-primary);
    opacity: 0.8;
}

.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;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-end;
    /* height: 100%; */
}

.product-item-image-slider-control {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
    opacity: 1;
}

.product-item-image-slider-control .product-item-image-slider-control-item,
.product-item-image-slider-control.active .product-item-image-slider-control-item {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.8);
    opacity: 0.6;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-image-slider-control:hover .product-item-image-slider-control-item,
.product-item-image-slider-control.active:hover .product-item-image-slider-control-item {
    cursor: pointer;
}

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

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text>div,
.product-item-label-ring>div {
    line-height: 0;
}

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
    padding: 5px 12px;
    font-size: 16px;
    line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 5px 17px;
    font-size: 22px;
    line-height: 33px;
}

@media (max-width: 759px) {
    .product-item-label-text>div {
        line-height: 0;
    }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}

/*RING*/
.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 120px;
    height: 120px;
    font-size: 42px;
    line-height: 120px;
}

@media (max-width: 759px) {

    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}

.product-item-label-top {
    top: -5px;
}

.product-item-label-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item-label-center>div {
    text-align: center;
}

.product-item-label-left {
    left: -5px;
}

.product-item-label-left>div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: -5px;
}

.product-item-label-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-item-label-right {
    right: -5px;
}

.product-item-label-right>div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

.product-item-title a {
    color: #3f3f3f;
    text-decoration: none;
    transition: 250ms linear all;
}

.product-item-line-card .product-item-title {
    white-space: normal;
    text-align: left;
}

.product-item-big-card .product-item-title a {
    font-size: 21px;
}

.product-item-line-card .product-item-title a {
    font-size: 20px;
}

@media (max-width: 1199px) {
    .product-item-big-card .product-item-title a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .product-item-big-card .product-item-title a {
        font-size: 16px;
    }
}

@media (max-width: 759px) {
    .product-item-big-card .product-item-title a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .product-item-big-card .product-item-title a {
        font-size: 16px;
    }
}

/*Price*/
.product-item-price-container {
    text-align: center;
    line-height: 1;
}

.product-item-price-current {
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
}

.product-item-price-old {
    color: #a5a5a5;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
    vertical-align: middle;
    line-height: 20px;
}

.product-item-big-card .product-item-price-container {
    margin: 0 0 10px;
}

.product-item-big-card .product-item-price-current {
    font-size: 18px;
}

.product-item-big-card .product-item-price-old {
    font-size: 15px;
}

/*Info*/
.product-item-info-container {
    clear: both;
    margin-bottom: 8px;
}

.product-item-info-container-title {
    font-size: 12px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
    display: none;
    opacity: 0;
    transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
    display: none !important;
}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
}

/*Amount*/
.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-item-amount-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 150px;
    margin: 0 auto 15px;
}

.catalog-item-catalog .product-item-amount-field-btn-plus,
.catalog-item-catalog .product-item-amount-field-btn-minus {
    position: relative;
    display: block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transition: background 300ms ease, opacity 300ms ease;
    -moz-transition: background 300ms ease, opacity 300ms ease;
    -ms-transition: background 300ms ease, opacity 300ms ease;
    -o-transition: background 300ms ease, opacity 300ms ease;
}

.catalog-item-catalog .bx-retina .product-item-amount-field-btn-plus,
.catalog-item-catalog .bx-retina .product-item-amount-field-btn-minus {
    border-width: 0.5px;
}

.catalog-item-catalog .product-item-amount-field-btn-plus:hover,
.catalog-item-catalog .product-item-amount-field-btn-minus:hover {
    background: #d3d3d3;
}

.catalog-item-catalog .product-item-amount-field-btn-plus:after,
.catalog-item-catalog .product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    transition: opacity 300ms ease, background 300ms ease;
}

.catalog-item-catalog .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.catalog-item-catalog .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: 0.3 !important;
    cursor: default;
}

.catalog-item-catalog .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.catalog-item-catalog .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.catalog-item-catalog .product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.catalog-item-catalog .product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.catalog-item-catalog .product-item-amount-field-btn-plus:hover:after,
.catalog-item-catalog .product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item-amount-field {
    display: block;
    padding: 0;
    width: 100%;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
    border-width: 0.5px;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}

.product-item-amount-description-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/**/
.product-item-quantity {
    font-size: 12px;
}

/*region Properties */
.product-item-properties {
    display: block;
    margin: 0;
}

.product-item-properties dl {
    clear: both;
}

.product-item-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
    font-size: 12px;
}

.product-item-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
    position: relative;
    display: none;
    margin: 0 -15px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e6e6e6;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
    margin: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
}

.bx-touch .product-item-compare-container {
    display: none;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container {
    display: block;
}

.product-item-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* SCU */
.product-item-line-card .product-item-scu-container {
    text-align: left;
}

.product-item-scu-container-title {
    color: #333;
    font-size: 12px;
}

.product-item-scu-block {}

.product-item-scu-block-title {
    font-size: 12px;
}

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
}

.product-item-scu-item-text-container {
    min-width: 32px;
}

.product-item-scu-item-color-container {
    max-width: 38px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
    outline-width: 0.5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: 0.5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: #000;
}

/*Description*/
.product-item-description-container {}

.product-item-description-container p {
    color: #575757;
    font-size: 13px;
}

/*Buttons*/
.product-item-button-container {
    text-align: center;
}

.product-item-button-container .btn {
    margin-bottom: 2px;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
    display: none;
}

/*More*/
.product-item-more-container {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: all 300ms ease;
}

.product-item-more-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 116%;
    width: 100%;
}

.product-item-more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
    background-size: 50%;
    opacity: 0.7;
    transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more {
    opacity: 1;
}

.product-item-more-title {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* 2022 */

.catalog-product-item {
    padding: 15px;
    display: flex;
    flex-direction: column;
    max-width: 295px;
}

.catalog-product-item .product-item-image-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.catalog-product-item-props {
    margin-top: auto;
}

/* 2023 */
/* .catalog-item-catalog .product-item-image-slide {
    width: 200px;
} */

.category-section:not(.category-section--list) .catalog-item-catalog-ellipsis {
    min-height: 35px;
    max-height: 35px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 759px) {
    .category-section:not(.category-section--list) .catalog-item-catalog-ellipsis {
        min-height: 50px;
        max-height: 50px;
        -webkit-line-clamp: 3;
    }
}

.catalog-item-catalog .product-item-image-slider-control .product-item-image-slider-control-item,
.catalog-item-catalog .product-item-image-slider-control.active .product-item-image-slider-control-item {
    width: 9px;
    height: 9px;
}

.catalog-item-catalog .product-item-image-slider-control-container {
    gap: 18px;
    bottom: 5px;
}

.catalog-item-catalog .product-item-image-slider-control-container.gap-smaller {
    gap: 5px;
}

@media screen and (max-width: 1199px) {

    .catalog-item-catalog .product-item-image-slider-control .product-item-image-slider-control-item,
    .catalog-item-catalog .product-item-image-slider-control.active .product-item-image-slider-control-item {
        width: 7.5px;
        height: 7.5px;
    }

    .catalog-item-catalog .product-item-image-slider-control-container {
        gap: 15px;
    }

    .catalog-item-catalog .product-item-image-slider-control-container.gap-smaller {
        gap: 4px;
    }
}

@media screen and (max-width: 759px) {

    .catalog-item-catalog .product-item-image-slider-control .product-item-image-slider-control-item,
    .catalog-item-catalog .product-item-image-slider-control.active .product-item-image-slider-control-item {
        width: 5px;
        height: 5px;
    }

    .catalog-item-catalog .product-item-image-slider-control-container {
        gap: 10px;
    }

    .catalog-item-catalog .product-item-image-slider-control-container.gap-smaller {
        gap: 3px;
    }
}

.catalog-item-catalog {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 13px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.catalog-item-catalog.shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1)!important;
}

.catalog-item-catalog__name {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    transition: 0.3s ease-in-out;
}

.catalog-item-catalog:hover .catalog-item-catalog__name {
    color: #148b45;
}

/* .catalog-item-catalog__name:hover {
	color: #148B45;
} */

.catalog-item-catalog-price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.catalog-item-catalog-price__old {
    display: inline-block;
    margin-left: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    text-decoration-line: line-through;
    color: #6f6f6f;
}

.category-section--list .catalog-item-catalog-price__old {
    margin-left: 0;
}

.catalog-item-catalog-price__cur {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
}

@media screen and (max-width: 759px) {
    .catalog-item-catalog-price__cur {
        font-size: 16px;

    }
}

.catalog-item-catalog-price {
    display: flex;
    align-items: flex-start;
}

.catalog-item-catalog .catalog-product-item-props__value {
    color: #000;
}

.catalog-item-catalog .element-info__item {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.catalog-item-catalog .catalog-product-item-props {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
}

@media (max-width: 575px) {
    .catalog-item-catalog .catalog-product-item-props {
        display: none;
    }
}

.catalog-item-catalog .catalog-product-item-props__name,
.catalog-item-catalog .catalog-product-item-props__value {
    padding: 0;
}

.catalog-item-catalog-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

@media (max-width: 500px) {
    .catalog-item-catalog-info {
        flex-direction: column;
    }
}

.catalog-item-catalog-info__stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.catalog-item-catalog-info__stock-icon {
    width: 5px;
    height: 5px;
    min-width: 5px;
    min-height: 5px;
    background-color: #148b45;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.catalog-item-catalog-info__stock span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #27ae60;
}

.catalog-item-catalog-info .rating-info {
    display: flex;
    column-gap: 5px;
}

.catalog-item-catalog-buy-one-click-wrapper {
    position: absolute;
    bottom: -42px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background: #ffffff;
    box-shadow: 0px 5px 15px rgba(0, 75, 177, 0.3);
    width: 100%;
    transition: 0.3s ease-in-out;
    height: 42px;
    z-index: 15;
}

.catalog-item-catalog-buy-one-click-wrapper:after {
    content: " ";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 16px;
    position: absolute;
    top: -16px;
    right: 0;
    z-index: 1000;
}

.catalog-item-catalog-buy-one-click.button {
    background: #ffffff;
    border-top: 1px solid #d5d5d5;
    text-decoration: underline;
    padding-bottom: 1px;
    padding: 0;
    height: 100%;
    font-size: 12px;
}

.catalog-item-catalog-buy-one-click.button:hover {
    box-shadow: none;
    background-color: #004bb1;
    color: #fff;
}

.catalog-item-catalog:hover .catalog-item-catalog-buy-one-click-wrapper {
    bottom: -42px;
    left: 0;
    opacity: 10;
    pointer-events: all;
    box-shadow: 0px 5px 25px rgb(0 75 177 / 40%);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


.catalog-item-catalog-buttons {
    position: absolute;
    z-index: 10;
    top: 11px;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.catalog-item-bg .catalog-item-catalog-buttons {
    top: 0;
    right: 0;
    gap: 10px;
}

.catalog-item-has-discount .catalog-item-catalog-buttons {
    top: 62px;
}

.catalog-item-catalog {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
}

.catalog-item-wrapper-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.catalog-item-wrap--bottom {
    margin-top: auto;
    position: relative;
}

.category-section--2023.category-section--list .catalog-item-catalog {
    padding: 30px 50px 10px 50px;
    max-width: 100%;
    display: grid;
    flex-direction: row;
    grid-template-columns: 2fr 3fr 2fr 250px;
    gap: 50px;
}

@media screen and (max-width: 1599px) {
    .category-section--2023.category-section--list .catalog-item-catalog {
        padding: 25px 40px 30px 30px;
        grid-template-columns: 2fr 3fr 2fr;
        gap: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .category-section--2023.category-section--list .catalog-item-catalog {
        padding: 20px 15px 20px 25px;
    }
}

@media screen and (max-width: 759px) {
    .category-section--2023.category-section--list .catalog-item-catalog {
        padding: 20px 15px 10px 7px;
        gap: 0;
    }
}

.category-section--2023.category-section--list .catalog-item-catalog-buy-one-click-wrapper {
    position: static;
    pointer-events: all;
    opacity: 1;
    box-shadow: none;
    max-width: 140px;
    margin-top: 5px;
}

.category-section--2023.category-section--list .catalog-item-catalog-buy-one-click.button {
    border: none;
}

.category-section--2023.category-section--list .catalog-item-catalog-info {
    max-width: 263px;
}

.catalog-item-catalog-buttons-row {
    display: none;
    margin-top: 5px;
}

.category-section--2023.category-section--list .catalog-item-catalog-buy-one-click-wrapper:after {
    content: none;
}

.category-section--2023.category-section--list .catalog-item-wrap--bottom {
    margin-top: 0;
}

.catalog-item-catalog__buy-one-click,
.catalog-item-catalog__add {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    padding: 6px 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.special-element-mark-title-container {
    top: 23%;
}

.special-element-mark-title {
    background: #ff7a00;
    padding: 5px;
    max-width: 80px;
    width: max-content;
    line-height: initial;
    text-align: center;
    position: relative;
    transform: none !important;
    font-size: 15px !important;
    font-weight: bolder !important;
    border-radius: 8px !important;
}

.special-element-mark-title.special-element-mark-title_orange {
    background: #ff7a00;
}

.special-element-mark-title.special-element-mark-title_red {
    background: red;
}

.special-element-mark-title-container--gift {
    left: 60px !important;
    top: -5px !important;
}

.special-element-mark-title.special-element-mark-title_gift {
    background-color: #004bb1;
    display: flex;
    align-items: center;
}

/* /2023 */

.mark-new-item {
    position: absolute;
    background-color: #10c44c;
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    z-index: 10;
    padding: 3px 5px;
    border-radius: 3px;
    top: 200px;
    left: 15px;
}

@media (max-width: 575px) {
    .mark-new-item {
        top: 150px;
    }
}

/* для валидатора переделка */
.catalog-wrap-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    font-size: 0;
    line-height: 0;
}

.catalog-item-catalog__add {
    position: relative;
    z-index: 3;
}

.product-item-image-wrapper {
    position: relative;
    z-index: 3;
}

.category-section--list .catalog-item-wrap--bottom {
    z-index: 3;
    position: relative;
}

.catalog-item-wrap--bottom .catalog-item-basket-row {
    z-index: 3;
    position: relative;
}

.catalog-item-wrap--bottom .green_button {
    padding: 6.5px 25.5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-transform: unset;
    letter-spacing: unset;
}

@media screen and (max-width: 1199px) {
    .catalog-item-wrap--bottom .green_button {
        padding: 4px 16px;
    }
}

@media screen and (max-width: 759px) {
    .catalog-item-wrap--bottom .green_button {
        min-width: 103px;
        text-align: center;
        padding: 3px 7px;
        font-size: 14px;
    }
}

.catalog-item-wrap--bottom .catalog-item-catalog__buy-one-click {
    z-index: 3;
    position: relative;
    max-width: 100%;
}

/* !для валидатора переделка */

.catalog-item-basket-row {
    display: flex;
    justify-content: space-between;
}

.catalog-item-catalog-discount-percent {
    background-image: url("/local/templates/ekoseti_2024/images/sale.svg");
    background-size: cover;
    padding: 2px 0 2px 5px;
    display: flex;
    min-width: 36px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.catalog-item-wrap-characteristic {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
}

.catalog-item-wrap-characteristic-wrapper {
    font-size: 12px;
    line-height: 1.2;
}

.catalog-item-wrap-characteristic-name {
    font-size: inherit;
    color: #9D9D9D;
}

.catalog-item-wrap-characteristic-value {
    font-size: inherit;
    color: #000;
}

.catalog-item-catalog-statistic {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

@media screen and (max-width: 759px) {
    .catalog-item-catalog {
        position: relative;
    }

    .category-section--2023.category-section--list .catalog-item-catalog {
        display: flex;
        flex-direction: column;
    }

    .catalog-item-catalog-buttons {
        position: absolute;
        flex-direction: column;
        top: 5px;
        right: 5px;
        z-index: 10;
    }

    .category-section--2023.category-section--list .product-slider .catalog-item-catalog-buttons {
        display: flex;
        position: static;
    }

    .category-section {
        display: flex;
        flex-wrap: wrap;
    }

    .catalog-item-wrap--bottom .catalog-item-basket-row {
        position: static;
        gap: 20px;
    }

    .category-section--2023.category-section--list .catalog-item-catalog .catalog-item-catalog-buttons {
        flex-direction: row;
    }

    .catalog-item-wrap--bottom .catalog-item-catalog__buy-one-click {
        padding: 10px 46px;
        width: 100%;
        max-width: fit-content;
    }
}

@media screen and (max-width: 759px) {
    .product__often-used {
        padding-right: 0;
    }

    .product__often-used .slider-related-another .catalog-item-catalog {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }

    .product__often-used .slider-related-another .catalog-item-catalog .catalog-item-catalog-buttons {
        flex-direction: row;
        top: initial;
        right: inherit;
        left: 10px;
        bottom: 10px;
    }

    .product__often-used .slider-related-another .catalog-item-catalog .catalog-item-catalog-statistic {
        display: none;
    }
}

@media screen and (max-width: 759px) {
    .basket-section-wrapper {
        padding-right: 0;
    }

    .basket-section-wrapper .catalog-item-catalog .catalog-item-catalog-statistic {
        display: none;
    }
}

.catalog-item-catalog__discount-value {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 10;
    background: #ff0000;
    width: max-content;
    color: #fff;
    padding: 3px 11.5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    border-radius: 22px 0px 0px 22px;
    -webkit-border-radius: 22px 0px 0px 22px;
    -moz-border-radius: 22px 0px 0px 22px;
    -ms-border-radius: 22px 0px 0px 22px;
    -o-border-radius: 22px 0px 0px 22px;
}

@media screen and (max-width: 1599px) {
    .catalog-item-catalog__discount-value {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .catalog-item-catalog__discount-value {
        font-size: 14px;
    }
}

@media screen and (max-width: 759px) {
    .catalog-item-catalog__discount-value {
        font-size: 16px;
    }
}

.catalog-item-instock {
    position: absolute;
    top: 0;
    left: 0;
    color: #006d2f;
    background: #e4e4e4;
    z-index: 10;
    padding: 3.5px 7.5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.button-to-favorite,
.button-to-compare {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    /* background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.button-to-favorite,
.button-to-compare {
    width: 30px;
    height: 13px;
    background: transparent;
    box-shadow: unset;
}

.button-to-favorite svg,
.button-to-compare svg {
    width: auto;
    height: auto;
}

.button-to-favorite:hover svg {
    stroke: #148b45;
}

.catalog-item-wrap>.catalog-item-catalog-statistic,
.catalog-item-wrap--bottom .catalog-item-instock,
.catalog-item-wrap--bottom .catalog-item-catalog-buttons {
    display: none;
}

@media screen and (min-width: 760px) {
    .category-section--list .catalog-item-catalog-price-wrap .catalog-item-catalog-statistic,
    .category-section--list .product-item-image-wrapper .catalog-item-instock,
    .category-section--list .product-item-image-wrapper .catalog-item-catalog-buttons {
        display: none;
    }

    .category-section--list .catalog-item-wrap>.catalog-item-catalog-statistic {
        margin-top: 9px;
        display: flex;
        margin-bottom: 13px;
    }

    .category-section--list .catalog-item-wrap--bottom .catalog-item-instock {
        position: relative;
        display: inline-block;
        margin-bottom: 24px;
    }

    .category-section--list .catalog-item-wrap--bottom .catalog-item-catalog-buttons {
        display: flex;
        flex-direction: row;
        top: 7px;
    }
}

@media screen and (max-width: 759px) {
    #succes-modal .catalog-item-catalog {
        padding: 6px 10px 12px 10px;
    }

    #succes-modal .catalog-item-catalog__name {
        font-size: 12px;
        line-height: 1.2;
    }

    #succes-modal .catalog-item-catalog-price-wrap {
        margin-bottom: 10px;
    }

    #succes-modal .catalog-item-catalog-price__cur {
        font-size: 14px;
        line-height: 17px;
    }

    #succes-modal .catalog-item-wrap--bottom .catalog-item-catalog__buy-one-click {
        padding: 4px 12px;
        font-size: 12px;
        line-height: 1.2;
    }
}
/* End */


/* Start:/local/templates/ekoseti_2026/fonts/MontserratAlternates/stylesheet.css?17749451309759*/
@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-SemiBoldItalic.eot');
    src: local('Montserrat Alternates SemiBold Italic'), local('MontserratAlternates-SemiBoldItalic'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-SemiBoldItalic.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-SemiBoldItalic.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Bold.eot');
    src: local('Montserrat Alternates Bold'), local('MontserratAlternates-Bold'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Bold.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Bold.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-SemiBold.eot');
    src: local('Montserrat Alternates SemiBold'), local('MontserratAlternates-SemiBold'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-SemiBold.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-SemiBold.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Light.eot');
    src: local('Montserrat Alternates Light'), local('MontserratAlternates-Light'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Light.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Light.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Black.eot');
    src: local('Montserrat Alternates Black'), local('MontserratAlternates-Black'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Black.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Black.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Black.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-BoldItalic.eot');
    src: local('Montserrat Alternates Bold Italic'), local('MontserratAlternates-BoldItalic'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-BoldItalic.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-BoldItalic.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Thin.eot');
    src: local('Montserrat Alternates Thin'), local('MontserratAlternates-Thin'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Thin.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Thin.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Thin.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Regular.eot');
    src: local('Montserrat Alternates Regular'), local('MontserratAlternates-Regular'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Regular.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Regular.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Medium.eot');
    src: local('Montserrat Alternates Medium'), local('MontserratAlternates-Medium'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Medium.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Medium.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-LightItalic.eot');
    src: local('Montserrat Alternates Light Italic'), local('MontserratAlternates-LightItalic'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-LightItalic.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-LightItalic.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ThinItalic.eot');
    src: local('Montserrat Alternates Thin Italic'), local('MontserratAlternates-ThinItalic'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ThinItalic.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ThinItalic.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat Alternates ExLight';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraLightItalic.eot');
    src: local('Montserrat Alternates ExtraLight Italic'), local('MontserratAlternates-ExtraLightItalic'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraLightItalic.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraLightItalic.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat Alternates ExLight';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraLight.eot');
    src: local('Montserrat Alternates ExtraLight'), local('MontserratAlternates-ExtraLight'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraLight.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraLight.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraBold.eot');
    src: local('Montserrat Alternates ExtraBold'), local('MontserratAlternates-ExtraBold'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraBold.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraBold.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraBoldItalic.eot');
    src: local('Montserrat Alternates ExtraBold Italic'), local('MontserratAlternates-ExtraBoldItalic'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraBoldItalic.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraBoldItalic.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-MediumItalic.eot');
    src: local('Montserrat Alternates Medium Italic'), local('MontserratAlternates-MediumItalic'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-MediumItalic.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-MediumItalic.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-BlackItalic.eot');
    src: local('Montserrat Alternates Black Italic'), local('MontserratAlternates-BlackItalic'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-BlackItalic.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-BlackItalic.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Italic.eot');
    src: local('Montserrat Alternates Italic'), local('MontserratAlternates-Italic'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Italic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Italic.woff2') format('woff2'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Italic.woff') format('woff'),
        url('/local/templates/ekoseti_2026/fonts/MontserratAlternates/MontserratAlternates-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/news.list/reviews-mini-info/style.css?1776163082668*/
.rating-info {
	display: flex;
	align-items: center;
	justify-content: center;
}

.rating-info .star {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	cursor: default;
	margin-right: 6px;
}

.star-physical.phys-star--active svg{
	fill: #FFEA00;
}

.rating-info-star__value {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #9c9c9c;
}

.rating-info-star__amount {
	display: none;
	/* font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #777777; */
}

@media screen and (max-width: 767px) {
	.star-physical svg {
		width: 12px;
		height: auto;
	}

	.rating-info-star__value {
		font-size: 12px;
	}
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.section/catalog_slider/style.css?17762372383588*/
.catalog__slider-section {
  margin-top: 50px;
}

.catalog__slider-section-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.catalog__slider-section-name h2,
.catalog__slider-section-name .h2 {
  margin: 0;
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}

.catalog__slider-section-link {
  padding: 11px 20px 8px 20px;
  font-size: 16px;
  line-height: 20px;
  background: #015E27;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.catalog__slider-section-link:hover {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .catalog__slider-section-link {
    display: none;
  }
}

.product-slider {
  position: relative;
  margin-top: 20px;
}

.product-slider .swiper-button-prev,
.product-slider .swiper-button-next {
  top: calc(50% - 50px);
  width: 30px;
  height: 30px;
  box-shadow: 0px 0 4px rgba(0, 0, 0, 0.35);
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #006D2F;
}

.product-slider .swiper-button-prev {
  left: 5px;
}

.product-slider .swiper-button-next {
  right: 5px;
}

.product-slider .swiper-button-prev svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.product-slider .swiper-button-prev::after,
.product-slider .swiper-button-next::after {
  content: none;
}

.product-slider .product-daily-slider__container .slick-slide {
  margin-right: 12px;
  margin-left: 1px;
}

.product-slider__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-slider-item {
  min-width: 238px;
  max-width: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  color: #000000;
  text-decoration: none;
}

.slick-slide.product-slider-item {
  max-width: 100%;
}

.product-slider-item.slick-slide {
  display: flex;
}

.product-slider-item__thumb {
  max-width: 240px;
  width: 100%;
  margin-bottom: 20px;
}

.product-slider-item__thumb img {
  margin: 0 auto;
}

.product-slider-item__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5rem;
}



/* .catalog__slider-section-link.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .catalog__slider-section-link.mobile {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 40px;
    border: solid 1px #148b45;
    color: #148b45;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
  }
  .catalog__slider-section-link.mobile:hover {
    background-color: #148b45;
    color: #fff;
  }
  
} */

@media screen and (max-width: 1199px) {

  .product-slider .swiper-button-prev,
  .product-slider .swiper-button-next {
    width: 20px;
    height: 20px;
  }

  .product-slider .swiper-button-prev {
    left: 0;
  }

  .product-slider .swiper-button-next {
    right: 0;
  }

  .product-slider .swiper-button-prev svg,
  .product-slider .swiper-button-next svg {
    width: 6px;
  }
}

@media screen and (max-width: 767px) {
  .product-slider .swiper-button-next,
  .product-slider .swiper-button-prev {
    display: none;
  }
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.item/catalog.item__swiper-2026/style.css?177754468547992*/
.product-item-container {
    position: relative;
}

.product-item-container.hover {
    z-index: 17;
}

.product-item {
    display: block;
    box-sizing: border-box;
    padding-top: 15px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.19);
}

.product-item-line-card .product-item {
    border-bottom: 1px solid #dadada;
}

.bx-no-touch .product-item-container.hover .product-item {
    position: absolute;
    right: -15px;
    left: -15px;
    padding: 15px 15px 0;
    width: auto;
    border-color: transparent;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
}

.bx-touch .product-item {
    padding: 15px 0 0;
    width: auto;
    background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item {
    -webkit-animation: product-item-hover 300ms 1 ease;
    animation: product-item-hover 300ms 1 ease;
}

@-webkit-keyframes product-item-hover {
    0% {
        position: absolute;
        left: 0;
        right: 0;
        border: 1px solid transparent;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        padding-left: 0;
        padding-right: 0;
    }

    100% {
        border: 1px solid transparent;
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
        left: -15px;
        right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@keyframes product-item-hover {
    0% {
        position: absolute;
        left: 0;
        right: 0;
        border: 1px solid transparent;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        padding-left: 0;
        padding-right: 0;
    }

    100% {
        border: 1px solid transparent;
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
        left: -15px;
        right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*Image*/

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 300ms linear;
    margin: 0 auto;
}

.product-item-image-original {
    z-index: 11;
}

.product-item-image-alternative {
    z-index: 13;
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
    opacity: 1;
}

.product-item-big-card .product-item-image-wrapper {
    margin-bottom: 25px;
}

/*Image Slider*/
.product-item-image-slider-slide-container,
.product-item-image-original {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* padding-bottom: 20px; */
    padding-top: 40px;
    transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
}

.catalog-item-sale .product-item-image-slider-slide-container,
.catalog-item-sale .product-item-image-original {
    padding: 15px;
    background: #f4f5f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-item-image-slider-slide-container,
.catalog-item-sale .product-item-image-slider-slide-container.has-controls {
    padding-bottom: 20px;
}

.product-item-image-slide {
    position: relative;
    display: none;
    height: 100%;
    /* background-color: #fff; */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.6s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .product-item-image-slide {
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .product-item-image-slide.next,
    .product-item-image-slide.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .product-item-image-slide.prev,
    .product-item-image-slide.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .product-item-image-slide.next.left,
    .product-item-image-slide.prev.right,
    .product-item-image-slide.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.product-item-image-slider-slide-container>.active,
.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
    display: block;
}

.product-item-image-slider-slide-container>.active {
    left: 0;
}

.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.product-item-image-slider-slide-container>.next {
    left: 100%;
}

.product-item-image-slider-slide-container>.prev {
    left: -100%;
}

.product-item-image-slider-slide-container>.next.left,
.product-item-image-slider-slide-container>.prev.right {
    left: 0;
}

.product-item-image-slider-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}

.product-item-image-slider-progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background-color: var(--theme-color-primary);
    opacity: 0.8;
}

.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;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-end;
    /* height: 100%; */
}

.product-item-image-slider-control {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
    opacity: 1;
}

.product-item-image-slider-control .product-item-image-slider-control-item,
.product-item-image-slider-control.active .product-item-image-slider-control-item {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.8);
    opacity: 0.6;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-image-slider-control:hover .product-item-image-slider-control-item,
.product-item-image-slider-control.active:hover .product-item-image-slider-control-item {
    cursor: pointer;
}

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

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text>div,
.product-item-label-ring>div {
    line-height: 0;
}

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
    padding: 5px 12px;
    font-size: 16px;
    line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 5px 17px;
    font-size: 22px;
    line-height: 33px;
}

@media (max-width: 759px) {
    .product-item-label-text>div {
        line-height: 0;
    }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}

/*RING*/
.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 120px;
    height: 120px;
    font-size: 42px;
    line-height: 120px;
}

@media (max-width: 759px) {

    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}

.product-item-label-top {
    top: -5px;
}

.product-item-label-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item-label-center>div {
    text-align: center;
}

.product-item-label-left {
    left: -5px;
}

.product-item-label-left>div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: -5px;
}

.product-item-label-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-item-label-right {
    right: -5px;
}

.product-item-label-right>div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

.product-item-title a {
    color: #3f3f3f;
    text-decoration: none;
    transition: 250ms linear all;
}

.product-item-line-card .product-item-title {
    white-space: normal;
    text-align: left;
}

.product-item-big-card .product-item-title a {
    font-size: 21px;
}

.product-item-line-card .product-item-title a {
    font-size: 20px;
}

@media (max-width: 1199px) {
    .product-item-big-card .product-item-title a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .product-item-big-card .product-item-title a {
        font-size: 16px;
    }
}

@media (max-width: 759px) {
    .product-item-big-card .product-item-title a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .product-item-big-card .product-item-title a {
        font-size: 16px;
    }
}

/*Price*/
.product-item-price-container {
    text-align: center;
    line-height: 1;
}

.product-item-price-current {
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
}

.product-item-price-old {
    color: #a5a5a5;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
    vertical-align: middle;
    line-height: 20px;
}

.product-item-big-card .product-item-price-container {
    margin: 0 0 10px;
}

.product-item-big-card .product-item-price-current {
    font-size: 18px;
}

.product-item-big-card .product-item-price-old {
    font-size: 15px;
}

/*Info*/
.product-item-info-container {
    clear: both;
    margin-bottom: 8px;
}

.product-item-info-container-title {
    font-size: 12px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
    display: none;
    opacity: 0;
    transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
    display: none !important;
}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
}

/*Amount*/
.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-item-amount-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 150px;
    margin: 0 auto 15px;
}

.catalog-item-catalog .product-item-amount-field-btn-plus,
.catalog-item-catalog .product-item-amount-field-btn-minus {
    position: relative;
    display: block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
    -webkit-transition: background 300ms ease, opacity 300ms ease;
    -moz-transition: background 300ms ease, opacity 300ms ease;
    -ms-transition: background 300ms ease, opacity 300ms ease;
    -o-transition: background 300ms ease, opacity 300ms ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.catalog-item-catalog .bx-retina .product-item-amount-field-btn-plus,
.catalog-item-catalog .bx-retina .product-item-amount-field-btn-minus {
    border-width: 0.5px;
}

.catalog-item-catalog .product-item-amount-field-btn-plus:hover,
.catalog-item-catalog .product-item-amount-field-btn-minus:hover {
    background: #d3d3d3;
}

.catalog-item-catalog .product-item-amount-field-btn-plus:after,
.catalog-item-catalog .product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    transition: opacity 300ms ease, background 300ms ease;
    -webkit-transition: opacity 300ms ease, background 300ms ease;
    -moz-transition: opacity 300ms ease, background 300ms ease;
    -ms-transition: opacity 300ms ease, background 300ms ease;
    -o-transition: opacity 300ms ease, background 300ms ease;
}

.catalog-item-catalog .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.catalog-item-catalog .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: 0.3 !important;
    cursor: default;
}

.catalog-item-catalog .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.catalog-item-catalog .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.catalog-item-catalog .product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.catalog-item-catalog .product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.catalog-item-catalog .product-item-amount-field-btn-plus:hover:after,
.catalog-item-catalog .product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item-amount-field {
    display: block;
    padding: 0;
    width: 100%;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
    border-width: 0.5px;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}

.product-item-amount-description-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/**/
.product-item-quantity {
    font-size: 12px;
}

/*region Properties */
.product-item-properties {
    display: block;
    margin: 0;
}

.product-item-properties dl {
    clear: both;
}

.product-item-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
    font-size: 12px;
}

.product-item-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
    position: relative;
    display: none;
    margin: 0 -15px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e6e6e6;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
    margin: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
}

.bx-touch .product-item-compare-container {
    display: none;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container {
    display: block;
}

.product-item-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* SCU */
.product-item-line-card .product-item-scu-container {
    text-align: left;
}

.product-item-scu-container-title {
    color: #333;
    font-size: 12px;
}

.product-item-scu-block {}

.product-item-scu-block-title {
    font-size: 12px;
}

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
}

.product-item-scu-item-text-container {
    min-width: 32px;
}

.product-item-scu-item-color-container {
    max-width: 38px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
    outline-width: 0.5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: 0.5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: #000;
}

/*Description*/
.product-item-description-container {}

.product-item-description-container p {
    color: #575757;
    font-size: 13px;
}

/*Buttons*/
.product-item-button-container {
    text-align: center;
}

.product-item-button-container .btn {
    margin-bottom: 2px;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
    display: none;
}

/*More*/
.product-item-more-container {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: all 300ms ease;
}

.product-item-more-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 116%;
    width: 100%;
}

.product-item-more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
    background-size: 50%;
    opacity: 0.7;
    transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more {
    opacity: 1;
}

.product-item-more-title {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* 2022 */

.catalog-product-item {
    padding: 15px;
    display: flex;
    flex-direction: column;
    max-width: 295px;
}

.catalog-product-item .product-item-image-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.catalog-product-item-props {
    margin-top: auto;
}

/* 2023 */
/* .product-slider .catalog-item-catalog .product-item-image-slide {
  width: 100%;
} */

.product-slider .catalog-item-catalog-ellipsis {
    min-height: 35px;
    max-height: 35px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 759px) {
    .product-slider .catalog-item-catalog-ellipsis {
        min-height: 50px;
        max-height: 50px;
        -webkit-line-clamp: 3;
    }
}

.product-slider .catalog-item-catalog .product-item-image-slider-control .product-item-image-slider-control-item,
.product-slider .catalog-item-catalog .product-item-image-slider-control.active .product-item-image-slider-control-item {
    width: 9px;
    height: 9px;
}

.catalog-item-catalog .product-item-image-slider-control-container {
    gap: 18px;
    bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.catalog-item-catalog .product-item-image-slider-control-container.gap-smaller {
    gap: 5px;
    overflow-x: auto;
}

.product-slider .catalog-item-bg {
    padding: 15px;
    background: #f4f5f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-slider .catalog-item-catalog.swiper-slide {
    height: auto;
}

.product-slider .catalog-item-catalog__name {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 9px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

@media screen and (max-width: 759px) {
    .product-slider .catalog-item-catalog__name {
        margin-top: 10px;
    }
}

.product-slider .catalog-item-catalog:hover .product-slider .catalog-item-catalog__name {
    color: #148b45;
}

/* .product-slider .catalog-item-catalog__name:hover {
	color: #148B45;
} */

.product-slider .catalog-item-catalog-price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
    margin-bottom: 11px;
}

.product-slider .catalog-item-catalog-price {
    display: flex;
    align-items: flex-end;
}

.product-slider .catalog-item-catalog-price__cur {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
}

.product-slider .catalog-item-catalog-price__old {
    display: inline-block;
    padding-bottom: 2px;
    margin-left: 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    text-decoration-line: line-through;
    color: #759676;
}

.category-section--list .product-slider .catalog-item-catalog-price__old {
    margin-left: 0;
}

.product-slider .catalog-item-catalog .catalog-product-item-props__value {
    color: #000;
}

.product-slider .catalog-item-catalog .element-info__item {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.product-slider .catalog-item-catalog .catalog-product-item-props {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
}

@media (max-width: 575px) {
    .product-slider .catalog-item-catalog .catalog-product-item-props {
        display: none;
    }
}

.product-slider .catalog-item-catalog .catalog-product-item-props__name,
.product-slider .catalog-item-catalog .catalog-product-item-props__value {
    padding: 0;
}

.product-slider .catalog-item-catalog-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

@media (max-width: 500px) {
    .product-slider .catalog-item-catalog-info {
        flex-direction: column;
    }
}

.product-slider .catalog-item-catalog-info__stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.product-slider .catalog-item-catalog-info__stock-icon {
    width: 5px;
    height: 5px;
    min-width: 5px;
    min-height: 5px;
    background-color: #148b45;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-slider .catalog-item-catalog-info__stock span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #27ae60;
}

.product-slider .catalog-item-catalog-info .rating-info {
    display: flex;
    column-gap: 5px;
}

.product-slider .catalog-item-catalog-buy-one-click-wrapper {
    position: absolute;
    bottom: -42px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background: #ffffff;
    box-shadow: 0px 5px 15px rgba(0, 75, 177, 0.3);
    width: 100%;
    transition: 0.3s ease-in-out;
    height: 42px;
    z-index: 15;
}

.product-slider .catalog-item-catalog-buy-one-click-wrapper:after {
    content: " ";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 16px;
    position: absolute;
    top: -16px;
    right: 0;
    z-index: 1000;
}

.product-slider .catalog-item-catalog-buy-one-click.button {
    background: #ffffff;
    border-top: 1px solid #d5d5d5;
    text-decoration: underline;
    padding-bottom: 1px;
    padding: 0;
    height: 100%;
    font-size: 12px;
}

.product-slider .catalog-item-catalog-buy-one-click.button:hover {
    box-shadow: none;
    background-color: #004bb1;
    color: #fff;
}

.product-slider .catalog-item-catalog:hover .product-slider .catalog-item-catalog-buy-one-click-wrapper {
    bottom: -42px;
    left: 0;
    opacity: 10;
    pointer-events: all;
    box-shadow: 0px 5px 25px rgb(0 75 177 / 40%);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.catalog-item-catalog-buttons {
    position: absolute;
    z-index: 10;
    top: 11px;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.catalog-item-bg .catalog-item-catalog-buttons {
    top: 0;
    right: 0;
    gap: 10px;
}

.catalog-item-has-discount .catalog-item-catalog-buttons {
    top: 62px;
}

.catalog-item-catalog {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.catalog-item-wrapper-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.catalog-item-wrap--bottom {
    margin-top: auto;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog {
    max-width: 100%;
    display: grid;
    flex-direction: row;
    grid-template-columns: 2fr 6fr 2fr;
    gap: 20px;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog-buy-one-click-wrapper {
    position: static;
    pointer-events: all;
    opacity: 1;
    box-shadow: none;
    max-width: 140px;
    margin-top: 5px;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog-buy-one-click.button {
    border: none;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog-info {
    max-width: 263px;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog-buttons {
    display: none;
}

.product-slider .catalog-item-catalog-buttons-row {
    display: none;
    margin-top: 5px;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog-buttons-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog-buy-one-click-wrapper:after {
    content: none;
}

.category-section--2023.category-section--list .catalog-item-wrap--bottom {
    margin-top: 0;
}

.product-slider .catalog-item-catalog__add.green_button {
    max-width: 140px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    padding: 6px 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.catalog-item-catalog__buy-one-click,
.catalog-item-catalog__add {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    padding: 6px 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.special-element-mark-title-container {
    top: 23%;
}

.special-element-mark-title {
    background: #ff7a00;
    padding: 5px;
    max-width: 80px;
    width: max-content;
    line-height: initial;
    text-align: center;
    position: relative;
    transform: none !important;
    font-size: 15px !important;
    font-weight: bolder !important;
    border-radius: 8px !important;
}

.special-element-mark-title.special-element-mark-title_orange {
    background: #ff7a00;
}

.special-element-mark-title.special-element-mark-title_red {
    background: red;
}

.special-element-mark-title-container--gift {
    left: 60px !important;
    top: -5px !important;
}

.special-element-mark-title.special-element-mark-title_gift {
    background-color: #004bb1;
    display: flex;
    align-items: center;
}

/* /2023 */

.mark-new-item {
    position: absolute;
    background-color: #10c44c;
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    z-index: 10;
    padding: 3px 5px;
    border-radius: 3px;
    top: 200px;
    left: 15px;
}

@media (max-width: 575px) {
    .mark-new-item {
        top: 150px;
    }
}

/* для валидатора переделка */
.catalog-wrap-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    font-size: 0;
    line-height: 0;
}

.product-slider .catalog-item-catalog__add {
    position: relative;
    z-index: 3;
}

.product-item-image-wrapper {
    position: relative;
    z-index: 3;
}

.product-slider .product-item-image-wrapper {
    min-height: 328px;
    margin-bottom: 10px;
}

.product-slider .catalog-item-sale .product-item-image-wrapper {
    min-height: 243px;
}

.product-slider .catalog-item-sale .product-item-image-wrapper.has-controls {
    min-height: 263px;
}

.category-section--list .catalog-item-wrap--bottom {
    z-index: 3;
    position: relative;
}

.catalog-item-wrap--bottom .catalog-item-basket-row {
    z-index: 3;
    position: relative;
}

.catalog-item-wrap--bottom .green_button {
    padding: 6.5px 25.5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-transform: unset;
    letter-spacing: unset;
}


@media screen and (max-width: 759px) {
    .catalog-item-wrap--bottom .green_button {
        min-width: 103px;
        text-align: center;
        padding: 3px 7px;
        font-size: 14px;
    }
}

.catalog-item-wrap--bottom .product-slider .catalog-item-catalog__buy-one-click {
    z-index: 3;
    position: relative;
    max-width: 100%;
}

/* !для валидатора переделка */

.catalog-item-basket-row {
    display: flex;
    justify-content: space-between;
}

.product-slider .catalog-item-catalog-discount-percent {
    background-image: url("/local/templates/ekoseti_2024/images/sale.svg");
    background-size: cover;
    padding: 2px 0 2px 5px;
    display: flex;
    min-width: 36px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.catalog-item-wrap-characteristic {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
}

.catalog-item-wrap-characteristic-wrapper {
    font-size: 12px;
    line-height: 1.2;
}

.catalog-item-wrap-characteristic-name {
    font-size: inherit;
    color: #9D9D9D;
}

.catalog-item-wrap-characteristic-value {
    font-size: inherit;
    color: #000;
}

.product-slider .catalog-item-catalog-statistic {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

@media screen and (max-width: 759px) {
    .product-slider .catalog-item-catalog {
        position: relative;
    }

    .category-section--2023.category-section--list .product-slider .catalog-item-catalog {
        display: flex;
        flex-direction: column;
    }

    .catalog-item-catalog-buttons {
        position: absolute;
        flex-direction: column;
        top: 5px;
        right: 5px;
        z-index: 10;
    }

    .category-section--2023.category-section--list .product-slider .catalog-item-catalog-buttons {
        display: flex;
        position: static;
    }

    .category-section {
        display: flex;
        flex-wrap: wrap;
    }

    .catalog-item-wrap--bottom .catalog-item-basket-row {
        position: static;
        gap: 20px;
    }

    .category-section--2023.category-section--list .product-slider .catalog-item-catalog .product-slider .catalog-item-catalog-buttons {
        flex-direction: row;
    }

    .catalog-item-wrap--bottom .product-slider .catalog-item-catalog__buy-one-click {
        padding: 10px 46px;
        width: 100%;
        max-width: fit-content;
    }
}

@media screen and (max-width: 759px) {
    .product__often-used {
        padding-right: 0;
    }

    .product__often-used .slider-related-another .product-slider .catalog-item-catalog {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }

    .product__often-used .slider-related-another .product-slider .catalog-item-catalog .product-slider .catalog-item-catalog-buttons {
        flex-direction: row;
        top: initial;
        right: inherit;
        left: 10px;
        bottom: 10px;
    }

    .product__often-used .slider-related-another .product-slider .catalog-item-catalog .product-slider .catalog-item-catalog-statistic {
        display: none;
    }

    .product__often-used .slider-related-another .product-slider .catalog-item-catalog .product-slider .catalog-item-catalog__add.green_button {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 759px) {
    .basket-section-wrapper {
        padding-right: 0;
    }

    .basket-section-wrapper .product-slider .catalog-item-catalog .product-slider .catalog-item-catalog-statistic {
        display: none;
    }

    .product-slider .catalog-item-catalog__add.green_button {
        max-width: 100%;
        width: 100%;
    }
}

.catalog-item-catalog__discount-value {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 10;
    background: #ff0000;
    width: max-content;
    color: #fff;
    padding: 3px 11.5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    border-radius: 22px 0px 0px 22px;
    -webkit-border-radius: 22px 0px 0px 22px;
    -moz-border-radius: 22px 0px 0px 22px;
    -ms-border-radius: 22px 0px 0px 22px;
    -o-border-radius: 22px 0px 0px 22px;
}

@media screen and (max-width: 1599px) {
    .catalog-item-catalog__discount-value {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .catalog-item-catalog__discount-value {
        font-size: 14px;
    }
}

@media screen and (max-width: 759px) {
    .catalog-item-catalog__discount-value {
        font-size: 16px;
    }
}

.catalog-item-instock {
    position: absolute;
    top: 0;
    left: 0;
    color: #006d2f;
    background: #e4e4e4;
    z-index: 10;
    padding: 3.5px 7.5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/* .catalog-item-bg .catalog-item-instock {
    top: 0;
    left: 0;
    color: #006d2f;
    background: #e4e4e4;
} */

.catalog-item-sale .catalog-item-instock {
    top: unset;
    left: unset;
    bottom: 10px;
    right: 10px;
    background: #DEDEDE;
    color: #040404;
    padding: 4px 11px;
    font-size: 15px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.button-to-favorite,
.button-to-compare {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.catalog-item-sale .button-to-favorite,
.catalog-item-sale .button-to-compare {
    width: 30px;
    height: 30px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.catalog-item-sale .product-item-image-wrapper.has-controls .catalog-item-instock {
    bottom: 20px;
}

.button-to-favorite svg,
.button-to-compare svg {
    width: auto;
    height: auto;
}

.button-to-favorite:hover svg {
    stroke: #148b45;
}

.product-slider .button-to-compare:hover svg {
    fill: #148b45;
}

@media screen and (min-width: 1200px) {
    .product-slider.shadow-items .swiper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-slider.shadow-items .swiper-wrapper {
        padding: 15px;
    }
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.section.list/related-slider-category/style.css?17768555532962*/
.related-categories {
    margin-top: 55px;
}

.related-categories__block-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #000;
}

.related-categories-slider {
    margin-top: 20px;
}

.related-categories__item {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f4f5f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.related-categories__item.swiper-slide {
    height: auto;
}

.related-categories__item-img {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-categories__item-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #000000;
}

.related-categories-slider {
    position: relative;
}

.related-categories-slider .swiper-button-prev,
.related-categories-slider .swiper-button-next {
    width: 30px;
    height: 30px;
    box-shadow: 0px 0 4px rgba(0, 0, 0, 0.35);
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #006D2F;
}

.related-categories-slider .swiper-button-prev {
    left: -15px;
}

.related-categories-slider .swiper-button-next {
    right: -15px;
}

.related-categories-slider .swiper-button-prev svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.related-categories-slider .swiper-button-prev::after,
.related-categories-slider .swiper-button-next::after {
    content: none;
}

@media screen and (max-width: 1599px) {
    .related-categories {
        margin-top: 44px;
    }

    .related-categories__block-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .related-categories {
        margin-top: 30px;
    }

    .related-categories__item-title {
        font-size: 12px;
    }

    .related-categories-slider .swiper-button-prev,
    .related-categories-slider .swiper-button-next {
        width: 20px;
        height: 20px;
    }

    .related-categories-slider .swiper-button-prev {
        left: -10px;
    }

    .related-categories-slider .swiper-button-next {
        right: -10px;
    }

    .related-categories-slider .swiper-button-prev svg,
    .related-categories-slider .swiper-button-next svg {
        width: 6px;
    }
}

@media screen and (max-width: 759px) {
    .related-categories__block-title {
        font-size: 19px;
    }

    .related-categories .swiper {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .related-categories-slider .swiper-button-next,
    .related-categories-slider .swiper-button-prev {
        display: none;
    }
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.products.viewed/ecoseti_catalog.products.viewed/style.css?17768557092309*/
.slider__viewed {
    margin-top: 55px;
}

.slider-related__cont {
    position: relative;
}

.product-viewed__title h2,
.product-viewed__title .h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 5px;
}

@media screen and (min-width: 1200px) {
    .slider__viewed .swiper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .slider__viewed .swiper-wrapper {
        padding: 15px;
    }
}

.slider__viewed .swiper-button-prev,
.slider__viewed .swiper-button-next {
    top: calc(50% - 50px);
    width: 30px;
    height: 30px;
    box-shadow: 0px 0 4px rgba(0, 0, 0, 0.35);
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #006D2F;
}

.slider__viewed .swiper-button-prev {
    left: -15px;
}

.slider__viewed .swiper-button-next {
    right: -15px;
}

.slider__viewed .swiper-button-prev svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.slider__viewed .swiper-button-prev::after,
.slider__viewed .swiper-button-next::after {
    content: none;
}

@media screen and (max-width: 1599px) {
    .slider__viewed {
        margin-top: 44px;
    }

    .product-viewed__title h2,
    .product-viewed__title .h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .slider__viewed {
        margin-top: 30px;
    }

    .product-viewed__title h2,
    .product-viewed__title .h2 {
        font-size: 26px;
    }

    .slider__viewed .swiper-button-prev,
    .slider__viewed .swiper-button-next {
        width: 20px;
        height: 20px;
    }

    .slider__viewed .swiper-button-prev {
        left: -10px;
    }

    .slider__viewed .swiper-button-next {
        right: -10px;
    }

    .slider__viewed .swiper-button-prev svg,
    .slider__viewed .swiper-button-next svg {
        width: 6px;
    }
}

@media screen and (max-width: 759px) {

    .product-viewed__title h2,
    .product-viewed__title .h2 {
        font-size: 19px;
    }

    .slider__viewed .swiper-button-next,
    .slider__viewed .swiper-button-prev {
        display: none;
    }
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.products.viewed/ecoseti_catalog.products.viewed/themes/blue/style.min.css?1770634576714*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-products-viewed-header{border-color:#006cc0}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1746628819675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/news.list/reviews-list-only/style.css?17766916413652*/
.element-reviews__title {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.element-reviews__tabs {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.element-reviews__tabs .element-tabs__container {
    padding: 0 15px;
    margin-top: 0;
}

nav.element-tabs__wrapper {
    justify-content: flex-start;
    padding: 0 15px;
}

.yandex-reviews-btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.reviews__block {
    margin-top: 55px;
}

.reviews__block-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
}

.reviews__block-list {
    margin-top: 19px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 19px;
}

.reviews__block-item {
    display: flex;
    flex-direction: column;
    width: calc((100% - (19px*2))/3);
    background: #f4f5f7;
    border: 1px solid #f4f5f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.review__block-item-head {
    padding: 10px 20px 15px 10px;
}

.review__block-item-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.review__block-item-head-row {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews__block-item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
}

.review__block-item-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #9c9c9c;
}

.reviews__block-item-text {
    flex-grow: 1;
    padding: 12px 15px 12px 13px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.reviews__block-actions {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 17px;
}

.reviews__block-action {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    min-width: 210px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.reviews__block-action-all {
    background: #eaebed;
    color: #006d2f;
}

.reviews__block-action-modal {
    background: linear-gradient(180deg, #015e27 0%, #017234 100%);
    color: #ffffff;
}

.reviews__block-action:hover {
    background: #004bb1;
    color: #fff;
}

@media screen and (max-width: 1599px) {
    .reviews__block-actions {
        margin-top: 44px;
    }

    .reviews__block {
        margin-top: 44px;
    }

    .reviews__block-title {
        font-size: 28px;
    }

    .reviews__block-list {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .reviews__block {
        margin-top: 30px;
    }

    .reviews__block-list {
        gap: 13px;
    }

    .reviews__block-item {
        width: calc( (100% - 13px)/2 );
    }

    .reviews__block-actions {
        margin-top: 30px;
        gap: 14px;
    }

    .reviews__block-action {
        min-width: unset;
        padding: 6px 26px;
        font-size: 14px;
    }
}

@media screen and (max-width: 759px) {
    .reviews__block-title {
        font-size: 19px;
    }

    .reviews__block-list {
        margin-top: 19px;
    }

    .reviews__block-item {
        width: 100%;
    }
}
/* End */
/* /local/templates/ekoseti_2026/components/bitrix/catalog/catalog__2023/style.css?17762507392062 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.smart.filter/ekoseti_catalog.smart.filter/style.css?177615686922195 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.section.list/fast-links/style.css?17762516541940 */
/* /local/templates/ekoseti_2026/components/bitrix/system.pagenavigation/system.pagenavigation_2023/style.css?17762406273012 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.section/catalog.section__2023/style.css?17762494987184 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.item/catalog.item__2023/style.css?177754468547395 */
/* /local/templates/ekoseti_2026/fonts/MontserratAlternates/stylesheet.css?17749451309759 */
/* /local/templates/ekoseti_2026/components/bitrix/news.list/reviews-mini-info/style.css?1776163082668 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.section/catalog_slider/style.css?17762372383588 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.item/catalog.item__swiper-2026/style.css?177754468547992 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.section.list/related-slider-category/style.css?17768555532962 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.products.viewed/ecoseti_catalog.products.viewed/style.css?17768557092309 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.products.viewed/ecoseti_catalog.products.viewed/themes/blue/style.min.css?1770634576714 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1746628819675 */
/* /local/templates/ekoseti_2026/components/bitrix/news.list/reviews-list-only/style.css?17766916413652 */
