@import url(https://fonts.googleapis.com/css?family=Roboto+Flex:regular,500,600,700&display=swap&subset=cyrillic-ext);

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

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

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

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

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

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

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

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

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

@font-face {
	font-family: 'BebasNeueCyrillic';
	font-display: swap;
	src: url('../fonts/bebasneuecyrillic.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	font-display: swap;
	src:
		url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.woff2') format('woff2');
	font-weight: 400;
	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 {
	line-height: 1;
	font-family: 'RobotoFlex';
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

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

button {
	cursor: pointer;
}

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: #211e22;
	font-size: 16px;
	line-height: 1.1;
}

body::after {
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(33, 30, 34, 0.25);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

body._lock {
	overflow: hidden;
}

body._lock::after {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

body._mini-lock .header::after {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

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

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

.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: #211e22;
	border: 1px solid #211e22;
	background-color: #fff;
	cursor: pointer;
	border-radius: 4px;
}

.select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	height: 42px;
	padding: 0px 20px;
	-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;
}

.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: 16px;
	height: 16px;
	background: url('../img/icons/select.svg') center/100% no-repeat;
}

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

.select__options {
	color: #211e22;
	display: none;
	position: absolute;
	top: calc(100% + 5px);
	border-radius: 4px;
	min-width: 100%;
	left: 0;
	border-radius: 8px;
	border: 1px solid #efefef;
	background: var(--white, #fff);
	-webkit-box-shadow:
		0px 6px 14px -6px rgba(24, 39, 75, 0.12),
		0px 10px 32px -4px rgba(24, 39, 75, 0.1);
	box-shadow:
		0px 6px 14px -6px rgba(24, 39, 75, 0.12),
		0px 10px 32px -4px rgba(24, 39, 75, 0.1);
	font-size: 16px;
	padding: 10px 0px 10px 0px;
}

.select__option {
	cursor: pointer;
	padding: 10px 20px;
	margin: 0px 0px 0px 0px;
}

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

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

.input {
	border-radius: 8px;
	background: #f5f5f5;
	min-width: 0px;
	width: 100%;
	display: block;
	padding: 0px 20px;
	min-height: 50px;
	color: #8a8c8d;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #f5f5f5;
	max-width: 100%;
}

.input._date {
	background:
		url(../img/icons/date.svg) calc(100% - 20px) 50%/24px no-repeat,
		#f5f5f5;
}

.input._focus {
	color: #211e22;
}

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

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

textarea.input {
	resize: none;
	padding: 15px 20px;
	height: 100px;
}

.checkbox {
	position: relative;
}

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

.checkbox__input:checked + .checkbox__content:before {
	background:
		url('../img/icons/check.svg') center/16px no-repeat,
		#f26241;
	border-color: #f26241;
}

.checkbox__content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	color: #211e22;
	cursor: pointer;
}

.checkbox__content:before {
	content: '';
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #211e22;
	border-radius: 2px;
}

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

.checkbox a {
	color: #f26241;
}

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

.options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.options__item {
	position: relative;
	cursor: pointer;
}

.options__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	left: 0;
	top: 0;
	visibility: hidden;
}

.options__input:checked + .options__text:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.options__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: -0.3px;
	line-height: calc(20 / 16);
}

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

.options__text:after {
	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: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #77243a;
	position: absolute;
	left: 5px;
	top: 4px;
}

.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: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #211e22;
	border-radius: 50px;
}

.quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 44px;
	flex: 0 0 44px;
	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: -1px 0px 0px -7px;
	background-color: #211e22;
	width: 14px;
	height: 2px;
	border-radius: 10px;
}

.quantity__button_plus {
	border-radius: 50px 0px 0px 50px;
}

.quantity__button_plus::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.quantity__button_minus {
	border-radius: 0px 50px 50px 0px;
}

.quantity__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-left: 1px solid #211e22;
	border-right: 1px solid #211e22;
}

.quantity__input input {
	min-width: 0px;
	max-width: 100%;
	height: 100%;
	color: #211e22;
	font-size: 16px;
	width: 100%;
	text-align: center;
}

img,
svg {
	vertical-align: middle;
	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;
}

._title {
	color: #211e22;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
}

._like:not(._active) svg path._fill {
	display: none;
}

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

.paggination.swiper-pagination-lock {
	display: none;
}

.paggination .swiper-pagination-bullet {
	width: 5px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 5px;
	flex: 0 0 5px;
	height: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 20px;
	background: #8a8a8a;
	cursor: pointer;
}

.paggination .swiper-pagination-bullet-active {
	background: #211e22;
	width: 22px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
}

._btn {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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;
	background: #f26241;
	min-height: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

._btn._stroke {
	background: transparent;
	border: 1px solid #f26241;
	color: #f26241;
}

._btn._stroke._black {
	color: #211e22;
	border-color: #211e22;
}

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 {
	overflow: hidden;
}

._swiper .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 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

.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 {
	margin-top: 5px;
	font-size: 1rem;
	font-family: sans-serif;
	color: #211e22;
	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: 9001;
	-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;
}

.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;
	color: #211e22;
	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 #fff;
	border-radius: 0;
	color: #fff;
	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.8;
	-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: #211e22;
	-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: #211e22;
	-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-current {
	font-weight: 700;
}

.qs-datepicker .qs-square.qs-current span {
	text-decoration: underline;
}

.qs-datepicker .qs-square.qs-active {
	background: #f26241;
	font-weight: 700;
	color: #fff;
}

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

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

/*! nouislider - 14.6.0 - 6/27/2020 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat;
}

.noUi-connect {
	height: 100%;
	width: 100%;
}

.noUi-origin {
	height: 10%;
	width: 10%;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}

.noUi-touch-area {
	height: 100%;
	width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
	height: 18px;
}

.noUi-horizontal .noUi-handle {
	width: 24px;
	height: 24px;
	right: -11.5px;
	top: -11px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
	height: 3px;
	background-color: #dbdbdb;
	margin: 10px 15px 10px;
	position: relative;
}

.noUi-target::before,
.noUi-target::after {
	content: '';
	background-color: #dbdbdb;
	width: 11px;
	height: 3px;
	position: absolute;
	top: 0;
}

.noUi-target::before {
	left: -10px;
}

.noUi-target::after {
	right: -10px;
}

.noUi-connect {
	background-color: #f26241;
}

/* Handles and cursors;
 */

.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	border: 5px solid #fff;
	background-color: #f26241;
	border-radius: 50%;
	cursor: default;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(75, 75, 75, 0.25);
	box-shadow: 0px 2px 16px 0px rgba(75, 75, 75, 0.25);
}

/* Disabled state;
 */

[disabled] .noUi-connect {
	background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
	color: #999;
}

/* Values;
 *
 */

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
	position: absolute;
	background: #ccc;
}

.noUi-marker-sub {
	background: #aaa;
}

.noUi-marker-large {
	background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	color: #999999;
	font-size: 12px;
	position: absolute;
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: -22px;
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
	-webkit-transform: translate(0, -18px);
	-ms-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px;
}

.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 38px;
	flex: 0 0 38px;
	height: 38px;
	width: 38px;
	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 #f26241;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pagging__arrow._disabled {
	border-color: #9c9c9c;
	pointer-events: none;
}

.pagging__arrow._disabled svg path[fill] {
	fill: #9c9c9c;
}

.pagging__arrow._disabled svg path[stroke] {
	stroke: #9c9c9c;
}

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

.pagging__arrow svg path {
	-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] {
	fill: #f26241;
}

.pagging__arrow svg path[stroke] {
	stroke: #f26241;
}

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

.pagging__item._active .pagging__link {
	font-weight: 600;
	color: #f26241;
}

.pagging__item._active .pagging__link::after {
	opacity: 1;
	visibility: visible;
}

.pagging__link {
	padding: 10px 0px;
	width: 30px;
	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: #211e22;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
}

.pagging__link::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #f26241;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.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-color: rgba(33, 30, 34, 0.25);
	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%;
	display: flex;
	-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: 20px;
	width: 100%;
	max-width: 805px;
	border-radius: 8px;
}

.popup__close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 5;
	background: url('../img/icons/close-gray.svg') center/cover no-repeat;
}

.popup-card-info__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.popup-card-info__content .card__gallery {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
	flex: 0 0 calc((100% - 20px * 1) / 2);
}

.popup-card-info__content .card__body {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
	flex: 0 0 calc((100% - 20px * 1) / 2);
}

.popup-card-info .body-card {
	row-gap: 20px;
}

.popup-card-info .timer__column {
	min-width: 68px;
}

.popup-card-info .timer__value {
	font-size: 28px;
}

.popup-card-info .timer__space {
	font-size: 28px;
}

.popup-card-info .timer__name {
	font-size: 12px;
}

.popup-card-info .info-body-card__title {
	font-size: 28px;
}

.popup-card-info .info-body-card {
	row-gap: 10px;
}

.popup-card-info .price-body-card__value {
	font-size: 24px;
}

.popup-card-info .actions-body-card__quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.popup-card-info .actions-body-card__quantity .quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
}

.popup-card-info .details-card {
	padding-top: 20px;
}

.popup-card-info .other-details-card__name {
	font-size: 16px;
}

.popup-card-info .other-details-card__row {
	padding: 20px 0px;
}

.popup-card-info .credit-body-card {
	-ms-grid-columns: 200px 1fr;
	grid-template-columns: 200px 1fr;
}

.our-clients-popup .popup__body {
	max-width: 890px;
}

.our-clients-popup__title {
	padding-right: 80px;
	font-size: 22px;
	color: #211e22;
	font-weight: 600;
}

.our-clients-popup__content {
	margin-top: 20px;
}

.comment .popup__body {
	padding: 30px;
	max-width: 480px;
	background: #f5f5f5;
}

.comment .popup__close {
	top: 25px;
	right: 30px;
	width: 34px;
	height: 34px;
}

.comment__title {
	padding-right: 80px;
	font-size: 22px;
	color: #211e22;
	font-weight: 600;
}

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

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

.comment__item {
	width: 100%;
	max-width: 100%;
}

.comment__label {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
}

.comment__input {
	width: 100%;
	max-width: 100%;
	background: #fff;
	border-color: #fff;
}

.comment__textarea {
	background: #fff;
	border-color: #fff;
}

.comment__button {
	min-width: 160px;
}

.comment-send .popup__body {
	padding: 30px;
	max-width: 460px;
	background: #f5f5f5;
}

.comment-send .popup__close {
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
}

.comment-send__wrapper {
	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;
	row-gap: 20px;
}

.comment-send__icon {
	width: 113px;
}

.comment-send__icon img,
.comment-send__icon svg {
	width: 100%;
	max-width: 100%;
}

