@charset "UTF-8";

@font-face {
	font-family: 'Jost';
	font-display: swap;
	src:
		url('../fonts/Jost-Bold.woff') format('woff'),
		url('../fonts/Jost-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Jost';
	font-display: swap;
	src:
		url('../fonts/Jost-Regular.woff') format('woff'),
		url('../fonts/Jost-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Jost';
	font-display: swap;
	src:
		url('../fonts/Jost-SemiBold.woff') format('woff'),
		url('../fonts/Jost-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Jost';
	font-display: swap;
	src:
		url('../fonts/Jost-Medium.woff') format('woff'),
		url('../fonts/Jost-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	background: #eeefe9;
	line-height: 1;
	font-family: 'Jost';
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: 'Jost';
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}
.cart__products {
	background-color: #fff;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	color: #000;
	font-size: 16px;
}

body._error-page .page {
	padding: 0 !important;
}

body._lock {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.prices {
	display: flex;
	flex-direction: row;
	column-gap: 5px;
}
._container {
	width: 100%;
	max-width: 1580px;
	margin: 0 auto;
	padding: 0px 20px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
._container .card-information__description p {
	user-select: text;
	-moz-user-select: text;
	-webkit-user-select: text;
}
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0px 0px;
}

.btn._fw {
	width: 100%;
}

.select {
	position: relative;
}

.select__item {
	position: relative;
}

.select__title {
	color: #000;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 3px 3px 10px 1px #c0c0c0;
}

.select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	padding: 0px 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 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	/*text-align: right;*/
	margin-right: 10px;
}

.head-catalog__select .select__value span {
	width: 70px !important;
	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: 24px;
	height: 24px;
	background: url('../img/icons/select-b.svg') center/100% no-repeat;
}

.select__input {
	width: 100%;
	background-color: transparent;
	height: 100%;
}

.select__options {
	color: #000;
	display: none;
	position: absolute;
	top: 100%;
	min-width: 100%;
	left: 0;
	background-color: #fff;
	border: 1px solid #dedede;
	font-size: 16px;
	padding: 5px 0px 5px 0px;
}

.select__option {
	cursor: pointer;
	padding: 5px 5px;
	margin: 0px 21px 0px 6px;
}

.select._active {
	z-index: 5;
}

.select._active .select__value:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.select._active .select__options {
	display: block;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
}

.label {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
}

.label span {
	color: #f31d1d;
	font-weight: 500;
}
.with-product-add__price_old,
.product-product-add__price_old {
	color: #ababab;
	text-decoration: line-through;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.input {
	border-radius: 0 !important;
	width: 100%;
	display: block;
	border: 1px solid #dedede;
	padding: 10px 20px;
	min-height: 50px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #000;
	max-width: 100%;
	min-width: 0px;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.input._placeholder {
	color: #000 !important;
}

.input:not(._focus) {
	/*color: #a5a5a5;*/
}

.input:focus {
	border-color: #000;
}

.input::-webkit-input-placeholder {
	color: #a5a5a5;
}

.input::-moz-placeholder {
	color: #a5a5a5;
}

.input:-ms-input-placeholder {
	color: #a5a5a5;
}

.input::-ms-input-placeholder {
	color: #a5a5a5;
}

.input::placeholder {
	color: #a5a5a5;
}

.input._error {
	border-color: #f31d1d;
}

textarea.input {
	resize: none;
	padding: 0px 0px;
}

.form__error {
	color: #f31d1d;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: block;
}

.checkbox {
	position: relative;
}

.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.checkbox__input:checked + .checkbox__text::before {
	background: #fff;
	border-color: #000;
}

.checkbox__input:checked + .checkbox__text::after {
	opacity: 1;
}

.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;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}

.checkbox__text:before {
	content: '';
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0px 15px 0px 0px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 23px;
	flex: 0 0 23px;
	left: 0;
	top: 0;
	width: 23px;
	height: 23px;
	background: #e3e3e3;
	border: 1px solid #e3e3e3;
}

.checkbox__text::after {
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	top: 6px;
	left: 6px;
	background: #000;
	opacity: 0;
}

.checkbox a {
	color: inherit;
	text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
	border: 1px solid #ee1212;
}

.options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	row-gap: 20px;
}

.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:before {
	background: #fff;
	border-color: #000;
}

.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;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.options__text:before {
	content: '';
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0px 12px 0px 0px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background: #dedede;
	border: 1px solid #dedede;
}

.options__text:after {
	content: '';
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	left: 6px;
	top: 6px;
}

.rating-block {
	display: table;
	font-size: 0;
}

.rating {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.rating.edit .star {
	cursor: pointer;
}

.rating .star {
	width: 17px;
	height: 14px;
	display: inline-block;
	position: relative;
	z-index: 3;
}

.rating__line {
	position: absolute;
	width: 85px;
	height: 14px;
	top: 0;
	left: 0;
	background: url('../img/icons/bg_rating.svg') 0 0 no-repeat;
	z-index: 1;
	background-size: 85px 100%;
}

.rating__activeline {
	position: absolute;
	width: 0px;
	height: 14px;
	top: 0;
	left: 0;
	background: url('../img/icons/bg_rating_active.svg') 0 0 no-repeat;
	z-index: 2;
	background-size: 85px 100%;
}

.rating__value {
	display: inline-block;
	color: #1b3139;
	font-size: 14px;
	line-height: 13px;
	vertical-align: middle;
}

.quantity {
	width: 100%;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #dedede;
}

.quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	position: relative;
	cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0px 0px 0px -7.5px;
	background-color: #9a9a9a;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	display: inline-block;
}

.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;
	min-width: 15px;
}

.quantity__input input {
	height: 100%;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.7px;
	width: 100%;
	text-align: center;
}

img,
svg {
	vertical-align: middle;
}

.row:after {
	display: block;
	content: '';
	clear: both;
}

.rub:after {
	content: '₽';
}

ol.counter {
	list-style-type: none;
	counter-reset: item;
}

ol.counter li {
	position: relative;
	padding: 0px 0px 0px 45px;
}

ol.counter li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	color: #818181;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid #4274bb;
}

.ellipsis {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.es {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.table {
	display: table;
	font-size: 0;
	width: 100%;
}

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}

.cell.full {
	width: 100%;
}

._ibg {
	position: relative;
}

._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-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;
}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.moretext {
	overflow: hidden;
}

.moretext__more {
	cursor: pointer;
}

.moretext__more span {
	font-style: normal;
}

.moretext__more span:first-child {
	display: block;
}

.moretext__more span:last-child {
	display: none;
}

.moretext__more.active span {
	font-style: normal;
}

.moretext__more.active span:first-child {
	display: none;
}

.moretext__more.active span:last-child {
	display: block;
}

#map {
	background: url('../img/icons/loading.gif') center/50px no-repeat;
}

._swiper,
._swiper-md4 {
	overflow: hidden;
}
.offer__products .swiper-wrapper {
	display: flex !important;
}
._swiper .swiper-wrapper,
._swiper-md4 .swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper,
._swiper-md4.swiper-container-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper,
._swiper-md4.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
	display: none !important;
}

._scroll-slider {
	width: 100%;
	max-width: 100%;
	position: relative;
	background: transparent;
	height: 4px;
}

._scroll-slider .swiper-scrollbar-drag {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #d9d9d9;
}

.slick-slider {
	position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slick-slider .slick-track {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-slider .slick-slide {
	position: relative;
}

.tab__item {
	display: none;
}

.tab__item.active {
	display: block;
}

._tabs-block {
	display: none;
}

._tabs-block._active {
	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 {
	display: none !important;
}

.baloon:after {
	display: none !important;
}

.baloon-style {
	display: none;
}

.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0px !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-content.gm-style-iw:after {
	display: 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%;
}

.qs-datepicker-container {
	font-size: 1rem;
	margin-top: 5px;
	font-family: sans-serif;
	color: #000;
	position: absolute;
	width: 15.625em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
	box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
	padding: 5px;
	border: 1px solid #dedede;
}
.catalog__product {
	outline: 1px solid #dedede;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px) / 4);
	flex: 0 0 calc((100% - 30px) / 4);
}
.qs-datepicker-container:before {
	top: 0;
}

.qs-datepicker-container:after {
	bottom: 0;
}

.qs-datepicker-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.qs-datepicker-container.qs-centered {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.qs-datepicker-container.qs-hidden {
	display: none;
}

.qs-datepicker .qs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(225, 225, 225, 0.75);
	color: #000;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	z-index: 1;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
	opacity: 0;
	z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
	background: rgba(0, 0, 0, 0);
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	color: #000;
	font-size: 0.875em;
	padding: 0.25em 0;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
	padding: 0.5em;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
	border: 1px solid #fff;
	border-radius: 0.26392em;
	padding: 0.5em;
	margin: 0 auto auto;
	cursor: pointer;
	background: rgba(128, 128, 128, 0.4);
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
	color: grey;
	border-color: grey;
	cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
	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;
	width: 33.33333%;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: opacity 0.15s;
	-o-transition: opacity 0.15s;
	transition: opacity 0.15s;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
	opacity: 1;
}

.qs-datepicker .qs-controls {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #fff;
	color: #000;
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transition: -webkit-filter 0.3s;
	transition: -webkit-filter 0.3s;
	-o-transition: filter 0.3s;
	transition: filter 0.3s;
	transition:
		filter 0.3s,
		-webkit-filter 0.3s;
}

.qs-datepicker .qs-controls.qs-blur {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.qs-datepicker .qs-arrow {
	height: 1.5625em;
	width: 1.5625em;
	position: relative;
	cursor: pointer;
	border-radius: 0.26392em;
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
}

.qs-datepicker .qs-arrow:hover {
	background: rgba(0, 0, 0, 0.1);
}

.qs-datepicker .qs-arrow:hover.qs-left:after {
	border-right-color: #000;
}

.qs-datepicker .qs-arrow:hover.qs-right:after {
	border-left-color: #000;
}

.qs-datepicker .qs-arrow:after {
	content: '';
	border: 0.39062em solid rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	-webkit-transition: border 0.2s;
	-o-transition: border 0.2s;
	transition: border 0.2s;
}

.qs-datepicker .qs-arrow.qs-left:after {
	border-right-color: grey;
	right: 50%;
	-webkit-transform: translate(25%, -50%);
	-ms-transform: translate(25%, -50%);
	transform: translate(25%, -50%);
}

.qs-datepicker .qs-arrow.qs-right:after {
	border-left-color: grey;
	left: 50%;
	-webkit-transform: translate(-25%, -50%);
	-ms-transform: translate(-25%, -50%);
	transform: translate(-25%, -50%);
}

.qs-datepicker .qs-month-year {
	font-weight: 700;
	-webkit-transition: border 0.2s;
	-o-transition: border 0.2s;
	transition: border 0.2s;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	cursor: pointer;
}

.qs-datepicker .qs-month-year:hover {
	border-bottom: 1px solid grey;
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
	outline: none;
}

.qs-datepicker .qs-month {
	padding-right: 0.5ex;
}

.qs-datepicker .qs-year {
	padding-left: 0.5ex;
}

.qs-datepicker .qs-squares {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.3125em;
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transition: -webkit-filter 0.3s;
	transition: -webkit-filter 0.3s;
	-o-transition: filter 0.3s;
	transition: filter 0.3s;
	transition:
		filter 0.3s,
		-webkit-filter 0.3s;
}

.qs-datepicker .qs-squares.qs-blur {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.qs-datepicker .qs-square {
	width: 14.28571%;
	height: 1.5625em;
	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;
	cursor: pointer;
	-webkit-transition: background 0.1s;
	-o-transition: background 0.1s;
	transition: background 0.1s;
	border-radius: 0.26392em;
}

.qs-datepicker .qs-square.qs-active {
	background: #fff;
	color: #000;
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle {
	background: #d4ebf2;
}

.qs-datepicker
	.qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
	border-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.qs-datepicker .qs-square.qs-disabled span {
	opacity: 0.2;
}

.qs-datepicker .qs-square.qs-empty {
	cursor: default;
}

.qs-datepicker .qs-square.qs-disabled {
	cursor: not-allowed;
}

.qs-datepicker .qs-square.qs-day {
	cursor: default;
	font-weight: 700;
	color: grey;
}

.qs-datepicker
	.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(
		.qs-active
	):hover {
	background: #000;
	color: #fff;
}

.qs-datepicker .qs-event {
	position: relative;
}

.qs-datepicker .qs-event:after {
	content: '';
	position: absolute;
	width: 0.46875em;
	height: 0.46875em;
	border-radius: 50%;
	background: #07f;
	bottom: 0;
	right: 0;
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
	background: #cce4ff;
}

.pagging {
	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;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.pagging__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	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;
	border: 1px solid #b4b4b4;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pagging__arrow svg path {
	fill: #b4b4b4;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pagging__arrow img,
.pagging__arrow svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.pagging__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 2px;
	-moz-column-gap: 2px;
	column-gap: 2px;
}

.pagging__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	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;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pagging__item._active {
	color: #fff;
	background: #000;
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 20px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
}

.popup::before {
	content: '';
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
}

.popup.show {
	visibility: visible;
	overflow: auto;
}

.popup.show::before {
	opacity: 1;
}

.popup.show .popup__body {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.popup._active {
	overflow: auto;
	visibility: visible;
}

.popup._active::before {
	opacity: 1;
}

.popup._active .popup__body {
	-webkit-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.popup__content {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.popup__body {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #fff;
	padding: 30px;
	width: 100%;
	max-width: 580px;
}
.termeni .popup__body {
	height: 80vh;
	overflow-y: scroll;
}

.popup__close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 30;
	background: url('../img/icons/close.svg') 0 0 no-repeat;
}

.select-collor .popup__body {
	max-height: 610px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.select-collor__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.select-collor__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.select-collor__close {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.select-collor__close img,
.select-collor__close svg {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.select-collor__body {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow-y: auto;
	margin-right: -20px;
	padding-right: 20px;
	margin-bottom: -30px;
	padding-bottom: 30px;
}

.select-collor__body::-webkit-scrollbar {
	width: 10px;
	background: none;
}

.select-collor__body::-webkit-scrollbar-thumb {
	background: #adadad;
}

.select-collor__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 3) / 4);
	flex: 0 0 calc((100% - 20px * 3) / 4);
	cursor: pointer;
}

.select-collor__radio {
	display: none;
}

.select-collor__radio:checked + .select-collor__content .select-collor__circle {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

.select-collor__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.select-collor__circle {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #c0c0c0;
}

.select-collor__name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product-add .popup__body {
	background: #fff;
	-webkit-box-shadow:
		0px 10px 32px -4px rgba(24, 39, 75, 0.1),
		0px 6px 14px -6px rgba(24, 39, 75, 0.12);
	box-shadow:
		0px 10px 32px -4px rgba(24, 39, 75, 0.1),
		0px 6px 14px -6px rgba(24, 39, 75, 0.12);
	padding: 40px;
	max-width: 630px;
}

.product-add__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dedede;
}

.product-add__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.product-add__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
	position: relative;
}

.product-add__icon img,
.product-add__icon svg {
	max-width: 100%;
	max-height: 100%;
}

.product-add__check {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25px;
	flex: 0 0 25px;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	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;
	background: #000;
	position: absolute;
	top: -10px;
	right: -10px;
}

.product-add__check img,
.product-add__check svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17px;
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
}

.product-add__title {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.product-add__close {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
}

.product-add__close img,
.product-add__close svg {
	max-width: 100%;
	max-height: 100%;
}

.product-add__product {
	border-bottom: 1px solid #dedede;
}

.product-add__with {
	padding-top: 30px;
}

.product-product-add {
	padding: 30px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-product-add__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.product-product-add__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	height: 100px;
	width: 100px;
	position: relative;
}

.product-product-add__image img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	/*top: 0;*/
	/*left: 0;*/
	-o-object-fit: contain;
	object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product-product-add__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 5px;
}

.product-product-add__name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
}

.product-product-add__collor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product-product-add__collor div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}

.product-product-add__art {
	color: #b0b0b0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product-product-add__price {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-product-add__price span {
	font-weight: 400;
	font-size: 14px;
	color: #9b9b9b;
	text-decoration: line-through;
}

.product-product-add__actions {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 5px;
}

.product-product-add__button {
	width: 100%;
	max-width: 100%;
	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;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	min-height: 42px;
	background: #000;
}

.product-product-add__button._white {
	color: #000;
	background: #fff;
	border: 1px solid #000;
}

.with-product-add__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.with-product-add__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.with-product-add__arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.with-product-add__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
	cursor: pointer;
}

.with-product-add__arrow svg path {
	stroke: #939393;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.with-product-add__arrow img,
.with-product-add__arrow svg {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.with-product-add__content {
	margin-top: 20px;
}

.with-product-add__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 4);
	flex: 0 0 calc(100% / 4);
	border: 1px solid #dedede;
	background: #fff;
	padding: 12px;
	overflow: hidden;
}

.with-product-add__head {
	width: 100%;
	max-width: 100%;
}

.with-product-add__image {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	display: block;
}

.with-product-add__image img {
	max-width: 100%;
	height-height: 100%;
	position: absolute;
	/*top: 0;*/
	/*left: 0;*/
	-o-object-fit: contain;
	object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.with-product-add__name {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-line-clamp: 2;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	min-height: calc(21px * 2);
}

.with-product-add__art {
	color: #b0b0b0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.with-product-add__price {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.with-product-add__slide {
	margin-top: 8px;
}

.login .popup__body {
	padding: 40px;
	max-width: 520px;
}

.login__content {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 30px;
}

.login__text {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.login__label {
	margin-bottom: 5px;
}

.login__or {
	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;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #a5a5a5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.login__or::before,
.login__or::after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: inline-block;
	height: 1px;
	background: #dedede;
}

.login__button {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	width: 100%;
	max-width: 100%;
	min-height: 53px;
	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;
	text-align: center;
	padding: 5px 12px;
	background: #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.login__forget {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.login__checkbox .checkbox__text {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.login__checkbox .checkbox__text::before {
	background: #fff;
	border-color: #dedede;
}

.login__back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	white-space: nowrap;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #000;
}

.login__back img,
.login__back svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.head-login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.head-login__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.head-login__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.head-login__icon img,
.head-login__icon svg {
	width: 100%;
	height: 100%;
}

.head-login__title {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.head-login__close {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.head-login__close img,
.head-login__close svg {
	max-width: 100%;
	max-height: 100%;
}

.connect-login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 10px;
}

.connect-login__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 1) / 2);
	flex: 0 0 calc((100% - 30px * 1) / 2);
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	border: 1px solid #dedede;
	padding: 5px 20px;
	min-height: 53px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.connect-login__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 28px;
	flex: 0 0 28px;
	height: 28px;
	width: 28px;
}

.connect-login__icon img,
.connect-login__icon svg {
	max-width: 100%;
	max-height: 100%;
}

.order-send__content {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 30px;
}

.order-send__text {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.order-send__text a {
	text-decoration: underline;
	font-weight: 500;
	color: inherit;
	display: inline-block;
}

.order-send__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 12px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	justify-content: space-evenly;
}

.order-send__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 1) / 2);
	flex: 0 0 calc((100% - 30px * 1) / 2);
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #000;
	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;
	text-align: center;
	padding: 5px 12px;
	min-height: 53px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.order-send__button._black {
	background: #000;
	color: #fff;
}

