body._lock {
	overflow: hidden;
}
/*! nouislider - 14.6.0 - 6/27/2020 */
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.noUi-connects {
	overflow: hidden;
	z-index: 0;
}
.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat;
}
.noUi-connect {
	height: 100%;
	width: 100%;
}
.noUi-origin {
	height: 10%;
	width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto;
}
.noUi-vertical .noUi-origin {
	width: 0;
}
.noUi-horizontal .noUi-origin {
	height: 0;
}
.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}
.noUi-touch-area {
	height: 100%;
	width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 23px;
	height: 23px;
	right: -11.5px;
	top: -10px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto;
}
.noUi-target {
	height: 4px;
	background-color: #eaeaea;
	margin: 0 11px 50px;
	position: relative;
}
.noUi-target::after,
.noUi-target::before {
	content: "";
	background-color: #eaeaea;
	width: 11px;
	height: 4px;
	position: absolute;
	top: 0;
}
.noUi-target::before {
	left: -10px;
}
.noUi-target::after {
	right: -10px;
}
.noUi-connect {
	background-color: #ffcda5;
}
.noUi-draggable {
	cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}
.noUi-handle {
	border: 1px solid #f68038;
	background-color: #fff;
	border-radius: 50%;
	cursor: default;
}
.noUi-handle::after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 3px;
	top: 3px;
	border-radius: 50%;
	background-color: #f68038;
}
.noUi-active {
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd,
	0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
[disabled] .noUi-connect {
	background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-pips {
	position: absolute;
	color: #999;
}
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}
.noUi-marker {
	position: absolute;
	background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
	background: #aaa;
}
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}
.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}
.noUi-tooltip {
	color: #999;
	font-size: 12px;
	position: absolute;
}
.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: -22px;
}
.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
	-webkit-transform: translate(0, -18px);
	-ms-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px;
}
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0;
}
.btn._fw {
	width: 100%;
}
.select,
.select__item {
	position: relative;
}
.select__title {
	color: #000;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	cursor: pointer;
	border-radius: 4px;
}
.select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 30px;
	padding: 0 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.select__value span {
	height: 1em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.select__value:before {
	content: "";
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 11px;
	height: 7px;
	background: url(../img/icons/select.svg) center/100% no-repeat;
}
.select__input {
	width: 100%;
	background-color: transparent;
	height: 100%;
}
.select__options {
	color: #000;
	display: none;
	position: absolute;
	top: 29px;
	border-radius: 0 0 4px 4px;
	min-width: 100%;
	left: 0;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-top: 0;
	font-size: 14px;
	padding: 10px 0 5px;
}
.select__option {
	cursor: pointer;
	padding: 5px 15px;
	margin: 0;
}
.select._active {
	z-index: 5;
}
.select._active .select__value:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.input,
.select._active .select__options {
	display: block;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input {
	border-radius: 0;
	width: 100%;
	padding: 0 20px;
}
textarea.input {
	resize: none;
	padding: 0;
}
.checkbox {
	position: relative;
}
.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
	background: #fff url(../img/icons/check.svg) center no-repeat;
}
.checkbox__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #fff;
	letter-spacing: -0.3px;
	line-height: calc(20 / 16);
	cursor: pointer;
}
.checkbox__text:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0 14px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	width: 20px;
	height: 18px;
	background: #fff;
	border: 1px solid #a7a9ac;
}
.checkbox a {
	color: #fff;
	text-decoration: underline;
}
.checkbox._error .checkbox__text:before {
	border: 1px solid #ee1212;
}
.options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.options__item {
	position: relative;
	cursor: pointer;
}
.options__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	left: 0;
	top: 0;
	visibility: hidden;
}
.options__input:checked + .options__text:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.options__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #fff;
	letter-spacing: -0.3px;
	line-height: calc(20 / 16);
}
.options__text:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0 14px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 20px;
	height: 18px;
	background: #fff;
	border: 1px solid #a7a9ac;
}
.options__text:after,
.quantity__button::after,
.quantity__button::before {
	content: "";
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.options__text:after {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #77243a;
	left: 5px;
	top: 4px;
}
.rating-block {
	display: table;
	font-size: 0;
}
.rating,
.rating .star {
	display: inline-block;
	position: relative;
}
.rating {
	vertical-align: middle;
}
.rating.edit .star {
	cursor: pointer;
}
.rating .star {
	width: 17px;
	height: 14px;
	z-index: 3;
}
._ibg img,
.rating__line {
	position: absolute;
	top: 0;
	left: 0;
}
.rating__activeline,
.rating__line {
	height: 14px;
	background-size: 85px 100%;
}
.rating__line {
	width: 85px;
	background: url(../img/icons/bg_rating.svg) 0 0 no-repeat;
	z-index: 1;
}
.rating__activeline {
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
	background: url(../img/icons/bg_rating_active.svg) 0 0 no-repeat;
	z-index: 2;
}
.rating__value {
	display: inline-block;
	color: #1b3139;
	font-size: 14px;
	line-height: 13px;
	vertical-align: middle;
}
.quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
	position: relative;
	cursor: pointer;
}
.quantity__button::after,
.quantity__button::before {
	top: 50%;
	left: 50%;
	margin: 0 0 0 -4.5px;
	background-color: #a6a6a6;
}
.quantity__button_plus::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.quantity__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.quantity__input input {
	height: 100%;
	width: 100%;
	text-align: center;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
	opacity: 0;
}
[data-tippy-root] {
	max-width: 258px;
}
.tippy-box {
	position: relative;
	background: #fff;
	border-radius: 14px;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	outline: 0;
	-webkit-transition-property: visibility, opacity, -webkit-transform;
	-o-transition-property: transform, visibility, opacity;
	transition-property: transform, visibility, opacity;
	transition-property: transform, visibility, opacity, -webkit-transform;
	-webkit-box-shadow: 0 0 75px -36px #000;
	box-shadow: 0 0 75px -36px #000;
}
.tippy-box strong {
	font-weight: 600;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
	bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
	bottom: -7px;
	left: 0;
	border-width: 8px 8px 0;
	border-top-color: initial;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
	top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
	top: -7px;
	left: 0;
	border-width: 0 8px 8px;
	border-bottom-color: initial;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
	right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
	border-width: 8px 0 8px 8px;
	border-left-color: initial;
	right: -7px;
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
	left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
	left: -7px;
	border-width: 8px 8px 8px 0;
	border-right-color: initial;
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
	-webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
	-o-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
	transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
	width: 16px;
	height: 16px;
	color: #fff;
}
.tippy-arrow:before {
	content: "";
	position: absolute;
	border-color: transparent;
	border-style: solid;
}
.tippy-content {
	padding: 20px 20px 22px;
	z-index: 1;
}
._ibg,
.tippy-content {
	position: relative;
}
._ibg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.moretext {
	overflow: hidden;
}
.moretext__more {
	cursor: pointer;
}
.moretext__more span {
	font-style: normal;
}
.moretext__more span:first-child {
	display: block;
}
.catalog-filter .checkboxes__spoller span span:last-child,
.catalog-filter__more span span:last-child,
.moretext__more span:last-child {
	display: none;
}
.moretext__more.active span {
	font-style: normal;
}
.catalog-compilations__hidden-block-wrapper.active
.catalog-compilations__hidden-block
span:first-child,
.catalog-filter .checkboxes__spoller._active span span:first-child,
.catalog-filter__more._active span span:first-child,
.moretext__more.active span:first-child {
	display: none;
}
.catalog-filter .checkboxes__spoller._active span span:last-child,
.catalog-filter__more._active span span:last-child,
.moretext__more.active span:last-child {
	display: block;
}
.mirror {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.nicescroll-rails {
	z-index: 1000 !important;
}
.gm-style-iw-t {
	opacity: 0;
}
.baloon {
	opacity: 1;
	right: -7px !important;
	bottom: 80px !important;
}
.baloon button,
.baloon-content.gm-style-iw:after,
.baloon:after {
	display: none !important;
}
.baloon-style {
	display: none;
}
.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0 !important;
	max-width: 300px !important;
	padding: 0 !important;
	left: 0 !important;
	width: 100% !important;
	overflow: visible !important;
}
.baloon-content.gm-style-iw > .gm-style-iw-d {
	overflow: hidden !important;
	max-width: none !important;
}
.baloon-close {
	top: 18px !important;
}
._custom-scroll {
	position: fixed;
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	z-index: 1000;
}
._custom-scroll__line {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px 0 0 3px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
.new-catalog__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 280px 1fr;
	grid-template-columns: 280px 1fr;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 60px;
}
.new-catalog__header {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 2;
	grid-column-end: 3;
	display: -ms-grid;
	display: grid;
	gap: 30px;
}
.new-catalog__filter {
	background: #fff;
}
.new-catalog__main {
	display: -ms-grid;
	display: grid;
	gap: 40px;
	-ms-flex-line-pack: start;
	align-content: start;
}
.new-catalog__compilation {
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 1;
	grid-column-end: 3;
	margin-top: 12px;
}
.new-catalog__main-items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	row-gap: 40px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.new-catalog__main-items.active {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	row-gap: 52px;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}
.new-catalog-pagenavigation,
.new-catalog-show,
.new-catalog-show a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-catalog-show {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 60px;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.new-catalog-show:hover {
	border-color: #000;
}
.new-catalog-pagenavigation,
.new-catalog-show a {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
}
.new-catalog-show a {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	gap: 10px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.new-catalog-pagenavigation {
	gap: 30px;
}
.new-catalog-pagenavigation__arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f6f6f6),
			to(#f6f6f6)
	),
	#f0f2f4;
	background: -o-linear-gradient(bottom, #f6f6f6, #f6f6f6), #f0f2f4;
	background: linear-gradient(0deg, #f6f6f6, #f6f6f6), #f0f2f4;
}
.new-catalog-pagenavigation__arrow.active svg path {
	stroke: #000;
}
.new-catalog-pagenavigation__arrow,
.new-catalog-pagenavigation__item,
.new-catalog-pagenavigation__main {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-catalog-pagenavigation__main {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	gap: 10px;
}
.new-catalog-pagenavigation__item {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.new-catalog-pagenavigation__item:hover {
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f6f6f6),
			to(#f6f6f6)
	),
	#f0f2f4;
	background: -o-linear-gradient(bottom, #f6f6f6, #f6f6f6), #f0f2f4;
	background: linear-gradient(0deg, #f6f6f6, #f6f6f6), #f0f2f4;
}
.new-catalog-pagenavigation__item.active {
	color: #fff;
	background: #000;
}
.catalog-compilations {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -15px;
}
.catalog-compilations__item {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 20px;
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f6f6f6),
			to(#f6f6f6)
	),
	#f0f2f4;
	background: -o-linear-gradient(bottom, #f6f6f6, #f6f6f6), #f0f2f4;
	background: linear-gradient(0deg, #f6f6f6, #f6f6f6), #f0f2f4;
	border-radius: 10px;
	display: flex;
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 10px;
	margin-left: 7px;
	margin-top: 15px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.catalog-compilations__item span {
	white-space: nowrap;
}
.catalog-compilations__hidden-block-wrapper
.catalog-compilations__hidden-block
span:nth-child(2),
.catalog-compilations__item:nth-child(n + 16) {
	display: none;
}
@media (max-width: 767px) {
	.catalog-compilations__item:nth-child(n + 6) {
		display: flex;
	}
	.catalog-compilations__item:first-child {
		margin-left: 0;
	}
}
.catalog-compilations__item:hover {
	background: #000;
	color: #fff;
}
.catalog-compilations__hidden-block-wrapper {
	visibility: hidden;
	position: relative;
	margin-left: 15px;
	margin-top: 15px;
}
.catalog-compilations__hidden-block-wrapper
.catalog-compilations__hidden-block
span
svg,
.catalog-filter__name svg {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.catalog-compilations__hidden-block-wrapper.active
.catalog-compilations__hidden-block
span:nth-child(2) {
	display: block;
}
.catalog-compilations__hidden-block-wrapper.active
.catalog-compilations__hidden-block
svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.catalog-compilations__hidden-block {
	padding: 15px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 10px;
	border-radius: 5px;
	border: 2px solid #f0f2f4;
}
.catalog-compilations__hidden {
	display: none;
	position: absolute;
	top: 55px;
}
.catalog-compilations__hidden .catalog-compilations__item {
	width: 100%;
	margin: 0;
}
.catalog-filter .checkboxes,
.catalog-filter__main {
	display: -ms-grid;
	display: grid;
}
.catalog-filter__item {
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f2f4;
	margin-bottom: 30px;
}
.catalog-filter .checkboxes__spoller,
.catalog-filter__name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalog-filter__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	padding-right: 7px;
}
.catalog-filter .checkboxes__spoller._active svg,
.catalog-filter__name._active svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.catalog-filter__hidden {
	display: none;
	padding-top: 34px;
}
.catalog-filter .checkboxes__spoller {
	margin-top: 20px;
	border-radius: 5px;
	border: 2px solid #f0f2f4;
	padding: 10px 15px;
	grid-auto-flow: column;
	gap: 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: none;
}
.catalog-filter .checkboxes__spoller svg,
.catalog-filter__more svg {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.catalog-filter .checkboxes--hidden {
	display: none;
	margin-top: 20px;
}
.catalog-filter .checkboxes--hidden-wrapper {
	display: -ms-grid;
	display: grid;
}
.catalog-filter .checkbox:not(:first-child) {
	margin-top: 20px;
}
.catalog-filter .checkbox.off {
	opacity: 0.3;
	pointer-events: none;
}
.catalog-filter .checkbox__input:checked + .checkbox__text:before {
	background: url(../images/icons/check.svg) 0 0/100% no-repeat;
	border: 0;
}
.catalog-filter .checkbox__text {
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 15px;
}
.catalog-filter .checkbox__text::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 17px;
	width: 17px;
	border-radius: 3px;
	border: 2px solid #4bb1bc;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17px;
	flex: 0 0 17px;
}
.catalog-filter .checkbox__text span:first-child {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.catalog-filter .checkbox__text span:nth-child(2) {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #9a9a9a;
}
.catalog-filter .checkbox__tippy,
.catalog-filter__more {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.catalog-filter .checkbox__tippy {
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f6f6f6),
			to(#f6f6f6)
	),
	#f0f2f4;
	background: -o-linear-gradient(bottom, #f6f6f6, #f6f6f6), #f0f2f4;
	background: linear-gradient(0deg, #f6f6f6, #f6f6f6), #f0f2f4;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #9a9a9a;
}
.catalog-filter .checkbox__tippy-text {
	display: none;
}
.catalog-filter__more {
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f2f4;
	margin-bottom: 30px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}
.catalog-filter__more._active svg path:first-child {
	fill: #000;
}
.catalog-filter__more-img {
	background: #000;
	border-radius: 5px;
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalog-filter__hiddenblock-wrapper {
	display: none;
}
.catalog-filter__hiddenblock {
	display: -ms-grid;
	display: grid;
}
.catalog-filter__btns-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f2f4;
	margin-bottom: 30px;
}
.catalog-filter__btns-wrapper input {
	font-family: Montserrat;
	border: 0;
	padding: 15px 21px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	border-radius: 10px;
}
.catalog-filter__btns-wrapper input:first-child {
	background: #000;
	color: #fff;
}
.catalog-filter__btns-wrapper input:last-child {
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f6f6f6),
			to(#f6f6f6)
	),
	#f0f2f4;
	background: -o-linear-gradient(bottom, #f6f6f6, #f6f6f6), #f0f2f4;
	background: linear-gradient(0deg, #f6f6f6, #f6f6f6), #f0f2f4;
	color: #000;
}
.catalog-filter__header {
	display: none;
}
.catalog-filter__close {
	position: absolute;
	right: 30px;
	top: 32px;
}
.catalog-filter__head-text {
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	margin-bottom: 46px;
}
.catalog-filter__head-sorting {
	border: 2px solid #f6f6f6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: start;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	gap: 18px;
	padding: 16px 27px 16px 29px;
}
.catalog-filter-price__inpt,
.catalog-filter-price__inpts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalog-filter-price__inpts {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	border: 2px solid #f0f2f4;
	border-radius: 10px;
	width: 280px;
	height: 41px;
	margin-bottom: 30px;
}
.catalog-filter-price__inpt {
	height: 100%;
	width: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.catalog-filter-price__inpt:first-child {
	border-right: 1px solid #f0f2f4;
}
.catalog-filter-price__inpt:last-child {
	border-left: 1px solid #f0f2f4;
}
.catalog-filter-price__inpt input {
	width: 100%;
	height: 100%;
	border: 0;
	text-align: center;
}
.catalog-filter-price__inpt input::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.catalog-filter-price__inpt input::-moz-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.catalog-filter-price__inpt input:-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.catalog-filter-price__inpt input::-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.catalog-filter-price__inpt input::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.catalog-filter-price .noUi-target {
	height: 2px;
}
.catalog-filter-price .noUi-connect,
.catalog-filter-price .noUi-handle::after {
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#4bb1bc),
			to(#4bb1bc)
	),
	-webkit-gradient(linear, left bottom, left top, from(#1767f9), to(#1767f9)),
	#4633b9;
	background: -o-linear-gradient(bottom, #4bb1bc, #4bb1bc),
	-o-linear-gradient(bottom, #1767f9, #1767f9), #4633b9;
	background: linear-gradient(0deg, #4bb1bc, #4bb1bc),
	linear-gradient(0deg, #1767f9, #1767f9), #4633b9;
}
.catalog-filter-price .noUi-handle::after {
	left: 6.5px;
	top: 6.5px;
	width: 13px;
	height: 13px;
}
.catalog-filter-price .noUi-handle {
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
	border: 0;
	width: 28px;
	height: 28px;
}
.catalog-filter-price .noUi-horizontal .noUi-handle {
	right: -17.5px;
	top: -13px;
}
.catalog-filter-price .noUi-target::before,
.catalog-filter-price .noUi-tooltip,
.filter-brand input {
	display: none;
}
.catalog-filter-price .noUi-target {
	margin: 0 11px 16px;
}
.filter-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -15px;
	margin-right: -15px;
}
.filter-brand__item {
	cursor: pointer;
	margin-top: 17px;
	margin-right: 15px;
}
.filter-brand__item-wrapper {
	padding: 15px 20px;
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f6f6f6),
			to(#f6f6f6)
	),
	#f0f2f4;
	background: -o-linear-gradient(bottom, #f6f6f6, #f6f6f6), #f0f2f4;
	background: linear-gradient(0deg, #f6f6f6, #f6f6f6), #f0f2f4;
	border-radius: 10px;
}
.filter-brand__item-wrapper span:first-child {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.filter-brand__item-wrapper span:not(:first-child) {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #9a9a9a;
}
.filter-brand input:checked + .filter-brand__item-wrapper {
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#4bb1bc),
			to(#4bb1bc)
	),
	-webkit-gradient(linear, left bottom, left top, from(#1767f9), to(#1767f9)),
	#4633b9;
	background: -o-linear-gradient(bottom, #4bb1bc, #4bb1bc),
	-o-linear-gradient(bottom, #1767f9, #1767f9), #4633b9;
	background: linear-gradient(0deg, #4bb1bc, #4bb1bc),
	linear-gradient(0deg, #1767f9, #1767f9), #4633b9;
}
.filter-brand input:checked + .filter-brand__item-wrapper span {
	color: #fff;
}
.promo-mini__top {
	border-radius: 10px;
	overflow: hidden;
}
.promo-mini__bottom {
	max-width: 209px;
	text-align: center;
	display: -ms-grid;
	display: grid;
	gap: 25px;
	margin: -34px auto 0;
}
.promo-mini__name {
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#4bb1bc),
			to(#4bb1bc)
	),
	-webkit-gradient(linear, left bottom, left top, from(#1767f9), to(#1767f9)),
	#4633b9;
	background: -o-linear-gradient(bottom, #4bb1bc, #4bb1bc),
	-o-linear-gradient(bottom, #1767f9, #1767f9), #4633b9;
	background: linear-gradient(0deg, #4bb1bc, #4bb1bc),
	linear-gradient(0deg, #1767f9, #1767f9), #4633b9;
	border-radius: 10px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 10px;
	display: -ms-grid;
	display: grid;
	margin: 0 auto 9px;
}
.promo-mini__name span:first-child {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.promo-mini__name span:last-child {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}
.promo-mini__name::after {
	content: "";
	position: absolute;
	bottom: -7px;
	width: 35.69px;
	height: 8.5px;
	background: url(../img/new-catalog/pipette.svg) 0 0/100% no-repeat;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.promo-mini__message {
	display: -ms-grid;
	display: grid;
	gap: 5px;
}
.promo-mini__message span:first-child {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
}
.promo-mini__message span:last-child {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.promo-mini__btn {
	min-height: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
	border-radius: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.new-catalog-sorting,
.new-catalog-sorting__left,
.promo-mini__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.new-catalog-sorting {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 41px;
	border-bottom: 1px solid #f6f6f6;
}
.new-catalog-sorting__left {
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f6f6f6),
			to(#f6f6f6)
	),
	#f0f2f4;
	background: -o-linear-gradient(bottom, #f6f6f6, #f6f6f6), #f0f2f4;
	background: linear-gradient(0deg, #f6f6f6, #f6f6f6), #f0f2f4;
	border-radius: 10px;
}
.new-catalog-sorting__filters-btn {
	display: none;
}
.new-catalog-sorting__aviable {
	display: block;
	padding: 10px 15px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.new-catalog-sorting__aviable.active,
.new-catalog-sorting__aviable:hover {
	background: #000;
	color: #fff;
}
.new-catalog-sorting__right {
	display: -ms-grid;
	display: grid;
	gap: 31px;
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.new-catalog-sorting__spoller {
	border: 2px solid #f6f6f6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 8px 22px;
	display: -ms-inline-grid;
	display: inline-grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-flow: column;
	gap: 14px;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	cursor: pointer;
}
.new-catalog-sorting__criterion-wrapper {
	display: none;
	position: absolute;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background: #fff;
	left: 0;
	right: auto;
	top: 53px;
	min-width: 191px;
	padding: 14px 10px;
	box-shadow: 0 4px 10px rgba(150, 150, 150, 0.1);
	border-radius: 14px;
	z-index: 9;
}
.new-catalog-sorting__criterion {
	display: -ms-grid;
	display: grid;
	padding: 5px 14px;
	border-radius: 5px;
}
.new-catalog-sorting__criterion:not(:first-child) {
	padding: 5px 14px;
	margin: 0;
	border-left: none;
}
.new-catalog-sorting__criterion:hover {
	background-color: #f6f6f6;
}
.new-catalog-sorting__criterion.active-down svg,
.new-catalog-sorting__criterion.active-up svg {
	display: none;
}
.new-catalog-sorting__layout-wrapper {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
.new-catalog-sorting__layout {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.new-catalog-sorting__layout.active svg rect,
.new-catalog-sorting__layout:hover svg rect {
	fill: #000;
}
.new-product {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: start;
	align-content: start;
	padding: 0 0 11px;
	-ms-grid-rows: 237px minmax(72px, auto) minmax(17px, auto) (auto) [2];
	grid-template-rows: 237px minmax(72px, auto) minmax(17px, auto) repeat(
			2,
			auto
		);
	gap: 24px;
}
.new-product__image {
	position: relative;
	z-index: 1;
}
.new-product__image img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-o-object-fit: cover;
	object-fit: cover;
}
.new-product__name-wrapper {
	display: -ms-grid;
	display: grid;
	gap: 15px;
	-ms-flex-line-pack: start;
	align-content: start;
}
.new-product__category {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #9a9a9a;
}
.new-product__name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	-webkit-line-clamp: 3;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
}
.new-product__in-stock {
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.new-card-order__price-asterisk span,
.new-product__in-stock span {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.new-product__in-stock,
.new-product__price,
.new-product__price-wrapper {
	display: -ms-grid;
	display: grid;
	gap: 10px;
}
.new-product__price {
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.new-product__price-main {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}
.new-product__price-cross {
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #9a9a9a;
}
.new-product__btns,
.new-product__price-bonus {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-product__price-bonus {
	gap: 4px;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.02);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.02);
	border-radius: 5px;
	border: 2px solid #f0f2f4;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 5px 10px 5px 12px;
	font-size: 12px;
	line-height: 11px;
	font-weight: 700;
}
.new-product__btns {
	gap: 20px;
}
.new-catalog__main-items.active .new-product__price-bonus img,
.new-favorites__main.active .new-product__price-bonus img,
.new-product__appendix input,
.new-product__btn-cart svg,
.new-product__qty {
	display: none;
}
.new-product__btn-cart {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	background: #000;
	border-radius: 10px;
	padding: 10px 17.5px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.new-product__btn-click {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	padding: 10px 0;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
}
.new-card-promos__bookmark svg,
.new-card-promos__bookmark svg path,
.new-card-promos__compare svg rect,
.new-product__appendix-bookmark svg,
.new-product__appendix-bookmark svg path,
.new-product__appendix-compare svg rect,
.new-product__btn-click img {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.new-product__btn-click:hover img {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.new-product__promo {
	position: absolute;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.new-product__banners {
	display: -ms-grid;
	display: grid;
	gap: 10px;
	-ms-flex-line-pack: start;
	align-content: start;
}
.new-product__banner-new,
.new-product__banner-recomedation {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	padding: 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #4bb1bc;
}
.new-product__banner-hit,
.new-product__banner-new,
.new-product__banner-present,
.new-product__banner-recomedation,
.new-product__banner-so-skidkoi {
	z-index: 2;
	color: #fff;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.new-product__banner-hit {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	gap: 2.8px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	padding: 0 7px 0 6px;
	font-weight: 700;
	font-size: 11px;
	line-height: 13px;
	background: #000;
}
.new-product__banner-present,
.new-product__banner-so-skidkoi {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	background: #ffc530;
	padding: 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.new-product__banner-hot {
	z-index: 2;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	padding: 0 5px;
}
.new-product__appendix {
	display: -ms-grid;
	display: grid;
	gap: 20px;
	padding-right: 10px;
	z-index: 2;
}
.new-product__appendix-bookmark,
.new-product__appendix-compare {
	cursor: pointer;
}
.new-card-promos__bookmark.active svg,
.new-card-promos__bookmark:hover svg,
.new-product__appendix-bookmark.active svg,
.new-product__appendix-bookmark:hover svg {
	fill: #4bb1bc;
}
.new-card-promos__bookmark.active svg path,
.new-card-promos__bookmark:hover svg path,
.new-product__appendix-bookmark.active svg path,
.new-product__appendix-bookmark:hover svg path {
	stroke: #4bb1bc;
}
.new-card-promos__compare input:checked ~ svg rect,
.new-card-promos__compare.active svg rect,
.new-card-promos__compare:hover svg rect,
.new-product__appendix-compare input:checked ~ svg rect,
.new-product__appendix-compare.active svg rect,
.new-product__appendix-compare:hover svg rect {
	fill: #4bb1bc;
}
.new-product__economy {
	position: absolute;
	right: 0;
	top: 43%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 5px 10px;
	background: #ffc530;
	text-align: center;
	display: -ms-grid;
	display: grid;
}
.new-product__economy span:first-child {
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
}
.new-product__economy span:last-child {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}
.new-product::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 150%;
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f6f6f6),
			to(#f6f6f6)
	),
	#f0f2f4;
	background: -o-linear-gradient(bottom, #f6f6f6, #f6f6f6), #f0f2f4;
	background: linear-gradient(0deg, #f6f6f6, #f6f6f6), #f0f2f4;
	left: -50%;
	bottom: -15px;
}
.new-catalog__main-items.active .new-product,
.new-favorites__main.active .new-product {
	padding: 0;
	-ms-grid-columns: 175px auto 1fr auto auto;
	grid-template-columns: 175px auto 1fr auto auto;
	-ms-grid-rows: (auto) [3];
	grid-template-rows: repeat(3, auto);
	gap: 0;
}
.new-catalog__main-items.active .new-product:nth-child(4)::after,
.new-favorites__main.active .new-product:nth-child(4)::after {
	display: none;
}
.new-catalog__main-items.active .new-product__image,
.new-favorites__main.active .new-product__image {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 3;
	grid-row-end: 4;
	height: 148px;
}
.new-catalog__main-items.active .new-product__promo,
.new-favorites__main.active .new-product__promo {
	padding: 13px 0 0 22px;
	gap: 26px;
	position: unset;
	width: auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 1;
	grid-column-end: 3;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
}
.new-catalog__main-items.active .new-product__banners,
.new-catalog__main-items.active .new-product__promo,
.new-favorites__main.active .new-product__banners,
.new-favorites__main.active .new-product__promo {
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.new-catalog__main-items.active .new-product__banners div,
.new-favorites__main.active .new-product__banners div {
	border-radius: 5px;
}
.new-catalog__main-items.active .new-product__banner-hit,
.new-favorites__main.active .new-product__banner-hit {
	line-height: 10px;
}
.new-catalog__main-items.active .new-product__appendix,
.new-favorites__main.active .new-product__appendix {
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 22px;
	padding-right: 0;
}
.new-catalog__main-items.active .new-product__name-wrapper,
.new-favorites__main.active .new-product__name-wrapper {
	padding: 20px 0 0 22px;
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 1;
	grid-column-end: 3;
	-ms-grid-row: 2;
	grid-row-start: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 3;
}
.new-catalog__main-items.active .new-product__in-stock,
.new-favorites__main.active .new-product__in-stock {
	padding: 13px 0 0 22px;
	-ms-grid-column: 2;
	grid-column-start: 2;
	-ms-grid-column-span: 1;
	grid-column-end: 3;
	-ms-grid-row: 3;
	grid-row-start: 3;
	-ms-grid-row-span: 1;
	grid-row-end: 4;
}
.new-catalog__main-items.active .new-product__economy,
.new-favorites__main.active .new-product__economy {
	position: unset;
	top: unset;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
	-ms-grid-column: 4;
	grid-column-start: 4;
	-ms-grid-column-span: 1;
	grid-column-end: 5;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	margin-right: 24px;
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 5px;
	padding: 5px;
	-ms-grid-row-align: center;
	align-self: center;
}
.new-catalog__main-items.active .new-product__price-wrapper,
.new-favorites__main.active .new-product__price-wrapper {
	grid-auto-flow: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-column: 5;
	grid-column-start: 5;
	-ms-grid-column-span: 1;
	grid-column-end: 6;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
}
.new-catalog__main-items.active .new-product__price,
.new-favorites__main.active .new-product__price {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.new-catalog__main-items.active .new-product__btns,
.new-favorites__main.active .new-product__btns {
	padding-top: 19px;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-grid-column-align: end;
	justify-self: end;
	-ms-grid-column: 5;
	grid-column-start: 5;
	-ms-grid-column-span: 1;
	grid-column-end: 6;
	-ms-grid-row: 2;
	grid-row-start: 2;
	-ms-grid-row-span: 2;
	grid-row-end: 4;
}
.new-catalog__main-items.active .new-product__btn-click,
.new-favorites__main.active .new-product__btn-click {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 2;
	grid-column-end: 3;
	-ms-grid-row: 2;
	grid-row-start: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 3;
	font-size: 14px;
	line-height: 17px;
}
.new-catalog__main-items.active .new-product__qty,
.new-favorites__main.active .new-product__qty {
	display: none;
}
.new-catalog__main-items.active .new-product::after,
.new-favorites__main.active .new-product::after {
	bottom: -32px;
}
.quantity {
	border-radius: 10px;
	border: 2px solid #e5e5e5;
	width: 119px;
	height: 37px;
}
.quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 44px;
	flex: 0 0 44px;
}
.quantity__button::after,
.quantity__button::before {
	width: 14px;
	height: 2px;
	background: #000;
}
.quantity__input input {
	font-family: Montserrat;
	border: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.top-main-page .new-product {
	-ms-grid-rows: 214px minmax(57px, auto) (auto) [2];
	grid-template-rows: 214px minmax(57px, auto) repeat(2, auto);
	gap: 12px;
}
.new-catalog__main-items.active .promo-big,
.promo-big {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
}
.promo-big {
	-ms-grid-column-span: 4;
	grid-column-end: 5;
	-ms-grid-row: 2;
	grid-row-start: 2;
	grid-row-end: 3;
	border-radius: 10px;
	overflow: hidden;
	height: 130px;
	z-index: 1;
}
.promo-big img {
	width: 100%;
}
.new-catalog__main-items.active .promo-big {
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-row: 4;
	grid-row-start: 4;
	grid-row-end: 5;
}
.new-card__container {
	padding-bottom: 60px;
}
.new-card__main {
	position: relative;
	padding-top: 60px;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-ms-grid-columns: auto 487px 1fr 358px;
	grid-template-columns: auto 487px 1fr 358px;
	-ms-grid-rows: 25px 68px (auto) [4];
	grid-template-rows: 25px 68px repeat(4, auto);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 0;
}
.new-card__photos,
.new-card__side-propertys {
	-ms-grid-column-span: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
}
.new-card__side-propertys {
	-ms-grid-column: 1;
	grid-column-start: 1;
	grid-column-end: 2;
	-ms-grid-row-span: 3;
	grid-row-end: 4;
}
.new-card__photos {
	-ms-grid-column: 2;
	grid-column-start: 2;
	grid-column-end: 3;
	-ms-grid-row-span: 5;
	grid-row-end: 6;
}
.new-card__promos {
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
}
.new-card__promos,
.new-card__propertys,
.new-card__reviews {
	-ms-grid-column: 3;
	grid-column-start: 3;
	-ms-grid-column-span: 1;
	grid-column-end: 4;
}
.new-card__reviews {
	-ms-grid-row-span: 1;
	-ms-grid-row: 2;
	grid-row-start: 2;
	grid-row-end: 3;
}
.new-card__propertys {
	-ms-grid-row: 3;
	grid-row-start: 3;
	-ms-grid-row-span: 3;
	grid-row-end: 6;
}
.new-card__garanty,
.new-card__order {
	-ms-grid-column: 4;
	grid-column-start: 4;
	-ms-grid-column-span: 1;
	grid-column-end: 5;
}
.new-card__order {
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 4;
	grid-row-end: 5;
}
.new-card__garanty {
	-ms-grid-row: 5;
	grid-row-start: 5;
	-ms-grid-row-span: 1;
	grid-row-end: 6;
	margin-top: -10px;
	position: absolute;
	top: 32px;
}
.new-accessories__wrapper {
	width: 100%;
	display: -ms-grid;
	display: grid;
	grid-gap: 65px;
	grid-template-columns: repeat(auto-fit, 150px);
}
.new-accessories .new-product__promo {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.new-accessories .new-product {
	gap: 15px;
	-ms-grid-rows: 150px auto auto;
	grid-template-rows: 150px auto auto;
}
.new-accessories .new-product__name {
	font-size: 14px;
	line-height: 17px;
}
.new-accessories .new-product__price-main {
	font-size: 24px;
	line-height: 29px;
}
.new-card-side-propertys {
	display: -ms-grid;
	display: grid;
	gap: 10px;
}
.new-card-side-propertys__item {
	cursor: pointer;
	width: 99px;
	height: 99px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #d1d1d1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-weight: 700;
	font-size: 10px;
	line-height: 9px;
}
.new-card-side-propertys__item img {
	margin-bottom: 11px;
}
.new-card-side-propertys__item:hover {
	border-color: #ffa300;
}
.new-card-side-propertys__tippy-text {
	display: none;
}
.new-card-photos {
	display: -ms-grid;
	display: grid;
	gap: 35px;
	-ms-grid-rows: 574px 75px;
	grid-template-rows: 574px 75px;
}
.new-card-photos__big-slider-wrapper .slick-arrow {
	display: none !important;
}
.new-card-photos__big-slider {
	cursor: pointer;
	width: 487px;
	height: 574px;
}
.new-card-photos__big-slide {
	width: 487px;
	height: 574px;
	position: relative;
	overflow: hidden;
}
.new-card-photos__big-slide img {
	padding: 3em 0;
}
.new-card-photos__min-slider-wrapper {
	-ms-grid-column-align: center;
	justify-self: center;
}
.new-card-photos__min-slider,
.new-card-photos__min-slider .slick-arrow {
	width: 350px;
	height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.new-card-photos__min-slider .slick-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f6f6f6),
			to(#f6f6f6)
	),
	#f0f2f4;
	background: -o-linear-gradient(bottom, #f6f6f6, #f6f6f6), #f0f2f4;
	background: linear-gradient(0deg, #f6f6f6, #f6f6f6), #f0f2f4;
	border-radius: 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.new-card-photos__min-slider .slick-arrow.slick-next {
	right: -69px;
}
.new-card-photos__min-slider .slick-arrow.slick-prev {
	left: -69px;
}
.new-card-photos__min-slide-wrapper {
	padding: 0 12.5px;
}
.new-card-photos__min-slide-wrapper.slick-current .new-card-photos__min-slide {
	border: 2px solid #000;
}
.new-card-photos__min-slide {
	width: 100px;
	height: 75px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid #f0f2f4;
}
.new-card-photos__big-slide img,
.new-card-photos__min-slide img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-o-object-fit: cover;
	object-fit: cover;
}
.new-card-promos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-card-promos__banner,
.new-card-promos__banners {
	grid-auto-flow: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-card-promos__banners {
	display: -ms-grid;
	display: grid;
	gap: 10px;
}
.new-card-promos__banner {
	padding: 0 10px;
	height: 25px;
	display: -ms-inline-grid;
	display: inline-grid;
	gap: 3px;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}
.new-card-promos__banner--present,
.new-card-promos__banner--so-skidkoi {
	background: #ffc530;
	color: #000000 !important;
}
.new-card-promos__banner--new,
.new-card-promos__banner--recomedation,
.new-card-promos__banner--recomended {
	background: #4bb1bc;
}
.new-card-promos__banner--hit {
	background: #000;
}
.new-card-promos__appendix {
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 22px;
	padding-right: 6px;
}
.new-card-promos__bookmark,
.new-card-promos__compare {
	cursor: pointer;
}
.new-card-reviews {
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #e5e5e5;
	padding-top: 30px;
}
.new-card-reviews__link {
	color: #ffa300;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.new-card-reviews__link:hover {
	border-bottom: 1px solid #ffa300;
}
.new-card-reviews__article {
	color: #9a9a9a;
}
.new-card-propertys {
	display: -ms-grid;
	display: grid;
	gap: 10px;
}
.new-card-propertys__property {
	display: -ms-grid;
	display: grid;
	gap: 19px;
}
.new-card-propertys__property--color .new-card-propertys__main {
	display: -ms-inline-grid;
	display: inline-grid;
	-ms-grid-columns: (44px) [6];
	grid-template-columns: repeat(6, 44px);
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	row-gap: 20px;
}
.new-card-propertys__property--pseudo-radio {
	margin-left: -10px;
	margin-top: -10px;
}
.new-card-propertys__property--pseudo-radio .new-card-propertys__head-text {
	margin-left: 10px;
}
.new-card-propertys__property--pseudo-radio .new-card-propertys__main {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.new-card-propertys__property--availability .new-card-propertys__main {
	display: -ms-grid;
	display: grid;
	padding-top: 50px;
	gap: 30px;
}
.new-card-propertys__head-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.new-card-propertys__color {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid #f0f2f4;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.new-card-propertys__color.active {
	border: 2px solid #000;
}
.new-card-propertys__color span:first-child {
	width: 30px;
	height: 30px;
	background: #52514f;
	border-radius: 50%;
}
.new-card-propertys__color span:last-child {
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 0;
	position: absolute;
	font-size: 12px;
	color: #fff;
	background: #52514f;
	padding: 0.5em;
	bottom: -27px;
	left: 29px;
}
.new-card-propertys__pseudo-radio {
	padding: 9px 13px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	border-radius: 10px;
	border: 2px solid #e5e5e5;
	margin-left: 10px;
	margin-top: 10px;
}
.new-card-propertys__pseudo-radio.active {
	border: 2px solid #000;
	background: #000;
	color: #fff;
}
.new-card-propertys__tippy {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f6f6f6),
			to(#f6f6f6)
	),
	#f0f2f4;
	background: -o-linear-gradient(bottom, #f6f6f6, #f6f6f6), #f0f2f4;
	background: linear-gradient(0deg, #f6f6f6, #f6f6f6), #f0f2f4;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-card-propertys__tippy-text {
	display: none;
}
.new-card-propertys__city,
.new-card-propertys__warehouse {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-card-propertys__warehouse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: 1px solid #f6f6f6;
}

.new-card-propertys__main:first-child {
	display: none;
}
.new-card-propertys__city {
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.new-card-order {
	display: -ms-grid;
	display: grid;
	gap: 10px;
	background: #fff;
	border-radius: 10px;
	padding: 0 36px 10px 30px;
	-webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
}
.new-card-order__top-banner {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background: #ffc530;
	padding: 10px 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.new-card-order__price-wrapper {
	-ms-grid-row: 2;
	grid-row-start: 2;
	-ms-grid-row-span: 1;
	grid-row-end: 3;
	display: -ms-grid;
	display: grid;
	gap: 16px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.new-card-order__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.new-card-order__main-price {
	margin: 0 10px;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.new-card-order__main-price span:first-child { white-space: nowrap; }
.new-card-order__main-price span:last-child {
	-ms-flex-item-align: start;
	align-self: flex-start;
	color: #ffc530;
}
.new-card-order__cross {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #9a9a9a;
}
.new-card-order__bb,
.new-card-order__price-asterisk {
	grid-auto-flow: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.new-card-order__bb {
	background: #fff;
	-webkit-box-shadow: 0 3.584px 4.77866px rgba(0, 0, 0, 0.02);
	box-shadow: 0 3.584px 4.77866px rgba(0, 0, 0, 0.02);
	border-radius: 5.97333px;
	padding: 0 12px 0 16px;
	display: -ms-inline-grid;
	display: inline-grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
	height: 29px;
	font-weight: 700;
	font-size: 14px;
	line-height: 11px;
	border: 2px solid #f0f2f4;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
}
.new-card-order__bb::after {
	content: "";
	position: absolute;
	background: url(../img/new-card/rectangle.svg) 0 0/100% no-repeat;
	top: -10px;
	width: 35px;
	height: 12px;
	left: 44px;
}
.new-card-order__price-asterisk {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	padding-top: 3px;
	gap: 12px;
	-ms-grid-row: 3;
	grid-row-start: 3;
	-ms-grid-row-span: 1;
	grid-row-end: 4;
}
.new-card-order__price-asterisk span:first-child {
	color: #ffc530;
}
.new-card-order__btns {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 148px 1fr;
	grid-template-columns: 148px 1fr;
	-ms-grid-rows: (50px) [2];
	grid-template-rows: repeat(2, 50px);
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	-ms-grid-row: 4;
	grid-row-start: 4;
	-ms-grid-row-span: 1;
	grid-row-end: 5;
}
.new-card-order__btns .quantity {
	height: 100%;
	width: 100%;
	background: #fff;
	border: 1px solid #d1d1d1;
	-webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.new-card-order__btns .quantity__input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-card-order__btns .quantity__input input {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
}
.new-card-order__cart,
.new-card-order__click {
	height: 100%;
	border-radius: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.new-card-order__cart {
	color: #fff;
	background: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.new-card-order__click {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 2;
	grid-column-end: 3;
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f6f6f6),
			to(#f6f6f6)
	),
	#f0f2f4;
	background: -o-linear-gradient(bottom, #f6f6f6, #f6f6f6), #f0f2f4;
	background: linear-gradient(0deg, #f6f6f6, #f6f6f6), #f0f2f4;
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	gap: 10px;
}
.new-card-order__links {
	display: -ms-grid;
	display: grid;
	gap: 24px;
	-ms-grid-row: 5;
	grid-row-start: 5;
	-ms-grid-row-span: 1;
	grid-row-end: 6;
}
@media (max-width: 767px) {
	.new-card-order__links {
		display: none;
	}
	.new-card__garanty-block {
		display: none !important;
	}
}
.new-card-order__links-item {
	padding-bottom: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 5px;
}
.new-card-order__links-item:not(:last-child) {
	border-bottom: 1px solid #f6f6f6;
}
.new-card-order__links-main {
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.new-favorites {
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f6f6f6),
			to(#f6f6f6)
	),
	#f0f2f4;
	background: -o-linear-gradient(bottom, #f6f6f6, #f6f6f6), #f0f2f4;
	background: linear-gradient(0deg, #f6f6f6, #f6f6f6), #f0f2f4;
}
.new-favorites__wrapper {
	background: #fff;
	border-radius: 10px;
	padding: 30px 30px 47px;
	margin-top: 40px;
}
.new-favorites__header {
	min-height: 78px;
	border-bottom: 1px solid #f0f2f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.new-favorites__btns {
	gap: 20px;
}
.new-favorites__btn,
.new-favorites__btns,
.new-favorites__layout-wrapper {
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-favorites__btn {
	min-height: 40px;
	padding: 0 20px;
	gap: 10px;
	border-radius: 10px;
	border: 2px solid #d1d1d1;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.new-favorites__layout-wrapper {
	gap: 15px;
	padding: 5px 19px;
}
.new-favorites__layout {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.new-favorites__layout.active svg rect,
.new-favorites__layout:hover svg rect {
	fill: #000;
}
.new-favorites__main {
	padding-top: 40px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 80px;
	overflow: hidden;
}
.new-favorites__main.active {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}
.new-favorites__main.active .new-product::after {
	display: block !important;
}
.new-favorites__main .new-product::after {
	bottom: -30px;
}
.new-catalog-compilation {
	display: -ms-grid;
	display: grid;
	gap: 30px;
}
.new-catalog-compilation__head {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.new-catalog-compilation__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -15px;
	margin-left: -15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-catalog-compilation__item {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #9a9a9a;
	margin: 15px 0 0 15px;
}
.new-catalog-compilation__item:nth-child(n + 20) {
	display: none;
}
.new-catalog-compilation__item--black,
.new-catalog-compilation__item:hover {
	color: #000;
}
.new-catalog-compilation__item--black {
	display: none;
}
.new-catalog-compilation__description {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}

@media (hover: hover), screen and (min-width: 0\0) {
	.new-card-propertys__color:hover span:last-child {
		opacity: 1;
		z-index: 0;
	}
}
@media (min-width: 992px) {
	.select__option:hover {
		background: #d9d9d9;
	}
	.checkbox a:hover {
		text-decoration: none;
	}
}
@media (max-width: 1599px) {
	.new-catalog__wrapper {
		row-gap: 28px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.new-catalog__header {
		gap: 42px;
	}
	.new-catalog__main {
		gap: 0;
	}
	.new-catalog__compilation {
		-ms-grid-column: 1;
		grid-column-start: 1;
	}
	.new-catalog__main-items {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 20px;
		margin-bottom: 39px;
	}
	.new-catalog__main-items.active {
		row-gap: 36px;
	}
	.new-catalog-show {
		margin-bottom: 12px;
	}
	.catalog-compilations__item {
		padding: 9px 20px;
		margin-right: 22px;
	}
	.catalog-compilations__hidden-block-wrapper {
		margin-right: 16px;
	}
	.catalog-compilations__hidden-block {
		padding: 8px 20px 7px;
		gap: 12px;
		border-radius: 10px;
	}
	.catalog-compilations__hidden {
		z-index: 1;
		top: 40px;
	}
	.new-catalog-sorting {
		padding-top: 5px;
		position: relative;
		border: 0;
		padding-bottom: 52px;
	}
	.new-catalog-sorting__right {
		gap: 20px;
		position: relative;
	}
	.new-catalog-sorting__spoller {
		border: 2px solid #f6f6f6;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 10px;
		padding: 8px 22px;
		display: -ms-inline-grid;
		display: inline-grid;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		grid-auto-flow: column;
		gap: 14px;
		font-weight: 500;
		font-size: 14px;
		line-height: 21px;
		cursor: pointer;
	}
	.new-catalog-sorting__spoller svg {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.new-catalog-sorting__spoller._active svg {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.new-catalog-sorting__criterion-wrapper {
		display: none;
		position: absolute;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		background: #fff;
		left: 0;
		right: auto;
		top: 53px;
		min-width: 191px;
		padding: 14px 10px;
		box-shadow: 0 4px 10px rgba(150, 150, 150, 0.1);
		border-radius: 14px;
	}
	.new-catalog-sorting__criterion {
		display: -ms-grid;
		display: grid;
		padding: 5px 14px;
		border-radius: 5px;
	}
	.new-catalog-sorting__criterion:not(:first-child) {
		padding: 5px 14px;
		margin: 0;
		border-left: none;
	}
	.new-catalog-sorting__criterion:hover {
		background-color: #f6f6f6;
	}
	.new-catalog-sorting__criterion.active-down svg,
	.new-catalog-sorting__criterion.active-up svg {
		display: none;
	}
	.new-product__btns {
		grid-auto-flow: row;
		justify-items: start;
		gap: 10px;
	}
	.new-product__appendix {
		padding-right: 16px;
	}
	.new-product::after {
		height: 0;
	}
	.new-catalog__main-items.active .new-product__promo,
	.new-favorites__main.active .new-product__promo {
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
		padding: 11px 0 0 22px;
	}
	.new-catalog__main-items.active .new-product__name-wrapper,
	.new-favorites__main.active .new-product__name-wrapper {
		padding: 0 0 0 22px;
		margin-top: -8px;
	}
	.new-catalog__main-items.active .new-product__in-stock,
	.new-favorites__main.active .new-product__in-stock {
		-ms-flex-item-align: start;
		-ms-grid-row-align: start;
		align-self: start;
		margin-top: -16px;
		padding: 0 0 0 22px;
	}
	.new-catalog__main-items.active .new-product__economy,
	.new-favorites__main.active .new-product__economy {
		position: absolute;
		min-width: 132px;
		top: 32px;
		right: -122px;
	}
	.new-catalog__main-items.active .new-product__price-wrapper,
	.new-favorites__main.active .new-product__price-wrapper {
		grid-auto-flow: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
		justify-items: end;
	}
	.new-catalog__main-items.active .new-product__price-bonus,
	.new-favorites__main.active .new-product__price-bonus {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.new-catalog__main-items.active .new-product__btns,
	.new-favorites__main.active .new-product__btns {
		padding-top: 25px;
	}
	.new-catalog__main-items.active .new-product__btn-click,
	.new-favorites__main.active .new-product__btn-click {
		-ms-grid-column-align: center;
		justify-self: center;
	}
	.new-catalog__main-items.active .new-product::after,
	.new-favorites__main.active .new-product::after {
		bottom: -11px;
		height: 1px;
	}
	.top-main-page .new-product {
		-ms-grid-rows: 141px minmax(57px, auto) (auto) [2];
		grid-template-rows: 141px minmax(57px, auto) repeat(2, auto);
	}
	.new-catalog__main-items.active .new-product__banner-present,
	.new-favorites__main.active .new-product__banner-present,
	.top-main-page .new-product__btn-cart {
		display: none;
	}
	.promo-big {
		margin-bottom: 35px;
		-ms-grid-column-span: 4;
		grid-column-end: 4;
		height: 84px;
		border-radius: 6.45455px;
	}
	.new-catalog__main-items.active .promo-big {
		margin-bottom: 5px;
	}
	.new-card__main {
		-ms-grid-columns: auto auto 1fr 341px;
		grid-template-columns: auto auto 1fr 341px;
		-ms-grid-rows: 25px 22px auto auto 70px;
		grid-template-rows: 25px 22px auto auto 70px;
		padding-top: 13px;
	}
	.new-card__side-propertys {
		-ms-grid-column-span: 3;
		grid-column-end: 3;
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 2;
		grid-row-end: 4;
	}
	.new-card__photos,
	.new-card__promos {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 2;
		grid-column-end: 3;
		-ms-grid-row: 4;
		grid-row-start: 4;
		-ms-grid-row-span: 1;
		grid-row-end: 5;
	}
	.new-card__promos {
		-ms-grid-column-span: 3;
		grid-column-end: 4;
		-ms-grid-row: 1;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.new-card__reviews {
		-ms-grid-row: 3;
		grid-row-start: 3;
		-ms-grid-row-span: 1;
		grid-row-end: 4;
	}
	.new-card__propertys {
		-ms-grid-row: 4;
		grid-row-start: 4;
		-ms-grid-row-span: 2;
		grid-row-end: 6;
	}
	.new-card__order {
		-ms-grid-column: 4;
		grid-column-start: 4;
		-ms-grid-column-span: 1;
		grid-column-end: 5;
		-ms-grid-row: 1;
		grid-row-start: 1;
		-ms-grid-row-span: 4;
		grid-row-end: 5;
	}
	.new-card__garanty {
		margin-top: 0;
		top: -20px;
	}
	.new-card-side-propertys {
		grid-auto-flow: column;
		gap: 12px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		padding-top: 35px;
	}
	.new-card-side-propertys__item {
		width: 63px;
		height: 63px;
		border-radius: 6.36364px;
		font-size: 8px;
		line-height: 7px;
	}
	.new-card-side-propertys__item img {
		margin-bottom: 7px;
	}
	.new-card-photos {
		-ms-grid-rows: 437px 52.71px;
		grid-template-rows: 437px 52.71px;
		gap: 30px;
		padding-top: 30px;
	}
	.new-card-photos__big-slide,
	.new-card-photos__big-slider {
		width: 340px;
		height: 437px;
	}
	.new-card-photos__min-slider {
		width: 246px;
		height: 52.71px;
	}
	.new-card-photos__min-slider .slick-arrow {
		width: 30px;
		height: 30px;
	}
	.new-card-photos__min-slider .slick-arrow.slick-next {
		right: -48px;
	}
	.new-card-photos__min-slider .slick-arrow.slick-prev {
		left: -48px;
	}
	.new-card-photos__min-slide-wrapper {
		padding: 0 8.785px;
	}
	.new-card-photos__min-slide {
		width: 70.29px;
		height: 52.71px;
	}
	.new-card-promos__banners {
		gap: 5px;
	}
	.new-card-promos__banner {
		padding: 0 12px;
	}
	.new-card-reviews {
		padding-top: 15px;
	}
	.new-card-order {
		padding: 0 23px 10px 25px;
	}
	.new-favorites__main .new-product::after {
		height: 1px;
	}
	.new-catalog-compilation__wrapper {
		margin-left: -7px;
	}
	.new-catalog-compilation__item {
		margin: 15px 0 0 7px;
	}
}
@media (max-width: 1279px) {
	.new-catalog__wrapper {
		row-gap: 11px;
	}
	.new-catalog__header {
		gap: 32px;
	}
	.new-catalog__filter {
		width: auto;
		height: 100%;
		overflow-y: scroll;
		z-index: 22;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
		top: 0;
		position: fixed;
		background: #fff;
		left: -100%;
	}
	.new-catalog__filter.active {
		left: 0;
	}
	.new-catalog__main {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 2;
		grid-column-end: 3;
	}
	.new-catalog__main-items {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		row-gap: 48px;
		margin-bottom: 31px;
	}
	.new-catalog-show {
		margin-bottom: 28px;
	}
	.catalog-compilations__hidden-block-wrapper,
	.catalog-compilations__item {
		margin-right: 10px;
	}
	.catalog-filter {
		padding: 55px 63px 0 76px;
	}
	.catalog-filter__main {
		max-width: 263px;
	}
	.catalog-filter__header {
		display: block;
		margin-bottom: 10px;
	}
	.promo-mini {
		display: none;
	}
	.new-catalog-sorting {
		padding-bottom: 18px;
	}
	.new-catalog-sorting__left {
		display: none;
	}
	.new-catalog-sorting__filters-btn {
		background: -webkit-gradient(
				linear,
				left bottom,
				left top,
				from(#4bb1bc),
				to(#4bb1bc)
		),
		-webkit-gradient(linear, left bottom, left top, from(#1767f9), to(#1767f9)),
		#4633b9;
		background: -o-linear-gradient(bottom, #4bb1bc, #4bb1bc),
		-o-linear-gradient(bottom, #1767f9, #1767f9), #4633b9;
		background: linear-gradient(0deg, #4bb1bc, #4bb1bc),
		linear-gradient(0deg, #1767f9, #1767f9), #4633b9;
		border-radius: 10px;
		padding: 9px 20px;
		display: -ms-inline-grid;
		display: inline-grid;
		grid-auto-flow: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 54px;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		color: #fff;
	}
	.new-catalog-sorting__right {
		gap: 12px;
	}
	.new-product__btns {
		grid-auto-flow: column;
		gap: 0;
	}
	.new-catalog__main-items.active .new-product__name-wrapper,
	.new-favorites__main.active .new-product__name-wrapper {
		margin-top: 0;
		padding: 19px 0 0 22px;
	}
	.new-catalog__main-items.active .new-product__in-stock,
	.new-favorites__main.active .new-product__in-stock {
		margin-top: 0;
		padding: 14px 0 0 22px;
	}
	.new-catalog__main-items.active .new-product__economy,
	.new-favorites__main.active .new-product__economy {
		position: unset;
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 1;
		grid-row-end: 3;
		-ms-grid-column: 5;
		grid-column-start: 5;
		-ms-grid-column-span: 1;
		grid-column-end: 6;
		-ms-grid-column-align: end;
		justify-self: end;
		margin: 15px 0 0;
	}
	.new-catalog__main-items.active .new-product__price-wrapper,
	.new-favorites__main.active .new-product__price-wrapper {
		grid-auto-flow: column;
	}
	.new-catalog__main-items.active .new-product__price-bonus,
	.new-favorites__main.active .new-product__price-bonus {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.new-catalog__main-items.active .new-product__btns,
	.new-favorites__main.active .new-product__btns {
		-ms-grid-row: 3;
		grid-row-start: 3;
		padding-top: 0;
	}
	.promo-big {
		margin-bottom: 6px;
	}
	.new-card__main {
		-ms-grid-columns: 1fr 209px 341px;
		grid-template-columns: 1fr 209px 341px;
		-ms-grid-rows: 25px auto auto 70px auto;
		grid-template-rows: 25px auto auto 70px auto;
		padding-top: 22px;
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
	.new-card__side-propertys {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 1;
		grid-row-end: 3;
	}
	.new-card__photos,
	.new-card__promos,
	.new-card__reviews {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 2;
		grid-column-end: 3;
		-ms-grid-row: 3;
		grid-row-start: 3;
		-ms-grid-row-span: 2;
		grid-row-end: 5;
	}
	.new-card__promos,
	.new-card__reviews {
		-ms-grid-column-span: 3;
		grid-column-end: 4;
		-ms-grid-row: 1;
		grid-row-start: 1;
		-ms-grid-row-span: 1;
		grid-row-end: 2;
	}
	.new-card__reviews {
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-column-span: 1;
		grid-column-end: 3;
		-ms-grid-row: 2;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.new-card__propertys {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 3;
		grid-column-end: 4;
		-ms-grid-row: 5;
		grid-row-start: 5;
		-ms-grid-row-span: 1;
		grid-row-end: 6;
	}
	.new-card__garanty,
	.new-card__order {
		-ms-grid-column: 3;
		grid-column-start: 3;
		-ms-grid-column-span: 1;
		grid-column-end: 4;
	}
	.new-card__order {
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 2;
		grid-row-end: 4;
	}
	.new-card__garanty {
		-ms-grid-row: 4;
		grid-row-start: 4;
		-ms-grid-row-span: 1;
		grid-row-end: 5;
		top: 5px;
	}
	.new-card-side-propertys {
		padding-top: 18px;
	}
	.new-card-photos {
		-ms-grid-rows: 486px 52.71px;
		grid-template-rows: 486px 52.71px;
		gap: 65px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.new-card-photos__big-slide,
	.new-card-photos__big-slider {
		width: 395px;
		height: 486px;
	}
	.new-card-photos__min-slider {
		width: 246px;
		height: 52.71px;
	}
	.new-card-reviews {
		padding-top: 20px;
	}
	.new-card-propertys {
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		-ms-grid-columns: auto auto auto;
		grid-template-columns: auto auto auto;
		-webkit-column-gap: 125px;
		-moz-column-gap: 125px;
		column-gap: 125px;
		row-gap: 30px;
		padding-top: 44px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	.new-card-propertys__property--availability,
	.new-card-propertys__property--color {
		-ms-grid-row: unset;
		grid-row-start: unset;
		-ms-grid-row-span: NaN;
		grid-row-end: unset;
	}
	.new-card-propertys__property--color .new-card-propertys__main {
		-ms-grid-columns: (44px) [5];
		grid-template-columns: repeat(5, 44px);
	}
	.new-card-propertys__property--availability {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 3;
		grid-column-end: 4;
	}
	.new-card-propertys__property--availability .new-card-propertys__main {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-webkit-column-gap: 110px;
		-moz-column-gap: 110px;
		column-gap: 110px;
	}
	.new-card-order {
		margin-top: 18px;
	}
	.new-favorites__main {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
	.new-catalog-compilation__wrapper {
		margin-left: -11px;
	}
	.new-catalog-compilation__item {
		margin: 15px 0 0 11px;
	}
}
@media (max-width: 1279px) and (max-width: 767px) {
	.new-catalog__filter {
		width: 100%;
	}
}
@media (max-width: 1023px) {
	.tippy-box {
		font-size: 12px;
		line-height: 15px;
	}
	.tippy-content {
		padding: 10px 10px 12px;
	}
	.new-catalog__wrapper {
		row-gap: 15px;
	}
	.new-catalog__header {
		gap: 19px;
	}
	.new-catalog__main-items {
		row-gap: 30px;
		margin-bottom: 60px;
	}
	.catalog-compilations__item {
		font-size: 14px;
		line-height: 17px;
		padding: 10px 15px;
		margin-right: 22px;
	}
	.catalog-compilations__hidden-block-wrapper {
		margin-right: 22px;
	}
	.catalog-filter {
		padding: 41px 21px 0 66px;
	}
	.catalog-filter__main {
		max-width: 166px;
	}
	.catalog-filter__item {
		padding-bottom: 20px;
		margin-bottom: 11px;
	}
	.catalog-filter .checkboxes__spoller svg,
	.catalog-filter__name svg {
		width: 8px;
	}
	.catalog-filter__name {
		font-size: 12px;
		line-height: 15px;
		letter-spacing: -0.01em;
	}
	.catalog-filter__name span {
		max-width: 150px;
	}
	.catalog-filter__hidden {
		padding-top: 19px;
	}
	.catalog-filter .checkboxes__spoller {
		margin-top: 12px;
		border-radius: 3.2803px;
		border: 1px solid #f0f2f4;
		font-size: 10px;
		line-height: 15px;
		gap: 3px;
	}
	.catalog-filter .checkboxes--hidden {
		margin-top: 12px;
	}
	.catalog-filter .checkbox:not(:first-child) {
		margin-top: 12px;
	}
	.catalog-filter .checkbox__text::before {
		width: 11.15px;
		height: 11.15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 11.5px;
		flex: 0 0 11.5px;
		border-radius: 1.96818px;
		border: 1.3px solid #4bb1bc;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
	.catalog-filter .checkbox__text {
		gap: 9.73px;
	}
	.catalog-filter .checkbox__text span:first-child {
		font-size: 12px;
		line-height: 15px;
	}
	.catalog-filter .checkbox__text span:nth-child(2) {
		font-size: 9px;
		line-height: 11px;
	}
	.catalog-filter .checkbox__tippy {
		width: 11.81px;
		height: 11.81px;
	}
	.catalog-filter .checkbox__tippy svg {
		width: 5px;
	}
	.catalog-filter__more {
		padding-bottom: 20px;
		margin-bottom: 12px;
		font-size: 12px;
		line-height: 15px;
	}
	.catalog-filter__more-img {
		width: 15.75px;
		height: 15.75px;
		border-radius: 3.2803px;
	}
	.catalog-filter__more-img svg {
		width: 7px;
	}
	.catalog-filter__btns-wrapper {
		padding-bottom: 12px;
		margin-bottom: 13px;
		max-width: 166px;
	}
	.catalog-filter__btns-wrapper input {
		font-size: 10px;
		line-height: 12px;
		padding: 10px 13px 10px 12px;
		border-radius: 6.5606px;
	}
	.catalog-filter__header {
		margin-bottom: 12px;
	}
	.catalog-filter__close {
		right: 10px;
		top: 24px;
	}
	.catalog-filter__head-text {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 28px;
	}
	.catalog-filter__head-sorting {
		padding: 9px 26px 8px 23px;
		gap: 13px;
	}
	.new-catalog-sorting__filters-btn {
		gap: 61px;
	}
	.new-product {
		-ms-grid-rows: 188px minmax(72px, auto) minmax(17px, auto) (auto) [2];
		grid-template-rows: 188px minmax(72px, auto) minmax(17px, auto) repeat(
				2,
				auto
			);
		padding: 0;
		-ms-flex-line-pack: start;
		align-content: start;
		gap: 25px;
	}
	.new-product__btns {
		grid-auto-flow: row;
		gap: 10px;
	}
	.new-product__appendix {
		padding-right: 6px;
		padding-top: 3px;
	}
	.new-product__economy {
		top: 31%;
	}
	.new-catalog__main-items.active .new-product,
	.new-favorites__main.active .new-product {
		-ms-grid-columns: 115px auto auto auto auto;
		grid-template-columns: 115px auto auto auto auto;
		max-width: 651px;
	}
	.new-catalog__main-items.active .new-product__image,
	.new-favorites__main.active .new-product__image {
		height: 114px;
		-ms-grid-row-span: 3;
		grid-row-end: 3;
	}
	.new-catalog__main-items.active .new-product__name-wrapper,
	.new-favorites__main.active .new-product__name-wrapper {
		padding: 0 0 0 22px;
		margin-top: -10px;
	}
	.new-catalog__main-items.active .new-product__price-wrapper,
	.new-favorites__main.active .new-product__price-wrapper {
		grid-auto-flow: row;
		gap: 16px;
	}
	.new-catalog__main-items.active .new-product__price-bonus,
	.new-favorites__main.active .new-product__price-bonus {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.new-catalog__main-items.active .new-product__price-bonus img,
	.new-favorites__main.active .new-product__price-bonus img {
		display: block;
	}
	.new-catalog__main-items.active .new-product__btns,
	.new-favorites__main.active .new-product__btns {
		padding-top: 21px;
	}
	.promo-big {
		margin: 0;
	}
	.new-card__main {
		-ms-grid-columns: auto 1fr 301px;
		grid-template-columns: auto 1fr 301px;
		-ms-grid-rows: 25px auto auto 70px auto;
		grid-template-rows: 25px auto auto 70px auto;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		padding-top: 15px;
	}
	.new-card__photos {
		-ms-grid-row: 3;
		grid-row-start: 3;
		-ms-grid-row-span: 1;
		grid-row-end: 4;
	}
	.new-card__order {
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 3;
		grid-row-end: 5;
	}
	.new-card__garanty {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 2;
		grid-column-end: 3;
		-ms-grid-row: 4;
		grid-row-start: 4;
		-ms-grid-row-span: 1;
		grid-row-end: 5;
	}
	.new-card-side-propertys {
		padding-top: 15px;
	}
	.new-card-side-propertys__item {
		font-size: 6.25287px;
		line-height: 5.53px;
		width: 49.24px;
		height: 49.24px;
		border-radius: 4.97388px;
	}
	.new-card-side-propertys__item img {
		margin-bottom: 3px;
	}
	.new-card-photos {
		-ms-grid-rows: 329px 42px;
		grid-template-rows: 329px 42px;
		gap: 41px;
	}
	.new-card-photos__big-slide {
		width: 279.31px;
		height: 329px;
	}
	.new-card-photos__min-slider {
		width: 195px;
		height: 41.79px;
	}
	.new-card-photos__min-slide-wrapper {
		padding: 0 6.95px;
	}
	.new-card-photos__min-slide {
		width: 55.71px;
		height: 41.79px;
	}
	.new-card-reviews {
		padding-top: 17px;
		padding-left: 6px;
	}
	.new-card-propertys {
		padding-top: 33px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 41px;
	}
	.new-card-propertys__property--availability .new-card-propertys__main {
		-webkit-column-gap: 84px;
		-moz-column-gap: 84px;
		column-gap: 84px;
	}
	.new-card-order {
		padding: 0 19px 10px 22px;
	}
	.new-card-order__price-wrapper {
		gap: 10px;
	}
	.new-card-order__main-price {
		font-size: 32px;
		line-height: 39px;
		margin: 0 8.9px;
	}
	.new-card-order__cross {
		font-size: 17px;
		line-height: 21px;
	}
	.new-card-order__bb {
		font-size: 12px;
		line-height: 15px;
	}
	.new-card-order__btns {
		-ms-grid-columns: 133.61px 1fr;
		grid-template-columns: 133.61px 1fr;
		-ms-grid-rows: (45px) [2];
		grid-template-rows: repeat(2, 45px);
		row-gap: 9px;
	}
	.new-card-order__btns,
	.new-card-order__btns .quantity__input input {
		font-size: 14px;
		line-height: 17px;
	}
	.new-favorites__wrapper {
		width: 710px;
		margin: 40px -30px 0;
	}
	.new-favorites__header {
		min-height: 53px;
	}
	.new-favorites__btn {
		font-size: 9px;
		line-height: 11px;
		padding: 0 13px;
		min-height: 27px;
	}
	.new-favorites__btn svg {
		width: 20.52px;
		height: 20.52px;
	}
	.new-favorites__main {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		row-gap: 60px;
	}
	.new-catalog-compilation__wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.tippy-box {
		font-size: 16px;
		line-height: 20px;
	}
	.catalog-compilations__hidden .catalog-compilations__item img,
	.catalog-compilations__hidden .catalog-compilations__item picture,
	.catalog-compilations__hidden-block-wrapper {
		display: none;
	}
	.tippy-content {
		padding: 20px 20px 22px;
	}
	.new-catalog__wrapper {
		row-gap: 11px;
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
	.new-catalog__header {
		-ms-grid-column-span: 2;
		grid-column-end: 2;
	}
	.new-catalog__main {
		max-width: 280px;
		margin-left: -10px;
		width: 280px;
	}
	.new-catalog__compilation,
	.new-catalog__main {
		-ms-grid-column-span: 2;
		grid-column-end: 2;
	}
	.new-catalog__main-items {
		-ms-grid-columns: (2fr) [1];
		grid-template-columns: repeat(2, 1fr);
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 30px;
	}
	.new-catalog-show {
		margin-left: -20px;
		margin-right: -29px;
	}
	.new-catalog-pagenavigation {
		gap: 12.53px;
	}
	.new-catalog-pagenavigation__arrow {
		width: 25.36px;
		height: 31.36px;
	}
	.new-catalog-pagenavigation__main {
		gap: 3.84px;
	}
	.new-catalog-pagenavigation__item {
		font-size: 12.5458px;
		line-height: 15px;
		width: 25.36px;
		height: 31.36px;
	}
	.new-catalog-pagenavigation__item:nth-child(n + 2) {
		/* display: none; */
	}
	.catalog-compilations {
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
		margin-top: -7.6px;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 8px;
	}
	.catalog-compilations__item {
		font-size: 10px;
		line-height: 12px;
		max-height: 32px;
	}
	.catalog-compilations__item img {
		width: 11px;
		height: 15px;
	}
	.catalog-compilations__hidden-block-wrapper,
	.catalog-compilations__item {
		margin-right: 3px;
		margin-top: 7.6px;
	}
	.catalog-compilations__hidden-block {
		padding: 0 13px 0 8px;
		min-height: 31px;
		font-size: 10px;
		line-height: 15px;
		gap: 8.6px;
	}
	.catalog-compilations__hidden-block svg {
		width: 8px;
	}
	.catalog-compilations__hidden .catalog-compilations__item {
		max-height: unset;
	}
	.catalog-filter {
		padding: 0;
	}
	.catalog-filter__main {
		max-width: unset;
		padding: 26px 30px 0;
	}
	.catalog-filter__item {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.catalog-filter__name {
		font-size: 16px;
		line-height: 20px;
	}
	.catalog-filter__name span {
		max-width: unset;
	}
	.catalog-filter__hidden {
		padding-top: 30px;
	}
	.catalog-filter .checkboxes__spoller {
		margin-top: 20px;
		border-radius: 5px;
		font-size: 14px;
		line-height: 21px;
		gap: 5px;
		border: 2px solid #f0f2f4;
	}
	.catalog-filter .checkbox__tippy svg,
	.catalog-filter .checkboxes__spoller svg,
	.catalog-filter__more-img svg {
		width: auto;
	}
	.catalog-filter .checkboxes--hidden {
		margin-top: 20px;
	}
	.catalog-filter .checkbox:not(:first-child) {
		margin-top: 20px;
	}
	.catalog-filter .checkbox__text::before {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 17px;
		flex: 0 0 17px;
		height: 17px;
		width: 17px;
		border-radius: 3px;
		border: 2px solid #4bb1bc;
	}
	.catalog-filter .checkbox__text {
		gap: 15px;
	}
	.catalog-filter .checkbox__text span:first-child {
		font-size: 16px;
		line-height: 20px;
	}
	.catalog-filter .checkbox__text span:nth-child(2) {
		font-size: 14px;
		line-height: 17px;
	}
	.catalog-filter .checkbox__tippy {
		width: 18px;
		height: 18px;
	}
	.catalog-filter__more {
		padding-bottom: 30px;
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 20px;
	}
	.catalog-filter__more-img {
		width: 24px;
		height: 24px;
		border-radius: 5px;
	}
	.catalog-filter__btns-wrapper {
		border: unset;
		margin-bottom: 0;
		padding: 0 30px 81px;
		max-width: unset;
	}
	.catalog-filter__btns-wrapper input {
		font-size: 16px;
		line-height: 20px;
		padding: 15px 21px;
		border-radius: 10px;
	}
	.catalog-filter__header {
		height: 63px;
		-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.11);
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.11);
		padding: 19px 32px 21px 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.catalog-filter__close {
		position: unset;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.catalog-filter__head-text {
		margin: 0;
	}
	.catalog-filter__head-sorting {
		display: none;
	}
	.new-catalog-sorting {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		padding-bottom: 30px;
		max-width: 260px;
		margin-left: 10px;
	}
	.new-catalog-sorting__filters-btn {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		min-height: 50px;
		font-size: 14px;
		line-height: 17px;
	}
	.new-catalog-sorting__spoller {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		line-height: 17px;
		gap: 10px;
		padding-top: 10px;
		height: 50px;
		margin-bottom: 20px;
	}
	.new-catalog-sorting__criterion-wrapper {
		right: auto;
		top: 63px;
		width: 100%;
	}
	.new-catalog-sorting__layout-wrapper {
		display: none;
	}
	.new-product {
		padding-top: 18px;
		-ms-grid-rows: 130px minmax(34px, auto) minmax(80px, auto) auto;
		grid-template-rows: 130px minmax(34px, auto) minmax(80px, auto) auto;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		gap: 16px;
	}
	.new-product__category {
		display: none;
	}
	.new-product__name {
		font-size: 14px;
		line-height: 17px;
		z-index: 1;
	}
	.new-product__in-stock {
	}
	.new-card-order__price-asterisk span,
	.new-product__in-stock span {
		font-size: 12px;
	}
	.new-product__price-wrapper {
		gap: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.new-product__price {
		-ms-grid-rows: auto auto;
		grid-template-rows: auto auto;
		row-gap: 0;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	.new-product__price img,
	.new-product__price picture {
		margin-right: 10px;
		width: 15px;
	}
	.new-product__price-cross,
	.new-product__price-main {
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-column-span: 1;
		grid-column-end: 3;
	}
	.new-product__price-main {
		font-size: 16px;
		line-height: 20px;
	}
	.new-product__price-cross {
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 1;
		grid-row-end: 3;
	}
	.new-product__price-bonus {
		-ms-grid-column-align: center;
		justify-self: center;
	}
	.new-product__btn-cart span,
	.new-product__price-bonus img,
	.new-product__price-bonus picture {
		display: none;
	}
	.new-product__btns {
		z-index: 2;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
		padding-top: 4px;
	}
	.new-product__btn-cart {
		padding: 0;
		width: 53px;
		height: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.new-product__btn-cart svg {
		display: block;
	}
	.new-product__btn-click {
		display: none;
	}
	.new-product__promo {
		flex-direction: column-reverse;
		justify-content: flex-star;
		gap: 18px;
	}
	.new-product__banners {
		gap: 5px;
		z-index: 2;
	}
	.new-product__banner-present,
	.new-product__banner-so-skidkoi {
		font-size: 9px;
	}
	.new-product__appendix {
		padding-right: 0;
		grid-auto-flow: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 7px;
		padding-left: 7px;
	}
	.new-product__appendix-bookmark {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.new-card-side-propertys__item span,
	.new-product__economy {
		display: none;
	}
	.top-main-page .new-product {
		-ms-grid-rows: 108px minmax(37px, auto) (auto) [2];
		grid-template-rows: 108px minmax(37px, auto) repeat(2, auto);
		padding-top: 30px;
		gap: 27px;
		padding-bottom: 10px;
	}
	.top-main-page .new-product,
	.top-main-page .new-product .new-product__price,
	.top-main-page .new-product .new-product__price-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.top-main-page .new-product .new-product__btn-cart {
		display: block;
		margin-right: 43px;
	}
	.top-main-page .new-product .new-product__promo {
		padding-left: 67px;
	}
	.top-main-page .new-product .new-product__appendix {
		padding-bottom: 13px;
	}
	.promo-big {
		-ms-grid-column-span: 3;
		grid-column-end: 3;
		height: 89px;
		margin: 0 10px;
		-ms-grid-row: 3;
		grid-row-start: 3;
		-ms-grid-row-span: 1;
		grid-row-end: 4;
	}
	.new-card__container {
		padding-bottom: 0;
	}
	.new-card__main {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: (auto) [5];
		grid-template-rows: repeat(5, auto);
	}
	.new-card__side-propertys {
		position: absolute;
	}
	.new-card__garanty,
	.new-card__order {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
		-ms-grid-row-span: 1;
	}
	.new-card__photos {
		-ms-grid-row: 3;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.new-card__photos,
	.new-card__promos,
	.new-card__propertys,
	.new-card__reviews,
	.new-card__side-propertys {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
		-ms-grid-row-span: 1;
	}
	.new-card__side-propertys {
		-ms-grid-row: 3;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.new-card__promos {
		-ms-grid-row: 1;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.new-card__reviews {
		-ms-grid-row: 2;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.new-card__propertys {
		-ms-grid-row: 5;
		grid-row-start: 5;
		grid-row-end: 6;
	}
	.new-card__garanty,
	.new-card__order {
		-ms-grid-row: 4;
		grid-row-start: 4;
		grid-row-end: 5;
	}
	.new-card__garanty {
		width: 260px;
		height: 114px;
		top: unset;
		bottom: 34px;
	}
	.new-accessories__wrapper {
		width: 280px;
		margin: 0 -10px;
		grid-template-columns: repeat(auto-fit, 130px);
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 30px;
	}
	.new-accessories .new-product__promo {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-grid-column-align: end;
		justify-self: end;
	}
	.new-accessories .new-product__promo .new-product__appendix {
		grid-auto-flow: row;
	}
	.new-card-side-propertys {
		gap: 4px;
		grid-auto-flow: row;
		padding-top: 29px;
	}
	.new-card-side-propertys__item {
		width: 27px;
		height: 27px;
		border-radius: 2.74295px;
	}
	.new-card-photos {
		-ms-grid-rows: 232px 35.5px;
		grid-template-rows: 232px 35.5px;
		gap: 30px;
	}
	.new-card-photos__big-slide,
	.new-card-photos__big-slider {
		width: 197px;
		height: 232.05px;
	}
	.new-card-photos__big-slide img {
		padding: 1em 0;
	}
	.new-card-photos__min-slider {
		width: 166px;
		height: 35.57px;
	}
	.new-card-photos__min-slide-wrapper {
		padding: 0 5.93px;
	}
	.new-card-photos__min-slide {
		width: 47.43px;
		height: 35.57px;
	}
	.new-card-promos {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	.new-card-promos__banners {
		grid-auto-flow: row;
		gap: 4px;
		justify-items: start;
	}
	.new-card-reviews {
		padding-top: 10px;
		padding-left: 1px;
	}
	.new-card-propertys {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		padding-top: 54px;
		row-gap: 0px;
	}
	.new-card-propertys__property--availability {
		-ms-grid-column-span: 2;
		grid-column-end: 2;
	}
	.new-card-propertys__property--availability .new-card-propertys__main {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	.new-card-propertys__main {
		padding-bottom: 37px;
	}
	.new-card-order {
		padding: 0 23px 40px 20px;
		width: 300px;
		margin: 35px -20px 0;
	}
	.new-card-order__top-banner {
		display: none;
	}
	.new-card-order__main-price {
		margin: 0 7.9px;
	}
	.new-favorites__wrapper {
		width: 320px;
		margin: 0 -30px;
		padding: 35px 30px 84px;
	}
	.new-favorites__btns {
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.new-favorites__btn {
		min-height: 30px;
	}
	.new-favorites__btn svg {
		width: 20.52px;
		height: 20.52px;
	}
	.new-favorites__layout-wrapper {
		display: none;
	}
	.new-favorites__main {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 80px;
	}
	.new-favorites__main .new-product {
		max-width: 130px;
	}
	.new-favorites__main .new-product__banner-gift,
	.new-favorites__main .new-product__price-bonus {
		display: none;
	}
	.new-catalog-compilation__head {
		text-align: center;
	}
	.new-catalog-compilation__description,
	.new-catalog-compilation__item {
		font-size: 12px;
		line-height: 15px;
	}
}
@media (max-width: 1023px) and (min-width: 767px) {
	.catalog-filter-price__inpts {
		width: 165.98px;
		height: 26.9px;
		font-size: 12px;
		line-height: 15px;
		border-radius: 6.5606px;
		border: 1.3px solid #f0f2f4;
	}
	.catalog-filter-price__inpt:first-child {
		border-right: 0.6px solid #f0f2f4;
	}
	.catalog-filter-price__inpt:last-child {
		border-left: 0.6px solid #f0f2f4;
	}
	.catalog-filter-price__inpt input::-webkit-input-placeholder {
		font-size: 12px;
		line-height: 15px;
	}
	.catalog-filter-price__inpt input::-moz-placeholder {
		font-size: 12px;
		line-height: 15px;
	}
	.catalog-filter-price__inpt input:-ms-input-placeholder {
		font-size: 12px;
		line-height: 15px;
	}
	.catalog-filter-price__inpt input::-ms-input-placeholder {
		font-size: 12px;
		line-height: 15px;
	}
	.catalog-filter-price__inpt input::placeholder {
		font-size: 12px;
		line-height: 15px;
	}
	.catalog-filter-price .noUi-handle::after {
		width: 8.35px;
		height: 8.35px;
		left: 5.5px;
		top: 4.5px;
	}
	.catalog-filter-price .noUi-handle {
		width: 18.37px;
		height: 18.37px;
	}
	.catalog-filter-price .noUi-horizontal .noUi-handle {
		right: -12.5px;
		top: -9px;
	}
	.filter-brand {
		margin-top: -5px;
		margin-right: -5px;
	}
	.filter-brand__item {
		margin-top: 5px;
		margin-right: 2px;
	}
	.filter-brand__item-wrapper {
		font-size: 12px;
		line-height: 15px;
		gap: 6px;
		padding: 10px;
	}
	.filter-brand__item-wrapper span:first-child {
		font-size: 12px;
		line-height: 15px;
	}
	.filter-brand__item-wrapper span:not(:first-child) {
		font-size: 12px;
		line-height: 15px;
	}
}
@media (max-width: 1279px) and (min-width: 767px) {
	.top-main-page .new-product {
		padding: 0;
		-ms-grid-columns: 175px auto 1fr 293px;
		grid-template-columns: 175px auto 1fr 293px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-ms-grid-rows: (auto) [3];
		grid-template-rows: repeat(3, auto);
		gap: 0;
	}
	.top-main-page .new-product__btn-cart,
	.top-main-page .new-product__price-bonus img {
		display: block;
	}
	.top-main-page .new-product:nth-child(4)::after {
		display: none;
	}
	.top-main-page .new-product__image {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
		-ms-grid-row: 1;
		grid-row-start: 1;
		-ms-grid-row-span: 3;
		grid-row-end: 4;
		height: 148px;
	}
	.top-main-page .new-product__promo {
		position: unset;
		width: auto;
		display: -ms-grid;
		display: grid;
		-ms-grid-column: 4;
		grid-column-start: 4;
		-ms-grid-column-span: 1;
		grid-column-end: 5;
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 1;
		grid-row-end: 3;
		padding: 0;
		gap: 0;
	}
	.top-main-page .new-product__banners,
	.top-main-page .new-product__promo {
		grid-auto-flow: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
	.top-main-page .new-product__banners div {
		border-radius: 5px;
	}
	.top-main-page .new-product__banner-hit {
		line-height: 10px;
	}
	.top-main-page .new-product__appendix {
		grid-auto-flow: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 22px;
		padding-right: 0;
	}
	.top-main-page .new-product__in-stock,
	.top-main-page .new-product__name-wrapper {
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-column-span: 1;
		grid-column-end: 3;
		-ms-grid-row-span: 1;
	}
	.top-main-page .new-product__name-wrapper {
		-ms-grid-row: 2;
		grid-row-start: 2;
		grid-row-end: 3;
		padding: 0 0 0 22px;
		margin-top: -21px;
	}
	.top-main-page .new-product__in-stock {
		-ms-grid-row: 3;
		grid-row-start: 3;
		grid-row-end: 4;
		-ms-grid-row-align: start;
		align-self: start;
		margin-top: 0;
		padding: 14px 0 0 22px;
	}
	.top-main-page .new-product__economy,
	.top-main-page .new-product__price-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-grid-row-span: 1;
		-ms-grid-column-span: 1;
	}
	.top-main-page .new-product__economy {
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		grid-auto-flow: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		gap: 5px;
		padding: 5px;
		-ms-grid-row-align: center;
		align-self: center;
		min-width: 132px;
		top: 32px;
		right: -122px;
		position: unset;
		-ms-grid-row: 2;
		grid-row-start: 2;
		grid-row-end: 3;
		-ms-grid-column: 5;
		grid-column-start: 5;
		grid-column-end: 6;
		-ms-grid-column-align: end;
		justify-self: end;
		margin: 15px 0 0;
	}
	.top-main-page .new-product__price-wrapper {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
		-ms-grid-row: 1;
		grid-row-start: 1;
		grid-row-end: 2;
		justify-items: end;
		grid-auto-flow: row;
		-ms-grid-column: 4;
		grid-column-start: 4;
		grid-column-end: 5;
		-ms-grid-column-align: start;
		justify-self: start;
	}
	.top-main-page .new-product__price,
	.top-main-page .new-product__price-bonus {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.top-main-page .new-product__btn-click,
	.top-main-page .new-product__btns {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-grid-row-span: 1;
	}
	.top-main-page .new-product__btns {
		grid-auto-flow: row;
		gap: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		grid-row-end: 4;
		-ms-grid-row: 3;
		grid-row-start: 3;
		padding-top: 0;
		-ms-grid-column: 4;
		grid-column-start: 4;
		-ms-grid-column-span: 1;
		grid-column-end: 5;
		-ms-grid-column-align: start;
		justify-self: start;
		grid-template-columns: min-content;
		grid-template-rows: min-content min-content;
	}
	.top-main-page .new-product__btn-click {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 2;
		grid-column-end: 3;
		-ms-grid-row: 2;
		grid-row-start: 2;
		grid-row-end: 3;
		font-size: 14px;
		line-height: 17px;
		-ms-grid-column-align: center;
		justify-self: center;
	}
	.top-main-page .new-product__banner-present,
	.top-main-page .new-product__qty {
		display: none;
	}
	.top-main-page .new-product::after {
		bottom: -11px;
	}
}
@media (max-width: 1023px) and (min-width: 766.99px) {
	.top-main-page .new-product {
		-ms-grid-columns: 175px auto 1fr 226px !important;
		grid-template-columns: 175px auto 1fr 226px !important;
	}
	.top-main-page .new-product .new-product__name-wrapper {
		padding: 0 0 0 6px;
		margin-top: -13px;
	}
	.top-main-page .new-product .new-product__in-stock {
		padding: 14px 0 0 6px;
	}
}
.bx-btn-border,
.bx-btn-red,
.bx-composite-btn,
.bx-composite-btn-fixed {
	display: none;
}
.new-catalog__main-items.active .new-product__btn-cart {
	grid-column-start: 2;
}

.new-product__banner-yellow,
.new-product__banner-black,
.new-product__banner-pink,
.new-product__banner-red,
.new-product__banner-green,
.new-product__banner-blue,
.new-product__banner-orange {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 0 5px !important;
	height: 18px;
	font-size: 10px !important;
	font-weight: 600 !important;
	line-height: 12px;
}

.new-product__banner-yellow,
.new-card-promos__banner--yellow {
	color: #ffffff;
	background-color: #FFC530;
}
.new-product__banner-black,
.new-card-promos__banner--black {
	color: #ffffff;
	background-color: #000000;
}
.new-product__banner-pink,
.new-card-promos__banner--pink {
	color: #ffffff;
	background-color: #DB7093;
}
.new-product__banner-red,
.new-card-promos__banner--red {
	color: #ffffff;
	background-color: #BC090F;
}
.new-product__banner-green,
.new-card-promos__banner--green {
	color: #ffffff;
	background-color: #00B33E;
}
.new-product__banner-blue,
.new-card-promos__banner--blue {
	color: #ffffff;
	background-color: #210EFF;
}
.new-product__banner-orange,
.new-card-promos__banner--orange {
	color: #ffffff;
	background-color: #FF9E12;
}
.new-card-promos__banner--so-skidkoi {
	background: #ffc530;
	color: #000000 !important;
}