.comment-send__title {
	max-width: 260px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

.comment-send__button {
	min-width: 160px;
	cursor: pointer;
}

.review .popup__body {
	padding: 30px;
	max-width: 480px;
	background: #f5f5f5;
}

.review .popup__close {
	top: 25px;
	right: 30px;
	width: 34px;
	height: 34px;
}

.review__head {
	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;
	text-align: center;
	row-gap: 12px;
}

.review__head > * {
	max-width: 290px;
}

.review__title {
	color: #211e22;
	font-size: 22px;
	font-weight: 700;
}

.review__text {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
}

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

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

.review__label {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
}

.review__input {
	width: 100%;
	max-width: 100%;
	background: #fff;
	border-color: #fff;
}

.review__textarea {
	background: #fff;
	border-color: #fff;
}

.review__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.review__button {
	min-width: 160px;
}

.header {
	border-bottom: 1px solid #e9e9e9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	background: #fff;
	z-index: 5;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header._hide {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header::after {
	content: '';
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(33, 30, 34, 0.25);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
	z-index: -1;
}

.header__top {
	min-height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 0px;
	background: #f26241;
}

.header__main {
	padding: 10px 0px;
	background: #fff;
}

.header__bottom {
	border-top: 1px solid #e1e1e1;
	background: #fff;
}

.top-header__container {
	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-header__nav {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

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

.top-header__link {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
}

.nav-top-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 5px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.nav-top-header__link {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

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

.language__item {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.language__item._active {
	color: #fff;
}

.main-header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.main-header__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	width: 160px;
}

.main-header__logo img,
.main-header__logo svg {
	width: 100%;
	max-width: 100%;
}

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

.main-header__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}

.search-header {
	position: relative;
}

.search-header._active .search-header__result {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.search-header._active .search-header__clear {
	display: block;
}

.search-header__main {
	border-radius: 4px;
	border: 1px solid #211e22;
	background: #fff;
	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;
	min-height: 100%;
	padding: 5px 20px;
}

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

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

.search-header__input {
	color: #211e22;
	font-size: 16px;
	font-weight: 500;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0px;
	max-width: 100%;
}

.search-header__input::-webkit-input-placeholder {
	color: #211e22;
}

.search-header__input::-moz-placeholder {
	color: #211e22;
}

.search-header__input:-ms-input-placeholder {
	color: #211e22;
}

.search-header__input::-ms-input-placeholder {
	color: #211e22;
}

.search-header__input::placeholder {
	color: #211e22;
}

.search-header__clear {
	background: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14px;
	flex: 0 0 14px;
	height: 14px;
	width: 14px;
	display: none;
}

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

.search-header__result {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow:
		0px 8px 22px -6px rgba(24, 39, 75, 0.12),
		0px 14px 64px -4px rgba(24, 39, 75, 0.12);
	box-shadow:
		0px 8px 22px -6px rgba(24, 39, 75, 0.12),
		0px 14px 64px -4px rgba(24, 39, 75, 0.12);
	max-height: calc(100dvh - 120px);
	width: 100vw;
	max-width: 865px;
	overflow-y: auto;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.result-search-header {
	padding: 10px;
}

.result-search-header__item {
	padding: 12px 20px;
	border-radius: 4px;
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.result-search-header__item:not(:last-child) {
	margin-bottom: 10px;
}

.action-main-header {
	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;
}

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

.action-main-header__icon svg path {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.action-main-header__icon svg path[fill] {
	fill: #211e22;
}

.action-main-header__icon svg path[stroke] {
	stroke: #211e22;
}

.action-main-header__icon img,
.action-main-header__icon svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
}

.action-main-header__name {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-header__button {
	padding: 20px 20px;
	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;
	color: #211e22;
	font-size: 18px;
	font-weight: 600;
	background: #eaeaea;
}

.catalog-header__button_back {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
	display: none;
}

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

.catalog-header__button_more {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
	margin-left: auto;
}

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

.catalog-header__content {
	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: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.catalog-header__item {
	position: relative;
}

.catalog-header__item:nth-last-child(-n + 3) .catalog-header__body {
	right: -12px;
	left: auto;
}

.catalog-header__name {
	color: #211e22;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.catalog-header__name::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #f26241;
	height: 2px;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}

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

.catalog-header__name._sale {
	color: #f26241;
}

.catalog-header__body {
	position: absolute;
	top: calc(100% + 1px);
	left: -12px;
	background: #fff;
	padding: 40px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: calc(100vw - 40px);
	max-width: 550px;
}

.catalog-header__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 30px;
	color: #211e22;
	font-size: 16px;
	font-weight: 500;
}

.catalog-header__list a {
	color: inherit;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-header__main {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	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;
}

.catalog-header__image {
	border-radius: 8px;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 30/18;
	overflow: hidden;
	position: relative;
}

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

.catalog-header__title {
	color: #211e22;
	font-size: 16px;
	font-weight: 500;
}

.menu {
	position: fixed;
	width: 100%;
	max-width: 100%;
	height: 100dvh;
	max-height: calc(100dvh - 153px);
	top: 153px;
	overflow-y: auto;
	background: #fff;
	z-index: 5;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu:not(._active) {
	pointer-events: none;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.menu._catalog-open .menu__actions {
	display: none;
}

.menu._catalog-open .menu__nav {
	display: none;
}

.actions-menu__item {
	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;
	padding: 15px 20px;
	border-bottom: 1px solid #e9e9e9;
}

.actions-menu__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

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

.actions-menu__name {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
}

.nav-menu {
	padding: 30px 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: 30px;
}

.nav-menu__link {
	color: #211e22;
	font-size: 18px;
	font-weight: 400;
}

.header-cart {
	width: 100%;
	max-width: 460px;
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100dvh;
	max-height: 100dvh;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-cart:not(._active) {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	pointer-events: none;
	visibility: hidden;
}

.header-cart__head {
	padding: 20px;
	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;
	position: relative;
}

.header-cart__head::after {
	content: '';
	width: 100%;
	max-width: calc(100% - 40px);
	left: 20px;
	bottom: 0;
	display: inline-block;
	background: #dedede;
	height: 1px;
	position: absolute;
}

.header-cart__title {
	color: #211e22;
	font-size: 20px;
	font-weight: 500;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

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

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

.header-cart__body {
	-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;
	overflow-y: auto;
	padding: 20px 0px;
}

.header-cart__products {
	padding: 0px 20px;
}

.header-cart__footer {
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.06);
}

.product-header-cart {
	padding: 20px 0px;
	border-bottom: 1px solid #dedede;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 12px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-header-cart:first-child {
	padding-top: 0;
}

.product-header-cart__main {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	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-header-cart__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	aspect-ratio: 1/1;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

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

.product-header-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-header-cart__name {
	color: #211e22;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-header-cart__code {
	color: #949494;
	font-size: 14px;
	font-weight: 400;
}

.product-header-cart__list {
	margin-top: 5px;
	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: #211e22;
	font-size: 14px;
	font-weight: 400;
}

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

.product-header-cart__delete {
	color: #f26241;
	font-size: 14px;
	font-weight: 500;
	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;
}

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

.product-header-cart__delete svg path[fill] {
	fill: #f26241;
}

.product-header-cart__delete svg path[stroke] {
	stroke: #f26241;
}

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

.price-product-header-cart {
	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;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.price-product-header-cart__value {
	font-size: 16px;
	color: #211e22;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 1.2;
}

.price-product-header-cart__value span._now {
	color: #f26241;
}

.price-product-header-cart__value span._old {
	color: #595959;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
	font-family: 'OpenSans';
}

.price-product-header-cart__cashback {
	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: #211e22;
	font-size: 14px;
	font-weight: 400;
}

.price-product-header-cart__cashback img,
.price-product-header-cart__cashback svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

.footer-header-cart {
	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;
}

.footer-header-cart__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.footer-header-cart__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
	flex: 0 0 calc((100% - 20px * 1) / 2);
}

.list-footer-header-cart {
	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-footer-header-cart__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;
	color: #211e22;
	font-size: 16px;
	font-weight: 500;
}

.list-footer-header-cart__item._total {
	font-weight: 600;
	font-size: 18px;
}

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

.list-footer-header-cart__value {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
	text-align: right;
}

.icon-menu {
	display: block;
	position: relative;
	width: 24px;
	height: 22px;
	cursor: pointer;
	z-index: 5;
}

.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: #211e22;
}

.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 {
	border-top: 1px solid #e9e9e9;
}

.footer__main {
	padding: 60px 0px;
	border-bottom: 1px solid #e9e9e9;
}

.footer__bottom {
	padding: 10px 0px;
}

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

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

.main-footer__column._info {
	margin-bottom: 20px;
}

.main-footer__name {
	color: #211e22;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

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

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

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

.main-footer__link {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.info-main-footer__main {
	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;
}

.info-main-footer__logo {
	width: 100%;
	max-width: 160px;
}

.info-main-footer__logo img,
.info-main-footer__logo svg {
	width: 100%;
	max-width: 100%;
}

.info-main-footer__text {
	color: #211e22;
	font-size: 14px;
	font-weight: 400;
}

.info-main-footer__payment {
	margin-top: 15px;
}

.payment-info-main-footer {
	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;
}

.contacts-main-footer__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;
}

.contacts-main-footer__item {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
}

.contacts-main-footer__item a {
	color: inherit;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contacts-main-footer__social {
	margin-top: 15px;
}

.social-contacts-main-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.social-contacts-main-footer__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
}

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

.bottom-footer__container {
	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;
}

.bottom-footer__copy {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.bottom-footer__dev {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	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;
}

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

.bottom-footer__dev svg path {
	fill: #211e22;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-add {
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #dadada;
	background: #fff;
	-webkit-box-shadow:
		0px 8px 22px -6px rgba(24, 39, 75, 0.12),
		0px 14px 64px -4px rgba(24, 39, 75, 0.12);
	box-shadow:
		0px 8px 22px -6px rgba(24, 39, 75, 0.12),
		0px 14px 64px -4px rgba(24, 39, 75, 0.12);
	position: fixed;
	top: 156px;
	right: 20px;
	width: calc(100% - 40px);
	max-width: 450px;
	z-index: 9999;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-add:not(._view) {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.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: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.product-add__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #211e22;
	font-size: 18px;
	font-weight: 700;
}

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

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

.product-add__content {
	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: 10px;
}

.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: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.product-add__image {
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	aspect-ratio: 1/0.9;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

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

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

.product-add__name {
	color: #211e22;
	font-size: 16px;
	font-weight: 700;
}

.product-add__text {
	color: #828282;
	font-size: 14px;
	font-weight: 400;
}

.product-add__to-cart {
	color: #f26241;
	font-size: 16px;
	font-weight: 500;
	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-add__to-cart img,
.product-add__to-cart svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}

.banner-section {
	padding: 30px 0px 25px;
	font-family: 'Inter';
}

.banner-section__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.banner-section__main {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 435px);
	flex: 0 0 calc(100% - 435px);
	overflow: hidden;
	border-radius: 8px;
}

.banner-section__mini {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 415px;
	flex: 0 0 415px;
}

.main-banner {
	position: relative;
}

.main-banner__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	background: #fdd922;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	padding: 20px 80px;
	min-height: 420px;
}

.main-banner__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: 10px;
	position: relative;
	z-index: 1;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 47%;
}

.main-banner__title {
	font-family: 'BebasNeue';
	color: #f25244;
	font-size: 64px;
}

html[lang='ru'] .main-banner__title {
	font-family: 'BebasNeueCyrillic', sans-serif;
}

.main-banner__text {
	color: #211e22;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.main-banner__button {
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f25244;
	border-radius: 4px;
	margin-top: 10px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

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

.main-banner__subtext {
	color: #211e22;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 10px;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	margin-top: 20px;
}

.main-banner__discount {
	position: absolute;
	left: calc(100% + 10px);
	top: -10px;
	aspect-ratio: 171/85;
	background: url(../img/discount.svg) center/cover no-repeat;
	z-index: 1;
	width: 170px;
	padding-right: 2.5%;
}

.main-banner__image {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

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

.main-banner__paggination {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 1;
}

.discount-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 3px;
	-moz-column-gap: 3px;
	column-gap: 3px;
}

.discount-banner__left {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.discount-banner__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 0.9;
}

.discount-banner__top {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}

.discount-banner__value {
	font-family: 'BebasNeue';
	font-size: 64px;
	color: #fff;
	font-weight: 400;
}

html[lang='ru'] .discount-banner__value {
	font-family: 'BebasNeueCyrillic', sans-serif;
}

.mini-banner {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	row-gap: 20px;
}

.mini-banner__item {
	border-radius: 8px;
	background:
		-webkit-gradient(linear, left bottom, left top, from(#fdd922), to(#fdd922)),
		#f9c234;
	background: -o-linear-gradient(bottom, #fdd922 0%, #fdd922 100%), #f9c234;
	background: linear-gradient(0deg, #fdd922 0%, #fdd922 100%), #f9c234;
	padding: 0px 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.mini-banner__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: 6px;
}

.mini-banner__main {
	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;
}

.mini-banner__text {
	color: #211e22;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
}

.mini-banner__text span {
	letter-spacing: 6px;
}

.mini-banner__discount {
	color: #211e22;
	font-size: 38px;
	font-weight: 800;
}

.mini-banner__title {
	color: #f25244;
	font-family: 'BebasNeue';
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	max-width: 140px;
}

html[lang='ru'] .mini-banner__title {
	font-family: 'BebasNeueCyrillic', sans-serif;
}

.mini-banner__image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	aspect-ratio: 1/1;
}

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

.product-section {
	padding: 25px 0px;
}

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

.product-section__slider {
	overflow: visible;
}

.product-section__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 4) / 5);
	flex: 0 0 calc((100% - 20px * 4) / 5);
}

.product-section__item:not(.swiper-slide-visible) {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.product-section__item:not(:last-child) {
	margin-right: 20px;
}

.product-section__arrow {
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #f26241;
	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;
	top: 110px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

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

.product-section__arrow.product-section-arrow-prev {
	left: -12px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.product-section__arrow.product-section-arrow-next {
	right: -12px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.product-section__paggination {
	margin-top: 20px;
}

.product {
	border-radius: 8px;
	background: #fff;
	padding: 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: 12px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product._liked ._like svg path._fill {
	display: block;
}

.product__head {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.product__image {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 1/1;
	display: block;
}

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

.product__actions {
	position: absolute;
	top: 5px;
	right: 5px;
	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__action {
	width: 40px;
	height: 40px;
	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: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.product__mods {
	position: absolute;
	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;
	left: 0;
	bottom: 0;
}

.product__mod {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 0px 8px;
}

.product__details {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #f26241;
	border-radius: 100px;
	white-space: nowrap;
	color: #828282;
	font-size: 14px;
	font-weight: 400;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product__body {
	-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: 12px;
}

.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: #10b87b;
	font-size: 14px;
	font-weight: 500;
}

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

.product__name {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	-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;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.price-product {
	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;
}

.price-product__value {
	color: #211e22;
	font-size: 20px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	line-height: 1.1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.price-product__value span._now {
	color: #f26241;
}

.price-product__value span._old {
	color: #595959;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
	font-family: 'OpenSans';
	padding-bottom: 2px;
}

.price-product__cashback {
	color: #f26241;
	font-size: 14px;
	font-weight: 400;
	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;
}

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

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

.colorpicker__item {
	padding: 5px;
}

.colorpicker__input {
	display: none;
}

.colorpicker__input:checked + .colorpicker__circle::after {
	opacity: 1;
	visibility: visible;
}

.colorpicker__circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.colorpicker__circle::after {
	content: '';
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	position: absolute;
	top: -5px;
	left: -5px;
	border: 1px solid #211e22;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	display: inline-block;
	z-index: 1;
}

.context-banner {
	padding: 25px 0px;
}

.context-banner__wrapper {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	padding: 30px 80px;
	width: 100%;
	max-width: 100%;
	display: block;
}

.context-banner__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.context-banner__content {
	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;
	z-index: 1;
	position: relative;
}

.context-banner__text {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
}

.context-banner__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

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

.context-banner-col {
	padding: 25px 0px;
}

.context-banner-col__wrapper {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 100%;
	display: block;
}

.context-banner-col__image {
	position: relative;
	width: 100%;
}

.context-banner-col__image img {
	width: 100%;
	height: auto;
	display: block;
}

.context-banner-col__content {
	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;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 80px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	row-gap: 20px;
	justify-content: space-around;
}

.context-banner-col__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: 20px;
}

.context-banner-col__title {
	color: #fff;
	font-size: 54px;
	font-weight: 500;
}

.context-banner-col__text {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

.context-banner-col__button {
	padding: 10px 24px;
	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: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	background: #f25244;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.mini-catalog {
	padding: 25px 0px;
}

.mini-catalog__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.mini-catalog__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 3) / 4);
	flex: 0 0 calc((100% - 20px * 3) / 4);
	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;
	color: #211e22;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.mini-catalog__image {
	aspect-ratio: 1/1;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

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

.mini-catalog__body {
	-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: 12px;
}

.mini-catalog__name {
	color: inherit;
	font-size: 22px;
	font-weight: 700;
}

.mini-catalog__description {
	color: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

.category-branch {
	padding: 25px 0px;
}

.category-branch__content {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	row-gap: 40px;
}

.category-branch__item {
	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;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 40px * 4) / 5);
	flex: 0 0 calc((100% - 40px * 4) / 5);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.category-branch__image {
	aspect-ratio: 256/220;
	width: 100%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

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

.category-branch__name {
	color: #211e22;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.breadcrums {
	padding: 30px 0px;
}

.breadcrums:not(.catalog__breadcrums) + section {
	padding-top: 0 !important;
}

.breadcrums__list {
	color: #828282;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.breadcrums__item a {
	color: inherit;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.breadcrums__item:not(:last-child) {
	margin-right: 8px;
}

.breadcrums__item:not(:last-child)::after {
	content: '/';
	margin-left: 10px;
}

.catalog {
	padding: 30px 0px 25px;
}

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

.catalog__filter {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 265px;
	flex: 0 0 265px;
}

.catalog__content {
	-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: 20px;
}

.catalog__content ._container {
	padding: 0px;
	max-width: 100%;
}

.catalog__breadcrums {
	padding: 0px 0px;
}

.catalog__body {
	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: 40px;
}

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

.catalog__banner-body {
	padding: 0px !important;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.catalog__footer {
	margin: 10px 0px;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-columns: 1fr auto 1fr;
	grid-template-columns: 1fr auto 1fr;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

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

.catalog__column._right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.catalog__count {
	width: 180px;
}

.catalog__banner {
	padding: 0px !important;
}

.filter-catalog__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;
	padding: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.filter-catalog__title {
	color: #211e22;
	font-size: 20px;
	font-weight: 500;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

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

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

.filter-catalog__item {
	padding: 20px 0px;
	border-bottom: 1px solid #eee;
}

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

.filter-catalog__body._visible {
	overflow: visible;
	max-height: 100%;
}

.filter-catalog__body::-webkit-scrollbar {
	width: 8px;
	background: none;
	border-radius: 50px;
}

.filter-catalog__body::-webkit-scrollbar-thumb {
	background: #8b8b8b;
	border-radius: 50px;
}

.filter-catalog__body::-webkit-scrollbar-button {
	display: none;
}

.filter-catalog__footer {
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.06);
}

.filter-catalog__button {
	width: 100%;
	max-width: 100%;
}

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

.top-filter-catalog._spoller {
	cursor: pointer;
}

.top-filter-catalog._active .top-filter-catalog__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.top-filter-catalog__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: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.top-filter-catalog__name {
	color: #211e22;
	font-size: 16px;
	font-weight: 600;
}

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

.top-filter-catalog__arrow img,
.top-filter-catalog__arrow svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 18px;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
}

.category-filter {
	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;
}

.category-filter__name {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.category-filter__sublist {
	padding-left: 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: 15px;
	margin-top: 15px;
}

.category-filter__item._active > .category-filter__name {
	font-weight: 600;
}

.list-filter {
	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;
}

.price-filter-catalog__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #211e22;
	border-radius: 4px;
	overflow: hidden;
	min-height: 52px;
}

.price-filter-catalog__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.price-filter-catalog__column:first-child {
	border-right: 1px solid #dbdbdb;
}

.price-filter-catalog__input {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	background: #f1f1f1;
	width: 100%;
	max-width: 100%;
	padding: 5px 15px;
	min-width: 0px;
}

.price-filter-catalog__input::-webkit-input-placeholder {
	color: #949494;
}

.price-filter-catalog__input::-moz-placeholder {
	color: #949494;
}

.price-filter-catalog__input:-ms-input-placeholder {
	color: #949494;
}

.price-filter-catalog__input::-ms-input-placeholder {
	color: #949494;
}

.price-filter-catalog__input::placeholder {
	color: #949494;
}

.price-filter-catalog__slider {
	margin-top: 30px;
}

.info-catalog {
	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;
}

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

.info-catalog__result {
	color: #828282;
	font-size: 16px;
	font-weight: 400;
}

.info-catalog__sort {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
}

.info-catalog__filter-btn {
	min-height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	padding: 5px 15px;
	color: #211e22;
	font-size: 16px;
	border: 1px solid #211e22;
	border-radius: 4px;
}

.info-catalog__filter-btn span {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 1px 5px;
	border-radius: 20px;
	background: #f26241;
	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;
	margin-left: auto;
}

.sort-info-catalog,
.count-catalog {
	position: relative;
}

.sort-info-catalog__label,
.count-catalog__label {
	color: #828282;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 10px;
	background: #fff;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mods-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;
	overflow-x: auto;
}

.mods-catalog__item {
	padding: 4px 12px;
	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;
	border-radius: 20px;
	border: 1px solid #211e22;
}

.mods-catalog__value {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}

.mods-catalog__delete {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	height: 10px;
	width: 10px;
}

.mods-catalog__delete img,
.mods-catalog__delete svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	width: 10px;
	height: 10px;
}

.mods-catalog__delete svg path {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.mods-catalog__delete svg path[fill] {
	fill: #211e22;
}

.mods-catalog__delete svg path[stroke] {
	stroke: #211e22;
}

.mods-catalog__clear {
	color: #f26241;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	white-space: nowrap;
}

.card {
	padding: 25px 0px;
}

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

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

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

.gallery-card {
	overflow: hidden;
}

.gallery-card__wrapper {
	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;
}

.main-gallery-card {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.main-gallery-card__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	aspect-ratio: 1/0.94;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

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

.main-gallery-card__arrow {
	position: absolute;
	top: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	height: 48px;
	width: 48px;
	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: #fff;
	border: 1px solid #f26241;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.main-gallery-card__arrow.swiper-button-disabled {
	display: none;
}

.main-gallery-card__arrow.main-gallery-card-arrow-prev {
	left: 15px;
}

.main-gallery-card__arrow.main-gallery-card-arrow-next {
	right: 15px;
}

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

.main-gallery-card__arrow svg path {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.main-gallery-card__arrow svg path[fill] {
	fill: #f26241;
}

.main-gallery-card__arrow svg path[stroke] {
	stroke: #f26241;
}

.main-gallery-card__mods {
	position: absolute;
	top: 0;
	left: 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: 10px;
}

.main-gallery-card__mod {
	padding: 4px 8px;
	border-radius: 8px 0px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

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

.thumbs-gallery-card__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 38px;
	flex: 0 0 38px;
	height: 38px;
	width: 38px;
	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: #fff;
	border: 1px solid #f26241;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.thumbs-gallery-card__arrow.swiper-button-disabled {
	border-color: #9c9c9c;
}

.thumbs-gallery-card__arrow.swiper-button-disabled svg path[fill] {
	fill: #9c9c9c;
}

.thumbs-gallery-card__arrow.swiper-button-disabled svg path[stroke] {
	stroke: #9c9c9c;
}

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

.thumbs-gallery-card__arrow svg path {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.thumbs-gallery-card__arrow svg path[fill] {
	fill: #f26241;
}

.thumbs-gallery-card__arrow svg path[stroke] {
	stroke: #f26241;
}

.thumbs-gallery-card__slider {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 320px;
}

.thumbs-gallery-card__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 10px * 3) / 4);
	flex: 0 0 calc((100% - 10px * 3) / 4);
	aspect-ratio: 1/1;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}

.thumbs-gallery-card__item.swiper-slide-thumb-active::after {
	opacity: 1;
	visibility: visible;
}

.thumbs-gallery-card__item::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	border: 1px solid #f26241;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.thumbs-gallery-card__item:not(:last-child) {
	margin-right: 10px;
}

.body-card {
	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;
}

.body-card__more {
	font-size: 16px;
	font-weight: 400;
	color: #f26241;
	text-decoration: underline;
}

.sale-body-card__title {
	color: #211e22;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.sale-body-card__body:not(:first-child) {
	margin-top: 10px;
}

.timer {
	padding: 6px 10px;
	background: #f26241;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 6px;
	-moz-column-gap: 6px;
	column-gap: 6px;
}

.timer__column {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 84px;
	padding: 6px 12px;
}

.timer__value {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
}

.timer__name {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.timer__space {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
}

.info-body-card {
	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;
}

.info-body-card__other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.info-body-card__status {
	color: #10b87b;
	font-size: 16px;
	font-weight: 500;
	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;
}

.info-body-card__status img,
.info-body-card__status svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

.info-body-card__code {
	color: #828282;
	font-size: 16px;
	font-weight: 400;
}

.price-body-card {
	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: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 10px;
}

.price-body-card__main {
	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;
}

.price-body-card__value {
	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: #211e22;
	font-size: 32px;
	font-weight: 500;
}

.price-body-card__value span._now {
	color: #f26241;
}

.price-body-card__value span._old {
	color: #595959;
	font-size: 16px;
	font-weight: 400;
	text-decoration: line-through;
	font-family: 'OpenSans';
}

.price-body-card__discount {
	border-radius: 4px;
	background: #f26241;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding: 2px 4px;
	text-align: center;
	white-space: nowrap;
}

.price-body-card__cashback {
	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: #211e22;
	font-size: 16px;
	font-weight: 400;
}

.price-body-card__cashback img,
.price-body-card__cashback svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

.colorpicker-body-card__label {
	color: #828282;
	font-size: 16px;
	font-weight: 400;
}

.colorpicker-body-card__content {
	margin-top: 15px;
}

.colorpicker-body-card__content .colorpicker {
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.colorpicker-body-card__content .colorpicker__circle {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
}

.select-body-card {
	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;
}

.select-body-card__label {
	color: #828282;
	font-size: 16px;
	font-weight: 400;
}

.select-choose {
	width: 100%;
	max-width: 100%;
	position: relative;
}

.select-choose__head {
	min-height: 44px;
	border: 1px solid #211e22;
	border-radius: 8px;
	background: #fff;
	padding: 0px 20px;
	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-choose__head._active .select-choose__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.select-choose__value {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
}

.select-choose__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.select-choose__arrow img,
.select-choose__arrow svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
}

.select-choose__body {
	display: none;
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #efefef;
	-webkit-box-shadow:
		0px 6px 14px -6px rgba(24, 39, 75, 0.12),
		0px 10px 32px -4px rgba(24, 39, 75, 0.1);
	box-shadow:
		0px 6px 14px -6px rgba(24, 39, 75, 0.12),
		0px 10px 32px -4px rgba(24, 39, 75, 0.1);
	padding: 20px;
	z-index: 1;
}

.select-choose__item {
	display: block;
	cursor: pointer;
}

.select-choose__item:not(:last-child) {
	margin-bottom: 20px;
}

.select-choose__input {
	display: none;
}

.select-choose__input:checked + .select-choose__content::after {
	border-color: #f26241;
	background:
		url(../img/icons/check.svg) center/14px no-repeat,
		#f26241;
}

.select-choose__content {
	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-choose__content::after {
	content: '';
	width: 20px;
	height: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	border: 1px solid #211e22;
	border-radius: 2px;
	background: #fff;
}

.select-choose__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 16px;
	font-weight: 400;
	color: #211e22;
}

.toggle-select-choose {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 460px;
	background: #fff;
	-webkit-box-shadow:
		0px 8px 22px -6px rgba(24, 39, 75, 0.12),
		0px 14px 64px -4px rgba(24, 39, 75, 0.12);
	box-shadow:
		0px 8px 22px -6px rgba(24, 39, 75, 0.12),
		0px 14px 64px -4px rgba(24, 39, 75, 0.12);
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100dvh;
	max-height: 100dvh;
	z-index: 10;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.toggle-select-choose:not(._active) {
	pointer-events: none;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.toggle-select-choose__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;
	padding-bottom: 20px;
}

.toggle-select-choose__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 20px;
	font-weight: 500;
	color: #211e22;
}

.toggle-select-choose__close {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.toggle-select-choose__close img,
.toggle-select-choose__close svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
}

.toggle-select-choose__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow-y: auto;
	border-top: 1px solid #e9e9e9;
	padding: 15px 0px;
}

.toggle-select-choose__list {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 15px;
	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;
}

.toggle-select-choose__item .select-choose__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.toggle-select-choose__footer {
	margin: 0px -20px -20px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.06);
}

.toggle-select-choose__button {
	width: 100%;
	max-width: 100%;
}

.modification-body-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.modification-body-card__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.modification-body-card__radio {
	display: none;
}

.modification-body-card__radio:checked + .modification-body-card__content {
	border-color: #211e22;
}

.modification-body-card__content {
	border-radius: 8px;
	border: 1px solid #d8d8d8;
	padding: 4px 15px 4px 4px;
	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;
	width: 100%;
	max-width: 100%;
	cursor: pointer;
}

.modification-body-card__image {
	width: 52px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 52px;
	flex: 0 0 52px;
	aspect-ratio: 1/1;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

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

.modification-body-card__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
}

.actions-body-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 10px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.actions-body-card__quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 135px;
	flex: 0 0 135px;
	height: 50px;
}

.actions-body-card__action {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	height: 50px;
	width: 50px;
	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 #f26241;
}

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

.actions-body-card__button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.credit-body-card {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-columns: 235px 1fr;
	grid-template-columns: 235px 1fr;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	border-radius: 8px;
	background: #f5f5f5;
	padding: 12px 20px;
}

.credit-body-card__text {
	margin-right: auto;
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
}

.credit-body-card__text span {
	font-size: 20px;
	font-weight: 600;
}

.credit-body-card__button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 415px;
	min-height: 48px;
}

.benefits-body-card {
	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;
}

.benefits-body-card__item {
	padding: 12px 20px;
	background: #f5f5f5;
	border-radius: 8px;
	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;
}

.benefits-body-card__icon {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.benefits-body-card__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;
}

.benefits-body-card__name {
	color: #211e22;
	font-size: 16px;
	font-weight: 600;
}

.benefits-body-card__text {
	color: #211e22;
	font-size: 14px;
	font-weight: 400;
}

.details-card {
	padding-top: 30px;
	border-top: 1px solid #211e22;
}

.details-card__title {
	color: #211e22;
	font-size: 24px;
	font-weight: 600;
}

.details-card__content {
	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;
}

.details-card__content:not(:first-child) {
	margin-top: 30px;
}

.features-details-card {
	padding: 20px;
	border-radius: 8px;
	background: #f5f5f5;
	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;
}

.features-details-card__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
	flex: 0 0 calc((100% - 20px * 1) / 2);
	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;
}

.features-details-card__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.features-details-card__icon img,
.features-details-card__icon svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
}

.features-details-card__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #211e22;
	font-size: 16px;
	font-weight: 500;
}

.other-details-card__row {
	padding: 30px 0px;
}

.other-details-card__row:not(:last-child) {
	border-bottom: 1px solid #d8d8d9;
}

.other-details-card__row:first-child {
	padding-top: 0;
}

.other-details-card__top {
	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;
}

.other-details-card__top._active .other-details-card__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.other-details-card__name {
	color: #211e22;
	font-size: 20px;
	font-weight: 600;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.other-details-card__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	height: 22px;
	width: 22px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.other-details-card__arrow img,
.other-details-card__arrow svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
}

.other-details-card__body {
	display: none;
	margin-top: 20px;
}

.description-card:not(._view-all) .description-card__body {
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	-moz-line-clamp: 5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.description-card:not(._view-all) .description-card__less {
	display: none;
}

.description-card:not(._view-all) .description-card__more {
	display: block;
}

.description-card__body {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.description-card__body h5 {
	font-size: 18px;
	font-weight: 600;
}

.description-card__body ul {
	padding-left: 20px;
}

.description-card__body ul li {
	list-style: disc;
}

.description-card__body ul li:not(:last-child) {
	margin-bottom: 5px;
}

.description-card__more,
.description-card__less {
	margin-top: 10px;
	color: #f26241;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	display: inline-block;
}

.description-card__more {
	display: none;
}

.characteristic-card__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	color: #211e22;
	border-bottom: 1px solid #211e22;
}

.characteristic-card__row:first-child {
	border-top: 1px solid #211e22;
}

.characteristic-card__name {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 2);
	flex: 0 0 calc(100% / 2);
	padding: 10px 20px;
	background: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.characteristic-card__value {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 2);
	flex: 0 0 calc(100% / 2);
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.our-clients {
	padding: 25px 0px;
}

.our-clients__content {
	margin-top: 20px;
	position: relative;
}

.our-clients__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 40px * 3) / 4);
	flex: 0 0 calc((100% - 40px * 3) / 4);
	aspect-ratio: 1/1;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	display: block;
}

.our-clients__item:not(:last-child) {
	margin-right: 40px;
}

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

.our-clients__arrow {
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #f26241;
	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;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.our-clients__arrow svg path {
	fill: #f26241;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.our-clients__arrow.our-clients-arrow-prev {
	left: -12px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.our-clients__arrow.our-clients-arrow-next {
	right: -12px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.our-clients__paggination {
	margin-top: 20px;
}

.cart {
	padding: 25px 0px;
}

.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__back {
	color: #828282;
	font-size: 14px;
	font-weight: 400;
	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;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

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

.cart__content {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.cart__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px 30px;
	border-radius: 8px;
	border: 1px solid #dedede;
	background: #fff;
}

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

.cart__sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 400px;
	flex: 0 0 400px;
}

.product-cart {
	padding: 15px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.product-cart__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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.product-cart__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	aspect-ratio: 1/1;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.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: #211e22;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.product-cart__text {
	color: #949494;
	font-size: 14px;
	font-weight: 400;
}

.product-cart__list {
	margin-top: 15px;
	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;
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
}

.product-cart__other {
	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;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product-cart__quantity {
	width: 135px;
	min-height: 50px;
}

.product-cart__save {
	color: #f26241;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
}

.product-cart__delete {
	color: #f26241;
	font-size: 14px;
	font-weight: 500;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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;
}

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

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

.product-cart__delete svg path[fill] {
	fill: #f26241;
}

.product-cart__delete svg path[stroke] {
	stroke: #f26241;
}

.price-product-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	row-gap: 5px;
}

.price-product-cart__value {
	color: #211e22;
	font-size: 20px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 1.2;
}

.price-product-cart__value span._now {
	color: #f26241;
}

.price-product-cart__value span._old {
	color: #595959;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
	font-family: 'OpenSans';
}

.price-product-cart__cashback {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.price-product-cart__cashback img,
.price-product-cart__cashback svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

.sidebar-cart__wrapper {
	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;
}

.sidebar-cart__top {
	color: #211e22;
	font-size: 14px;
	font-weight: 500;
	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;
}

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

.sidebar-cart__content {
	border-radius: 8px;
	border: 1px solid #dedede;
	background: #fff;
	-webkit-box-shadow:
		0px 6px 14px -6px rgba(24, 39, 75, 0.12),
		0px 10px 32px -4px rgba(24, 39, 75, 0.1);
	box-shadow:
		0px 6px 14px -6px rgba(24, 39, 75, 0.12),
		0px 10px 32px -4px rgba(24, 39, 75, 0.1);
	padding: 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;
}

.sidebar-cart__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: 20px;
}

.sidebar-cart__list:not(:first-child) {
	padding-top: 20px;
	border-top: 1px solid #dedede;
}

.sidebar-cart__item {
	color: #211e22;
	font-size: 16px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.sidebar-cart__item._total {
	font-size: 18px;
	font-weight: 600;
}

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

.sidebar-cart__value {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: right;
}

.sidebar-cart__button {
	width: 100%;
	max-width: 100%;
}

.promo-sidebar-cart__text {
	color: #f26241;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.promo-sidebar-cart__text._active {
	color: #211e22;
	text-decoration: none;
}

.promo-sidebar-cart__body {
	display: none;
}

.promo-sidebar-cart__form {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	height: 50px;
}

.promo-sidebar-cart__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0px;
	min-height: 50px;
	border-radius: 8px 0px 0px 8px;
}

.promo-sidebar-cart__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	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: #f26241;
}

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

.order {
	padding: 25px 0px;
}

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

.order__back {
	color: #828282;
	font-size: 14px;
	font-weight: 400;
	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;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

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

.order__content {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	max-width: 1150px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.order__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 8px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 30px;
}

.order__section {
	padding: 40px 0px;
}

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

.order__section:first-child {
	padding-top: 0;
}

.order__section:last-child {
	padding-bottom: 0;
}

.order__name {
	color: #211e22;
	font-size: 22px;
	font-weight: 700;
}

.order__body {
	margin-top: 30px;
}

.order__body .select._active .select__title {
	border-color: #f26241;
}

.order__body .select__title {
	background: #f5f5f5;
	border-color: #f5f5f5;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.order__body .select__value {
	min-height: 48px;
}

.order__body .select__value::before {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	background: url(../img/icons/select-v2.svg) center/cover no-repeat;
}

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

.data-order {
	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: 30px;
}

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

.data-order__row._fw {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.data-order__label {
	display: inline-block;
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
}

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

.pickup-order__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 8px;
}

.pickup-order__item {
	color: #211e22;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	cursor: pointer;
}

.pickup-order__item::after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -8px;
	background: #f26241;
	opacity: 0;
	visibility: hidden;
}

.pickup-order__item._active {
	color: #f26241;
}

.pickup-order__item._active::after {
	opacity: 1;
	visibility: visible;
}

.pickup-order__blocks {
	margin-top: 30px;
}

.form-pickup-order {
	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: 30px;
}

.form-pickup-order__row {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc((100% - 20px * 1) / 2);
	flex: 1 0 calc((100% - 20px * 1) / 2);
}

.form-pickup-order__label {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
}

.info-pickup-order {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	border-radius: 8px;
	background: #f5f5f5;
}

.info-pickup-order__body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 20px;
}

.info-pickup-order__row {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
	flex: 0 0 calc((100% - 20px * 1) / 2);
	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;
}

.info-pickup-order__label {
	color: #8a8c8d;
	font-size: 14px;
	font-weight: 400;
}

.info-pickup-order__value {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
}

.info-pickup-order__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	aspect-ratio: 150/105;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

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

.payment-order__block {
	margin-top: 30px;
}

.optons-payment-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 20px;
}

.optons-payment-order__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 2) / 3);
	flex: 0 0 calc((100% - 20px * 2) / 3);
}

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

.optons-payment-order__radio:checked + .optons-payment-order__content {
	border-color: #f26241;
}

.optons-payment-order__radio:checked
	+ .optons-payment-order__content
	.optons-payment-order__circle {
	border: 2px solid #f26241;
}

.optons-payment-order__radio:checked
	+ .optons-payment-order__content
	.optons-payment-order__circle::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.optons-payment-order__content {
	padding: 12px;
	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;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: center;
	row-gap: 12px;
	width: 100%;
	max-width: 100%;
	border-radius: 8px;
	border: 1px solid #d8d8d8;
	min-height: 100%;
	cursor: pointer;
}

.optons-payment-order__circle {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
	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 #d9d9d9;
}

.optons-payment-order__circle::after {
	content: '';
	width: 10px;
	height: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	border-radius: 50%;
	background: #f26241;
	-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;
}

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

.optons-payment-order__icon img,
.optons-payment-order__icon svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
}

.optons-payment-order__name {
	color: #211e22;
	font-size: 18px;
	font-weight: 400;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 180px;
}

.form-payment-order {
	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: 30px;
}

.form-payment-order__row {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc((100% - 20px * 1) / 2);
	flex: 1 0 calc((100% - 20px * 1) / 2);
}

.form-payment-order__label {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
}

.form-payment-order__input {
	width: 100%;
	max-width: 100%;
}

.comment-order__textarea {
	margin-top: 8px;
}

.sidebar-order__wrapper {
	padding: 30px;
	border-radius: 8px;
	border: 1px solid #d7d7d7;
	background: #fff;
	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;
}

.sidebar-order__title {
	color: #211e22;
	font-size: 18px;
	font-weight: 700;
}

.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: 20px;
}

.list-sidebar-order__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;
	color: #211e22;
	font-size: 16px;
	font-weight: 500;
}

.list-sidebar-order__item._discount .list-sidebar-order__value {
	color: #f26241;
}

.list-sidebar-order__item._total {
	padding-top: 20px;
	border-top: 1px solid #d7d7d7;
}

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

.list-sidebar-order__value {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
	text-align: right;
}

.order-send {
	padding: 80px 0px;
}

.order-send__wrapper {
	border-radius: 8px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 40px;
	width: 100%;
	max-width: 475px;
	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;
	text-align: center;
	row-gap: 30px;
	margin: 0px auto;
}

.order-send__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 68px;
	flex: 0 0 68px;
	height: 68px;
	width: 68px;
	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: #f26241;
}

.order-send__icon img,
.order-send__icon svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 38px;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
}

.order-send__title {
	color: #211e22;
	font-size: 22px;
	font-weight: 700;
}

.order-send__text {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
}

.order-send__button {
	width: 100%;
	max-width: 100%;
}

.login {
	padding: 80px 0px;
}

.login__wrapper {
	border-radius: 8px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 40px;
	width: 100%;
	max-width: 475px;
	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;
	text-align: center;
	row-gap: 30px;
	margin: 0px auto;
}

.login__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	row-gap: 10px;
}

.login__title {
	color: #211e22;
	font-size: 22px;
	font-weight: 700;
}

.login__title:not(:last-child) {
	margin-bottom: 10px;
}

.login__text {
	font-size: 16px;
	color: #211e22;
	font-weight: 400;
	line-height: 1.3;
}

.login__text a {
	color: #f26241;
}

.login__text a._underline {
	text-decoration: underline;
}

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

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

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

.login__label {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	text-align: left;
	text-align: left;
	margin-bottom: 10px;
}

.login__inp {
	position: relative;
}

.login__showpass {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.login__footer {
	width: 100%;
	max-width: 100%;
	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;
	text-align: center;
}

.login__bottom {
	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;
	text-align: center;
	width: 100%;
	max-width: 100%;
}

.login__bottom .login__text {
	font-size: 14px;
}

.login__button {
	width: 100%;
	max-width: 100%;
}

.login__back {
	color: #949494;
	font-size: 14px;
	font-weight: 400;
	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;
	-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;
}

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

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

.showpass {
	color: #f26241;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}

.showpass._active .showpass__view {
	display: none;
}

.showpass._active .showpass__hide {
	display: block;
}

.showpass__view {
	display: block;
}

.showpass__hide {
	display: none;
}

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

.contacts__column {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc((100% - 30px * 2) / 3);
	flex: 1 0 calc((100% - 30px * 2) / 3);
	padding: 30px;
	border-radius: 8px;
	background: #f5f5f5;
	overflow: hidden;
}

.contacts__map {
	margin: -30px;
	position: relative;
	height: calc(100% + 60px);
	width: calc(100% + 60px);
	min-height: 400px;
}

.contacts__map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.info-contacts {
	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;
}

.info-contacts__name {
	color: #9c9c9c;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 8px;
}

.info-contacts__body {
	border-radius: 8px;
	background: #fff;
	padding: 15px;
	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;
}

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

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

.info-contacts__value {
	color: #211e22;
	font-size: 18px;
	font-weight: 500;
	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: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 10px;
	word-break: break-all;
}

.info-contacts__value a {
	color: inherit;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.social-info-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 10px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

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

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

.feedback-contacts__title {
	color: #211e22;
	font-size: 22px;
	font-weight: 700;
}

.feedback-contacts__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;
	margin-top: 30px;
}

.feedback-contacts__label {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
}

.feedback-contacts__input {
	background: #fff;
	border-color: #fff;
}

.feedback-contacts__textarea {
	background: #fff;
	border-color: #fff;
}

.feedback-contacts__button {
	min-width: 160px;
}

.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: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

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

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

.cabinet__block {
	border-radius: 8px;
	background: #f5f5f5;
	padding: 30px;
}

.cabinet__block._data {
	max-width: 730px;
}

.cabinet__exit {
	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: #211e22;
	font-size: 22px;
	font-weight: 400;
}

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

.sidebar-cabinet {
	border-radius: 8px;
	background: #f5f5f5;
	padding: 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: 12px;
}

.sidebar-cabinet__item {
	padding: 12px 15px;
	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;
	cursor: pointer;
	background: #fff;
	border-radius: 8px;
}

.sidebar-cabinet__item._active .sidebar-cabinet__icon svg path[fill] {
	fill: #f26241;
}

.sidebar-cabinet__item._active .sidebar-cabinet__icon svg path[stroke] {
	stroke: #f26241;
}

.sidebar-cabinet__item._active .sidebar-cabinet__name {
	color: #f26241;
}

.sidebar-cabinet__item._active .sidebar-cabinet__arrow svg path[fill] {
	fill: #f26241;
}

.sidebar-cabinet__item._active .sidebar-cabinet__arrow svg path[stroke] {
	stroke: #f26241;
}

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

.sidebar-cabinet__icon svg path {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sidebar-cabinet__icon svg path[fill] {
	fill: #211e22;
}

.sidebar-cabinet__icon svg path[stroke] {
	stroke: #211e22;
}

.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: #211e22;
	font-size: 16px;
	font-weight: 500;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

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

.sidebar-cabinet__arrow svg path {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sidebar-cabinet__arrow svg path[fill] {
	fill: #211e22;
}

.sidebar-cabinet__arrow svg path[stroke] {
	stroke: #211e22;
}

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

.top-cabinet {
	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;
}

.top-cabinet._active .top-cabinet__icon svg path {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.top-cabinet._active .top-cabinet__icon svg path[fill] {
	fill: #f26241;
}

.top-cabinet._active .top-cabinet__icon svg path[stroke] {
	stroke: #f26241;
}

.top-cabinet._active .top-cabinet__name {
	color: #f26241;
	font-weight: 700;
}

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

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

.top-cabinet__icon svg path {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.top-cabinet__icon svg path[fill] {
	fill: #211e22;
}

.top-cabinet__icon svg path[stroke] {
	stroke: #211e22;
}

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

.top-cabinet__name {
	color: #211e22;
	font-size: 22px;
	font-weight: 400;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.top-cabinet__arrow svg path {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.top-cabinet__arrow svg path[fill] {
	fill: #211e22;
}

.top-cabinet__arrow svg path[stroke] {
	stroke: #211e22;
}

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

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

.data-cabinet__section._password .data-cabinet__row {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

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

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

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

.data-cabinet__title {
	color: #211e22;
	font-size: 22px;
	font-weight: 700;
}

.data-cabinet__form {
	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: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 20px;
}

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

.data-cabinet__label {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
}

.data-cabinet__inp {
	margin-top: 10px;
	position: relative;
}

.data-cabinet__input {
	background: #fff;
	border-color: #fff;
}

.data-cabinet__input._date {
	background:
		url(../img/icons/date.svg) calc(100% - 20px) 50%/24px no-repeat,
		#fff;
}

.data-cabinet__button {
	min-width: 160px;
}

.data-cabinet__showpass {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
}

.order-cabinet__title {
	color: #211e22;
	font-size: 22px;
	font-weight: 700;
}

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

.order-cabinet__top {
	padding-bottom: 20px;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-columns: 90px 135px 45px 110px 20px;
	grid-template-columns: 90px 135px 45px 110px 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #dedede;
	color: #949494;
	font-size: 16px;
	font-weight: 400;
}

.order-cabinet__item {
	border-bottom: 1px solid #dedede;
}

.item-order-cabinet {
	padding: 20px 0px;
}

.item-order-cabinet__main {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-columns: 90px 135px 45px 110px 20px;
	grid-template-columns: 90px 135px 45px 110px 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}

.item-order-cabinet__main._active {
	font-weight: 500;
}

.item-order-cabinet__main._active .item-order-cabinet__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

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

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

.item-order-cabinet__products {
	margin-top: 20px;
	display: none;
}

.item-order-cabinet__product:not(:last-child) {
	margin-bottom: 12px;
}

.product-order-cabinet {
	padding: 12px;
	background: #fff;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}

.product-order-cabinet__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 410px;
	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;
}

.product-order-cabinet__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	aspect-ratio: 1/1;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

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

.product-order-cabinet__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-order-cabinet__name {
	color: #211e22;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-order-cabinet__text {
	color: #949494;
	font-size: 14px;
	font-weight: 400;
}

.product-order-cabinet__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 16px;
	color: #211e22;
	font-weight: 500;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.product-order-cabinet__price span._now {
	color: #f26241;
}

.product-order-cabinet__price span._old {
	color: #595959;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
	font-family: 'OpenSans';
}

.product-order-cabinet__count {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
}

.product-order-cabinet__total {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	font-size: 16px;
	font-weight: 500;
	color: #211e22;
}

.fav-cabinet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 40px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 30px;
}

.fav-cabinet__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 3) / 4);
	flex: 0 0 calc((100% - 20px * 3) / 4);
}

.comparison__wrapper {
	margin-top: 30px;
}

.comparison__info {
	margin: 0px -20px;
	padding: 0px 0px;
	position: -webkit-sticky;
	position: sticky;
}

.comparison__details {
	margin-top: 30px;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0px 20px;
	overflow-x: auto;
}

.info-comparisos.sticky .info-comparisos__wrapper {
	padding: 12px 20px;
	position: fixed;
	top: 0;
	left: 0;
	overflow-x: auto;
	max-width: 100%;
	width: 100%;
	-webkit-box-shadow:
		0px 6px 14px -6px rgba(24, 39, 75, 0.12),
		0px 10px 32px -4px rgba(24, 39, 75, 0.1);
	box-shadow:
		0px 6px 14px -6px rgba(24, 39, 75, 0.12),
		0px 10px 32px -4px rgba(24, 39, 75, 0.1);
}

.info-comparisos.sticky .info-comparisos__wrapper .info-comparisos__item {
	row-gap: 15px;
}

.info-comparisos.sticky .info-comparisos__wrapper .info-comparisos__head {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
}

.info-comparisos.sticky .info-comparisos__wrapper .info-comparisos__name {
	display: block;
}

.info-comparisos.sticky .info-comparisos__wrapper .info-comparisos__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-comparisos.sticky .info-comparisos__wrapper .info-comparisos__action {
	display: none;
}

.info-comparisos__arrow {
	position: absolute;
	top: 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;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #f26241;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

.info-comparisos__arrow._scroll-right {
	right: 20px;
}

.info-comparisos__arrow._scroll-left {
	left: 20px;
}

.info-comparisos__arrow._hide {
	display: none;
}

.info-comparisos__wrapper {
	overflow-x: auto;
	padding: 0px 20px;
	z-index: 2;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.info-comparisos__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.info-comparisos__item {
	padding: 12px;
	border-radius: 8px;
	background: #fff;
	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;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 4) / 5);
	flex: 0 0 calc((100% - 20px * 4) / 5);
}

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

.info-comparisos__head {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	position: relative;
}

.info-comparisos__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 1/1;
	position: relative;
	display: block;
}

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

.info-comparisos__action {
	width: 40px;
	height: 40px;
	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;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
	background: #fff;
}

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

.info-comparisos__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	color: #211e22;
	display: none;
}

.info-comparisos__price {
	font-size: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	font-weight: 500;
	color: #211e22;
	display: none;
}

.info-comparisos__price span._now {
	color: #f26241;
}

.info-comparisos__price span._old {
	font-size: 13px;
	color: #595959;
	font-weight: 400;
	text-decoration: line-through;
	font-family: 'OpenSans';
}

.info-comparisos__button {
	width: 100%;
	max-width: 100%;
}

.details-comparison {
	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;
}

.details-comparison__section {
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
}

.details-comparison__title {
	color: #211e22;
	font-size: 28px;
	font-weight: 600;
}

.details-comparison__table:not(:first-child) {
	margin-top: 20px;
}

.table-comparison {
	min-width: 100%;
}

.table-comparison__item {
	background: #f5f5f5;
}

.table-comparison__head {
	background: #f5f5f5;
	padding: 12px;
	color: #211e22;
	font-size: 18px;
	font-weight: 700;
	display: block;
}

.table-comparison__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	background: #fff;
}

.table-comparison__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 10px * 4) / 5);
	flex: 0 0 calc((100% - 10px * 4) / 5);
	padding: 12px;
	border-left: 1px solid #211e22;
}

.table-comparison__price {
	color: #211e22;
	font-size: 20px;
	font-weight: 500;
	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: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.table-comparison__price span._now {
	color: #f26241;
}

.table-comparison__price span._old {
	color: #595959;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
	font-family: 'OpenSans';
}

.promo__content {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 95px;
	-moz-column-gap: 95px;
	column-gap: 95px;
	row-gap: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.promo__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 95px * 2) / 3);
	flex: 0 0 calc((100% - 95px * 2) / 3);
}

.item-promo {
	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;
}

.item-promo__image {
	aspect-ratio: 415/200;
	position: relative;
	width: 100%;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

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

.item-promo__body {
	-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: 15px;
}

.item-promo__name {
	color: #211e22;
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.item-promo__description {
	color: #a7a7a7;
	font-size: 16px;
	font-weight: 400;
	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;
}

.promo-page__container {
	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: 50px;
}

.banner-promo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.banner-promo__image {
	position: relative;
	border-radius: 8px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 40px * 1) / 2);
	flex: 0 0 calc((100% - 40px * 1) / 2);
	aspect-ratio: 692/334;
	overflow: hidden;
}

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

.banner-promo__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	row-gap: 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.banner-promo__alert {
	color: #f26241;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 15px;
	border: 1px solid #f26241;
	border-radius: 4px;
}

.banner-promo__description {
	color: #211e22;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.banner-promo__description > *:not(:last-child) {
	margin-bottom: 10px;
}

.products-promo-page {
	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;
}

.products-promo-page__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 15px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.products-promo-page__main {
	-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;
}

.products-promo-page__result {
	color: #828282;
	font-size: 16px;
	font-weight: 400;
}

.products-promo-page__sort {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
}

.products-promo-page__body {
	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: 40px;
}

.products-promo-page__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 4) / 5);
	flex: 0 0 calc((100% - 20px * 4) / 5);
}

.products-promo-page__footer {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-columns: 1fr auto 1fr;
	grid-template-columns: 1fr auto 1fr;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.products-promo-page__column {
	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;
}

.products-promo-page__column._right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.products-promo-page__count {
	width: 180px;
}

* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
}

.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-top: 153px;
}

.page section:last-child {
	padding-bottom: 50px;
}

@media (min-width: 721.98px) {
	.main-banner__image {
		width: 56.5%;
		-webkit-clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
	}
}

@media (min-width: 991.98px) {
	.quantity__button:hover::before,
	.quantity__button:hover::after {
		background-color: #f26241;
	}

	.main-footer__list._md2 {
		display: none;
	}

	.cabinet__block._fav {
		background: none;
	}

	.cabinet__body {
		display: block !important;
	}

	.cabinet__exit {
		display: none;
	}

	.top-cabinet {
		display: none;
	}

	.info-comparisos__arrow {
		display: none;
	}
}

@media (min-width: 1492px) {
	.main-header__action._menu {
		display: none;
	}

	.catalog-header__button {
		display: none;
	}

	.catalog-header__item:hover .catalog-header__body {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}

	.catalog-header__item:hover .catalog-header__name::after {
		opacity: 1;
		visibility: visible;
	}

	.catalog-header__name {
		min-height: 44px;
	}

	.product-add {
		right: calc((100vw - 1460px) / 2);
	}

	.product-section__paggination {
		display: none;
	}

	.catalog__banner-body .context-banner-col__content {
		padding: 50px 60px;
	}

	.catalog__banner .context-banner-col__content {
		padding: 50px 60px;
	}

	.filter-catalog__head {
		display: none;
	}

	.filter-catalog__content {
		margin-top: -20px;
	}

	.filter-catalog__item._md1 {
		display: none;
	}

	.filter-catalog__body {
		max-height: 230px;
		overflow-y: auto;
	}

	.filter-catalog__footer {
		display: none;
	}

	.info-catalog__filter-btn {
		display: none;
	}

	.actions-body-card {
		padding-right: 20px;
	}

	.our-clients__paggination {
		display: none;
	}

	.info-comparisos.sticky .info-comparisos__wrapper {
		width: 100%;
		max-width: 100%;
	}

	.info-comparisos.sticky .info-comparisos__wrapper .info-comparisos__list {
		width: 100%;
		max-width: 1480px;
		margin: 0 auto;
	}
}

@media (max-width: 1492px) {
	.header__bottom {
		display: none;
	}

	.main-header__container {
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
	}

	.main-header__actions {
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
	}

	.search-header__result {
		max-width: 420px;
	}

	.catalog-header._active .catalog-header__button {
		background: none;
	}

	.catalog-header._active .catalog-header__button .catalog-header__button_back {
		display: block;
	}

	.catalog-header._active .catalog-header__button .catalog-header__button_more {
		display: none;
	}

	.catalog-header._active .catalog-header__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.catalog-header__content {
		display: none;
		border-top: 1px solid #e1e1e1;
		padding: 30px 20px;
		row-gap: 30px;
		-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;
	}

	.catalog-header__item {
		text-align: left;
	}

	.catalog-header__body {
		display: none;
	}

	.menu {
		top: 108px;
		max-height: calc(100dvh - 108px);
	}

	.footer__main {
		padding: 50px 0px;
	}

	.main-footer__container {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-footer__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.product-add {
		top: 112px;
	}

	.banner-section {
		padding-top: 0;
	}

	.banner-section__container {
		padding: 0px;
	}

	.banner-section__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border-radius: 0px;
	}

	.banner-section__mini {
		display: none;
	}

	.main-banner__item {
		border-radius: 0px;
	}

	.product-section__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 3) / 4);
		flex: 0 0 calc((100% - 20px * 3) / 4);
	}

	.product-section__arrow {
		display: none;
	}

	.product {
		padding: 0px;
	}

	.product__details {
		display: none;
	}

	.context-banner__wrapper {
		padding: 30px 20px;
	}

	.context-banner__text {
		font-size: 28px;
	}

	.context-banner-col__content {
		padding: 25px 40px;
	}

	.context-banner-col__title {
		font-size: 32px;
	}

	.context-banner-col__text {
		font-size: 20px;
	}

	.mini-catalog__name {
		font-size: 18px;
	}

	.category-branch__content {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.category-branch__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 4) / 5);
		flex: 0 0 calc((100% - 20px * 4) / 5);
	}

	.breadcrums {
		padding: 20px 0px;
	}

	.catalog {
		padding-top: 20px;
	}

	.catalog__filter {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		max-width: 460px;
		background: #fff;
		z-index: 10;
		height: 100dvh;
		max-height: 100dvh;
		overflow: hidden;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.catalog__filter:not(._active) {
		pointer-events: none;
		visibility: hidden;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	.catalog__body {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		row-gap: 30px;
	}

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

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

	.filter-catalog__content {
		padding: 0px 20px 30px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		overflow-y: auto;
	}

	.filter-catalog__item {
		padding: 15px 0px;
	}

	.info-catalog__sort {
		display: none;
	}

	.card__wrapper {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

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

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

	.body-card {
		row-gap: 20px;
	}

	.info-body-card__title {
		font-size: 28px;
	}

	.modification-body-card {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		max-width: calc(100% + 20px);
		margin-right: -20px;
		padding-right: 20px;
	}

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

	.details-card__content:not(:first-child) {
		margin-top: 20px;
	}

	.details-card__content {
		row-gap: 20px;
	}

	.other-details-card__row {
		padding: 20px 0px;
		border-bottom: 1px solid #d8d8d9;
	}

	.our-clients__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 3) / 4);
		flex: 0 0 calc((100% - 20px * 3) / 4);
	}

	.our-clients__item:not(:last-child) {
		margin-right: 20px;
	}

	.our-clients__arrow {
		display: none;
	}

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

	.cart__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.cart__sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}

	.sidebar-cart__wrapper {
		position: static !important;
	}

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

	.order__main {
		padding: 20px;
	}

	.order__section {
		padding: 20px 0px;
	}

	.sidebar-order__wrapper {
		position: static !important;
		padding: 20px;
	}

	.contacts__content {
		margin-top: 20px;
	}

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

	.cabinet__wrapper {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		margin-top: 20px;
	}

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

	.cabinet__block {
		padding: 20px;
	}

	.sidebar-cabinet {
		padding: 12px;
	}

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

	.order-cabinet__content {
		margin-top: 20px;
	}

	.fav-cabinet__item {
		background: none;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 2) / 3);
		flex: 0 0 calc((100% - 20px * 2) / 3);
	}

	.comparison__wrapper {
		margin-top: 20px;
	}

	.info-comparisos__list {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.info-comparisos__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 10px * 4) / 5);
		flex: 0 0 calc((100% - 10px * 4) / 5);
		padding: 0px;
	}

	.info-comparisos__item:last-child {
		padding-right: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 10px * 4) / 5 + 20px);
		flex: 0 0 calc((100% - 10px * 4) / 5 + 20px);
	}

	.details-comparison__title {
		font-size: 24px;
	}

	.promo__content {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 30px;
	}

	.promo__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 2) / 3);
		flex: 0 0 calc((100% - 20px * 2) / 3);
	}

	.item-promo__name {
		font-size: 16px;
	}

	.item-promo__description {
		-webkit-line-clamp: 3;
		-moz-line-clamp: 3;
	}

	.promo-page__container {
		row-gap: 20px;
	}

	.banner-promo {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.banner-promo__body {
		row-gap: 20px;
	}

	.banner-promo__title {
		font-size: 28px;
	}

	.products-promo-page__body {
		row-gap: 30px;
	}

	.page {
		padding-top: 108px;
	}
}