.head-order-send {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.head-order-send__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.head-order-send__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
	position: relative;
}

.head-order-send__icon img,
.head-order-send__icon svg {
	width: 100%;
	height: 100%;
}

.head-order-send__ico {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #000;
	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;
	position: absolute;
	top: -12px;
	right: -12px;
}

.head-order-send__ico img,
.head-order-send__ico svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17px;
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
}

.head-order-send__title {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.head-order-send__close {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.head-order-send__close img,
.head-order-send__close svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

.header {
	padding: 20px 0px;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

.header._main-page {
	/*background: rgba(0, 0, 0, 0.7);*/
	background: #93938f;
}

.header::after {
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header._scroll {
	/*background: #000;*/
}

.header__content {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 20px;
}

.header__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
}

.header__column._right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}

.header__menu {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.language-header {
	position: relative;
}

.language-header__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.language-header__head._active::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.language-header__head::after {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14px;
	flex: 0 0 14px;
	height: 14px;
	width: 14px;
	background: url(../img/icons/select-w.svg) center/100% no-repeat;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.language-header__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.language-header__item {
	/*color: #A1A1A1;*/
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.language-header__item._active {
	color: #fff;
}

.action-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	position: relative;
}

.action-header__head {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
	cursor: pointer;
	position: relative;
}

.action-header__icon {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	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;
}

.action-header__icon svg path {
	fill: #fff;
}

.action-header__icon img,
.action-header__icon svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
}

.action-header__count {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	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;
	text-align: center;
	position: absolute;
	top: -15px;
	right: -15px;
	background: #fff;
	z-index: 2;
}

.action-header__trolley {
	position: absolute;
	top: calc(100% + 7px);
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.action-header__user {
	position: absolute;
	top: calc(100% + 7px);
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.action-header__search {
	position: fixed;
	top: 129px;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.action-header__user-action {
	position: absolute;
	top: calc(100% + 7px);
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu__title {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.menu__item:not(._active) .menu__sublist {
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.menu__name {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	white-space: nowrap;
}

.menu__sublist {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sublist {
	position: fixed;
	top: 129px;
	left: 0;
	right: 0;
	max-height: calc(100% - 129px);
	background: #fff;
	padding: 40px 0px;
	overflow-y: auto;
}

.sublist__wrapper {
	width: 100%;
	max-width: 1580px;
	margin: 0 auto;
	padding: 0px 20px;
}

.sublist__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.sublist__back {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
}

.sublist__back img,
.sublist__back svg {
	max-width: 100%;
	max-height: 100%;
}

.sublist__title {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.sublist__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: start;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	row-gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sublist__item {
	max-width: 260px;
}

.sublist__name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.sublist__sublist {
	position: static;
	max-height: unset;
	background: none;
	padding: 0px;
	margin-top: 15px;
}

.trolley-header {
	width: 100vw;
	max-width: 545px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow:
		0px 8px 16px -6px rgba(24, 39, 75, 0.08),
		0px 6px 8px -6px rgba(24, 39, 75, 0.12);
	box-shadow:
		0px 8px 16px -6px rgba(24, 39, 75, 0.08),
		0px 6px 8px -6px rgba(24, 39, 75, 0.12);
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}

.trolley-header__close {
	margin-bottom: 15px;
	margin-left: auto;
	width: 20px;
	height: 20px;
}

.trolley-header__close img,
.trolley-header__close svg {
	max-width: 100%;
	max-height: 100%;
}

.trolley-header__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.trolley-header__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.trolley-header__clear {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #a5a5a5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.trolley-header__clear img,
.trolley-header__clear svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.trolley-header__clear svg path {
	fill: #a8a8a8;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.trolley-header__content {
	margin-top: 20px;
}

.trolley-header__product {
	padding: 20px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	border-bottom: 1px solid #dedede;
}

.trolley-header__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	height: 100px;
	width: 100px;
	position: relative;
}

.trolley-header__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.trolley-header__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 5px;
}

.trolley-header__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 5px;
}

.trolley-header__name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
}

.trolley-header__color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #272727;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.trolley-header__color div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}

.trolley-header__art {
	color: #b0b0b0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.trolley-header__price {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.trolley-header__price span {
	color: #9b9b9b;
	font-weight: 14px;
	text-decoration: line-through;
	font-weight: 400;
}

.trolley-header__quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
}

.trolley-header__delete {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
}

.trolley-header__delete img,
.trolley-header__delete svg {
	max-width: 24px;
	max-height: 24px;
}

.trolley-header__delete svg path {
	fill: #a8a8a8;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.trolley-header__footer {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}

.trolley-header__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.trolley-header__total span:nth-child(1) {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.trolley-header__total span:nth-child(2) {
	color: #000;
	font-weight: 700;
}

.trolley-header__button {
	word-wrap: 100%;
	max-width: 100%;
	min-height: 53px;
	background: #a8a8a8;
	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;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.user-header {
	width: 100vw;
	max-width: 350px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow:
		0px 8px 16px -6px rgba(24, 39, 75, 0.08),
		0px 6px 8px -6px rgba(24, 39, 75, 0.12);
	box-shadow:
		0px 8px 16px -6px rgba(24, 39, 75, 0.08),
		0px 6px 8px -6px rgba(24, 39, 75, 0.12);
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}

.user-header__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.user-header__ava {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 46px;
	flex: 0 0 46px;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	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;
	background: rgba(233, 47, 72, 0.05);
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #e92f48;
}

.user-header__name {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.user-header__close {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

.user-header__close img,
.user-header__close svg {
	max-width: 100%;
	max-height: 100%;
}

.user-header__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 24px;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #eaeaea;
}

.user-header__item {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.user-header__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
}

.user-header__icon img,
.user-header__icon svg {
	max-width: 100%;
	max-height: 100%;
}

.search-header {
	max-height: calc(100vh - 150px);
	overflow-y: auto;
}

.search-header__wrapper {
	width: 100%;
	max-width: 1580px;
	margin: 0 auto;
	padding: 0px 20px;
}

.search-header__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	padding: 20px 0px;
}

.search-header__form {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.search-header__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #a5a5a5;
	max-width: 100%;
	min-width: 0px;
	border-radius: 0px;
}

.search-header__input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.search-header__input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.search-header__input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.search-header__input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.search-header__input::placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.search-header__button {
	padding: 14px 40px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 100px;
	background: #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.search-header__close {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
	cursor: pointer;
	background: url(../img/icons/close-gray.svg) center/100% no-repeat;
}

.search-header__close img,
.search-header__close svg {
	max-width: 100%;
	max-height: 100%;
}

.search-header__result {
	display: none;
}

.result-search-header {
	padding-bottom: 20px;
}

.result-search-header__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	padding: 15px 0px;
}

.result-search-header__item:not(:last-child) {
	border-bottom: 1px solid #dedede;
}

.result-search-header__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	position: relative;
}

.result-search-header__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.result-search-header__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.result-search-header__name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}

.result-search-header__price {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.result-search-header__price span {
	font-weight: 400;
	color: #9b9b9b;
	text-decoration: line-through;
}

.result-search-header__button {
	background: #d3d3d3;
	text-align: center;
	max-width: 100%;
	width: 100%;
	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;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	min-height: 53px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.user-action-header {
	padding: 20px;
	background: #fff;
	-webkit-box-shadow:
		0px 8px 16px -6px rgba(24, 39, 75, 0.08),
		0px 6px 8px -6px rgba(24, 39, 75, 0.12);
	box-shadow:
		0px 8px 16px -6px rgba(24, 39, 75, 0.08),
		0px 6px 8px -6px rgba(24, 39, 75, 0.12);
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	width: 100vw;
	max-width: 310px;
}

.user-action-header__top {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.user-action-header__close {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.user-action-header__close img,
.user-action-header__close svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
}

.user-action-header__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}

.user-action-header__button {
	padding: 5px 12px;
	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;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	background: #a8a8a8;
	min-height: 53px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.user-action-header__register {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.icon-menu {
	display: none;
}

.footer {
	background: #000;
}

.footer__action {
	padding: 24px 0px;
}

.footer__main {
	border-top: 1px solid #464646;
	padding: 50px 0px;
}

.action-footer__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}

.action-footer__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 320px;
	flex: 0 0 320px;
}

.action-footer__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45px;
	flex: 0 0 45px;
	height: 45px;
	width: 45px;
	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;
}

.action-footer__icon img,
.action-footer__icon svg {
	max-width: 100%;
	max-height: 100%;
}

.action-footer__title {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
}

.action-footer__form {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 465px;
	flex: 0 0 465px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.action-footer__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: none;
	min-width: 0px;
	max-width: 100%;
}

.action-footer__input::-webkit-input-placeholder {
	color: #fff;
}

.action-footer__input::-moz-placeholder {
	color: #fff;
}

.action-footer__input:-ms-input-placeholder {
	color: #fff;
}

.action-footer__input::-ms-input-placeholder {
	color: #fff;
}

.action-footer__input::placeholder {
	color: #fff;
}

.action-footer__button {
	padding: 15px 16px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.main-footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 30px;
}

.main-footer__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 3) / 4);
	flex: 0 0 calc((100% - 30px * 3) / 4);
}

.main-footer__name {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.main-footer__body {
	margin-top: 20px;
}

.main-footer__contacts {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.main-footer__contacts > *:not(:last-child) {
	margin-bottom: 15px;
}

.info-main-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 24px;
}

.info-main-footer__logo {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.info-main-footer__copy {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.info-main-footer__dev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.info-main-footer__dev img,
.info-main-footer__dev svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.socials-info-main-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.socials-info-main-footer__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 44px;
	flex: 0 0 44px;
	height: 44px;
	width: 44px;
	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;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.socials-info-main-footer__item img,
.socials-info-main-footer__item svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.nav-main-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}

.nav-main-footer__link {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.list-main-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}

.list-main-footer__link {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.banner {
	margin-top: -129px;
}

.banner__image {
	max-width: 100%;
	padding-bottom: 37%;
	min-height: 300px;
	height: auto;
	position: relative;
	display: block;
	width: 100vw !important;
	aspect-ratio: 1600/650;
}

.banner__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.popular-category {
	padding: 70px 0px;
}

.popular-category__content {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 25px;
}

.popular-category__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 3) / 4);
	flex: 0 0 calc((100% - 30px * 3) / 4);
	display: block;
}

.popular-category__image {
	width: 100%;
	max-width: 100%;
	padding-bottom: 83%;
	position: relative;
	overflow: hidden;
}

.popular-category__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.popular-category__name {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 20px;
}

.head-section {
	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;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.head-section__title {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
}

.head-section__more {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	white-space: nowrap;
}

.head-section__tabs {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.head-section__arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.head-section__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
	cursor: pointer;
}

.head-section__arrow svg path {
	stroke: #939393;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.head-section__arrow img,
.head-section__arrow svg {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.tabs-head-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin-left: 20px;
}

.tabs-head-section__item {
	color: #8a8a8a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding-bottom: 2px;
	cursor: pointer;
}

.tabs-head-section__item._active {
	border-bottom: 2px solid #000;
	color: #000;
}

.offer {
	padding: 70px 0px;
	/*background: #F9F9FA;*/
}

.offer__content {
	margin-top: 30px;
}
.catalog__products,
.offer__products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: visible;
	gap: 10px;
}

.offer__products._view-all .offer__product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.offer__product {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 4px) / 5);
	flex: 0 0 calc((100% - 4px) / 5);
	border: 1px solid #dedede;
}

.offer__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.offer__footer._hide {
	display: none;
}

.offer__more {
	padding: 10px 30px;
	border-radius: 100px;
	border: 1px solid #8d8d8d;
	color: #8d8d8d;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.offer__slide {
	margin-top: 20px;
}

.product {
	padding: 20px;
	/*background: #fff;*/
	background: #e1e1d9;
	position: relative;
	-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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product._liked .product__like svg path {
	fill: #000;
}

.product:not(._liked) .product__like svg path._fill {
	opacity: 0;
}

.product__head {
	position: relative;
}

.product__image {
	width: 100%;
	max-width: 100%;
	display: block;
	padding-bottom: 100%;
	position: relative;
}

.product__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.product__like {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.product__like img,
.product__like svg {
	max-width: 100%;
	max-height: 100%;
}

.product__like svg path {
	fill: #cccccc;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product__mods {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 8px;
}

.product__mods span {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 3px 12px;
}

.product__mods span._new {
	background: #d7eae3;
}

.product__body {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 8px;
}

.product__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
}

.product__name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-line-clamp: 2;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	min-height: calc(21px * 2);
}

.product__collors {
	color: #6591e7;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom: 1px dashed #6591e7;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product__other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product__status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	color: #0bb157;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product__status::before {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 7px;
	flex: 0 0 7px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background: #0bb157;
}

.product__art {
	color: #b0b0b0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: right;
	white-space: nowrap;
	margin-left: auto;
}
.info-card__price_old {
	color: #ababab;
	font-size: 26px;
	text-decoration: line-through;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.product__price_old {
	color: #ababab;
	text-decoration: line-through;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product__price {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product__price span {
	font-weight: 500;
	font-size: 16px;
	color: #9b9b9b;
	text-decoration: line-through;
}

.product__actions {
	z-index: 1;
	position: absolute;
	top: 100%;
	left: -1px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #dedede;
	opacity: 0;
	background: #fff;
	/*background:#E5E4DE;*/
	pointer-events: none;
	-webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
	box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: calc(100% + 3px);
}

.product__quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 2);
	flex: 0 0 calc(100% / 2);
}

.product__quantity .quantity {
	border: none;
}

.product__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 2);
	flex: 0 0 calc(100% / 2);
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	background: #000;
	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;
	text-align: center;
	min-height: 53px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.about-company {
	padding: 70px 0px;
	background: #e1e1d9;
}

.about-company__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 110px;
	-moz-column-gap: 110px;
	column-gap: 110px;
}

.about-company__body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 30px;
}

.about-company__title {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.about-company__description {
	/*color: #585858;*/
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.about-company__description > *:not(:last-child) {
	margin-bottom: 15px;
}

.about-company__button {
	padding: 14px 40px;
	border-radius: 100px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.about-company__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 755px;
	flex: 0 0 755px;
	height: 610px;
	position: relative;
	overflow: hidden;
}

.about-company__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.breadcrums {
	padding: 30px 0px;
}

.breadcrums__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 5px;
}

.breadcrums__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.breadcrums__item span.breadcrums__name {
	color: #939393;
}

.breadcrums__item:not(:last-child)::after {
	content: '';
	width: 10px;
	height: 1px;
	background: #000;
	display: inline-block;
}

.breadcrums__name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.catalog {
	padding-bottom: 70px;
}

.catalog__title {
	color: #000;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.catalog__content {
	margin-top: 30px;
}

.catalog__head {
	padding-left: 310px;
}

.catalog__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 20px;
	gap: 10px;
}

.catalog__sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 310px;
	flex: 0 0 310px;
	outline: 1px solid #dedede;
	background: #e1e1d9;
}

.catalog__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.catalog__products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catalog__pagging {
	margin-top: 20px;
}

.head-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 12px;
}

