.catalog-section a {
	text-decoration: none;
}

.catalog-section .product-items-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.catalog-section .product-item-container {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(20% - 20px);
	margin: 0 10px 20px;
	padding: 14px;
	user-select: none;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
	background: #ffffff;
}

.catalog-section .product-item-image-wrapper {
	margin-bottom: 12px;
	display: block;
	position: relative;
}

.catalog-section .product-item-image-original {
	width: 100%;
	padding-top: 89%;
	display: block;
	background-color: #eff0f1;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.catalog-section .product-item__favorite {
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 3;
	right: 24px;
	top: 24px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5865 3.27896C8.8334 2.17052 11.3589 4.59212 12.0003 6.56082C12.6416 4.59212 15.1666 2.17052 18.4135 3.27896C21.2997 4.26427 22.2618 7.21688 21.9411 9.8404C21.6204 12.4639 17.7727 17.7201 12.0003 21C6.22788 17.7201 2.37962 12.4639 2.05893 9.8404C1.73824 7.21688 2.70031 4.26427 5.5865 3.27896Z' fill='white'/%3E%3Cpath d='M12.0003 6.56082L12.7134 6.79314C12.6128 7.10187 12.325 7.31082 12.0003 7.31082C11.6756 7.31082 11.3877 7.10187 11.2872 6.79314L12.0003 6.56082ZM5.5865 3.27896L5.34419 2.56918V2.56918L5.5865 3.27896ZM2.05893 9.8404L1.31447 9.9314L2.05893 9.8404ZM12.0003 21L12.3708 21.6521C12.141 21.7826 11.8595 21.7826 11.6297 21.6521L12.0003 21ZM18.4135 3.27896L18.1712 3.98874L18.4135 3.27896ZM21.9411 9.8404L22.6855 9.9314L21.9411 9.8404ZM11.2872 6.79314C11.0207 5.97514 10.3391 5.01841 9.36705 4.39823C8.41848 3.79302 7.21144 3.51673 5.82881 3.98874L5.34419 2.56918C7.20847 1.93275 8.88762 2.31304 10.1739 3.13369C11.4366 3.93938 12.3385 5.1778 12.7134 6.32849L11.2872 6.79314ZM5.82881 3.98874C3.41256 4.81361 2.50579 7.31481 2.80339 9.7494L1.31447 9.9314C0.970692 7.11896 1.98806 3.71492 5.34419 2.56918L5.82881 3.98874ZM2.80339 9.7494C2.93667 10.8398 3.86187 12.6707 5.55948 14.6917C7.23065 16.6811 9.56824 18.7555 12.3708 20.3479L11.6297 21.6521C8.6599 19.9646 6.18717 17.771 4.41094 15.6565C2.66115 13.5734 1.50188 11.4645 1.31447 9.9314L2.80339 9.7494ZM11.2872 6.32849C11.662 5.17785 12.5637 3.93942 13.8264 3.13371C15.1125 2.31303 16.7915 1.93275 18.6558 2.56918L18.1712 3.98874C16.7886 3.51673 15.5817 3.79303 14.6332 4.39821C13.6614 5.01837 12.9799 5.97509 12.7134 6.79314L11.2872 6.32849ZM18.6558 2.56918C22.0119 3.71492 23.0293 7.11896 22.6855 9.9314L21.1966 9.7494C21.4942 7.31481 20.5874 4.81361 18.1712 3.98874L18.6558 2.56918ZM22.6855 9.9314C22.4981 11.4645 21.339 13.5734 19.5893 15.6565C17.8132 17.771 15.3406 19.9646 12.3708 21.6521L11.6297 20.3479C14.4323 18.7555 16.7697 16.6811 18.4408 14.6917C20.1382 12.6708 21.0633 10.8398 21.1966 9.7494L22.6855 9.9314Z' fill='%232F2F2F'/%3E%3C/svg%3E");
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: none;
}

.catalog-section .product-item__favorite.show {
	display: block;
}