@media (max-width: 991.98px) {
	._title {
		font-size: 28px;
	}

	.our-clients-popup__title {
		font-size: 18px;
		padding-right: 65px;
	}

	.our-clients-popup__content {
		margin-top: 15px;
	}

	.top-header__link {
		font-size: 14px;
	}

	.nav-top-header {
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
	}

	.action-main-header {
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}

	.action-main-header__name {
		display: none;
	}

	.footer__main {
		padding: 40px 0px 0px;
	}

	.main-footer__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-footer__column._mmd2 {
		display: none;
	}

	.main-footer__column:not(._info) {
		padding: 15px 0px;
		border-top: 1px solid #e9e9e9;
	}

	.main-footer__name._spoller {
		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;
	}

	.main-footer__name._spoller._active::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.main-footer__name._spoller::after {
		content: '';
		width: 24px;
		height: 24px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24px;
		flex: 0 0 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/spoller.svg) center/cover no-repeat;
	}

	.main-footer__body {
		display: none;
	}

	.info-main-footer {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.info-main-footer__main {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.main-banner__item {
		padding: 20px;
	}

	.main-banner__title {
		font-size: 44px;
	}

	.main-banner__text {
		font-size: 18px;
	}

	.main-banner__subtext {
		font-size: 12px;
	}

	.main-banner__discount {
		width: 120px;
	}

	.discount-banner__left {
		font-size: 10px;
	}

	.discount-banner__top {
		font-size: 10px;
	}

	.discount-banner__value {
		font-size: 44px;
	}

	.context-banner__wrapper {
		padding: 20px;
	}

	.context-banner__text {
		font-size: 24px;
	}

	.context-banner-col__content {
		padding: 50px 40px;
	}

	.context-banner-col__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.context-banner-col__info {
		row-gap: 10px;
	}

	.context-banner-col__title {
		font-size: 28px;
	}

	.context-banner-col__text {
		font-size: 18px;
	}

	.mini-catalog__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 2) / 3);
		flex: 0 0 calc((100% - 20px * 2) / 3);
	}

	.mini-catalog__item:not(:nth-child(-n + 3)) {
		display: none;
	}

	.category-branch__content {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		row-gap: 20px;
	}

	.category-branch__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 10px * 4) / 5);
		flex: 0 0 calc((100% - 10px * 4) / 5);
	}

	.category-branch__image {
		aspect-ratio: 1/1;
	}

	.catalog__body {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

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

	.card__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
	}

	.card__gallery {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}

	.card__body {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}

	.gallery-card__wrapper {
		position: static !important;
	}

	.modification-body-card {
		margin: 0px -20px -10px;
		padding: 0px 20px 10px;
		max-width: 100vw;
	}

	.credit-body-card__button {
		max-width: 100%;
	}

	.cart__main {
		padding: 5px 20px;
	}

	.product-cart__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 140px;
		flex: 0 0 140px;
	}

	.order-send {
		padding: 50px 0px;
	}

	.login {
		padding: 50px 0px;
	}

	.contacts__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 20px;
	}

	.contacts__map {
		margin: -20px;
		height: calc(100% + 40px);
		width: calc(100% + 40px);
	}

	.cabinet__sidebar {
		display: none;
	}

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

	.cabinet__block {
		display: block !important;
	}

	.cabinet__body {
		margin-top: 30px;
		display: none;
	}

	.data-cabinet__section:first-child .data-cabinet__title {
		display: none;
	}

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

	.order-cabinet__title {
		display: none;
	}

	.order-cabinet__content {
		margin-top: 0;
	}

	.info-comparisos__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 190px;
		flex: 0 0 190px;
		width: 190px;
	}

	.info-comparisos__item:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 210px;
		flex: 0 0 210px;
		width: 210px;
	}

	.table-comparison__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 190px;
		flex: 0 0 190px;
		width: 190px;
	}

	.item-promo__description {
		font-size: 14px;
		-webkit-line-clamp: 4;
		-moz-line-clamp: 4;
	}

	.banner-promo {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.banner-promo__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
		flex: 0 0 calc((100% - 20px * 1) / 2);
	}

	.banner-promo__title {
		font-size: 24px;
	}

	.products-promo-page__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 3) / 4);
		flex: 0 0 calc((100% - 20px * 3) / 4);
	}
}