.head-catalog__count {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.head-catalog__sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.head-catalog__name {
	color: #919191;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.head-catalog__select {
}

.head-catalog__select .select__title {
	border: none;
}

.head-catalog__select .select__value {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0px;
}

.head-catalog__select .select__value::before {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14px;
	flex: 0 0 14px;
	height: 14px;
	width: 14px;
	background: url(../img/icons/sel.svg) center/100% no-repeat;
}

.head-catalog__filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.sidebar-catalog__item {
	padding: 30px 20px;
}

.sidebar-catalog__item:not(:last-child) {
	border-bottom: 1px solid #dedede;
}

.sidebar-catalog__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	cursor: pointer;
}

.sidebar-catalog__top._active .sidebar-catalog__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sidebar-catalog__name {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.sidebar-catalog__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14px;
	flex: 0 0 14px;
	height: 14px;
	width: 14px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sidebar-catalog__arrow img,
.sidebar-catalog__arrow svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14px;
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
}

.sidebar-catalog__body {
	margin-top: 20px;
	display: none;
}

.sidebar-catalog__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin: 0px -20px;
	padding: 10px 20px;
	background: #fff;
	border-top: 1px solid #000;
}

.sidebar-catalog__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	min-height: 48px;
	border-radius: 100px;
	border: 1px solid #a5a5a5;
	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;
	text-align: center;
	color: #a5a5a5;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	padding: 14px 40px;
	max-width: calc(100% / 2);
	background: #fff;
}

.sidebar-catalog__button._black {
	background: #000;
	color: #fff;
	border-color: #000;
}

.head-sidebar-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.head-sidebar-catalog__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.head-sidebar-catalog__close {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.head-sidebar-catalog__close img,
.head-sidebar-catalog__close svg {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.category-sidebar-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}

.category-sidebar-catalog__name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
}

.category-sidebar-catalog__name._active {
	font-weight: 500;
}

.category-sidebar-catalog__sublist {
	margin-top: 20px;
	padding-left: 20px;
	display: none;
}

.sublist-category-sidebar-catalog__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 15px;
}

.sublist-category-sidebar-catalog__link {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.list-sidebar-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}

.card__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 640px);
	flex: 0 0 calc(100% - 640px);
	border: 1px solid #dedede;
}

.card__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 640px;
	flex: 0 0 640px;
	border: 1px solid #dedede;
	padding: 50px;
}

.image-card {
	padding: 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	overflow: hidden;
}

.image-card__thumbs {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.image-card__main {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 120px);
	flex: 0 0 calc(100% - 120px);
	overflow: hidden;
}
.image-card__main.oneimage {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100%);
	flex: 0 0 calc(100%);
	overflow: hidden;
}
.image-card__mods {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 8px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: absolute;
	top: 30px;
	right: 30px;
}

.image-card__mods span {
	padding: 3px 12px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.image-card__mods span._new {
	background: #d7eae3;
}

.thumbs-image-card {
	position: relative;
}

.thumbs-image-card__slider {
	max-height: 400px;
}

.thumbs-image-card__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	height: 100px;
	width: 100px;
	position: relative;
	border: 1px solid transparent;
	cursor: pointer;
}

.thumbs-image-card__item.swiper-slide-thumb-active {
	border-color: #000;
}

.thumbs-image-card__item img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.thumbs-image-card__arrow {
	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;
	position: absolute;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	cursor: pointer;
}

.thumbs-image-card__arrow.swiper-button-disabled {
	display: none;
}

.thumbs-image-card__arrow.thumbs-image-card-arrow-prev::before {
	content: '';
	width: 100px;
	height: 50px;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(255, 255, 255, 0)),
		to(#fff)
	);
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
}

.thumbs-image-card__arrow.thumbs-image-card-arrow-next::after {
	content: '';
	width: 100px;
	height: 50px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 255, 255, 0)),
		to(#fff)
	);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
}

.thumbs-image-card__arrow img,
.thumbs-image-card__arrow svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
}

.main-image-card__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	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;
}

.main-image-card__item img {
	/* width: 400px; */
	max-width: 400px;
	max-height: 400px;
}
.oneimage .main-image-card__item img {
	max-width: 100%;
	max-height: 100%;
	/* width: 100%; */
}

.info-card__name {
	color: #000;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.info-card__other {
	margin-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.info-card__status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #0bb157;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.info-card__status::before {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 7px;
	flex: 0 0 7px;
	height: 7px;
	width: 7px;
	background: #0bb157;
	border-radius: 50%;
}

.info-card__art {
	color: #b0b0b0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.info-card__row {
	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;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin-top: 30px;
}

.info-card__price {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.info-card__price span {
	font-weight: 500;
	text-decoration: line-through;
	color: #9b9b9b;
}

.info-card__like {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.info-card__like:not(._liked) svg path {
	fill: #cccccc;
}

.info-card__like:not(._liked) svg path._fill {
	opacity: 0;
}

.info-card__like img,
.info-card__like svg {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.info-card__like img path,
.info-card__like svg path {
	fill: #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.info-card__collor-row {
	margin-top: 30px;
	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;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.info-card__collor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.info-card__collor div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
}

.info-card__select-collor {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.8px;
	text-decoration: underline;
	text-transform: uppercase;
}

.info-card__actions {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-card__quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
	border: 1px solid #dedede;
	background: #fff;
	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;
}

.info-card__quantity .quantity {
	border: none;
}

.info-card__button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	min-height: 53px;
	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;
	text-align: center;
	padding: 10px 15px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.info-card__share {
	margin-top: 30px;
}

.share-info-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.share-info-card__text {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.share-info-card__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.share-info-card__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
}

.share-info-card__item img,
.share-info-card__item svg {
	width: 100%;
	max-width: 24px;
	max-height: 24px;
}

.card-information {
	padding-top: 30px;
	padding-bottom: 70px;
}

.card-information__wrapper {
	max-width: calc(100% - 640px);
}

.card-information__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card-information__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	color: #939393;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	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;
	text-align: center;
	border: 1px solid #dedede;
	min-height: 44px;
	position: relative;
	cursor: pointer;
}

.card-information__item::after {
	content: '';
	width: calc(100% + 2px);
	height: 2px;
	position: absolute;
	bottom: 0;
	left: -1px;
	right: -1px;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	pointer-events: none;
}

.card-information__item._active {
	font-weight: 500;
	color: #000;
}

.card-information__item._active::after {
	opacity: 1;
}

.card-information__blocks {
	padding-top: 20px;
}

.card-information__description {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}

.offer-like {
	padding: 70px 0px;
	background: #f9f9fa;
}

.offer-like__content {
	margin-top: 30px;
}

.offer-like__slider {
	margin: -70px 0px;
	padding: 70px 0px;
}

.offer-like__product {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 5);
	flex: 0 0 calc(100% / 5);
	border: 1px solid #dedede;
	background: #fff;
}

.offer-like__slide {
	margin-top: 20px;
}

.cart {
	padding-bottom: 70px;
}

.cart__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.cart__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.cart__title {
	color: #000;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.cart__count {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cart__clear {
	color: #a5a5a5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.cart__clear svg path {
	fill: #a8a8a8;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.cart__clear img,
.cart__clear svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.cart__content {
	margin-top: 30px;
}

.cart__product {
	padding: 30px 0px;
	border-bottom: 1px solid #dedede;
}

.cart__product:first-child {
	border-top: 1px solid #dedede;
}

.cart__footer {
	width: 100%;
	max-width: 380px;
	margin-left: auto;
	margin-top: 30px;
}

.cart__button {
	margin-top: 20px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	min-height: 53px;
	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;
	text-align: center;
	background: #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-cart {
	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;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
	row-gap: 20px;
}

.product-cart__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 510px;
	flex: 0 0 510px;
}

.product-cart__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	height: 100px;
	width: 100px;
	position: relative;
}