.catalog-section .product-item__favorite.active {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5865 3.27896C8.8334 2.17052 11.3589 4.59212 12.0003 6.56082C12.6416 4.59212 15.1666 2.17052 18.4135 3.27896C21.2997 4.26427 22.2618 7.21688 21.9411 9.8404C21.6204 12.4639 17.7727 17.7201 12.0003 21C6.22788 17.7201 2.37962 12.4639 2.05893 9.8404C1.73824 7.21688 2.70031 4.26427 5.5865 3.27896Z' fill='%232F2F2F'/%3E%3Cpath d='M12.0003 6.56082L12.7134 6.79314C12.6128 7.10187 12.325 7.31082 12.0003 7.31082C11.6756 7.31082 11.3877 7.10187 11.2872 6.79314L12.0003 6.56082ZM5.5865 3.27896L5.34419 2.56918V2.56918L5.5865 3.27896ZM2.05893 9.8404L1.31447 9.9314L2.05893 9.8404ZM12.0003 21L12.3708 21.6521C12.141 21.7826 11.8595 21.7826 11.6297 21.6521L12.0003 21ZM18.4135 3.27896L18.1712 3.98874L18.4135 3.27896ZM21.9411 9.8404L22.6855 9.9314L21.9411 9.8404ZM11.2872 6.79314C11.0207 5.97514 10.3391 5.01841 9.36705 4.39823C8.41848 3.79302 7.21144 3.51673 5.82881 3.98874L5.34419 2.56918C7.20847 1.93275 8.88762 2.31304 10.1739 3.13369C11.4366 3.93938 12.3385 5.1778 12.7134 6.32849L11.2872 6.79314ZM5.82881 3.98874C3.41256 4.81361 2.50579 7.31481 2.80339 9.7494L1.31447 9.9314C0.970692 7.11896 1.98806 3.71492 5.34419 2.56918L5.82881 3.98874ZM2.80339 9.7494C2.93667 10.8398 3.86187 12.6707 5.55948 14.6917C7.23065 16.6811 9.56824 18.7555 12.3708 20.3479L11.6297 21.6521C8.6599 19.9646 6.18717 17.771 4.41094 15.6565C2.66115 13.5734 1.50188 11.4645 1.31447 9.9314L2.80339 9.7494ZM11.2872 6.32849C11.662 5.17785 12.5637 3.93942 13.8264 3.13371C15.1125 2.31303 16.7915 1.93275 18.6558 2.56918L18.1712 3.98874C16.7886 3.51673 15.5817 3.79303 14.6332 4.39821C13.6614 5.01837 12.9799 5.97509 12.7134 6.79314L11.2872 6.32849ZM18.6558 2.56918C22.0119 3.71492 23.0293 7.11896 22.6855 9.9314L21.1966 9.7494C21.4942 7.31481 20.5874 4.81361 18.1712 3.98874L18.6558 2.56918ZM22.6855 9.9314C22.4981 11.4645 21.339 13.5734 19.5893 15.6565C17.8132 17.771 15.3406 19.9646 12.3708 21.6521L11.6297 20.3479C14.4323 18.7555 16.7697 16.6811 18.4408 14.6917C20.1382 12.6708 21.0633 10.8398 21.1966 9.7494L22.6855 9.9314Z' fill='white'/%3E%3C/svg%3E");
}

.catalog-section .product-item-title {
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #2f2f2f;
	margin-bottom: 12px;
	display: block;
}

.catalog-section .product-item-buy-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 8px;
	margin-top: auto;
}

.catalog-section .product-item-price-current {
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
}

.catalog-section .product-item-price-container {
	max-width: calc(100% - 140px);
}

.catalog-section .product-item-price-container .product-item-price-old {
	text-decoration-line: line-through;
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	color: #a3a3a3;
}

.catalog-section .product-item-price-container span {
	display: block;
}

.catalog-section .product-item-buttons-container {
}

.catalog-section .product-item-buttons-container button, .catalog-section .product-item-buttons-container a {
	padding: 10px 16px;
	display: inline-block;
}

.catalog-section .product-item-buttons-container button.hide {
	display: none;
}

.catalog-section .product-item-info-wrap {
	margin-bottom: 6px;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
}

.catalog-section .product-item-info-wrap .product-item-article {
	color: #a3a3a3;
}

.catalog-section .product-item-info-wrap .product-item-available {
	color: #08a518;
	white-space: nowrap;
	display: inline-block;
	padding: 7px 10px;
	background: rgba(8, 165, 24, 0.08);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 12px;
}