@media (max-width: 721.98px) {
	.top-header__nav {
		display: none;
	}

	.top-header__other {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-header__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-header__search {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		min-height: 48px;
	}

	.main-header__actions {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.main-header__action:not(._cart, ._menu) {
		display: none;
	}

	.search-header__result {
		max-width: 100%;
		max-height: calc(100dvh - 150px);
	}

	.menu {
		top: 166px;
		max-height: calc(100dvh - 166px);
	}

	.product-add {
		top: 171px;
	}

	.main-banner__item {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.main-banner__info {
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.9);
		padding: 20px;
		max-width: 100%;
		width: 100%;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main-banner__subtext {
		margin-top: 10px;
		background: #fdd922;
	}

	.main-banner__discount {
		right: -15px;
		left: auto;
		top: -17px;
	}

	.product-section__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 2) / 3);
		flex: 0 0 calc((100% - 20px * 2) / 3);
	}

	.product__name {
		font-size: 14px;
	}

	.price-product__value {
		font-size: 16px;
	}

	.mini-catalog__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
		flex: 0 0 calc((100% - 20px * 1) / 2);
	}

	.mini-catalog__item:not(:nth-child(-n + 2)) {
		display: none;
	}

	.category-branch__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 10px * 3) / 4);
		flex: 0 0 calc((100% - 10px * 3) / 4);
	}

	.category-branch__name {
		font-size: 14px;
	}

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

	.catalog__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: 10px;
		margin: 0px;
	}

	.catalog__column {
		display: none;
	}

	.info-catalog {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 10px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.info-catalog__main {
		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;
	}

	.info-catalog__filter-btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}

	.mods-catalog {
		margin: 0px -20px -10px;
		padding: 0px 20px 10px;
		max-width: 100vw;
	}

	.mods-catalog__clear {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.our-clients__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 2) / 3);
		flex: 0 0 calc((100% - 20px * 2) / 3);
	}

	.product-cart {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 30px;
	}

	.product-cart__other {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-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;
	}

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

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

	.product-cart__save {
		margin-right: auto;
	}

	.info-pickup-order {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
	}

	.info-pickup-order__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		max-width: 150px;
	}

	.optons-payment-order {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.optons-payment-order__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
		flex: 0 0 calc((100% - 20px * 1) / 2);
	}

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

	.order-cabinet__top {
		display: none;
	}

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

	.item-order-cabinet__main {
		-ms-grid-columns: 80px 80px 80px 20px;
		grid-template-columns: 80px 80px 80px 20px;
		font-size: 14px;
		font-weight: 500;
	}

	.item-order-cabinet__main span:nth-child(3) {
		display: none;
	}

	.product-order-cabinet {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 20px;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.product-order-cabinet__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-column-gap: 12px;
		-moz-column-gap: 12px;
		column-gap: 12px;
	}

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

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

	.banner-promo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
	}

	.banner-promo__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}

	.products-promo-page__body {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		row-gap: 20px;
	}

	.products-promo-page__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 10px * 2) / 3);
		flex: 0 0 calc((100% - 10px * 2) / 3);
	}

	.products-promo-page__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: 10px;
		margin: 0px;
	}

	.products-promo-page__column {
		display: none;
	}

	.page {
		padding-top: 166px;
	}
}