.product-cart__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-cart__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 5px;
}

.product-cart__name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.product-cart__collor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product-cart__collor div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}

.product-cart__art {
	color: #b0b0b0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.trolley-header__price_old,
.product-cart__price_old {
	color: #ababab;
	text-decoration: line-through;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.product-cart__price {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.product-cart__price span {
	font-size: 14px;
	color: #9b9b9b;
	font-weight: 400;
	text-decoration: line-through;
}

.product-cart__quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
}

.product-cart__total {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-cart__delete {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
	display: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-cart__delete svg path {
	fill: #a8a8a8;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-cart__delete img,
.product-cart__delete svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.list-cart__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.list-cart__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.list-cart__value {
	text-transform: uppercase;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
}

.order {
	padding-bottom: 70px;
}

.order__back {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.order__back img,
.order__back svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.order__title {
	color: #000;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.order__wrapper {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 1px;
	-moz-column-gap: 1px;
	column-gap: 1px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.order__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.order__sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 575px;
	flex: 0 0 575px;
}

.main-order {
	outline: 1px solid #dedede;
}

.main-order__section {
	padding: 40px;
}

.main-order__section:not(:last-child) {
	border-bottom: 1px solid #dedede;
}

.main-order__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 5px;
}

.main-order__title {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.main-order__account {
	color: #a5a5a5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	flex-direction: row;
	display: flex;
	gap: 15px;
}

.main-order__account a {
	color: #000;
}

.main-order__body {
	margin-top: 30px;
}

.data-main-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 30px;
}

.data-main-order__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 1) / 2);
	flex: 0 0 calc((100% - 30px * 1) / 2);
}

.data-main-order__label {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
	margin-bottom: 5px;
}

.data-main-order__label span {
	color: #f31d1d;
	font-weight: 500;
}

.data-main-order__input {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

.delivery-main-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.delivery-main-order__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 2);
	flex: 0 0 calc(100% / 2);
}

.delivery-main-order__radio {
	display: none;
}

.delivery-main-order__radio:checked + .delivery-main-order__content {
	border-color: #000;
}

.delivery-main-order__radio:checked
	+ .delivery-main-order__content
	.delivery-main-order__body {
	display: block;
}

.delivery-main-order__content {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	border: 1px solid #dedede;
}

.delivery-main-order__body {
	display: none;
	margin-top: 16px;
}

.delivery-main-order__address {
	padding-left: 62px;
}

.head-delivery-main-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.head-delivery-main-order__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.head-delivery-main-order__icon img,
.head-delivery-main-order__icon svg {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.head-delivery-main-order__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.head-delivery-main-order__name {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.head-delivery-main-order__text {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 5px;
}

.address-delivery-main-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 15px;
}

.address-delivery-main-order__radio {
	display: none;
}

.address-delivery-main-order__radio:checked
	+ .address-delivery-main-order__content
	.address-delivery-main-order__icon {
	background:
		url(../img/icons/check-b.svg) center/14px no-repeat,
		#000;
}

.address-delivery-main-order__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.address-delivery-main-order__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	border: 1px solid #000;
	cursor: pointer;
}

.address-delivery-main-order__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
}

.address-delivery-main-order__address {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.address-delivery-main-order__view {
	color: #a5a5a5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: -5px;
}

.address-delivery-main-order__phone {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.address-delivery-main-order__time {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.courier-delivery-main-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 15px;
}

.courier-delivery-main-order__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.courier-delivery-main-order__item._min {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 10px * 2) / 3);
	flex: 0 0 calc((100% - 10px * 2) / 3);
}

.courier-delivery-main-order__label {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
	margin-bottom: 5px;
}

.courier-delivery-main-order__label span {
	color: #f31d1d;
	font-weight: 500;
}

.courier-delivery-main-order__select {
	width: 100%;
	max-width: 100%;
}

.courier-delivery-main-order__select .select__title {
	border: 1px solid #dedede;
}

.courier-delivery-main-order__select .select__value {
	height: 50px;
}

.courier-delivery-main-order__select .select__value::before {
	background: url(../img/icons/select-b.svg) center/100% no-repeat;
}

.courier-delivery-main-order__input {
	width: 100%;
	max-width: 100%;
}

.payment-main-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.payment-main-order__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 2);
	flex: 0 0 calc(100% / 2);
}

.payment-main-order__radio {
	display: none;
}

.payment-main-order__radio:checked + .payment-main-order__content {
	border-color: #000;
}

.payment-main-order__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	padding: 30px;
	border: 1px solid #dedede;
	width: 100%;
	max-width: 100%;
	cursor: pointer;
}

.payment-main-order__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.payment-main-order__icon img,
.payment-main-order__icon svg {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.payment-main-order__name {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.message-main-order__label {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
	margin-bottom: 5px;
}

.message-main-order__label span {
	color: #f31d1d;
	font-weight: 500;
}

.message-main-order__textarea {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #000;
	padding: 13px 20px;
	border: 1px solid #dedede;
	resize: none;
	width: 100%;
	max-width: 100%;
	height: 100px;
	overflow-y: auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.message-main-order__textarea:focus {
	border-color: #000;
}

.message-main-order__textarea::-webkit-input-placeholder {
	color: #a5a5a5;
}

.message-main-order__textarea::-moz-placeholder {
	color: #a5a5a5;
}

.message-main-order__textarea:-ms-input-placeholder {
	color: #a5a5a5;
}

.message-main-order__textarea::-ms-input-placeholder {
	color: #a5a5a5;
}

.message-main-order__textarea::placeholder {
	color: #a5a5a5;
}

.sidebar-order {
	padding: 20px;
	outline: 1px solid #dedede;
	background: #fff;
	height: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
}

.sidebar-order__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sidebar-order__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #000;
}

.sidebar-order__clear {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	color: #a5a5a5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sidebar-order__clear svg path {
	fill: #a8a8a8;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sidebar-order__clear img,
.sidebar-order__clear svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.sidebar-order__products {
	margin-top: 20px;
}

.sidebar-order__product {
	padding: 20px 0px;
	border-bottom: 1px solid #dedede;
}

.sidebar-order__product:first-child {
	padding-top: 0;
}

.sidebar-order__list {
	padding: 20px 0px;
	border-bottom: 1px solid #dedede;
}

.sidebar-order__footer {
	padding-top: 20px;
}

.product-sidebar-order {
	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;
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}

.product-sidebar-order__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.product-sidebar-order__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	height: 100px;
	width: 100px;
	position: relative;
}

.product-sidebar-order__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-sidebar-order__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 5px;
}

.product-sidebar-order__name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.product-sidebar-order__collor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.product-sidebar-order__collor div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}

.product-sidebar-order__art {
	color: #b0b0b0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product-sidebar-order__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-sidebar-order__price span {
	font-size: 14px;
	font-weight: 400;
	color: #9b9b9b;
	text-decoration: line-through;
}

.product-sidebar-order__quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
}

.product-sidebar-order__total {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 85px;
	flex: 0 0 85px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.product-sidebar-order__delete {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
}

.product-sidebar-order__delete img,
.product-sidebar-order__delete svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.product-sidebar-order__delete svg path {
	fill: #a8a8a8;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.list-sidebar-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
}

.list-sidebar-order__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.list-sidebar-order__item._total .list-sidebar-order__value {
	font-weight: 700;
}

.list-sidebar-order__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.list-sidebar-order__value {
	font-weight: 500;
	white-space: nowrap;
}

.footer-sidebar-order__checkbox .checkbox__text {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.footer-sidebar-order__checkbox .checkbox__text::before {
	background: #fff;
	border-color: #dedede;
}

.footer-sidebar-order__button {
	margin-top: 20px;
	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;
	padding: 10px 10px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	background: #a8a8a8;
	min-height: 53px;
	width: 100%;
	max-width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.cabinet {
	padding-bottom: 70px;
}

.cabinet__title {
	color: #000;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.cabinet__wrapper {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 1px;
	-moz-column-gap: 1px;
	column-gap: 1px;
}

.cabinet__sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 340px;
	flex: 0 0 340px;
}

.cabinet__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	outline: 1px solid #dedede;
}

.cabinet__order-page {
	display: none;
}

.sidebar-cabinet {
	outline: 1px solid #dedede;
	background: #fff;
}

.sidebar-cabinet__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sidebar-cabinet__item {
	padding: 20px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.sidebar-cabinet__item._active {
	background: #f4f4f4;
}

.sidebar-cabinet__item:not(:last-child) {
	border-bottom: 1px solid #dedede;
}

.sidebar-cabinet__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
}

.sidebar-cabinet__icon img,
.sidebar-cabinet__icon svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.sidebar-cabinet__name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.sidebar-cabinet__exit {
	padding: 20px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.top-cabinet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.top-cabinet._active .top-cabinet__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.top-cabinet__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.top-cabinet__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 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;
}

.top-cabinet__icon img,
.top-cabinet__icon svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.top-cabinet__name {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.top-cabinet__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.top-cabinet__arrow img,
.top-cabinet__arrow svg {
	width: 100%;
	height: 100%;
}

.data-cabinet {
	padding: 40px;
}

.data-cabinet__section {
	padding: 30px 0px;
}

.data-cabinet__section:not(:last-child) {
	border-bottom: 1px solid #dedede;
}

.data-cabinet__section:first-child {
	padding-top: 0;
}

.data-cabinet__section:last-child {
	padding-bottom: 0px;
}

.data-cabinet__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.data-cabinet__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.data-cabinet__icon img,
.data-cabinet__icon svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
}

.data-cabinet__title {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.data-cabinet__content {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 30px;
}

.data-cabinet__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 30px;
}

.data-cabinet__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 1) / 2);
	flex: 0 0 calc((100% - 30px * 1) / 2);
}

.data-cabinet__label {
	margin-bottom: 5px;
}

.data-cabinet__input-body {
	position: relative;
	padding-bottom: 20px;
}
.data-cabinet__input-body .form__error {
	position: absolute;
}
.data-cabinet__input-body._date::after {
	content: '';
	top: 13px;
	right: 20px;
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(../img/icons/date.svg) center/100% no-repeat;
}

.data-cabinet__input {
	width: 100%;
	max-width: 100%;
}

.data-cabinet__row {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 30px;
}

.data-cabinet__checkbox .checkbox__text::before {
	background: #fff;
}

.data-cabinet__button {
	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;
	padding: 10px 10px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	background: #000;
	min-height: 53px;
	width: 100%;
	max-width: 100%;
	max-width: calc((100% - 30px) / 2);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.data-cabinet__view-pass {
	position: absolute;
	top: 16px;
	right: 20px;
}

.orders-cabinet {
	padding: 40px;
}

.orders-cabinet__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.orders-cabinet__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.orders-cabinet__icon img,
.orders-cabinet__icon svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
}

.orders-cabinet__name {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.orders-cabinet__list {
	margin-top: 30px;
	border-top: 1px solid #dedede;
}

.orders-cabinet__item {
	padding: 30px 0px;
}

.orders-cabinet__item:not(:last-child) {
	border-bottom: 1px solid #dedede;
}

.orders-cabinet__item:last-child {
	padding-bottom: 0;
}

.item-orders-cabinet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.item-orders-cabinet__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 5px;
}