.catalog-section .product-item-info-wrap .product-itemstock {
	color: white;
	white-space: nowrap;
	display: inline-block;
	padding: 7px 10px;
	background: #EE1122;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 12px;
}

.catalog-element .product-itemstock {
	color: white;
	white-space: nowrap;
	display: inline-block;
	padding: 7px 10px;
	background: #EE1122;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 12px;
}

.likvidation {
	color: var(--color--liquidation) !important;
	background: var(--background-liquidation) !important;
}

.catalog-section .product-item-info-wrap .product-item-available--not {
	color: #7c7c7c;
	background: #eff0f1;
}

.catalog-section .product-items-wrap--slider {
	margin: 0;
	padding-bottom: 20px;
}

.catalog-section .product-items-wrap--slider .product-item-container {
	margin: 0;
	height: 100%;
	width: 100%;
}

.catalog-section .product-items-wrap--slider .product-item-info-wrap,
.catalog-section .product-items-wrap--slider .product-item-price-container {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.catalog-section .catalog-item__counter-wrap {
	display: none;
}

.catalog-section .catalog-item__counter-wrap.visible {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.catalog-section .catalog-item__btn-minus,
.catalog-section .catalog-item__btn-plus {
	width: 33px;
	height: 38px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	cursor: pointer;
	background: #eff0f1 url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H13' stroke='%232F2F2F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.catalog-section .catalog-item__btn-minus.disabled,
.catalog-section .catalog-item__btn-plus.disabled {
	opacity: 0.6;
	cursor: default;
}

.catalog-section .catalog-item__btn-plus {
	background: #eff0f1 url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1V13M1 7H13' stroke='%232F2F2F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
}

.catalog-section .catalog-item__amount-field {
	width: 41px;
	height: 38px;
	background: transparent;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
}

.catalog-section .product-item-recommended-retail-price {
	display: block;
	width: 100%;
	margin-top: 16px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background-color: #FFA800;
	border-radius: 6px;
}

.catalog-section .product-item-recommended-retail-price span {
	margin-left: 4px;
}

.catalog-section .product-item-percent {
	display: block;
	width: 100%;
	margin-top: 16px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background-color: #EE1122;
	border-radius: 6px;
	color: white;
}

.catalog-section .product-item-percent span {
	margin-left: 4px;
}


.catalog-section-list-wrap .tns-ovh {
	overflow: visible;
}

.catalog-section-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}

.catalog-section-list .catalog-section-list-item-wrap {
	padding-right: 12px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.catalog-section-list .catalog-section-list-item-wrap:last-of-type {
	padding-right: 0;
}

.catalog-section-list .catalog-section-list-item {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	color: #2f2f2f;
	display: inline-block;
	padding: 10px 16px;
	text-align: center;
}

.catalog-section-list .catalog-section-list-item-title {
	height: 26px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.catalog-section-list .catalog-section-list-item-img {
	min-width: 68px;
	width: 68px;
	height: 48px;
	margin: 0 auto 6px;
	background-size: cover;
	background-position: center;
}

.catalog-section-first-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 36px -20px 0;
}

.catalog-section-first-wrap a {
	text-decoration: none;
}

.catalog-section-first-wrap .catalog-section-list-wrap {
	width: calc(50% - 40px);
	margin: 0 20px 80px;
}

.catalog-section-first-wrap .catalog-section-list-wrap .catalog-section-link {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #2f2f2f;
	margin-bottom: 32px;
}

.catalog-section-first-wrap .catalog-section-list-wrap .catalog-section-list-item-img {
	width: 66px;
	height: 66px;
	-webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.06);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #ffffff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 16px;
}

.catalog-section-first-wrap .catalog-section-list-wrap .catalog-section-list-item-img.no-photo {
	background-size: 84%;
}

.catalog-section-first-wrap .catalog-subsection-list {
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catalog-section-first-wrap .catalog-subsection-list .catalog-section-list-item {
	margin: 0 8px 8px 0;
}

.catalog-section-first-wrap .catalog-subsection-list .catalog-section-link {
	display: block;
	padding: 7px 9px;
	margin-bottom: 0;
	color: #2f2f2f;
	background: #eff0f1;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0;
	white-space: nowrap;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.lazy-load-wrap {
	margin-top: 50px;
	text-align: center;
}

.lazy-load-wrap button {
	width: 334px;
	height: 46px;
	text-align: center;
	background: #eff0f1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #2f2f2f;
}

.lazy-load-wrap button:hover {
	background: #e6e6e6;
}

.pagination-wrap {
	margin-top: 24px;
}

.pagination-wrap .modern-page-navigation {
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pagination-wrap .modern-page-navigation a, .pagination-wrap .modern-page-navigation span {
	border: none;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0 1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 15px;
	line-height: 120%;
	color: #2f2f2f;
	padding: 11px 0;
	text-decoration: none;
}

.pagination-wrap .modern-page-navigation span.modern-page-current {
	background: #eff0f1;
}

.pagination-wrap .modern-page-navigation .modern-page-previous {
	padding: 0;
	transform: rotate(180deg);
}

.pagination-wrap .modern-page-navigation .modern-page-next {
	padding: 0;
}

.catalog-element {
	margin-top: 24px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.catalog-element .catalog-element__info-wrap {
	width: 100%;
}

.catalog-element .catalog-element__slider-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-direction: reverse;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-right: 22px;
	height: 482px;
}

.catalog-element .catalog-element__slider-item {
	width: 482px !important;
	min-width: 482px;
	height: 482px;
	background-color: #eff0f1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: none;
}

.catalog-element .catalog-element__slider-thumbnails {
	margin-right: 18px;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.catalog-element .catalog-element__slider-thumbnails::-webkit-scrollbar {
	width: 0;
}

.catalog-element .catalog-element__slider-thumbnails .catalog-element__slider-item {
	width: 82px !important;
	min-width: 82px;
	height: 82px;
	margin-bottom: 18px;
}

.catalog-element .catalog-element__slider-thumbnails .catalog-element__slider-item:last-of-type {
	margin-bottom: 0;
}

.catalog-element .catalog-element__vendor {
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: #a3a3a3;
	margin-top: 12px;
}

.catalog-element .catalog-element__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.03em;
	margin-top: 12px;
}

.catalog-element .catalog-element__properties {
	margin-top: 32px;
}

.catalog-element .catalog-element__property-item {
	display: table-row;
}

.catalog-element .catalog-element__property-item .cell {
	display: table-cell;
	width: 60%;
	position: relative;
	vertical-align: bottom;
	padding-bottom: 8px;
	padding-left: 4px;
}

.catalog-element .catalog-element__property-item .cell-first {
	min-width: 214px;
	width: 40%;
	padding-left: 0;
	padding-right: 12px;
}

.catalog-element .catalog-element__property-item-name {
	width: 214px;
	padding-right: 4px;
	background: #fafafa;
}

.catalog-element .catalog-element__property-item-name:after {
	content: "";
	display: block;
	border-bottom: 2px dotted #a3a3a3;
	width: 100%;
	position: absolute;
	bottom: 13px;
	z-index: -1;
}

.catalog-element .catalog-element__aval {
	margin-top: 28px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 500;
}

.catalog-element .catalog-element__store-list {
	margin-left: 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
}

.catalog-element .catalog-element__store-list.preloader:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	height: 300%;
	top: -80%;
	width: 45px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
	animation: flareAnimation 1.6s infinite linear;
	transform: rotate(45deg);
}

@keyframes flareAnimation {
	0% {
		left: -20%;
	}
	100% {
		left: 120%;
	}
}

.catalog-element .catalog-element__store-list span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 130px;
	height: 30px;
	padding: 7px 10px;
	margin: 4px;
	background: #d0d0d0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	line-height: 120%;
}

.catalog-element .catalog-element__store-list span.not-avail {
	width: auto;
	height: 30px;
	background: #eff0f1;
	color: #7c7c7c;
}

.catalog-element .catalog-element__store-list span.avail {
	width: auto;
	height: 30px;
	background: rgba(8, 165, 24, 0.08);
	color: #08a518;
}

.catalog-element .catalog-element__basket-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 30px;
}

.catalog-element .catalog-element__price {
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	margin-right: 10px;
	min-width: 104px;
}

.catalog-element .catalog-element__old-price {
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	display: block;
	color: #a3a3a3;
	height: 16px;
	text-decoration-line: line-through;
}

.catalog-element .catalog-element__btn-buy1click {
	text-decoration: none;
	padding: 14px 20px;
	margin: 0 12px 0 0;
}

.catalog-element .catalog-element__btn-add2cart {
	padding: 15px 20px;
	text-align: center;
	min-width: 120px;
	margin: 0 10px 0 0;
}

.catalog-element .catalog-element__btn-add2cart.hide {
	display: none;
}

.catalog-element .catalog-element__btn-subscribe {
	padding: 15px 20px;
	text-align: center;
	min-width: 120px;
	margin: 0 10px 0 0;
}

.catalog-element .catalog-element__favorite {
	width: 24px;
	height: 24px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0003 6.56082L12.7134 6.79314C12.6128 7.10187 12.325 7.31082 12.0003 7.31082C11.6756 7.31082 11.3877 7.10187 11.2872 6.79314L12.0003 6.56082ZM5.58651 3.27896L5.82881 3.98874L5.58651 3.27896ZM12.0003 21L12.3708 21.6521C12.141 21.7826 11.8595 21.7826 11.6298 21.6521L12.0003 21ZM18.4135 3.27896L18.1712 3.98874L18.4135 3.27896ZM11.2872 6.79314C11.0207 5.97514 10.3391 5.01841 9.36706 4.39823C8.41849 3.79302 7.21145 3.51673 5.82881 3.98874L5.3442 2.56918C7.20847 1.93275 8.88763 2.31304 10.1739 3.13369C11.4367 3.93938 12.3385 5.1778 12.7134 6.32849L11.2872 6.79314ZM5.82881 3.98874C3.41256 4.81362 2.50579 7.31481 2.80339 9.7494L1.31447 9.9314C0.97069 7.11896 1.98806 3.71492 5.3442 2.56918L5.82881 3.98874ZM2.80339 9.7494C2.93667 10.8398 3.86187 12.6707 5.55949 14.6917C7.23066 16.6811 9.56825 18.7555 12.3708 20.3479L11.6298 21.6521C8.65991 19.9646 6.18717 17.771 4.41094 15.6565C2.66115 13.5734 1.50188 11.4645 1.31447 9.9314L2.80339 9.7494ZM11.2872 6.32849C11.662 5.17785 12.5637 3.93942 13.8264 3.13371C15.1125 2.31303 16.7916 1.93275 18.6558 2.56918L18.1712 3.98874C16.7886 3.51673 15.5817 3.79303 14.6333 4.39821C13.6614 5.01837 12.9799 5.97509 12.7134 6.79314L11.2872 6.32849ZM18.6558 2.56918C22.012 3.71492 23.0293 7.11896 22.6856 9.9314L21.1966 9.7494C21.4942 7.31481 20.5875 4.81362 18.1712 3.98874L18.6558 2.56918ZM22.6856 9.9314C22.4982 11.4645 21.339 13.5734 19.5894 15.6565C17.8133 17.771 15.3407 19.9646 12.3708 21.6521L11.6298 20.3479C14.4323 18.7555 16.7698 16.6811 18.4408 14.6917C20.1383 12.6708 21.0634 10.8398 21.1966 9.7494L22.6856 9.9314Z' fill='%232F2F2F'/%3E%3C/svg%3E");
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: none;
}

.catalog-element .catalog-element__favorite.show {
	display: block;
}

.catalog-element .catalog-element__favorite.active {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5865 3.27896C8.8334 2.17052 11.3589 4.59212 12.0003 6.56082C12.6416 4.59212 15.1666 2.17052 18.4135 3.27896C21.2997 4.26427 22.2618 7.21688 21.9411 9.8404C21.6204 12.4639 17.7727 17.7201 12.0003 21C6.22788 17.7201 2.37962 12.4639 2.05893 9.8404C1.73824 7.21688 2.70031 4.26427 5.5865 3.27896Z' fill='%232F2F2F'/%3E%3Cpath d='M12.0003 6.56082L12.7134 6.79314C12.6128 7.10187 12.325 7.31082 12.0003 7.31082C11.6756 7.31082 11.3877 7.10187 11.2872 6.79314L12.0003 6.56082ZM5.5865 3.27896L5.34419 2.56918V2.56918L5.5865 3.27896ZM2.05893 9.8404L1.31447 9.9314L2.05893 9.8404ZM12.0003 21L12.3708 21.6521C12.141 21.7826 11.8595 21.7826 11.6297 21.6521L12.0003 21ZM18.4135 3.27896L18.1712 3.98874L18.4135 3.27896ZM21.9411 9.8404L22.6855 9.9314L21.9411 9.8404ZM11.2872 6.79314C11.0207 5.97514 10.3391 5.01841 9.36705 4.39823C8.41848 3.79302 7.21144 3.51673 5.82881 3.98874L5.34419 2.56918C7.20847 1.93275 8.88762 2.31304 10.1739 3.13369C11.4366 3.93938 12.3385 5.1778 12.7134 6.32849L11.2872 6.79314ZM5.82881 3.98874C3.41256 4.81361 2.50579 7.31481 2.80339 9.7494L1.31447 9.9314C0.970692 7.11896 1.98806 3.71492 5.34419 2.56918L5.82881 3.98874ZM2.80339 9.7494C2.93667 10.8398 3.86187 12.6707 5.55948 14.6917C7.23065 16.6811 9.56824 18.7555 12.3708 20.3479L11.6297 21.6521C8.6599 19.9646 6.18717 17.771 4.41094 15.6565C2.66115 13.5734 1.50188 11.4645 1.31447 9.9314L2.80339 9.7494ZM11.2872 6.32849C11.662 5.17785 12.5637 3.93942 13.8264 3.13371C15.1125 2.31303 16.7915 1.93275 18.6558 2.56918L18.1712 3.98874C16.7886 3.51673 15.5817 3.79303 14.6332 4.39821C13.6614 5.01837 12.9799 5.97509 12.7134 6.79314L11.2872 6.32849ZM18.6558 2.56918C22.0119 3.71492 23.0293 7.11896 22.6855 9.9314L21.1966 9.7494C21.4942 7.31481 20.5874 4.81361 18.1712 3.98874L18.6558 2.56918ZM22.6855 9.9314C22.4981 11.4645 21.339 13.5734 19.5893 15.6565C17.8132 17.771 15.3406 19.9646 12.3708 21.6521L11.6297 20.3479C14.4323 18.7555 16.7697 16.6811 18.4408 14.6917C20.1382 12.6708 21.0633 10.8398 21.1966 9.7494L22.6855 9.9314Z' fill='%232F2F2F'/%3E%3C/svg%3E");
}

.catalog-element .catalog-element__counter-wrap {
	display: none;
	margin-right: 10px;
}

.catalog-element .catalog-element__counter-wrap.visible {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.catalog-element .catalog-element__btn-minus,
.catalog-element .catalog-element__btn-plus {
	width: 40px;
	height: 48px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	cursor: pointer;
	background: #eff0f1 url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H13' stroke='%232F2F2F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.catalog-element .catalog-element__btn-minus.disabled,
.catalog-element .catalog-element__btn-plus.disabled {
	opacity: 0.6;
	cursor: default;
}

.catalog-element .catalog-element__btn-plus {
	background: #eff0f1 url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1V13M1 7H13' stroke='%232F2F2F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
}

.catalog-element .catalog-element__amount-field {
	width: 40px;
	height: 48px;
	background: transparent;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
}

.smartfilter {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 16px;
}

.smartfilter .smartfilter-items-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.smartfilter .smart-filter-parameters-box-title {
	background: #ffffff;
	white-space: nowrap;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 11px 40px 11px 14px;
	margin: 0 12px 12px 0;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.smartfilter .smart-filter-block {
	display: none;
	position: absolute;
	padding: 14px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index: 10;
	margin-top: -2px;
}

.smartfilter .smart-filter-angle {
	position: absolute;
	width: 16px;
	height: 19px;
	top: 12px;
	right: 14px;
}

.smartfilter .smart-filter-angle-down {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7L8 12L3 7' stroke='%23D0D0D0' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.smartfilter .smart-filter-angle-up {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 12L8 7L3 12' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.smartfilter .bx-active .smart-filter-parameters-box-title {
	background: #2f2f2f;
	color: #ffffff;
}

.smartfilter .smart-filter-price input,
.smartfilter .smart-filter-input-group-number input {
	width: 140px;
	height: 48px;
	border: 1px solid #d0d0d0;
	padding: 14px;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.smartfilter .smart-filter-price svg,
.smartfilter .smart-filter-input-group-number svg {
	margin: 3px 7px;
}

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

.smartfilter .btn {
	height: 40px;
	font-size: 15px;
	line-height: 120%;
	padding: 0 14px;
	margin-right: 12px;
	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06) !important;
	-moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06) !important;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06) !important;
}

.smartfilter .btn-link {
	background: #eff0f1;
}

.smartfilter .btn:disabled {
	opacity: 0.5;
	cursor: default;
}

.smartfilter .catalog-sort {
	margin-left: auto;
	padding-left: 24px;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	min-width: 184px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.smartfilter .catalog-sort .catalog-sort__header {
	font-size: 15px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	cursor: pointer;
	white-space: nowrap;
}

.smartfilter .catalog-sort .catalog-sort__header svg {
	margin-left: 12px;
	min-width: 10px;
}

.smartfilter .catalog-sort.bx-active svg {
	transform: rotate(180deg);
}

.smartfilter .catalog-sort .catalog-sort__list {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-width: 172px;
	padding: 1px 16px;
	margin-left: -12px;
	margin-top: 4px;
	position: absolute;
	z-index: 10;
	display: none;
}

.smartfilter .catalog-sort a.catalog-sort__item {
	text-decoration: none;
	white-space: nowrap;
	color: #2f2f2f;
	border: none;
	display: block;
	margin: 16px 0;
}

.smartfilter .catalog-sort a.catalog-sort__item--hidden {
	display: none;
}

.main-catalog-section-first-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.main-catalog-section-first-wrap a {
	text-decoration: none;
}

.main-catalog-section-first-wrap .catalog-section-list-wrap {
	width: calc(50% - 40px);
	margin: 100px 20px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-catalog-section-first-wrap .catalog-section-list-wrap .catalog-section-link {
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #2f2f2f;
	margin-bottom: 24px;
	width: 100%;
}

.main-catalog-section-first-wrap .catalog-section-list-wrap .catalog-section-list-item-img {
	width: 200px;
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 18px;
}

.main-catalog-section-first-wrap .catalog-section-list-wrap .catalog-section-list-item-img.no-photo {
	background-size: contain;
}

.main-catalog-section-first-wrap .catalog-subsection-list {
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 158px;
	overflow: hidden;
	max-width: calc(100% - 218px);
}

.main-catalog-section-first-wrap .catalog-subsection-list .catalog-section-list-item {
	margin: 0 8px 8px 0;
}

.main-catalog-section-first-wrap .catalog-subsection-list .catalog-section-link {
	display: block;
	padding: 7px 9px;
	margin-bottom: 0;
	color: #2f2f2f;
	background: #ffffff;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0;
	white-space: nowrap;
	-webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.main_need-products--slider .tns-controls {
	top: -130px;
}

.main_need-products--slider .catalog-section-wrap {
	display: none;
}

.main_need-products--slider .catalog-section-wrap.active {
	display: block;
}

.main_need-products--slider .filter__wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.main_need-products--slider .filter__wrap .filter__item {
	padding: 7px 9px;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	margin: 0 8px 8px 0;
	background: #eff0f1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.main_need-products--slider .filter__wrap .filter__item:hover {
	background: #d0d0d0;
}

.main_need-products--slider .filter__wrap .filter__item.active {
	background: #2f2f2f;
	color: #ffffff;
	cursor: default;
}

.main_need-products--slider .filter__wrap .filter__item.active:hover {
	background: #2f2f2f;
	color: #ffffff;
}

.main_need-products--slider .catalog-block-header {
	font-weight: 600;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: -0.03em;
	margin: 112px 0 24px;
}

.main_need-products--slider .product-items-wrap--slider {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.main_need-products--slider .product-items-wrap--slider.preloader {
	position: relative;
}

.main_need-products--slider .product-items-wrap--slider.preloader:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	background: #ffffff;
	opacity: 0.5;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}

.main_need-products--slider .lazy-load-wrap {
	-webkit-box-ordinal-group: 6;
	-moz-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

/*# sourceMappingURL=catalog.css.map */