@media (max-width: 479.98px) {
	._title {
		font-size: 24px;
	}

	h1._title {
		font-size: 22px;
	}

	.popup__close {
		width: 24px;
		height: 24px;
	}

	.our-clients-popup .popup__body {
		padding: 10px;
	}

	.our-clients-popup__title {
		font-size: 14px;
		padding-right: 24px;
	}

	.our-clients-popup__content {
		margin-top: 10px;
	}

	.comment .popup__body {
		padding: 20px;
	}

	.comment .popup__close {
		top: 15px;
		right: 20px;
	}

	.comment__title {
		font-size: 20px;
	}

	.comment__form {
		margin-top: 20px;
		row-gap: 20px;
	}

	.comment-send .popup__body {
		padding: 20px;
	}

	.comment-send__title {
		font-size: 20px;
	}

	.review .popup__body {
		padding: 50px 20px 20px;
	}

	.review .popup__close {
		top: 10px;
		right: 10px;
	}

	.review__title {
		font-size: 18px;
	}

	.review__form {
		margin-top: 20px;
		row-gap: 20px;
	}

	.main-header__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 116px;
		flex: 0 0 116px;
		width: 116px;
	}

	.menu {
		top: 152px;
		max-height: calc(100dvh - 152px);
	}

	.product-header-cart__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90px;
		flex: 0 0 90px;
	}

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

	.product-header-cart__quantity .quantity__button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35px;
		flex: 0 0 35px;
	}

	.product-header-cart__delete img,
	.product-header-cart__delete svg {
		display: none;
	}

	.footer__main {
		padding: 30px 0px 0px;
	}

	.footer__bottom {
		padding: 15px 0px;
	}

	.info-main-footer {
		-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;
		text-align: center;
	}

	.info-main-footer__main {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.info-main-footer__payment {
		margin-top: 5px;
	}

	.bottom-footer__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		row-gap: 12px;
	}

	.product-add {
		top: 157px;
	}

	.banner-section {
		padding-bottom: 20px;
	}

	.main-banner__item {
		min-height: 360px;
	}

	.main-banner__title {
		font-size: 32px;
	}

	.main-banner__text {
		font-size: 16px;
	}

	.main-banner__button {
		font-size: 14px;
		padding: 8px 20px;
	}

	.main-banner__discount {
		width: 85px;
	}

	.discount-banner {
		-webkit-column-gap: 1px;
		-moz-column-gap: 1px;
		column-gap: 1px;
	}

	.discount-banner__left {
		font-size: 7px;
	}

	.discount-banner__top {
		font-size: 7px;
	}

	.discount-banner__value {
		font-size: 31px;
	}

	.product-section {
		padding: 20px 0px;
	}

	.product-section__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 10px * 1) / 2);
		flex: 0 0 calc((100% - 10px * 1) / 2);
	}

	.product-section__item:not(:last-child) {
		margin-right: 10px;
	}

	.product__action {
		width: 32px;
		height: 32px;
	}

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

	.product__mod {
		font-size: 12px;
	}

	.context-banner {
		padding: 20px 0px;
	}

	.context-banner__text {
		font-size: 18px;
	}

	.context-banner-col {
		padding: 20px 0px;
	}

	.context-banner-col__wrapper {
		padding: 20px;
		min-height: 200px;
	}

	.context-banner-col__image {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}

	.context-banner-col__image img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.context-banner-col__content {
		padding: 0;
	}

	.context-banner-col__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.context-banner-col__title {
		font-size: 24px;
	}

	.context-banner-col__text {
		font-size: 17px;
	}

	.context-banner-col__button {
		font-size: 14px;
		padding: 8px 20px;
	}

	.mini-catalog {
		padding: 20px 0px;
	}

	.mini-catalog__content {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.mini-catalog__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 10px * 1) / 2);
		flex: 0 0 calc((100% - 10px * 1) / 2);
		row-gap: 10px;
	}

	.mini-catalog__name {
		font-size: 16px;
	}

	.mini-catalog__description {
		font-size: 14px;
	}

	.category-branch {
		padding: 20px 0px;
	}

	.category-branch__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 10px * 2) / 3);
		flex: 0 0 calc((100% - 10px * 2) / 3);
	}

	.breadcrums__list {
		font-size: 14px;
	}

	.catalog {
		padding: 20px 0px;
	}

	.catalog__body {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		row-gap: 20px;
	}

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

	.info-catalog__main {
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}

	.card {
		padding: 20px 0px;
	}

	.thumbs-gallery-card__arrow {
		display: none;
	}

	.thumbs-gallery-card__slider {
		max-width: 100%;
	}

	.timer {
		-webkit-column-gap: 3px;
		-moz-column-gap: 3px;
		column-gap: 3px;
	}

	.timer__column {
		min-width: 62px;
		padding: 6px 8px;
	}

	.timer__value {
		font-size: 24px;
	}

	.timer__name {
		font-size: 12px;
	}

	.timer__space {
		font-size: 24px;
	}

	.price-body-card__value {
		font-size: 24px;
	}

	.modification-body-card {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.actions-body-card__quantity {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(100% - ((100px + 20px) + 10px));
		flex: 1 1 calc(100% - ((100px + 20px) + 10px));
	}

	.actions-body-card__quantity .quantity__button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
	}

	.actions-body-card__button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.credit-body-card {
		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: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		text-align: center;
		row-gap: 10px;
	}

	.credit-body-card__text {
		font-size: 14px;
		margin-right: 0;
	}

	.credit-body-card__text span {
		font-size: 18px;
	}

	.credit-body-card__button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}

	.features-details-card__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.our-clients {
		padding: 20px 0px;
	}

	.our-clients__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 10px * 1) / 2);
		flex: 0 0 calc((100% - 10px * 1) / 2);
	}

	.our-clients__item:not(:last-child) {
		margin-right: 10px;
	}

	.cart {
		padding: 20px 0px;
	}

	.cart__main {
		border-radius: 0px;
		margin: 0px -20px;
	}

	.product-cart__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
	}

	.product-cart__list {
		row-gap: 10px;
		margin-top: 5px;
	}

	.order {
		padding: 20px 0px;
	}

	.data-order {
		row-gap: 20px;
	}

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

	.data-order__checkboxes {
		row-gap: 20px;
	}

	.pickup-order__nav {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.pickup-order__item {
		font-size: 16px;
	}

	.form-pickup-order {
		row-gap: 20px;
	}

	.form-pickup-order__row {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.info-pickup-order__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;
	}

	.optons-payment-order__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.form-payment-order {
		row-gap: 20px;
	}

	.form-payment-order__row {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.order-send__wrapper {
		padding: 20px;
		row-gap: 20px;
	}

	.order-send__title {
		font-size: 18px;
	}

	.order-send__text {
		font-size: 14px;
	}

	.login__wrapper {
		padding: 20px;
		row-gap: 20px;
	}

	.login__title {
		font-size: 18px;
	}

	.contacts__content {
		row-gap: 20px;
	}

	.info-contacts__value {
		font-size: 16px;
	}

	.top-cabinet__name {
		font-size: 20px;
	}

	.product-order-cabinet__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70px;
		flex: 0 0 70px;
	}

	.product-order-cabinet__name {
		font-size: 14px;
	}

	.product-order-cabinet__price {
		font-size: 14px;
	}

	.product-order-cabinet__count {
		font-size: 14px;
	}

	.product-order-cabinet__total {
		font-size: 14px;
	}

	.fav-cabinet {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

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

	.info-comparisos__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 155px;
		flex: 0 0 155px;
		width: 155px;
	}

	.info-comparisos__item:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 175px;
		flex: 0 0 175px;
		width: 175px;
	}

	.info-comparisos__name {
		font-size: 14px;
	}

	.info-comparisos__price {
		font-size: 18px;
	}

	.info-comparisos__button {
		min-height: 40px;
		font-size: 14px;
	}

	.details-comparison__title {
		font-size: 18px;
	}

	.table-comparison__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 155px;
		flex: 0 0 155px;
		width: 155px;
	}

	.promo__content {
		row-gap: 20px;
	}

	.item-promo {
		row-gap: 10px;
	}

	.item-promo__body {
		row-gap: 10px;
	}

	.item-promo__name {
		font-size: 14px;
	}

	.banner-promo__body {
		row-gap: 10px;
	}

	.products-promo-page__main {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}

	.products-promo-page__title {
		font-size: 22px;
	}

	.products-promo-page__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 10px * 1) / 2);
		flex: 0 0 calc((100% - 10px * 1) / 2);
	}

	.page section:last-child {
		padding-bottom: 40px;
	}

	.page {
		padding-top: 152px;
	}
}