.item-orders-cabinet__name {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.item-orders-cabinet__status {
	color: #09bc46;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.item-orders-cabinet__status._cancel {
	color: #a5a5a5;
}

.item-orders-cabinet__delivery {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.item-orders-cabinet__date {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.item-orders-cabinet__products {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.item-orders-cabinet__product {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	height: 100px;
	width: 100px;
	position: relative;
}

.item-orders-cabinet__product img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: contain;
	object-fit: contain;
}

.item-orders-cabinet__more {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.item-orders-cabinet__actions {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 215px;
	flex: 0 0 215px;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	row-gap: 10px;
}

.item-orders-cabinet__details {
	color: #a5a5a5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.item-orders-cabinet__details img,
.item-orders-cabinet__details svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.item-orders-cabinet__details svg path {
	fill: #a5a5a5;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.item-orders-cabinet__repeat {
	width: 100%;
	max-width: 100%;
	min-height: 41px;
	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;
	text-align: center;
	padding: 3px 12px;
	color: #000;
	border: 1px solid #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.order-page-cabinet {
	padding: 40px;
}

.order-page-cabinet__item {
	display: none;
}

.order-page-cabinet__item._active {
	display: block;
}

.order-page-cabinet__content {
	margin-top: 30px;
}

.order-page-cabinet__products {
	border-top: 1px solid #dedede;
}

.order-page-cabinet__product {
	padding: 30px 0px;
	border-bottom: 1px solid #dedede;
}

.order-page-cabinet__footer {
	width: 100%;
	max-width: 375px;
	margin-left: auto;
	margin-top: 30px;
}

.order-page-cabinet__button {
	padding: 5px 12px;
	margin-top: 12px;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	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;
	text-align: center;
	border: 1px solid #000;
	background: #fff;
	min-height: 41px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.head-order-page-cabinet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
}

.head-order-page-cabinet__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.head-order-page-cabinet__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.head-order-page-cabinet__icon img,
.head-order-page-cabinet__icon svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
}

.head-order-page-cabinet__title {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.head-order-page-cabinet__back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #000;
}

.head-order-page-cabinet__back img,
.head-order-page-cabinet__back svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.head-order-page-cabinet__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 10px;
}

.head-order-page-cabinet__status {
	color: #09bc46;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	white-space: nowrap;
}

.head-order-page-cabinet__status._cancel {
	color: #a5a5a5;
}

.head-order-page-cabinet__delivery {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
}

.head-order-page-cabinet__date {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
}

.product-order-page-cabinet {
	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;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 10px;
}

.product-order-page-cabinet__main {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 330px;
	flex: 0 0 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.product-order-page-cabinet__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	height: 100px;
	width: 100px;
	position: relative;
}

.product-order-page-cabinet__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: contain;
	object-fit: contain;
}

.product-order-page-cabinet__info {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 5px;
}

.product-order-page-cabinet__name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
}

.product-order-page-cabinet__collor {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.product-order-page-cabinet__collor div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}

.product-order-page-cabinet__art {
	color: #b0b0b0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product-order-page-cabinet__price {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.product-order-page-cabinet__price span {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}

.product-order-page-cabinet__count {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
}

.product-order-page-cabinet__total {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: right;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.info-order-page-cabinet__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
}

.info-order-page-cabinet__item {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.info-order-page-cabinet__item._total .info-order-page-cabinet__value {
	font-weight: 700;
}

.info-order-page-cabinet__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.info-order-page-cabinet__value {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
	font-weight: 500;
}

.favorite-cabinet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.favorite-cabinet__product {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 4);
	flex: 0 0 calc(100% / 4);
	outline: 1px solid #dedede;
}

.view-pass {
	cursor: 'pointer';
}

.view-pass._active .view-pass__view {
	display: none;
}

.view-pass._active .view-pass__hide {
	display: block;
}

.view-pass__view {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.view-pass__view img,
.view-pass__view svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.view-pass__hide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	display: none;
}

.view-pass__hide img,
.view-pass__hide svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.multypage {
	padding-bottom: 70px;
}

.multypage__title {
	color: #000;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.multypage__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 30px;
	-webkit-column-gap: 1px;
	-moz-column-gap: 1px;
	column-gap: 1px;
}

.multypage__sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 340px;
	flex: 0 0 340px;
}

.multypage__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.multypage__block {
	outline: 1px solid #dedede;
}

.sidebar-multypage {
	outline: 1px solid #dedede;
}

.sidebar-multypage__item {
	padding: 20px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sidebar-multypage__item._active {
	background: #f4f4f4;
}

.sidebar-multypage__item:not(:last-child) {
	border-bottom: 1px solid #dedede;
}

.sidebar-multypage__name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.sidebar-multypage__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
}

.sidebar-multypage__arrow img,
.sidebar-multypage__arrow svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.top-multypage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}

.top-multypage._active .top-multypage__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.top-multypage__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.top-multypage__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.top-multypage__arrow img,
.top-multypage__arrow svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
}

.about-multypage {
	padding: 40px;
}

.about-multypage__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 110px;
	-moz-column-gap: 110px;
	column-gap: 110px;
}

.about-multypage__body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.about-multypage__title {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
}

.about-multypage__description {
	margin-top: 30px;
	color: #585858;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.about-multypage__description > *:not(:last-child) {
	margin-bottom: 10px;
}

.about-multypage__image {
	width: 505px;
	height: 500px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 505px;
	flex: 0 0 505px;
	position: relative;
}

.about-multypage__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.delivery-multypage,
.pay-multypage,
.order-multypage,
.policy-multypage {
	padding: 40px;
}

.delivery-multypage__title,
.pay-multypage__title,
.order-multypage__title,
.policy-multypage__title {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
}

.delivery-multypage__title + *,
.pay-multypage__title + *,
.order-multypage__title + *,
.policy-multypage__title + * {
	margin-top: 30px;
}

.delivery-multypage__description,
.pay-multypage__description,
.order-multypage__description,
.policy-multypage__description {
	color: #585858;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.delivery-multypage__description ul,
.pay-multypage__description ul,
.order-multypage__description ul,
.policy-multypage__description ul {
	padding-left: 25px;
}

.delivery-multypage__description ul li,
.pay-multypage__description ul li,
.order-multypage__description ul li,
.policy-multypage__description ul li {
	list-style: disc;
}

.delivery-multypage__description ul li:not(:last-child),
.pay-multypage__description ul li:not(:last-child),
.order-multypage__description ul li:not(:last-child),
.policy-multypage__description ul li:not(:last-child) {
	margin-bottom: 5px;
}

.delivery-multypage__description > *:not(:last-child),
.pay-multypage__description > *:not(:last-child),
.order-multypage__description > *:not(:last-child),
.policy-multypage__description > *:not(:last-child) {
	margin-bottom: 10px;
}

.contacts-multypage {
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 30px;
}

.contacts-multypage__map {
	height: 475px;
	width: 100%;
	max-width: 100%;
}

.store-contacts-multypage__title {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
}

.store-contacts-multypage__content {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 1px;
	-moz-column-gap: 1px;
	column-gap: 1px;
}

.store-contacts-multypage__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 1px) / 2);
	flex: 0 0 calc((100% - 1px) / 2);
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	outline: 1px solid #dedede;
}

.store-contacts-multypage__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 230px;
	flex: 0 0 230px;
	height: 220px;
	width: 220px;
	position: relative;
}

.store-contacts-multypage__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.store-contacts-multypage__body {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.store-contacts-multypage__body a {
	color: inherit;
}

.callback-contacts-multypage__title {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
}

.callback-contacts-multypage__form {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 30px;
}

.callback-contacts-multypage__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 1) / 2);
	flex: 0 0 calc((100% - 30px * 1) / 2);
}

.callback-contacts-multypage__item._full {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.callback-contacts-multypage__label {
	margin-bottom: 5px;
}

.callback-contacts-multypage__textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100px;
	padding: 12px 20px;
	resize: none;
	border: 1px solid #dedede;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	overflow-y: auto;
}

.callback-contacts-multypage__textarea::-webkit-input-placeholder {
	color: #a5a5a5;
}

.callback-contacts-multypage__textarea::-moz-placeholder {
	color: #a5a5a5;
}

.callback-contacts-multypage__textarea:-ms-input-placeholder {
	color: #a5a5a5;
}

.callback-contacts-multypage__textarea::-ms-input-placeholder {
	color: #a5a5a5;
}

.callback-contacts-multypage__textarea::placeholder {
	color: #a5a5a5;
}

.callback-contacts-multypage__button {
	padding: 5px 12px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	min-height: 53px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.error-page {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0px;
}

.error-page__container {
	max-width: 1160px;
}

.error-page__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 90px;
	-moz-column-gap: 90px;
	column-gap: 90px;
	row-gap: 20px;
}

.error-page__body {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 470px;
	flex: 0 0 470px;
}

.error-page__title {
	color: #000;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.error-page__text {
	color: #a5a5a5;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 20px;
}

.error-page__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	margin-top: 40px;
}