@media (max-width: 1492px) and (min-width: 991.98px) {
	.main-footer__info {
		max-width: 195px;
	}
}

@media (any-hover: hover) {
	.select__option:hover {
		background: rgba(242, 98, 65, 0.05);
	}

	.checkbox a:hover {
		text-decoration: underline;
	}

	.paggination
		.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
		background: #6b6b6b;
	}

	._btn:hover {
		background: #c9252b;
	}

	._btn._stroke:hover {
		background: #f26241;
		color: #fff;
		border-color: #f26241;
	}

	.pagging__arrow:hover {
		background: #f26241;
	}

	.pagging__arrow:hover svg path[fill] {
		fill: #fff;
	}

	.pagging__arrow:hover svg path[stroke] {
		stroke: #fff;
	}

	.pagging__item:not(._active, ._more) .pagging__link:hover {
		color: #f26241;
	}

	.language__item:not(._active):hover {
		color: rgba(255, 255, 255, 0.8);
	}

	.result-search-header__item:hover {
		background: #f4f4f4;
	}

	.action-main-header:hover .action-main-header__icon svg path[fill] {
		fill: #f26241;
	}

	.action-main-header:hover .action-main-header__icon svg path[stroke] {
		stroke: #f26241;
	}

	.action-main-header:hover .action-main-header__name {
		color: #f26241;
	}

	.catalog-header__list a:hover {
		color: #f26241;
	}

	.catalog-header__image:hover img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	.product-header-cart__name:hover {
		color: #f26241;
	}

	.product-header-cart__delete:hover {
		color: #c9252b;
	}

	.product-header-cart__delete:hover svg path[fill] {
		fill: #c9252b;
	}

	.product-header-cart__delete:hover svg path[stroke] {
		stroke: #c9252b;
	}

	.main-footer__link:hover {
		color: #f26241;
	}

	.contacts-main-footer__item a:hover {
		color: #f26241;
	}

	.bottom-footer__dev:hover {
		color: #f26241;
	}

	.bottom-footer__dev:hover svg path {
		fill: #f26241;
	}

	.product-section__arrow:hover {
		background: #f26241;
	}

	.product-section__arrow:hover svg path {
		fill: #fff;
	}

	.product:hover {
		-webkit-box-shadow: 0px 12px 22px 0px rgba(50, 55, 75, 0.1);
		box-shadow: 0px 12px 22px 0px rgba(50, 55, 75, 0.1);
		border-color: #ececec;
	}

	.product:hover .product__details {
		opacity: 1;
	}

	.product__action:hover {
		background: #ffd9d1;
	}

	.product__details:hover {
		color: #fff;
		background: #f26241;
	}

	.product__name:hover {
		color: #f26241;
	}

	.context-banner-col__button:hover {
		background: #f26241;
	}

	.mini-catalog__item:hover {
		color: #f26241;
	}

	.mini-catalog__item:hover .mini-catalog__image img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.category-branch__item:hover .category-branch__image img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	.category-branch__item:hover .category-branch__name {
		color: #f26241;
	}

	.breadcrums__item a:hover {
		color: #211e22;
	}

	.category-filter__name:hover {
		color: #f26241;
	}

	.mods-catalog__delete:hover svg path[fill] {
		fill: #c9252b;
	}

	.mods-catalog__delete:hover svg path[stroke] {
		stroke: #c9252b;
	}

	.main-gallery-card__arrow:hover {
		background: #f26241;
	}

	.main-gallery-card__arrow:hover svg path[fill] {
		fill: #fff;
	}

	.main-gallery-card__arrow:hover svg path[stroke] {
		stroke: #fff;
	}

	.thumbs-gallery-card__arrow:not(.swiper-button-disabled):hover {
		background: #f26241;
	}

	.thumbs-gallery-card__arrow:not(.swiper-button-disabled):hover
		svg
		path[fill] {
		fill: #fff;
	}

	.thumbs-gallery-card__arrow:not(.swiper-button-disabled):hover
		svg
		path[stroke] {
		stroke: #fff;
	}

	.our-clients__item:hover img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.our-clients__arrow:hover {
		background: #f26241;
	}

	.our-clients__arrow:hover svg path {
		fill: #fff;
	}

	.cart__back:hover {
		color: #211e22;
	}

	.cart__back:hover svg path {
		fill: #211e22;
	}

	.product-cart__delete:hover {
		color: #c9252b;
	}

	.product-cart__delete:hover svg path[fill] {
		fill: #c9252b;
	}

	.product-cart__delete:hover svg path[stroke] {
		stroke: #c9252b;
	}

	.order__back:hover {
		color: #211e22;
	}

	.order__back:hover svg path {
		fill: #211e22;
	}

	.login__back:hover {
		color: #211e22;
	}

	.login__back:hover svg path {
		fill: #211e22;
	}

	.info-contacts__value a:hover {
		color: #f26241;
	}

	.sidebar-cabinet__item:not(._active):hover
		.sidebar-cabinet__arrow
		svg
		path[fill] {
		fill: #f26241;
	}

	.sidebar-cabinet__item:not(._active):hover
		.sidebar-cabinet__arrow
		svg
		path[stroke] {
		stroke: #f26241;
	}

	.product-order-cabinet__name:hover {
		color: #f26241;
	}

	.item-promo__name:hover {
		color: #f26241;
	}
}