.error-page__button {
	padding: 14px 40px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	border-radius: 100px;
	border: 1px solid #000;
	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;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.error-page__button._black {
	background: #000;
	border: none;
	color: #fff;
}

.error-page__image {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.error-page__image img {
	width: 100%;
	max-width: 100%;
}

.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-top: 129px;
	z-index: 3;
}

.iti {
	display: block;
}

@media (min-width: 479.98px) {
	.language-header__head {
		display: none;
	}

	.offer__slide {
		display: none;
	}
}

@media (min-width: 720.98px) {
	.with-product-add__slide {
		display: none;
	}

	.action-header__item:not(._active) .action-header__user {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.action-header__item:not(._active) .user-action-header {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.action-header__item:not(._active) .action-header__search {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.action-header__item:not(._active) .action-header__trolley {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.trolley-header__close {
		display: none;
	}

	.trolley-header__product:first-child {
		padding-top: 0;
	}

	.user-header__close {
		display: none;
	}

	.user-action-header__top {
		display: none;
	}

	.head-catalog__column._count {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.head-catalog__column._sort {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.head-catalog__column._filter {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.thumbs-image-card__arrow.thumbs-image-card-arrow-prev {
		top: 0;
	}

	.thumbs-image-card__arrow.thumbs-image-card-arrow-next {
		bottom: 0;
	}

	.product-sidebar-order__total {
		display: none;
	}
}

@media (min-width: 991.98px) {
	.quantity__button:hover::before,
	.quantity__button:hover::after {
		background-color: #000;
	}

	.menu__head {
		display: none;
	}

	.sublist__head {
		display: none;
	}

	.sublist__sublist .sublist__wrapper {
		padding: 0px;
	}

	.sublist__sublist .sublist__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		row-gap: 20px;
	}

	.sublist__sublist .sublist__name {
		text-transform: unset;
	}

	.product:hover {
		z-index: 1;
		-webkit-box-shadow:
			0px 12px 42px -4px rgba(24, 39, 75, 0.12),
			0px 8px 18px -6px rgba(24, 39, 75, 0.12);
		box-shadow:
			0px 12px 42px -4px rgba(24, 39, 75, 0.12),
			0px 8px 18px -6px rgba(24, 39, 75, 0.12);
	}

	.product:hover .product__actions {
		opacity: 1;
		pointer-events: all;
	}

	.head-catalog__filter {
		display: none;
	}

	.sidebar-catalog__head {
		display: none;
	}

	.sidebar-catalog__footer {
		display: none;
	}

	.card__image {
		border-right: none;
	}

	.card-information__item:not(:last-child) {
		border-right: none;
	}

	.offer-like__slide {
		display: none;
	}

	.cabinet__top {
		display: none;
	}

	.multypage__top {
		display: none;
	}
}

@media (min-width: 992px) {
	.select__option:hover {
		background: #d9d9d9;
	}

	.checkbox a:hover {
		text-decoration: none;
	}
}

@media (min-width: 1592px) {
	.header._scroll {
		/*background: #000;*/
		padding: 10px 0px;
	}

	.header._scroll .header__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.header._scroll .header__column._left {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.header._scroll .header__column._right {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.header._scroll .header__logo {
		display: none;
	}

	.header._scroll .header__menu {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.header._scroll .header__menu .menu__list {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.header._scroll .header__menu .menu__name {
		font-size: 14px;
	}

	.header._scroll .sublist {
		top: 52px;
	}

	.header._scroll .action-header__search {
		top: 52px;
	}

	.header._scroll .action-header__count {
		top: -10px;
	}

	.offer__product:not(:nth-child(-n + 10)) {
		display: none;
	}

	.item-orders-cabinet__product:not(:nth-child(-n + 5)) {
		display: none;
	}
}

@media (max-width: 1592px) {
	.action-header__search {
		top: 126px;
	}

	.menu__list {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.menu__name {
		font-size: 14px;
	}

	.menu__sublist {
		padding: 30px 0px;
	}

	.sublist {
		top: 126px;
	}

	.main-footer__container {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.main-footer__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 3) / 4);
		flex: 0 0 calc((100% - 20px * 3) / 4);
	}

	.info-main-footer__logo {
		font-size: 26px;
	}

	.banner {
		margin-top: -126px;
	}

	.popular-category {
		padding: 60px 0px;
	}

	.popular-category__content {
		margin-top: 20px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.popular-category__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 3) / 4);
		flex: 0 0 calc((100% - 20px * 3) / 4);
	}

	.popular-category__name {
		font-size: 18px;
	}

	.head-section__title {
		font-size: 28px;
	}

	.offer {
		padding: 60px 0px;
	}

	.offer__content {
		margin-top: 20px;
	}

	.offer__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 3px) / 4);
		flex: 0 0 calc((100% - 3px) / 4);
	}

	.offer__product:not(:nth-child(-n + 12)) {
		display: none;
	}

	.offer__footer {
		margin-top: 20px;
	}

	.about-company {
		padding: 60px 0px;
	}

	.about-company__body {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 110px) / 2);
		flex: 0 0 calc((100% - 110px) / 2);
	}

	.about-company__title {
		font-size: 28px;
	}

	.about-company__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 110px) / 2);
		flex: 0 0 calc((100% - 110px) / 2);
		height: 460px;
	}

	.catalog {
		padding-bottom: 60px;
	}

	.catalog__title {
		font-size: 32px;
	}

	.catalog__head {
		padding-left: 260px;
	}

	.catalog__sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
	}

	.catalog__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 21px) / 3);
		flex: 0 0 calc((100% - 21px) / 3);
	}

	.card__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 450px);
		flex: 0 0 calc(100% - 450px);
	}

	.card__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 450px;
		flex: 0 0 450px;
		padding: 20px;
	}

	.image-card {
		padding: 20px;
	}

	.image-card__thumbs {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
	}

	.image-card__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 80px);
		flex: 0 0 calc(100% - 80px);
	}

	.thumbs-image-card__slider {
		max-height: 320px;
	}

	.thumbs-image-card__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		height: 60px;
		width: 60px;
	}

	.thumbs-image-card__arrow {
		height: 24px;
	}

	.thumbs-image-card__arrow.thumbs-image-card-arrow-prev::before {
		width: 60px;
	}

	.thumbs-image-card__arrow.thumbs-image-card-arrow-next::after {
		width: 60px;
	}

	.thumbs-image-card__arrow img,
	.thumbs-image-card__arrow svg {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24px;
		flex: 0 0 24px;
		width: 24px;
		height: 24px;
	}

	.main-image-card__item img {
		/* width: 300px; */
		max-width: 300px;
		max-height: 300px;
	}

	.info-card__name {
		font-size: 28px;
	}

	.info-card__price {
		font-size: 24px;
	}

	.info-card__price {
		font-size: 24px;
	}

	.info-card__select-collor {
		font-size: 14px;
	}

	.card-information {
		padding-bottom: 60px;
		padding-top: 20px;
	}

	.card-information__wrapper {
		max-width: calc(100% - 450px);
	}

	.card-information__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 4);
		flex: 0 0 calc(100% / 4);
	}

	.offer-like {
		padding: 60px 0px;
	}

	.offer-like__content {
		margin-top: 20px;
	}

	.offer-like__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 4);
		flex: 0 0 calc(100% / 4);
	}

	.cart {
		padding-bottom: 60px;
	}

	.cart__title {
		font-size: 32px;
	}

	.product-cart__main {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.order {
		padding-bottom: 60px;
	}

	.order__title {
		font-size: 32px;
	}

	.order__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.order__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}

	.order__sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
		border-top: none;
	}

	.product-sidebar-order__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 330px;
		flex: 0 0 330px;
	}

	.cabinet {
		padding-bottom: 60px;
	}

	.cabinet__title {
		font-size: 32px;
	}

	.cabinet__sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 230px;
		flex: 0 0 230px;
	}

	.data-cabinet {
		padding: 20px;
	}

	.data-cabinet__section {
		padding: 20px 0px;
	}

	.data-cabinet__content {
		row-gap: 20px;
		margin-top: 20px;
	}

	.data-cabinet__body {
		row-gap: 20px;
	}

	.orders-cabinet {
		padding: 20px;
	}

	.orders-cabinet__list {
		margin-top: 20px;
	}

	.orders-cabinet__item {
		padding: 20px 0px;
	}

	.item-orders-cabinet {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.item-orders-cabinet__products {
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}

	.item-orders-cabinet__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		height: 60px;
		width: 60px;
	}

	.item-orders-cabinet__product:not(:nth-child(-n + 4)) {
		display: none;
	}

	.item-orders-cabinet__actions {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 160px;
		flex: 0 0 160px;
	}

	.order-page-cabinet {
		padding: 20px;
	}

	.order-page-cabinet__content {
		margin-top: 20px;
	}

	.order-page-cabinet__product {
		padding: 20px 0px;
	}

	.order-page-cabinet__footer {
		margin-top: 20px;
	}

	.favorite-cabinet__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
	}

	.multypage {
		padding-bottom: 60px;
	}

	.multypage__title {
		font-size: 32px;
	}

	.multypage__sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 230px;
		flex: 0 0 230px;
	}

	.sidebar-multypage__item {
		padding: 12px 20px;
	}

	.about-multypage {
		padding: 20px;
	}

	.about-multypage__wrapper {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.about-multypage__title {
		font-size: 28px;
	}

	.about-multypage__description {
		margin-top: 20px;
	}

	.about-multypage__image {
		width: 347px;
		height: 347px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 347px;
		flex: 0 0 347px;
	}

	.delivery-multypage,
	.pay-multypage,
	.order-multypage,
	.policy-multypage {
		padding: 20px;
	}

	.delivery-multypage__title + *,
	.pay-multypage__title + *,
	.order-multypage__title + *,
	.policy-multypage__title + * {
		margin-top: 20px;
	}

	.delivery-multypage__title,
	.pay-multypage__title,
	.order-multypage__title,
	.policy-multypage__title {
		font-size: 28px;
	}

	.contacts-multypage {
		padding: 20px;
		row-gap: 20px;
	}

	.contacts-multypage__map {
		height: 400px;
	}

	.store-contacts-multypage__title {
		font-size: 28px;
	}

	.store-contacts-multypage__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 30px;
		margin-top: 20px;
	}

	.store-contacts-multypage__item {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding: 20px;
	}

	.callback-contacts-multypage__title {
		font-size: 28px;
	}

	.error-page__text {
		font-size: 16px;
	}

	.page {
		padding-top: 126px;
	}
}
@media (max-width: 1280px) {
	.offer__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 30px) / 4);
		flex: 0 0 calc((100% - 30px) / 4);
	}
}
@media (max-width: 1172px) {
	.error-page__container {
		padding: 0px 40px;
	}

	.error-page__wrapper {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.error-page__title {
		font-size: 32px;
	}

	.error-page__actions {
		margin-top: 30px;
	}
}

@media (max-width: 991.98px) {
	[class$='_old'] {
		font-size: 14px;
	}
	.info-card__price_old {
		font-size: 22px;
	}
	.prices {
		flex-direction: column;
		row-gap: 10px;
	}
	body._lock .header::after {
		pointer-events: all;
		opacity: 1;
		visibility: visible;
		z-index: 4;
		top: 66px;
		max-height: calc(100vh - 66px);
		-webkit-transition: top 0s ease 0s;
		-o-transition: top 0s ease 0s;
		transition: top 0s ease 0s;
	}

	.select-collor {
		padding: 0px;
	}

	.select-collor .popup__body {
		max-width: 100%;
		padding: 20px;
		max-height: 80vh;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}

	.select-collor .popup__content {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.select-collor.show .popup__body {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}

	.select-collor__body {
		margin-top: 20px;
		margin-right: -10px;
		padding-right: 10px;
		margin-bottom: -20px;
		padding-bottom: 20px;
	}

	.login {
		padding: 0px;
	}

	.login .popup__content {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.login .popup__body {
		max-width: 100%;
		padding: 20px;
		max-height: 100%;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		overflow-y: auto;
	}

	.login.show .popup__body {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}

	.header {
		padding: 10px 0px;
	}

	.header__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
	}

	.header__menu {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.action-header {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.action-header__search {
		top: 66px;
	}

	.menu__body {
		position: fixed;
		left: 0;
		top: 66px;
		width: 100%;
		max-width: 360px;
		background: #fff;
		height: 100%;
		max-height: calc(100% - 66px);
		padding: 35px 20px 30px;
		overflow-y: auto;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		z-index: 5;
	}

	.menu__body:not(._active) {
		pointer-events: none;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 30px;
	}

	.menu__item:first-child .menu__name {
		border-top: 1px solid #e2e2e2;
	}

	.menu__name {
		padding: 20px 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #000;
		border-bottom: 1px solid #e2e2e2;
		font-size: 16px;
	}

	.menu__name::after,
	.sublist__name::after {
		content: '';
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24px;
		flex: 0 0 24px;
		height: 24px;
		width: 24px;
		margin-left: auto;
		background: url(../img/icons/more.svg) center/100% no-repeat;
	}

	.sublist {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		min-height: 100%;
		max-height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		padding: 35px 0px 30px;
	}

	.sublist__list {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 0px;
		width: 100%;
		max-width: 100%;
	}

	.sublist__item {
		padding: 20px 0px;
		border-bottom: 1px solid #e2e2e2;
		max-width: 100%;
	}

	.sublist__item:first-child {
		border-top: 1px solid #e2e2e2;
	}

	.sublist__item:not(._active) .sublist__sublist {
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	.sublist__name {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}

	.sublist__name._submenu::after {
		content: '';
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24px;
		flex: 0 0 24px;
		height: 24px;
		width: 24px;
		margin-left: auto;
		background: url(../img/icons/more.svg) center/100% no-repeat;
	}

	.sublist__sublist {
		margin-top: 0;
	}

	.search-header__main {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.search-header__input {
		font-size: 22px;
	}

	.icon-menu {
		display: block;
		position: relative;
		width: 26px;
		height: 16px;
		cursor: pointer;
	}

	.icon-menu span {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		top: calc(50% - 1px);
		left: 0px;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}

	.icon-menu span:first-child {
		top: 0px;
	}

	.icon-menu span:last-child {
		top: auto;
		bottom: 0px;
	}

	.icon-menu._active span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	.icon-menu._active span:first-child {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: calc(50% - 1px);
	}

	.icon-menu._active span:last-child {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: calc(50% - 1px);
	}

	.footer__action {
		padding: 16px 0px;
	}

	.footer__main {
		padding: 40px 0px;
	}

	.action-footer__wrapper {
		-webkit-column-gap: 80px;
		-moz-column-gap: 80px;
		column-gap: 80px;
	}

	.action-footer__body {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 250px;
		flex: 0 0 250px;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}

	.action-footer__icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35px;
		flex: 0 0 35px;
		height: 35px;
		width: 35px;
	}

	.action-footer__title {
		font-size: 20px;
	}

	.action-footer__form {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.main-footer__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main-footer__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
		flex: 0 0 calc((100% - 20px * 1) / 2);
	}

	.banner {
		margin-top: -66px;
	}

	.popular-category {
		padding: 50px 0px;
	}

	.popular-category__content {
		-webkit-column-gap: 12px;
		-moz-column-gap: 12px;
		column-gap: 12px;
	}

	.popular-category__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 12px * 3) / 4);
		flex: 0 0 calc((100% - 12px * 3) / 4);
	}

	.popular-category__name {
		font-size: 16px;
		margin-top: 12px;
	}

	.head-section__title {
		font-size: 24px;
	}

	.head-section__more {
		letter-spacing: 0.7px;
		font-size: 14px;
	}

	.head-section__arrows {
		display: none;
	}

	.tabs-head-section {
		margin-left: 10px;
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
	}

	.tabs-head-section__item {
		font-size: 14px;
	}

	.offer {
		padding: 50px 0px;
	}

	.offer__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px) / 3);
		flex: 0 0 calc((100% - 20px) / 3);
	}

	.product._hovered {
		z-index: 1;
		-webkit-box-shadow:
			0px 12px 42px -4px rgba(24, 39, 75, 0.12),
			0px 8px 18px -6px rgba(24, 39, 75, 0.12);
		box-shadow:
			0px 12px 42px -4px rgba(24, 39, 75, 0.12),
			0px 8px 18px -6px rgba(24, 39, 75, 0.12);
	}

	.product._hovered .product__actions {
		opacity: 1;
		pointer-events: all;
	}

	.about-company {
		padding: 50px 0px;
	}

	.about-company__wrapper {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.about-company__body {
		row-gap: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 30px) / 2);
		flex: 0 0 calc((100% - 30px) / 2);
	}

	.about-company__title {
		font-size: 24px;
	}

	.about-company__description > *:not(:last-child) {
		margin-bottom: 10px;
	}

	.about-company__image {
		height: 350px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 30px) / 2);
		flex: 0 0 calc((100% - 30px) / 2);
	}

	.breadcrums {
		padding: 20px 0px;
	}

	.catalog {
		padding-bottom: 50px;
	}

	.catalog__title {
		font-size: 28px;
	}

	.catalog__content {
		margin-top: 20px;
	}

	.catalog__head {
		padding-left: 0;
	}

	.catalog__sidebar {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		background: #e1e1d9;
		z-index: 6;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		padding: 30px 20px 0px;
		max-height: 100%;
		height: 100%;
		overflow: hidden;
	}

	.catalog__sidebar:not(._active) {
		pointer-events: none;
		-webkit-transform: translateX(-101%);
		-ms-transform: translateX(-101%);
		transform: translateX(-101%);
	}

	.sidebar-catalog {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sidebar-catalog__head {
		border-bottom: 1px solid #dedede;
		padding-bottom: 20px;
	}

	.sidebar-catalog__content {
		padding: 0px 0px 20px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		overflow-y: auto;
	}

	.sidebar-catalog__item {
		padding: 20px 20px;
		border-left: 1px solid #dedede;
		border-right: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}

	.category-sidebar-catalog__name {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.category-sidebar-catalog__name._active::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.category-sidebar-catalog__name::after {
		content: '';
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24px;
		flex: 0 0 24px;
		height: 24px;
		width: 24px;
		margin-left: auto;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background: url(../img/icons/select-b.svg) center/cover no-repeat;
	}

	.card__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.card__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		border-bottom: none;
	}

	.card__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.thumbs-image-card__slider {
		max-height: 315px;
	}

	.main-image-card__item img {
		/* width: 315px; */
		max-width: 315px;
		max-height: 315px;
	}

	.info-card__collor-row {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.card-information {
		padding-bottom: 50px;
		padding-top: 30px;
	}

	.card-information__wrapper {
		max-width: 100%;
	}

	.card-information__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.card-information__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.offer-like {
		padding: 50px 0px;
	}

	.offer-like__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
	}

	.cart {
		padding-bottom: 50px;
	}

	.cart__title {
		font-size: 28px;
	}

	.product-cart {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.product-cart__total {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 130px;
		flex: 0 0 130px;
	}

	.order {
		padding-bottom: 50px;
	}

	.order__title {
		font-size: 28px;
	}

	.main-order__section {
		padding: 20px;
	}

	.main-order__body {
		margin-top: 20px;
	}

	.data-main-order {
		row-gap: 20px;
	}

	.delivery-main-order__content {
		padding: 20px;
	}

	.courier-delivery-main-order__item._min {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 calc((100% - 10px * 1) / 2);
		flex: 1 0 calc((100% - 10px * 1) / 2);
	}

	.payment-main-order__content {
		padding: 20px;
	}

	.footer-sidebar-order__button {
		background: #000;
	}

	.cabinet {
		padding-bottom: 50px;
	}

	.cabinet__title {
		font-size: 28px;
	}

	.cabinet__wrapper {
		margin-top: 20px;
	}

	.cabinet__sidebar {
		display: none;
	}

	.cabinet__block {
		padding: 20px;
		display: block;
	}

	.cabinet__block:not(:last-child) {
		border-bottom: 1px solid #dedede;
	}

	.cabinet__body {
		display: none;
	}

	.data-cabinet {
		padding: 0px;
	}

	.data-cabinet__head._md2 {
		display: none;
	}

	.orders-cabinet {
		padding: 0px;
	}

	.orders-cabinet__head {
		display: none;
	}

	.item-orders-cabinet {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.item-orders-cabinet__products {
		-webkit-column-gap: 2px;
		-moz-column-gap: 2px;
		column-gap: 2px;
	}

	.item-orders-cabinet__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58px;
		flex: 0 0 58px;
		height: 58px;
		width: 58px;
	}

	.order-page-cabinet {
		padding: 20px 0px 0px;
	}

	.head-order-page-cabinet__icon {
		display: none;
	}

	.head-order-page-cabinet__title {
		font-size: 16px;
	}

	.favorite-cabinet {
		margin-top: 20px;
	}

	.multypage {
		padding-bottom: 50px;
	}

	.multypage__title {
		font-size: 28px;
		display: none;
	}

	.multypage__wrapper {
		margin-top: 0;
	}

	.multypage__sidebar {
		display: none;
	}

	.multypage__main {
		border: 1px solid #dedede;
	}

	.multypage__block {
		padding: 20px;
		display: block;
		outline: none;
	}

	.multypage__block:not(:last-child) {
		border-bottom: 1px solid #dedede;
	}

	.multypage__body {
		margin-top: 20px;
		display: none;
	}

	.about-multypage {
		padding: 0px;
	}

	.about-multypage__title {
		font-size: 24px;
	}

	.delivery-multypage,
	.pay-multypage,
	.order-multypage,
	.policy-multypage {
		padding: 0px;
	}

	.delivery-multypage__title,
	.pay-multypage__title,
	.order-multypage__title,
	.policy-multypage__title {
		font-size: 24px;
	}

	.contacts-multypage {
		padding: 0px;
	}

	.contacts-multypage__map {
		height: 320px;
	}

	.store-contacts-multypage__title {
		font-size: 24px;
	}

	.callback-contacts-multypage__title {
		font-size: 24px;
	}

	.error-page__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.error-page__body {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		max-width: 470px;
		text-align: center;
	}

	.error-page__actions {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.error-page__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		max-width: 370px;
	}

	.page {
		padding-top: 66px;
	}
}

@media (max-width: 991.98px) and (max-width: 720.98px) {
	body._lock .header::after {
		top: 58px;
		max-height: calc(100vh - 58px);
	}

	.menu__body {
		top: 58px;
		max-height: calc(100% - 58px);
	}
}

@media (max-width: 991.98px) and (max-width: 479.98px) {
	body._lock .header::after {
		top: 54px;
		max-height: calc(100vh - 54px);
	}

	.menu__body {
		top: 54px;
		max-height: calc(100% - 54px);
		max-width: 100%;
	}
}

@media (max-width: 720.98px) {
	body._action-lock {
		overflow: hidden;
	}

	body._action-lock::after {
		content: '';
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		display: inline-block;
		background: rgba(0, 0, 0, 0.4);
		pointer-events: all;
		opacity: 1;
		visibility: visible;
	}

	.product-add .popup__body {
		padding: 20px;
	}

	.product-add__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 20px;
		border-bottom: none;
	}

	.product-add__main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 10px;
	}

	.product-add__close {
		position: absolute;
		top: 12px;
		right: 12px;
	}

	.product-add__with {
		padding-top: 20px;
	}

	.product-product-add {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 20px;
		padding: 0px 0px 20px;
	}

	.product-product-add__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.product-product-add__actions {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}

	.with-product-add__arrows {
		display: none;
	}

	.with-product-add__content {
		margin-top: 12px;
	}

	.with-product-add__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
	}

	.order-send .popup__body {
		padding: 20px;
	}

	.header__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 205px - 20px) / 2);
		flex: 0 0 calc((100% - 205px - 20px) / 2);
	}

	.header__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 205px;
		flex: 0 0 205px;
	}

	.header__logo {
		font-size: 26px;
	}

	.header__action {
		position: fixed;
		bottom: 0;
		left: 0;
	}

	.action-header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0px 20px 5px;
		background: #fff;
		-webkit-box-shadow: 0px -6px 12px 0px rgba(14, 22, 43, 0.08);
		box-shadow: 0px -6px 12px 0px rgba(14, 22, 43, 0.08);
		width: 100%;
		max-width: 100%;
		z-index: 7;
	}

	.action-header__item:not(._active) .action-header__user {
		-webkit-transform: translateY(100vh);
		-ms-transform: translateY(100vh);
		transform: translateY(100vh);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.action-header__item:not(._active) .user-action-header {
		-webkit-transform: translateY(100vh);
		-ms-transform: translateY(100vh);
		transform: translateY(100vh);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.action-header__item:not(._active) .action-header__search {
		-webkit-transform: translateY(100vh);
		-ms-transform: translateY(100vh);
		transform: translateY(100vh);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.action-header__item:not(._active) .action-header__trolley {
		-webkit-transform: translateY(100vh);
		-ms-transform: translateY(100vh);
		transform: translateY(100vh);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.action-header__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48px;
		flex: 0 0 48px;
		height: 48px;
		width: 48px;
		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;
	}

	.action-header__item._active {
		background: #ececec;
	}

	.action-header__icon svg path {
		fill: #000;
	}

	.action-header__count {
		background: #000;
		color: #fff;
		top: -8px;
	}

	.action-header__trolley {
		position: fixed;
		bottom: calc(53px + env(safe-area-inset-bottom));
		left: 0;
		top: auto;
		right: 0;
		max-width: 100%;
		z-index: 1;
	}

	.action-header__user {
		position: fixed;
		bottom: calc(53px + env(safe-area-inset-bottom));
		left: 0;
		top: auto;
		right: 0;
		max-width: 100%;
		z-index: 1;
	}

	.action-header__search {
		position: fixed;
		bottom: calc(53px + env(safe-area-inset-bottom));
		left: 0;
		top: auto;
		right: 0;
		max-width: 100%;
		z-index: 1;
	}

	.action-header__user-action {
		position: fixed;
		bottom: calc(53px + env(safe-area-inset-bottom));
		left: 0;
		top: auto;
		right: 0;
		max-width: 100%;
		z-index: 1;
	}

	.trolley-header {
		max-height: calc(100vh - 48px);
		-webkit-box-shadow: inset 0px -6px 12px 0px rgba(14, 22, 43, 0.08);
		box-shadow: inset 0px -6px 12px 0px rgba(14, 22, 43, 0.08);
		padding: calc(env(safe-area-inset-top) + 20px) 20px 10px 20px;
		top: 54px;
	}

	.trolley-header__product:first-child {
		border-top: 1px solid #dedede;
	}

	.trolley-header__product:last-child {
		border-bottom: none;
	}

	.trolley-header__main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.trolley-header__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.trolley-header__delete {
		margin-left: auto;
	}

	.trolley-header__footer {
		border-top: 1px solid #dedede;
		margin: 0px -20px;
		padding: 10px 20px;
	}

	.trolley-header__button {
		background: #000;
	}

	.user-header {
		-webkit-box-shadow: none;
		box-shadow: none;
		max-height: calc(100vh - 48px);
		-webkit-box-shadow: inset 0px -6px 12px 0px rgba(14, 22, 43, 0.08);
		box-shadow: inset 0px -6px 12px 0px rgba(14, 22, 43, 0.08);
		padding: 20px 20px 0px;
	}

	.user-header__list {
		margin-top: 15px;
		margin-left: -20px;
		margin-right: -20px;
		row-gap: 0px;
		padding-top: 0;
	}

	.user-header__item {
		padding: 12px 20px;
	}

	.user-header__item:not(:last-child) {
		border-bottom: 1px solid #eaeaea;
	}

	.search-header__main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		row-gap: 20px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.search-header__close {
		-ms-flex-item-align: end;
		align-self: flex-end;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24px;
		flex: 0 0 24px;
		height: 24px;
		width: 24px;
	}

	.user-action-header {
		max-height: calc(100vh - 48px);
		-webkit-box-shadow: inset 0px -6px 12px 0px rgba(14, 22, 43, 0.08);
		box-shadow: inset 0px -6px 12px 0px rgba(14, 22, 43, 0.08);
		padding: calc(env(safe-area-inset-top) + 20px) 20px 20px 20px;
	}

	.user-action-header__button {
		background: #000;
	}

	.user-action-header__register {
		text-decoration: underline;
	}

	.footer {
		margin-bottom: 68px;
	}

	.action-footer__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		row-gap: 10px;
	}

	.action-footer__body {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 250px;
	}

	.main-footer__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-footer__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.main-footer__column._info-footer {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.main-footer__column._nav-footer {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.main-footer__column._menu-footer {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.main-footer__column._contact-footer {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.main-footer__name._spoller {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main-footer__name._spoller._active::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.main-footer__name._spoller::after {
		content: '';
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24px;
		flex: 0 0 24px;
		height: 24px;
		width: 24px;
		margin-left: auto;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background: url(../img/icons/select-w.svg) center/100% no-repeat;
	}

	.main-footer__body {
		display: none;
	}

	.info-main-footer {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		row-gap: 20px;
	}

	.banner {
		margin-top: -58px;
	}

	.popular-category__content {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.popular-category__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
		flex: 0 0 calc((100% - 20px * 1) / 2);
	}

	.head-section__title {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.head-section__more {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.head-section__tabs {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.tabs-head-section {
		margin-left: 0;
	}

	.offer__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 1px) / 2);
		flex: 0 0 calc((100% - 1px) / 2);
	}

	.offer__product:not(:nth-child(-n + 10)) {
		display: none;
	}

	.about-company__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 30px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.about-company__image {
		width: 100%;
		max-width: 100%;
		padding-bottom: 100%;
		height: auto;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	/*.catalog__product {*/
	/*  -webkit-box-flex: 0;*/
	/*      -ms-flex: 0 0 calc(100% / 2);*/
	/*          flex: 0 0 calc(100% / 2);*/
	/*}*/
	.catalog__product {
		-webkit-box-flex: 0;
		/*-ms-flex: 0 0 calc(100% / 2);*/
		/*    flex: 0 0 calc(100% / 2);*/
		flex: 0 0 calc(50% - 10px);
		width: 170px;
	}

	.image-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		row-gap: 20px;
	}

	.thumbs-image-card__slider .swiper-wrapper {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.thumbs-image-card__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
	}

	.thumbs-image-card__arrow {
		top: 0;
		width: 24px;
		height: 100%;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.thumbs-image-card__arrow.thumbs-image-card-arrow-prev {
		left: 0;
	}

	.thumbs-image-card__arrow.thumbs-image-card-arrow-prev::before {
		height: 100%;
		width: 40px;
		right: auto;
		background: -webkit-gradient(
			linear,
			right top,
			left top,
			from(rgba(255, 255, 255, 0)),
			to(#fff)
		);
		background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #fff 100%);
		background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	}

	.thumbs-image-card__arrow.thumbs-image-card-arrow-next {
		right: 0;
		left: auto;
	}

	.thumbs-image-card__arrow.thumbs-image-card-arrow-next::after {
		height: 100%;
		width: 40px;
		left: auto;
		background: -webkit-gradient(
			linear,
			left top,
			right top,
			from(rgba(255, 255, 255, 0)),
			to(#fff)
		);
		background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	}

	.thumbs-image-card__arrow img,
	.thumbs-image-card__arrow svg {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.offer-like__slider {
		margin: -70px -20px;
		padding: 70px 20px;
		position: relative;
		z-index: 1000;
	}

	.offer-like__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 170px;
		flex: 0 0 170px;
	}

	.product-cart {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product-cart__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.data-main-order__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.delivery-main-order {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.delivery-main-order__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.payment-main-order {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.payment-main-order__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.product-sidebar-order {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product-sidebar-order__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.data-cabinet__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.data-cabinet__button {
		max-width: 100%;
	}

	.item-orders-cabinet {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 10px;
	}

	.item-orders-cabinet__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
		row-gap: 10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.item-orders-cabinet__name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.item-orders-cabinet__status {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.item-orders-cabinet__delivery {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.item-orders-cabinet__date {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.item-orders-cabinet__products {
		display: none;
	}

	.item-orders-cabinet__actions {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.item-orders-cabinet__details {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.item-orders-cabinet__repeat {
		max-width: 160px;
	}

	.head-order-page-cabinet__info {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product-order-page-cabinet {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product-order-page-cabinet__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.favorite-cabinet__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
	}

	.about-multypage__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
	}

	.about-multypage__image {
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		height: auto;
		padding-bottom: 100%;
	}

	.store-contacts-multypage__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
		padding: 15px;
	}

	.store-contacts-multypage__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 150px;
		flex: 0 0 150px;
		height: 140px;
		width: 150px;
	}

	.error-page__container {
		padding: 0px 20px;
	}

	.page {
		padding-top: 58px;
	}
}

@media (max-width: 479.98px) {
	.select-collor__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 2) / 3);
		flex: 0 0 calc((100% - 20px * 2) / 3);
	}

	.select-collor__content {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.product-add__title {
		font-size: 20px;
	}

	.with-product-add__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
	}

	.login__content {
		margin-top: 15px;
		row-gap: 15px;
	}

	.head-login__main {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}

	.head-login__title {
		font-size: 22px;
	}

	.connect-login {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.connect-login__item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.order-send__content {
		margin-top: 15px;
		row-gap: 15px;
	}

	.order-send__button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.head-order-send__main {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}

	.head-order-send__title {
		font-size: 20px;
	}

	.header {
		padding: 8px 0px;
	}

	.language-header__list {
		position: absolute;
		background: #fff;
		min-width: 100%;
		top: calc(100% + 5px);
		left: 0;
		display: none;
	}

	.language-header__item {
		color: #000;
		padding: 2px 3px;
		display: block;
		width: 100%;
	}

	.language-header__item._active {
		display: none;
	}

	.trolley-header__content {
		margin-top: 12px;
	}

	.trolley-header__product {
		padding: 12px 0px;
	}

	.trolley-header__footer {
		row-gap: 12px;
		margin-top: 12px;
	}

	.search-header {
		max-height: calc(100vh - 48px);
	}

	.search-header__main {
		padding: 10px 0px 20px;
	}

	.search-header__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
	}

	.search-header__button {
		width: 100%;
		max-width: 100%;
	}

	.search-header__close {
		background: url(../img/icons/close.svg) center/100% no-repeat;
	}

	.result-search-header__item:first-child {
		padding-top: 0;
	}

	.footer__main {
		padding: 20px 0px;
	}

	.action-footer__button {
		font-size: 0;
		letter-spacing: 0px;
	}

	.action-footer__button::after {
		content: '';
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24px;
		flex: 0 0 24px;
		height: 24px;
		width: 24px;
		display: inline-block;
		background: url(../img/icons/send.svg) center/cover no-repeat;
	}

	.banner {
		margin-top: -54px;
	}

	.popular-category {
		padding: 40px 0px;
	}

	.popular-category__content {
		row-gap: 20px;
	}

	.popular-category__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.popular-category__image {
		padding-bottom: 69%;
	}

	.head-section__title {
		font-size: 22px;
	}

	.head-section__more {
		font-size: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		letter-spacing: 0px;
	}

	.head-section__more::after {
		content: '';
		width: 24px;
		height: 24px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24px;
		flex: 0 0 24px;
		background: url(../img/icons/more.svg) center/100% no-repeat;
	}

	.offer {
		padding: 40px 0px;
	}

	.offer__products {
		background: none;
		padding: 0px 20px;
		margin: 0px -20px;
		display: block;
	}

	.offer__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border: 1px solid #dedede !important;
	}

	.offer__product:not(:first-child) {
		border-left: none;
	}

	.product {
		padding: 10px;
	}

	.product__mods span {
		font-size: 13px;
		padding: 1px 8px;
	}

	.product__name {
		font-size: 14px;
	}

	.product__collors {
		font-size: 13px;
	}

	.product__status {
		font-size: 11px;
	}

	.product__art {
		font-size: 11px;
	}

	.product__price {
		font-size: 16px;
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}

	.product__price span {
		font-size: 13px;
		font-weight: 500;
	}

	.about-company {
		padding: 40px 0px;
	}

	.about-company__title {
		font-size: 22px;
	}

	.breadcrums__list {
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}

	.breadcrums__item {
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}

	.breadcrums__name {
		font-size: 14px;
	}

	.catalog {
		padding-bottom: 40px;
	}

	.catalog__title {
		font-size: 24px;
	}

	.catalog__sidebar {
		padding: 20px 20px 0px;
	}

	.sidebar-catalog__footer {
		-webkit-column-gap: 3px;
		-moz-column-gap: 3px;
		column-gap: 3px;
	}

	.head-sidebar-catalog__title {
		font-size: 24px;
	}

	.main-image-card__item img {
		/* width: 100%; */
		max-width: 100%;
		max-height: 100%;
	}

	.info-card__name {
		font-size: 24px;
	}

	.info-card__row {
		margin-top: 20px;
	}

	.info-card__collor-row {
		margin-top: 20px;
	}

	.info-card__actions {
		margin-top: 20px;
	}

	.info-card__quantity {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
	}

	.info-card__button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
	}

	.info-card__share {
		margin-top: 20px;
	}

	.card-information {
		padding-bottom: 40px;
		padding-top: 20px;
	}

	.offer-like {
		padding: 40px 0px;
	}

	.cart {
		padding-bottom: 40px;
	}

	.cart__head {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

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

	.cart__title {
		font-size: 24px;
	}

	.cart__clear {
		margin-top: 5px;
	}

	.cart__product {
		padding: 20px 0px;
	}

	.cart__footer {
		margin-top: 20px;
	}

	.order {
		padding-bottom: 40px;
	}

	.order__title {
		font-size: 24px;
	}

	.main-order__title {
		font-size: 18px;
	}

	.delivery-main-order__address {
		padding-left: 0;
	}

	.head-delivery-main-order {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.head-delivery-main-order__name {
		font-size: 16px;
	}

	.sidebar-order__title {
		font-size: 18px;
	}

	.cabinet {
		padding-bottom: 40px;
	}

	.cabinet__title {
		font-size: 24px;
	}

	.cabinet__block {
		padding: 20px 15px;
	}

	.top-cabinet__name {
		font-size: 18px;
	}

	.data-cabinet__title {
		font-size: 18px;
	}

	.item-orders-cabinet__name {
		font-size: 16px;
	}

	.product-order-page-cabinet__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		height: 80px;
		width: 80px;
	}

	.favorite-cabinet__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.multypage {
		padding-bottom: 40px;
	}

	.multypage__title {
		font-size: 24px;
	}

	.top-multypage__name {
		font-size: 16px;
	}

	.about-multypage__title {
		font-size: 22px;
	}

	.delivery-multypage__title,
	.pay-multypage__title,
	.order-multypage__title,
	.policy-multypage__title {
		font-size: 22px;
	}

	.store-contacts-multypage__title {
		font-size: 22px;
	}

	.store-contacts-multypage__content {
		row-gap: 0px;
	}

	.store-contacts-multypage__item {
		padding: 20px 0px;
		border: none;
		outline: none;
		border-bottom: 1px solid #dedede;
	}

	.store-contacts-multypage__item:first-child {
		padding-top: 0;
	}

	.store-contacts-multypage__image {
		width: 100%;
		max-width: 100%;
		padding-bottom: 79%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		height: auto;
	}

	.store-contacts-multypage__body {
		width: 100%;
		max-width: 100%;
	}

	.callback-contacts-multypage__title {
		font-size: 22px;
	}

	.callback-contacts-multypage__form {
		row-gap: 20px;
		margin-top: 20px;
	}

	.callback-contacts-multypage__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.error-page__wrapper {
		row-gap: 0px;
	}

	.error-page__title {
		font-size: 28px;
	}

	.page {
		padding-top: 100px;
	}
}

@media (max-width: 991.98px) and (min-width: 720.98px) {
	.offer__product:not(:nth-child(-n + 9)) {
		display: none;
	}
}

@media (any-hover: hover) {
	.pagging__arrow:hover {
		border-color: #000;
	}

	.pagging__arrow:hover svg path {
		fill: #000;
	}

	.pagging__item:not(._active, ._more):hover {
		text-decoration: underline;
	}

	.with-product-add__arrow:hover svg path {
		stroke: #000;
	}

	.login__button:hover {
		background: rgba(0, 0, 0, 0.8);
	}

	.login__forget:hover {
		text-decoration: underline;
	}

	.login__back:hover {
		text-decoration: underline;
	}

	.connect-login__item:hover {
		border-color: #000;
	}

	.order-send__text a:hover {
		text-decoration: none;
	}

	.order-send__button:hover {
		text-decoration: underline;
	}

	.order-send__button._black:hover {
		background: rgba(0, 0, 0, 0.8);
	}

	.language-header__item:not(._active):hover {
		color: #c0c0c0;
	}

	.menu__name:hover {
		text-decoration: underline;
	}

	.sublist__name:hover {
		text-decoration: underline;
	}

	.trolley-header__clear:hover {
		color: #000;
	}

	.trolley-header__clear:hover svg path {
		fill: #000;
	}

	.trolley-header__delete:hover svg path {
		fill: #000;
	}

	.trolley-header__button:hover {
		background: #000;
	}

	.search-header__button:hover {
		background: rgba(0, 0, 0, 0.8);
	}

	.result-search-header__item:hover .result-search-header__name {
		text-decoration: underline;
	}

	.result-search-header__button:hover {
		color: #fff;
		background: #000;
	}

	.user-action-header__button:hover {
		background: #000;
	}

	.user-action-header__register:hover {
		-webkit-text-decoration-line: underline;
		text-decoration-line: underline;
	}

	.action-footer__button:hover {
		background: #000;
	}

	.info-main-footer__dev:hover {
		text-decoration: underline;
	}

	.socials-info-main-footer__item:hover {
		opacity: 0.8;
	}

	.nav-main-footer__link:hover {
		text-decoration: underline;
	}

	.list-main-footer__link:hover {
		text-decoration: underline;
	}

	.popular-category__item:hover .popular-category__image img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.popular-category__item:hover .popular-category__name {
		text-decoration: underline;
	}

	.head-section__more:hover {
		text-decoration: underline;
	}

	.head-section__arrow:hover svg path {
		stroke: #000;
	}

	.tabs-head-section__item:hover {
		color: #000;
	}

	.offer__more:hover {
		color: #000;
		border-color: #000;
	}

	.product__name:hover {
		text-decoration: underline;
	}

	.product__collors:hover {
		border-color: transparent;
	}

	.product__button:hover {
		background: rgba(0, 0, 0, 0.8);
	}

	.about-company__button:hover {
		background: rgba(0, 0, 0, 0.8);
	}

	.breadcrums__item a.breadcrums__name:hover {
		text-decoration: underline;
	}

	.info-card__select-collor:hover {
		text-decoration: none;
	}

	.info-card__button:hover {
		background: rgba(0, 0, 0, 0.8);
	}

	.card-information__item:not(._active):hover {
		color: #000;
	}

	.cart__clear:hover {
		color: #000;
	}

	.cart__clear:hover svg path {
		fill: #000;
	}

	.cart__button:hover {
		background: rgba(0, 0, 0, 0.8);
	}

	.product-cart__name:hover {
		text-decoration: underline;
	}

	.product-cart__delete:hover svg path {
		fill: #000;
	}

	.main-order__account a:hover {
		text-decoration: underline;
	}

	.sidebar-order__clear:hover {
		color: #000;
	}

	.sidebar-order__clear:hover svg path {
		fill: #000;
	}

	.product-sidebar-order__delete:hover svg path {
		fill: #000;
	}

	.footer-sidebar-order__button:hover {
		background: #000;
	}

	.sidebar-cabinet__item:hover {
		background: #f4f4f4;
	}

	.sidebar-cabinet__exit:hover {
		background: #f4f4f4;
	}

	.data-cabinet__button:hover {
		background: rgba(0, 0, 0, 0.8);
	}

	.item-orders-cabinet__details:hover {
		color: #000;
	}

	.item-orders-cabinet__details:hover svg path {
		fill: #000;
	}

	.item-orders-cabinet__repeat:hover {
		background: #000;
		color: #fff;
	}

	.order-page-cabinet__button:hover {
		background: #000;
		color: #fff;
	}

	.product-order-page-cabinet__name:hover {
		text-decoration: underline;
	}

	.sidebar-multypage__item:hover {
		background: #f4f4f4;
	}

	.store-contacts-multypage__body a:hover {
		text-decoration: underline;
	}

	.callback-contacts-multypage__button:hover {
		background: rgba(0, 0, 0, 0.8);
	}

	.error-page__button:hover {
		background: #000;
		color: #fff;
	}

	.error-page__button._black:hover {
		background: rgba(0, 0, 0, 0.8);
	}
}
.add_block {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #80808094;
	position: fixed;
	top: 0;
}
.add_body {
	width: 350px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 24px;
	grid-template-columns: 1fr 24px;
	background-color: white;
	border-radius: 5px;
	margin: 10% auto 0 auto;
	padding: 20px;
}
.close-add {
	width: 25px;
}
.block_message {
	font-size: 18px;
	color: #000;
	line-height: 24px;
}
.close-add {
	width: 25px;
}
.empty_title {
	margin: 25px 0;
	font-size: 25px;
	text-align: center;
}
.fixed {
	position: fixed;
}
.popup__body .text {
	font-size: 16px;
	line-height: 21px;
}

.popup__body .text p {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	margin: 10px 0;
}
.popup__body .text h2,
.popup__body .text h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin: 20px 0;
}
@media (max-width: 991px) {
	/*.top-multypage__name {*/
	/*  margin-bottom: 20px;*/
	/*}*/
}
.product__art a {
	color: #b0b0b0;
}

@media (max-width: 450px) {
	.product__button {
		font-size: 11px;
	}
	.quantity__button {
		width: 40%;
		aspect-ratio: 45/45;
		flex: 0 0 40%;
	}
	.quantity__input {
		width: 20%;
	}
	.quantity {
		display: flex;
		height: auto;
		justify-content: space-around;
		/*aspect-ratio: 100/40;*/
	}
	.head-catalog__select .select__value span {
		width: 39px !important;
	}
	.head-catalog {
		column-gap: 2px;
	}
	.head-catalog__name {
		width: 19vw !important;
		overflow: hidden;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media (max-width: 359px) {
	.head-catalog__count,
	.head-catalog__select .select__value,
	.head-catalog__filter {
		font-size: 12px;
	}
	.head-catalog__name {
		font-size: 12px;
	}
}
.info-card__other a {
	color: #b0b0b0;
}
.main-footer__contacts a {
	color: #ffffff;
}

.offer-like__slider .swiper-wrapper,
.with-product-add__slider .swiper-wrapper {
	display: flex;
}
@media (max-width: 767px) {
	.offer-like__slide._scroll-slider,
	.offer__slide._scroll-slider {
		visibility: hidden;
	}
}
.add_to_cart,
._popup-close {
	cursor: pointer;
}
._active > .sublist > .sublist__wrapper {
	display: flex;
}
.sublist > .sublist__wrapper {
	display: none;
}
@media (max-width: 991px) {
	._active > .sublist > .sublist__wrapper {
		display: flex;
		flex-direction: column;
	}
}
.swiper-pagination {
	position: relative;
	text-align: center;
	transition: 0.3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	margin-top: 20px;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(1);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}
/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {*/
/*  transform:scale(1)*/
/*}*/
/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {*/
/*  transform:scale(.66)*/
/*}*/
/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {*/
/*  transform:scale(.33)*/
/*}*/
/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {*/
/*  transform:scale(.66)*/
/*}*/
/*.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {*/
/*  transform:scale(.33)*/
/*}*/
.swiper-pagination-bullet {
	width: var(
		--swiper-pagination-bullet-width,
		var(--swiper-pagination-bullet-size, 8px)
	);
	height: var(
		--swiper-pagination-bullet-height,
		var(--swiper-pagination-bullet-size, 8px)
	);
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet:only-child {
	display: none !important;
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(
		--swiper-pagination-color,
		var(--swiper-theme-color, #0a6aa1)
	);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
.swiper-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	transition:
		0.2s transform,
		0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition:
		0.2s transform,
		0.2s left;
}
.swiper-horizontal.swiper-rtl
	> .swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition:
		0.2s transform,
		0.2s right;
}
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}
@media (max-width: 767px) {
	.banner__image {
		min-height: auto !important;
	}
}
@media (max-width: 350px) {
	.header__logo {
		flex: 0 0 195px;
		font-size: 24px;
	}
}
