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

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

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

@font-face {
	font-family: 'Onest';
	font-display: swap;
	src: url('../fonts/OnestRegular.woff') format('woff'),
		url('../fonts/OnestRegular.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: 'Onest';
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

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: #3c3c3c;
	font-size: 16px;
}

body._min-width .page ._container {
	max-width: 1260px !important;
}

body._scroll-off {
	overflow: hidden;
}

body._lock {
	overflow: hidden;
}

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

body._isNotAuth .info-card__other {
	display: none;
}

body._isNotAuth .info-card__auth {
	display: block;
}

body._isNotAuth .other-products-card__price {
	display: none;
}

body._isNotAuth .other-products-card__auth {
	display: block;
}

body._isNotAuth .other-products-card__button {
	background: #aaa;
}



body._isNotAuth .product__login {
	display: block;
}

body._isNotAuth .product__button {
	pointer-events: none;
	background: #aaa;
}

body._isNotAuth .product__edit {
	display: none;
}

body._isNotAuth .info-card__quantity {
	display: none;
}

body._isNotAuth .info-card__button {
	background: #aaa;
	pointer-events: none;
}

.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 {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: 0px 20px;
}

.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: #3c3c3c;
	border-radius: 8px;
	border: 1px solid #d9d9d9;
	background: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
}

.select__value {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	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;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.select__value._placeholder {
	color: #9f9f9f;
}

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

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

.select__options {
	color: #3c3c3c;
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	min-width: 230px;
	width: 100%;
	left: 0;
	border-radius: 8px;
	border: 1px solid #efefef;
	background: #ffffff;
	-webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12),
		0px 8px 24px -4px rgba(24, 39, 75, 0.08);
	box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12),
		0px 8px 24px -4px rgba(24, 39, 75, 0.08);
	font-size: 16px;
	font-weight: 400;
	padding: 12px 0px;
}

.select__option {
	cursor: pointer;
	padding: 12px 15px;
	margin: 0px 0px 0px 0px;
}

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

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

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

.label {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.viewpass {
	cursor: pointer;
}

.viewpass._active .viewpass__view {
	display: block;
}

.viewpass._active .viewpass__less {
	display: none;
}

.viewpass__view {
	width: 24px;
	height: 24px;
	display: none;
}

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

.viewpass__less {
	width: 24px;
	height: 24px;
}

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

.switch__checkbox {
	display: none;
}

.switch__checkbox:checked + .switch__content .switch__icon {
	background: #ffffff;
}

.switch__checkbox:checked + .switch__content .switch__circle {
	left: auto;
	right: -2px;
	background: #7EB647;
}

.switch__checkbox:checked + .switch__content .switch__human {
	display: none;
}

.switch__checkbox:checked + .switch__content .switch__company {
	display: block;
}

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

.switch__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36px;
	flex: 0 0 36px;
	border-radius: 50px;
	height: 14px;
	position: relative;
	background: #b9bdc7;
	cursor: pointer;
}

.switch__circle {
	position: absolute;
	top: 50%;
	left: -2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2),
		0px 0.1px 0.3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 0.1px 0.3px rgba(0, 0, 0, 0.1);
}

.switch__text {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.switch__human {
	display: none;
}

.switch__company {
	display: block;
}

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

.input,
textarea {
	width: 100%;
	max-width: 100%;
	min-width: 0px;
	display: block;
	padding: 0px 20px;
	border-radius: 8px;
	background: #fff;
	padding: 15px 20px;
	min-height: 46px;
	color: #a8a8a8;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.input:not([data-value]),
textarea:not([data-value]) {
	color: #3c3c3c;
}

.input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a8a8a8;
}

.input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #a8a8a8;
}

.input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a8a8a8;
}

.input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #a8a8a8;
}

.input::placeholder,
textarea::placeholder {
	color: #a8a8a8;
}

.input:focus,
textarea:focus {
	border-color: #3c3c3c;
}

.input._focus,
textarea._focus {
	color: #3c3c3c;
}

.input._error,
textarea._error {
	color: #7EB647;
}

textarea {
	padding: 8px 20px;
	resize: none;
	overflow-y: auto;
}

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

.checkbox {
	position: relative;
}

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

.checkbox__input:checked + .checkbox__text::before {
	border: 2px solid #7EB647;
}

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

.checkbox__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}

.checkbox__text:before {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	background: #fff;
}

.checkbox__text::after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 6px;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #7EB647;
	opacity: 0;
}

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

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

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

.options._table {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.options._table .options__text {
	padding: 0px;
	background: transparent !important;
}

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

.options__input:checked + .options__text svg path {
	fill: #7EB647;
}

.options__text {
	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;
	text-align: center;
	position: relative;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 4px 10px;
	border-radius: 50px;
	white-space: nowrap;
	background: #fff;
}

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

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

.options-second._row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.options-second._space {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.options-second__radio {
	display: none;
}

.options-second__radio:checked + .options-second__content::before {
	border: 2px solid #7EB647;
}

.options-second__radio:checked + .options-second__content::after {
	opacity: 1;
}

.options-second__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;
	position: relative;
	cursor: pointer;
}

.options-second__content::before {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	border: 1px solid #d9d9d9;
}

.options-second__content::after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 7px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #7EB647;
	opacity: 0;
}

.options-second__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #3c3c3c;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.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: 36px;
	border-radius: 8px;
	border: 1px solid #c6c6c6;
	padding: 2px 12px;
	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;
}

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

.quantity__button::before,
.quantity__button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0px 0px 0px -7px;
	background-color: #3c3c3c;
	width: 14px;
	height: 1px;
}

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

.quantity__button_cart {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	position: relative;
	cursor: pointer;
}

.quantity__button_cart::before,
.quantity__button_cart::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0px 0px 0px -7px;
	background-color: #3c3c3c;
	width: 14px;
	height: 1px;
}

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

.product_quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	position: relative;
	cursor: pointer;
}

.product_quantity__button::before,
.product_quantity__button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0px 0px 0px -7px;
	background-color: #3c3c3c;
	width: 14px;
	height: 1px;
}

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

.quantity__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
}

.quantity__input input {
	height: 100%;
	min-width: 0px;
	max-width: 100%;
	width: 100%;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	background: none;
}

picture {
	display: inline-block;
}

img,
svg {
	vertical-align: middle;
}

._title {
	color: #3c3c3c;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}

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

.paggination .swiper-pagination-bullet {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 6px;
	flex: 0 0 6px;
	height: 6px;
	width: 6px;
	border: 2px solid #7EB647;
	cursor: pointer;
	border-radius: 50%;
	background: #7EB647;
}

.paggination .swiper-pagination-bullet-active {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12px;
	flex: 0 0 12px;
	height: 12px;
	width: 12px;
	background: #ffffff;
}

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

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

.cluster {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #7EB647;
	border: 5px solid #fff;
}

.cluster img {
	width: 100%;
	height: 100%;
	display: none;
}

.cluster div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
}

.marker {
	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: #3c3c3c;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.marker h6 {
	text-transform: uppercase;
	font-weight: 500;
}

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

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

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

.pagging__arrow._disabled svg path {
	stroke: #bebebe;
}

.pagging__arrow svg path {
	stroke: #3c3c3c;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

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

.pagging__item._active a.pagging__link {
	background: #7EB647;
	color: #fff;
	font-weight: 500;
}

.pagging__link {
	width: 36px;
	height: 36px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36px;
	flex: 0 0 36px;
	border-radius: 4px;
	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: #3c3c3c;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.popup::before {
	content: '';
	background: rgba(0, 0, 0, 0.35);
	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;
	border-radius: 8px;
	border: 1px solid #efefef;
	background: #fff;
	-webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12),
		0px 8px 24px -4px rgba(24, 39, 75, 0.08);
	box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12),
		0px 8px 24px -4px rgba(24, 39, 75, 0.08);
	width: 100%;
	max-width: 640px;
	overflow: hidden;
}

.popup__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	padding: 24px 20px 12px;
	border-bottom: 1px solid #d9d9d9;
}

.popup__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #3c3c3c;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

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

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

.popup__footer {
	border-top: 1px solid #d9d9d9;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.popup__button {
	padding: 15px 25px;
	background: #7EB647;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.popup__button._stroke {
	color: #7EB647;
	background: #fff;
	border: 1px solid #7EB647;
}

.not-products-list__item {
	padding: 20px;
	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: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
	row-gap: 20px;
}

.not-products-list__item:not(:last-child) {
	border-bottom: 1px solid #d9d9d9;
}

.not-products-list__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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.not-products-list__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	aspect-ratio: 100/85;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

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

.not-products-list__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;
}

.not-products-list__name {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.not-products-list__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: 8px;
	max-width: 205px;
}

.not-products-list__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	font-size: 14px;
}

.not-products-list__list li span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 10px * 1) / 2);
	flex: 0 0 calc((100% - 10px * 1) / 2);
	color: #878787;
}

.not-products-list__list li span:nth-child(2) {
	color: #3c3c3c;
	font-weight: 500;
}

.not-products-list__price {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
	font-weight: 500;
}

.not-products-list__details {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 110px 55px 110px;
	grid-template-columns: 110px 55px 110px;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
	font-weight: 500;
}

.header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	z-index: 5;
	-webkit-box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12),
		0px 8px 16px -6px rgba(24, 39, 75, 0.08);
	box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12),
		0px 8px 16px -6px rgba(24, 39, 75, 0.08);
}

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

.header__top {
	background: #eef4ff;
	padding: 10px 0px;
}

.header__content {
	position: relative;
	z-index: 1;
	background: #fff;
}

.header__main {
	padding: 12px 0px;
	border-bottom: 1px solid #dedede;
}

.header__bottom {
	padding: 12px 0px;
}

.header__menu {
	position: absolute;
	top: 0;
	left: 0;
}

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

.nav-top-header__list {
	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;
}

.nav-top-header__link {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contacts-top-header {
	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-top-header__item {
	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;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

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

.language-top-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.language-top-header__item {
	color: rgba(60, 60, 60, 0.3);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.language-top-header__item._active {
	color: #3c3c3c;
}

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

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

.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-btn {
	padding: 12px 20px;
	border-radius: 8px;
	background: #ECF4E4;
	min-height: 50px;
	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: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-header__intro-btn {
	padding: 12px 30px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	border-radius: 8px;
	background: #7EB647;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	min-height: 50px;
}

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

.catalog-header__content {
	position: fixed;
	z-index: 5;
	top: 148px;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100dvh;
	max-height: calc(100dvh - 148px);
	background: #fff;
	overflow-y: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
ul.catalog-header__nav.nav-catalog-header._spollers {
	overflow-y: auto;
	height: 85vh;
}

.catalog-header__content._active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.catalog-header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
}

.catalog-header__nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 330px;
	flex: 0 0 330px;
	background: #eef4ff;
	padding: 12px;
	margin-left: -12px;
	position: relative;
}

.catalog-header__blocks {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-height: 100%;
}

.catalog-header__block {
	padding: 50px;
}

.head-catalog-header {
	padding: 13px 30px;
	background: #7EB647;
	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: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.head-catalog-header__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;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

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

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

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

.head-catalog-header__back img,
.head-catalog-header__back svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12px;
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
}

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

.nav-catalog-header__item {
	background: #fff;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

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

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

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

.nav-catalog-header__icon svg path {
	fill: #3c3c3c;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.nav-catalog-header__name {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.nav-catalog-header__body {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d9d9d9;
	display: none;
}

.body-nav-catalog-header__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.body-nav-catalog-header__item:not(:last-child) {
	margin-bottom: 20px;
}

.body-nav-catalog-header__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.body-nav-catalog-header__count {
	color: #9f9f9f;
}

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

.block-catalog-header__column {
	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-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 2) / 3);
	flex: 0 0 calc((100% - 30px * 2) / 3);
}

.block-catalog-header__item {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-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;
}
a.block-catalog-header__item.chaild_more {
	color: #a4a4a4;
	line-height: 20px;
	padding-left: 15px;
}
.block-catalog-header__count {
	color: #9f9f9f;
}

.search-header {
	position: relative;
}

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

.search-header:not(._result) .search-header__results {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	pointer-events: none;
}

.search-header__top {
	width: 50px;
	height: 50px;
	width: 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;
	border-radius: 8px;
	background: #ECF4E4;
	margin-left: auto;
}

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

.search-header__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 8px;
	border: 2px solid #7EB647;
	padding: 3px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	min-height: 50px;
}

.search-header__other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 155px;
	flex: 0 0 155px;
}

.search-header__close {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

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

.search-header__select {
	width: 100%;
	max-width: 100%;
}

.search-header__select .select__title {
	background: #eef4ff;
	border: none;
}

.search-header__select .select,
.search-header__select .select__item,
.search-header__select .select__title {
	height: 100%;
}

.search-header__select .select__value {
	padding: 0px 12px;
}

.search-header__select .select__options {
	max-width: 190px;
	width: 190px;
	min-width: 100%;
}

.search-header__select .select__option {
	display: block !important;
}

.search-header__select .select__option[style='display: none;'] {
	background: #efefef;
}

.search-header__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	padding-right: 25px;
}

.search-header__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 100%;
	min-width: 0px;
	padding: 0px 10px !important;
	border: none !important;
	min-height: 0px !important;
	border-radius: 0px !important;
}

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

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

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

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

.search-header__results {
	border-radius: 8px;
	border: 1px solid #efefef;
	background: #fff;
	-webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12),
		0px 8px 24px -4px rgba(24, 39, 75, 0.08);
	box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12),
		0px 8px 24px -4px rgba(24, 39, 75, 0.08);
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	max-width: 100%;
	padding: 12px 0px;
	max-height: calc(100dvh - 150px);
	overflow-y: auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.results-search-header__item {
	display: block;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 12px 15px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.bottom-header__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	margin: 0px -20px -10px;
	padding: 0px 20px 10px;
	overflow-x: auto;
}

.bottom-header__link {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu__body {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	height: 100dvh;
	max-height: calc(100dvh - 120px);
	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: 40px;
	padding: 30px 20px;
	width: 100%;
	max-width: 420px;
	z-index: 3;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	overflow-y: auto;
}

.menu__body:not(._active) {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

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

.nav-menu__link {
	color: #3c3c3c;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

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

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

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

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

.list-menu__value {
	color: #3c3c3c;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.icon-menu {
	display: none;
}

.footer {
	border-top: 1px solid #e0e0e0;
}

.footer__bottom {
	border-top: 1px solid #e0e0e0;
}

.main-footer {
	padding: 30px 0px;
}

.main-footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 20px;
}

.main-footer__logo {
	width: 123px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 123px;
	flex: 0 0 123px;
}

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

.main-footer__text {
	margin-top: 20px;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 400px;
}

.main-footer__name {
	color: #3c3c3c;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

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

.main-footer__link {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.main-footer__social {
	margin-top: 15px;
	max-width: 150px;
}

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

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

.social-main-footer__item svg path {
	fill: #3c3c3c;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.bottom-footer {
	padding: 15px 0px;
}

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

.bottom-footer__copy {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.bottom-footer__dev {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	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: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.bottom-footer__dev svg path {
	fill: #3c3c3c;
	-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;
}

.banner {
	padding: 20px 0px 30px;
}

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

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

.banner__item {
	position: relative;
	padding: 80px 90px;
	aspect-ratio: 150/48;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	border-radius: 8px;
	overflow: hidden;
}

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

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

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

.banner__info {
	width: 100%;
	max-width: 640px;
	position: relative;
	z-index: 1;
}

.banner__title {
	color: #fff;
	font-size: 82px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}

.banner__text {
	color: #fff;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.banner__arrow {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

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

.banner__arrow.banner-arrow-prev {
	left: 20px;
}

.banner__arrow.banner-arrow-next {
	right: 20px;
}

.wait-products {
	padding: 30px 0px;
}

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

.wait-products._double .wait-products__image {
	aspect-ratio: 730/285;
}

.wait-products._grid .wait-products__content {
	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: 30px;
}

.wait-products._grid .wait-products__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 40px * 3) / 4);
	flex: 0 0 calc((100% - 40px * 3) / 4);
	margin-right: 0 !important;
}

.wait-products._single .wait-products__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-right: 20px;
}

.wait-products__content {
	margin-top: 30px;
}

.wait-products__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 40px * 3) / 4);
	flex: 0 0 calc((100% - 40px * 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;
	border-radius: 8px;
	overflow: hidden;
}

.wait-products__item:not(:last-child) {
	margin-right: 40px;
}

.wait-products__head {
	position: relative;
	width: 100%;
	max-width: 100%;
	background: #eef4ff;
}

.wait-products__image {
	aspect-ratio: 345/285;
	position: relative;
}

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

.wait-products__mods {
	position: absolute;
	top: 15px;
	left: 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: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wait-products__mod {
	background: #7EB647;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 4px 12px;
	overflow: hidden;
	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;
}

.wait-products__body {
	padding: 15px 20px;
	background: #cbe7fd;
	text-align: center;
}

.wait-products__name {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #3c3c3c;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.wait-products-item-single {
	background: #eef4ff;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	position: relative;
}

.wait-products-item-single__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 380px;
	flex: 0 0 380px;
	position: relative;
	aspect-ratio: 380/131;
}

.wait-products-item-single__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	padding: 0px 27%;
}

.wait-products-item-single__body {
	background: #cbe7fd;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px 40px;
	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;
}

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

.wait-products-item-single__name {
	color: #3c3c3c;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.wait-products-item-single__mod {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 4px 12px;
	background: #7EB647;
	border-radius: 4px;
	white-space: nowrap;
}

.wait-products-item-single__more {
	-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;
}

.wait-products-item-single__more img,
.wait-products-item-single__more svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.catalog-section {
	padding: 30px 0px;
}

.catalog-section__content {
	margin-top: 30px;
	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;
}

.catalog-section__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;
	padding-bottom: 20px;
	border-radius: 8px;
	background: #ECF4E4;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 5) / 6);
	flex: 0 0 calc((100% - 20px * 5) / 6);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-section__image {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1/0.9;
	position: relative;
}
.catalog-section__item {
	border-radius: 5px;
}
.catalog-section__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	-o-object-fit: cover;
	object-fit: cover;
}

.catalog-section__name {
	color: #3c3c3c;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 0px 10px;
}

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

.product-section__head {
	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: 5px;
}

.product-section__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: left;
}

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

.product-section__more svg path {
	fill: #7EB647;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-section__content {
	margin-top: 30px;
}

.product-section__wrapper {
	position: relative;
}

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

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

.product-section__arrow {
	background: #fff;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	width: 48px;
	height: 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;
	cursor: pointer;
	position: absolute;
	top: 50%;
}

.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.product-section-arrow-prev {
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-section__arrow.product-section-arrow-next {
	right: 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

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

.product._edition .footer-product__main {
	display: none;
}

.product._edition .footer-product__edition {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

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

.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__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 5px;
}

.product__name {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product__article {
	color: #878787;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.product__article span {
	color: #3c3c3c;
	font-weight: 500;
}

.product__price-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.product__price {
	margin-top: auto;
}

.product__login {
	display: none;
	color: #3c3c3c;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product__login a {
	color: #7EB647;
	text-decoration: underline;
}

.product__button {
	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: 6px 20px;
	background: #7EB647;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-transition: background 0.3s ease 0s;
	-o-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
}

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

/*.product__edit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.product__edit svg path {
  fill: #3C3C3C;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

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

.product__list_item {
	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;
	color: #878787;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

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

.product__list_item span:nth-child(1) {
	padding-top: 1px;
}

.product__list_item span:nth-child(2) {
	color: #3c3c3c;
	font-weight: 500;
}

.price-product {
	padding: 6px 12px;
	border-radius: 8px;
	background: #eef4ff;
	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: 3px;
}

.price-product__text {
	color: #3c3c3c;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.price-product__price {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.footer-product {
	position: relative;
}

.footer-product__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.footer-product__edition {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	display: none;
}

.footer-product__quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 165px;
	flex: 0 0 165px;
}

.footer-product__button {
	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: 6px 12px;
	/*background: #7EB647;*/
	border: 1px solid #7EB647;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.footer-product__button img{
	filter: invert(42%) sepia(81%) saturate(868%) hue-rotate(90deg) brightness(65%) contrast(95%);
}

.on_cart .footer-product__button {
	background: #7EB647;
}
.on_cart .footer-product__button img{
	filter: initial;
}

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

.footer-product__close {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12px;
	flex: 0 0 12px;
	height: 12px;
	width: 12px;
}

.footer-product__close img,
.footer-product__close svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12px;
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
}

._row-view .product {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

._row-view .product__head {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
}

._row-view .product__image {
	aspect-ratio: 1/0.9;
}

._row-view .product__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

._row-view .product__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

._row-view .product__article {
	display: none;
}

._row-view .product__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

._row-view .product__price-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 135px;
	flex: 0 0 135px;
}

._row-view .product__footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 155px;
	flex: 0 0 155px;
	margin-left: -15px;
}

._row-view .product__footer .footer-product__edition {
	max-width: 100%;
}

._row-view .product__footer .footer-product__edition .footer-product__quantity {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0px 5px;
}

._row-view .product__footer .footer-product__edition .footer-product__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36px;
	flex: 0 0 36px;
	height: 36px;
	width: 36px;
	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;
}

._row-view .product .product__button {
	padding: 6px 10px;
}

._row-view .product .footer-product__main {
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.last-news {
	padding: 30px 0px;
}

.last-news__wrapper {
	padding: 30px;
	border-radius: 8px;
	background: #f0f5ff;
}

.last-news__head {
	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: 5px;
}

.last-news__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: left;
}

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

.last-news__more svg path {
	fill: #7EB647;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

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

.item-last-news {
	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-last-news__name {
	color: #3c3c3c;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.item-last-news__date {
	padding: 4px 12px;
	border-radius: 4px;
	background: #cbe7fd;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: -10px;
}

.item-last-news__description {
	color: #878787;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-line-clamp: 3;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.item-last-news__more {
	color: #7EB647;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.breadcrums {
	padding: 30px 0px;
}

.breadcrums + section {
	padding-top: 0 !important;
}

.breadcrums__list {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}

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

.breadcrums__item:not(:last-child)::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 1px;
	margin-left: 12px;
	background: #3c3c3c;
}

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

.catalog-category {
	padding: 30px 0px;
}

.catalog-category__title {
	text-align: left;
}

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

.catalog {
	padding: 30px 0px;
}

.catalog._row-view .catalog__body {
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	row-gap: 30px;
}

.catalog._row-view .catalog__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 50px * 1) / 2);
	flex: 0 0 calc((100% - 50px * 1) / 2);
}

.catalog._row-more .catalog__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 50px * 3) / 4);
	flex: 0 0 calc((100% - 50px * 3) / 4);
}

.catalog__title {
	text-align: left;
}

.views_image {
	position: absolute;
	right: 0;
	top: 0;
}
.views_image svg{
	color: #000000;
	width: 32px;
}

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

.catalog_block {
	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: 50px;
}

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

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

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

.catalog__more {
	padding: 12px 30px;
	border-radius: 8px;
	border: 1px solid #7EB647;
	background: #ffffff;
	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: #7EB647;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog__more._hide {
	display: none;
}

.catalog__more svg path {
	fill: #7EB647;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog__pagging {
	margin: auto;
}

.top-catalog {
	padding: 12px 30px;
	border-radius: 8px;
	background: #eef4ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.top-catalog__result {
	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: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

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

.top-catalog__sort .top-catalog__name {
	color: #9f9f9f;
}

.top-catalog__select .select__title,
.top-catalog__select .select__value {
	padding: 0px;
	background: none;
	border: none;
}

.top-catalog__other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 10px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

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

.top-catalog__name {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.card {
	padding: 30px 0px;
}

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

.card__gallery {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 530px;
	flex: 0 0 530px;
	overflow: hidden;
}

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

.card__other-products {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 345px;
	flex: 0 0 345px;
}

.gallery-card {
	position: relative;
}

.gallery-card__content {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.gallery-card__slider {
	width: 100%;
	max-width: 100%;
}

.gallery-card__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	aspect-ratio: 530/465;
	position: relative;
}

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

.gallery-card__arrow {
	position: absolute;
	width: 48px;
	height: 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;
	top: 50%;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

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

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

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

.gallery-card__paggintion {
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	margin-top: 10px;
}

.gallery-card__paggintion .swiper-pagination-bullet {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36px;
	flex: 0 0 36px;
	width: 36px;
	height: 4px;
	border-radius: 20px;
	background: #d0d0d0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.gallery-card__paggintion .swiper-pagination-bullet-active {
	background: #7EB647;
}

.info-card {
	padding: 40px;
	border-radius: 8px;
	background: #eef4ff;
	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-card__title {
	color: #3c3c3c;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.info-card__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
	max-width: 260px;
}

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

.info-card__item span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 10px * 1) / 2);
	flex: 0 0 calc((100% - 10px * 1) / 2);
}

.info-card__item span:nth-child(2) {
	color: #3c3c3c;
	font-weight: 500;
}

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

.info-card__price {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
}

.info-card__textarea {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 70px;
}

.info-card__auth {
	display: none;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.info-card__auth a {
	color: #7EB647;
	text-decoration: underline;
}

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

.info-card__quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	background: #fff;
	border: none;
	min-height: 46px;
}

.info-card__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 8px;
	background: #7EB647;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 10px 30px;
	min-height: 46px;
}

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

.price-info-card {
	background: #0065bb;
	border-radius: 8px;
	padding: 9px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.price-info-card__text {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.price-info-card__value {
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

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

.other-products-card__title {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.other-products-card__content {
	margin-top: 20px;
	position: relative;
}

.other-products-card__content::after {
	content: '';
	width: 100%;
	height: 60px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 255, 255, 0)),
		to(#fff)
	);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.other-products-card__slider {
	max-height: 425px;
}

.other-products-card__item {
	padding: 15px 12px;
	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;
}

.other-products-card__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	aspect-ratio: 80/70;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

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

.other-products-card__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: 10px;
}

.other-products-card__name {
	color: #3c3c3c;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.other-products-card__other {
	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;
}

.other-products-card__price-info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.other-products-card__auth {
	display: none;
	color: #3c3c3c;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.other-products-card__auth a {
	color: #7EB647;
	text-decoration: underline;
}

.other-products-card__button {
	padding: 6px 12px;
	background: #7EB647;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.other-products-card__arrow {
	width: 38px;
	height: 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-radius: 50%;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 50%;
	z-index: 1;
	cursor: pointer;
}

.other-products-card__arrow.other-products-card-arrow-prev {
	display: none;
}

.other-products-card__arrow.other-products-card-arrow-next {
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.other-products-card__arrow img,
.other-products-card__arrow svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.price-other-products-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: 3px;
}

.price-other-products-card__text {
	color: #3c3c3c;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.price-other-products-card__value {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.login {
	padding: 80px 0px;
}

.login__wrapper {
	width: 100%;
	max-width: 630px;
	padding: 40px;
	border-radius: 8px;
	background: #eef4ff;
	margin: 0px auto;
}

.login__wrapper._min {
	max-width: 475px;
}

.login__blocks {
	margin-top: 30px;
}

.login__top:not(:last-child) {
	margin-bottom: 30px;
}

.login__button {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 10px 20px;
	border-radius: 8px;
	background: #7EB647;
	min-height: 46px;
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.head-login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #cecece;
}

.head-login__item {
	padding: 10px 5px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	color: #3c3c3c;
	cursor: pointer;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 2);
	flex: 0 0 calc(100% / 2);
}

.head-login__item._active {
	font-weight: 700;
}

.head-login__item._active::after {
	opacity: 1;
	visibility: visible;
}

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

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

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

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

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

.form-login__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: 14px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.form-login__inp {
	position: relative;
}

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

.form-login__forget {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.form-login__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: 30px;
}

.form-login__button {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 10px 20px;
	border-radius: 8px;
	background: #7EB647;
	min-height: 46px;
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.form-login__switch {
	width: 100%;
	max-width: 100%;
}

.form-login__back {
	color: #9f9f9f;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	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;
}

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

.top-login {
	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: 30px;
}

.top-login__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 67px;
	flex: 0 0 67px;
	height: 67px;
	width: 67px;
	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: #7EB647;
}

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

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

.top-login__title {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

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

.top-login__text a {
	color: #7EB647;
	font-weight: 700;
}

.cart {
	padding: 30px 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: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

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

.cart__content {
	margin-top: 30px;
}

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

.cart__section._new {
	background: green;
}
.cart__section._progress {
	background: #b86e00;
}
.cart__section._delivery {
	background: #ffcb00;
}
.cart__section._finished {
	background: #6f6f6f;
}
.cart__section._canceled {
	background: #ff0000;
}

._status ._new {
	background: green;
}
._status ._progress {
	background: #b86e00;
}
._status ._delivery {
	background: #ffcb00;
}
._status ._finished {
	background: #6f6f6f;
}
._status ._canceled {
	background: #ff0000;
}
.head-order-cabinet ._new {
	background: green;
}
.head-order-cabinet ._progress {
	background: #b86e00;
}
.head-order-cabinet ._delivery {
	background: #ffcb00;
}
.head-order-cabinet ._finished {
	background: #6f6f6f;
}
.head-order-cabinet ._canceled {
	background: #ff0000;
}

.cart__section._wait {
	background: #ECF4E4;
}

.cart__section._wait .section-cart__head {
	border-color: #7EB647;
}

.cart__section._wait .section-cart__item {
	border-color: #7EB647;
}

.top-cart {
	border-radius: 8px;
	background: #eef4ff;
	padding: 12px 20px;
	color: #9f9f9f;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
	-ms-grid-columns: 1fr 110px 115px 110px 220px 24px;
	grid-template-columns: 1fr 110px 115px 110px 220px 24px;
}

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

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

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

.section-cart__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: 15px 20px;
	border-bottom: 1px solid #d9d9d9;
}

.section-cart__title {
	color: #3c3c3c;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.section-cart__item {
	border-bottom: 1px solid #d9d9d9;
}

.section-cart__date {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 2px 8px;
	border-radius: 4px;
	background: #7EB647;
}

.item-cart {
	padding: 20px;
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
	-ms-grid-columns: 1fr 110px 135px 110px 220px 24px;
	grid-template-columns: 1fr 110px 135px 110px 220px 24px;
}

.item-cart._edit-message .comment-item-cart__message {
	display: none;
}

.item-cart._edit-message .comment-item-cart__edition {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: block;
}

.item-cart._edit-message .comment-item-cart__edit svg path {
	fill: #7EB647;
}

.item-cart > * {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.item-cart__actions {
	display: none;
}

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

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

.item-cart__price {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.item-cart__total {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

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

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

.main-item-cart {
	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-item-cart__check {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
}

.main-item-cart__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	aspect-ratio: 10/8.5;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

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

.main-item-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: 10px;
}

.main-item-cart__name {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.main-item-cart__list {
	color: #878787;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	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;
	max-width: 210px;
}

.main-item-cart__list li {
	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;
}

.main-item-cart__list li span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 10px * 1) / 2);
	flex: 0 0 calc((100% - 10px * 1) / 2);
}

.main-item-cart__list li span:nth-child(2) {
	font-weight: 500;
	color: #3c3c3c;
}

.comment-item-cart {
	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;
}

.comment-item-cart__message {
	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: 3px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.comment-item-cart__name {
	color: #878787;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.comment-item-cart__value {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.comment-item-cart__edit {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
}

.comment-item-cart__edit svg path {
	fill: #3c3c3c;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.comment-item-cart__edition {
	display: none;
}

.comment-item-cart__textarea {
	padding: 10px !important;
	border: 1px solid #d9d9d9;
}

.footer-section-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: 15px;
	padding: 20px 30px;
}

.footer-section-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: 10px;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
}

.footer-section-cart__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #3c3c3c;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.footer-section-cart__item span:first-child {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.footer-cart {
	margin-top: 30px;
}

.footer-cart__wrapper {
	margin-left: auto;
	border-radius: 8px;
	background: #eef4ff;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 30px;
	width: 100%;
	max-width: 460px;
	margin-left: auto;
}

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

.footer-cart__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #3c3c3c;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

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

.footer-cart__button {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 15px 30px;
	width: 270px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: #7EB647;
	border-radius: 8px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.order {
	padding: 30px 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: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 5px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.order__title {
	color: #3c3c3c;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: left;
}

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

.order__back svg path {
	fill: #9f9f9f;
	-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 18px;
	flex: 0 0 18px;
	width: 18px;
}

.order__wrapper {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	width: 100%;
	max-width: 1140px;
}

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

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

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

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

.main-order__title {
	color: #3c3c3c;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

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

.main-order__alert {
	padding: 4px 12px;
	border-radius: 4px;
	background: #ECF4E4;
	color: #7EB647;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	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;
	white-space: nowrap;
}

.main-order__alert svg path {
	fill: #7EB647;
}

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

.data-main-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-main-order__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-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 8px;
}

.data-main-order__label {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.data-main-order__input {
	border: 1px solid #d9d9d9;
}

.delivery-main-order__add {
	color: #7EB647;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
	margin-top: 30px;
}

.delivery-main-order__add-address {
	display: none;
	margin-top: 30px;
	padding: 0px !important;
}

.delivery-main-order__add-address._active {
	display: block;
}

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

.comment-main-order__textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid #d9d9d9;
	height: 100px;
}

.sidebar-order__content {
	padding: 30px;
	border-radius: 8px;
	background: #eef4ff;
	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;
	width: 100%;
	max-width: 100%;
}

.sidebar-order__title {
	color: #3c3c3c;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.sidebar-order__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #3c3c3c;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 100%;
	max-width: 100%;
}

.sidebar-order__total span:first-child {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.sidebar-order__total span:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
}

.sidebar-order__button {
	width: 270px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border-radius: 8px;
	background: #7EB647;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 15px 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	max-width: 100%;
}

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

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

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

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

.order-send__wrapper {
	width: 100%;
	max-width: 640px;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 30px;
	border-radius: 8px;
	background: #eef4ff;
	margin: 0px auto;
}

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

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

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

.order-send__name {
	color: #3c3c3c;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.order-send__description {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.order-send__description a {
	color: #7EB647;
	text-decoration: underline;
}

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

.order-send__button {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: #7EB647;
	min-height: 46px;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.order-send__button._stroke {
	border: 1px solid #7EB647;
	color: #7EB647;
	font-weight: 400;
	background: transparent;
}

.cabinet {
	padding: 30px 0px;
}

.cabinet__title {
	text-align: left;
}

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

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

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

.sidebar-cabinet__wrapper {
	padding: 20px;
	border-radius: 8px;
	background: #eef4ff;
}

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

.sidebar-cabinet__item {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 15px 20px;
	background: #fff;
	border-radius: 8px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sidebar-cabinet__item._active {
	background: #7EB647;
	color: #fff;
}

.main-cabinet__top {
	padding: 16px 20px;
	border: 2px solid #7EB647;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.main-cabinet__top._active {
	background: #7EB647;
	border-radius: 8px 8px 0px 0px;
}

.main-cabinet__top._active .main-cabinet__title {
	color: #fff;
}

.main-cabinet__title {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.main-cabinet__body {
	margin-top: 40px;
}

.main-cabinet__data {
	max-width: 840px;
}

.main-cabinet__address {
	max-width: 840px;
}

.main-cabinet__order-list {
	display: none;
}

.main-cabinet__act {
	max-width: 840px;
}
.main-cabinet__act.api_container {
	max-width: 100%;
}
.manager-main-cabinet {
	padding: 8px 30px;
	border-radius: 8px;
	background: #eef4ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.manager-main-cabinet__profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.manager-main-cabinet__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 54px;
	flex: 0 0 54px;
	height: 54px;
	width: 54px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

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

.manager-main-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: 3px;
}

.manager-main-cabinet__name {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.manager-main-cabinet__status {
	color: #9f9f9f;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.contacts-manager-main-cabinet {
	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;
	row-gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contacts-manager-main-cabinet__item {
	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;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

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

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

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

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

.data-cabinet__title {
	color: #3c3c3c;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

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

.data-cabinet__content._password {
	max-width: 410px;
}

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

.data-cabinet__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-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 8px;
}

.data-cabinet__item._full {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.data-cabinet__input {
	border: 1px solid #d9d9d9;
}

.data-cabinet__bottom {
	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-cabinet__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 410px;
	flex: 0 1 410px;
	padding: 15px 20px;
	border-radius: 8px;
	background: #7EB647;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	min-height: 46px;
	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-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.data-cabinet__inp {
	position: relative;
}

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

.address-cabinet__title {
	color: #3c3c3c;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.address-cabinet__content {
	margin-top: 30px;
}

.table-address-cabinet {
	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;
}

.table-address-cabinet__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 25px * 1) / 2);
	flex: 0 0 calc((100% - 25px * 1) / 2);
	padding: 20px;
	border-radius: 8px;
	background: #eef4ff;
	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;
}

.table-address-cabinet__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;
}

.table-address-cabinet__name {
	color: #3c3c3c;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

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

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

.table-address-cabinet__list li {
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-ms-grid-columns: 100px 1fr;
	grid-template-columns: 100px 1fr;
	color: #878787;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.table-address-cabinet__list li span:nth-child(2) {
	color: #3c3c3c;
	font-weight: 500;
}

.table-address-cabinet__alert {
	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;
	row-gap: 4px;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.table-address-cabinet__alert a {
	color: #7EB647;
	display: inline-block;
	font-weight: 500;
}

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

.add-address-cabinet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 30px;
}

.add-address-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: 30px;
}

.add-address-cabinet__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-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 8px;
}

.add-address-cabinet__item._full {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.add-address-cabinet__select {
	width: 100%;
	max-width: 100%;
}

.add-address-cabinet__select .select__value {
	min-height: 46px;
}

.add-address-cabinet__input {
	border: 1px solid #d9d9d9;
}

.add-address-cabinet__footer {
	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;
}

.add-address-cabinet__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc((100% - 20px * 1) / 2);
	flex: 0 1 calc((100% - 20px * 1) / 2);
	padding: 10px 20px;
	border-radius: 8px;
	background: #7EB647;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	min-height: 46px;
	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-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.orders-main-cabinet__title {
	color: #3c3c3c;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.orders-main-cabinet__content {
	margin-top: 30px;
}

.orders-main-cabinet__top {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 80px 100px 100px 100px 125px 100px 32px 110px;
	grid-template-columns: 80px 100px 100px 100px 125px 100px 32px 110px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	color: #9f9f9f;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 12px;
	border-bottom: 1px solid #d9d9d9;
}

.orders-main-cabinet__footer {
	margin-top: 24px;
}

.item-orders-main-cabinet {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 80px 100px 100px 100px 125px 100px 32px 110px;
	grid-template-columns: 80px 100px 100px 100px 125px 100px 32px 110px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	padding: 24px 0px;
	border-bottom: 1px solid #d9d9d9;
}

.item-orders-main-cabinet > * {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.item-orders-main-cabinet__column._price .item-orders-main-cabinet__value {
	font-weight: 700;
}

.item-orders-main-cabinet__label {
	color: #9f9f9f;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.item-orders-main-cabinet__value {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.item-orders-main-cabinet__status {
	padding: 2px 2px;
	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;
	width: 100px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 4px;
}

.item-orders-main-cabinet__status._success {
	background: #09a03d;
}

.item-orders-main-cabinet__status._cancel {
	background: #7EB647;
}

.item-orders-main-cabinet__status._wait {
	background: #c4910e;
}

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

.item-orders-main-cabinet__repeat img,
.item-orders-main-cabinet__repeat svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
}

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

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

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

.order-list-main-cabinet__item {
	display: none;
}

.order-list-main-cabinet__item._active {
	display: block;
}

.order-cabinet__body {
	margin-top: 30px;
}

.order-cabinet__top {
	padding: 0px 20px 12px;
	border-bottom: 1px solid #d9d9d9;
	color: #9f9f9f;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
	-ms-grid-columns: 1fr 110px 165px 165px 150px;
	grid-template-columns: 1fr 110px 165px 165px 150px;
}

.order-cabinet__list {
	margin-top: 12px;
}

.order-cabinet__footer {
	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;
	margin-top: 24px;
}

.order-cabinet__count {
	margin-left: auto;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	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;
}

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

.head-order-cabinet__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

.head-order-cabinet__title {
	color: #3c3c3c;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.head-order-cabinet__back {
	color: #9f9f9f;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.head-order-cabinet__back svg path {
	fill: #9f9f9f;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.head-order-cabinet__other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.head-order-cabinet__date {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.head-order-cabinet__status {
	padding: 2px 2px;
	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;
	width: 100px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 4px;
}

.head-order-cabinet__status._success {
	background: #09a03d;
}

.head-order-cabinet__status._cancel {
	background: #7EB647;
}

.head-order-cabinet__status._wait {
	background: #c4910e;
}

.head-order-cabinet__repeat {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 13px 25px;
	min-height: 46px;
	background: #7EB647;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.item-order-cabinet {
	padding: 20px;
	border-bottom: 1px solid #d9d9d9;
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
	-ms-grid-columns: 1fr 110px 165px 165px 150px;
	grid-template-columns: 1fr 110px 165px 165px 150px;
}

.item-order-cabinet > * {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

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

.item-order-cabinet__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	aspect-ratio: 10/8.5;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

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

.item-order-cabinet__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.item-order-cabinet__name {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.item-order-cabinet__other {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	max-width: 430px;
}

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

.main-cabinet .item-order-cabinet__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 1) / 1);
	flex: 0 0 calc((100% - 20px * 1) / 1);
}

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

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

.item-order-cabinet__item span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 10px * 1) / 2);
	flex: 0 0 calc((100% - 10px * 1) / 2);
}

.item-order-cabinet__item span:nth-child(2) {
	color: #3c3c3c;
	font-weight: 500;
}

.item-order-cabinet__price {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.item-order-cabinet__count {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.item-order-cabinet__total {
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.act-cabinet__title {
	color: #3c3c3c;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.act-cabinet__text {
	margin-top: 10px;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.act-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;
	max-width: calc((100% - 20px * 1) / 2);
}

.act-cabinet__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: 30px;
}

.act-cabinet__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: 8px;
}

.act-cabinet__input {
	border: 1px solid #d9d9d9;
}

.act-cabinet__textarea {
	height: 100px;
	border: 1px solid #d9d9d9;
}

.act-cabinet__button {
	width: 100%;
	max-width: 100%;
	padding: 15px 20px;
	border-radius: 8px;
	background: #7EB647;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	min-height: 46px;
	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-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.map-partners {
	padding: 30px 0px;
}

.map-partners__title {
	text-align: left;
}

.map-partners__content {
	margin-top: 30px;
}

.map-partners__map {
	height: 800px;
}

.news {
	padding: 30px 0px;
}

.news__title {
	text-align: left;
}

.news__content {
	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;
	margin-top: 30px;
}

.news__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 40px * 1) / 2);
	flex: 0 0 calc((100% - 40px * 1) / 2);
	border-radius: 8px;
	background: #eef4ff;
	padding: 30px;
}

.news__footer {
	margin-top: 40px;
}

.item-news {
	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-news__name {
	color: #3c3c3c;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow-y: hidden;
	height: 45px;
}

.item-news__date {
	padding: 4px 12px;
	border-radius: 4px;
	background: #cbe7fd;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: -10px;
}

.item-news__description {
	color: #878787;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-line-clamp: 3;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	height: 65px;
}

.item-news__more {
	color: #7EB647;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.news-page {
	padding: 30px 0px;
}

.news-page__title {
	text-align: left;
}

.news-page__body {
	padding: 30px;
	border-radius: 8px;
	background: #eef4ff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #3c3c3c;
	margin-top: 30px;
}

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

.news-page__body h4 {
	font-size: 18px;
	font-weight: 500;
}

.news-page__body ._warning {
	color: #7EB647;
}

.news-page__body a {
	color: inherit;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.news-page__body a.item-news__more {
	color: #7EB647;
}
.news-page__body ul {
	padding-left: 25px;
}

.news-page__body ul li {
	list-style: disc;
}

.news-page__body ul li:not(:last-child) {
	margin-bottom: 10px;
}

.other-news {
	padding: 30px 0px;
}

.other-news__title {
	text-align: left;
}

.other-news__content {
	margin-top: 30px;
	position: relative;
}

.other-news__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 3) / 4);
	flex: 0 0 calc((100% - 20px * 3) / 4);
	border-radius: 8px;
	background: #eef4ff;
	padding: 20px;
}

.other-news__item:not(:last-child) {
	margin-right: 20px;
}

.other-news__arrow {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 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;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

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

.other-news__arrow.other-news-arrow-prev {
	left: 0px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.other-news__arrow.other-news-arrow-next {
	right: 0px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.about {
	padding: 30px 0px;
}

.about__title {
	text-align: left;
}

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

.about__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #3c3c3c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.about__info h4 {
	font-size: 18px;
	font-weight: 500;
}

.about__info ul {
	padding-left: 25px;
}

.about__info ul li {
	list-style: disc;
}

.about__info ul li:not(:last-child) {
	margin-bottom: 10px;
}

.about__info > *:not(:last-child) {
	margin-bottom: 20px;
}

.about__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 500px;
	flex: 0 0 500px;
	aspect-ratio: 500/375;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

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

.contacts {
	padding: 30px 0px;
}

.contacts__title {
	text-align: left;
}

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

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

.list-contacts__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 1) / 2);
	flex: 0 0 calc((100% - 30px * 1) / 2);
	padding: 30px;
	border-radius: 8px;
	background: #eef4ff;
	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;
}

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

.list-contacts__name {
	color: #3c3c3c;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.list-contacts__text {
	color: #9f9f9f;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.list-contacts__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 10px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.list-contacts__contact_item {
	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;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #3c3c3c;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.list-contacts__contact_item svg path:not([stroke]) {
	fill: #7EB647;
}

.list-contacts__contact_item svg path[stroke] {
	stroke: #7EB647;
}

.banner-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 8px;
	background: #eef4ff;
	overflow: hidden;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	min-height: 360px;
}

.banner-contacts__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 420px;
	flex: 0 0 420px;
	padding: 30px;
}

.banner-contacts__title {
	color: #3c3c3c;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

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

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

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

.banner-contacts__social {
	margin-top: 20px;
}

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

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

.social-banner-contacts__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.social-banner-contacts__item img,
.social-banner-contacts__item svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
}

.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-top: 193px;
}

.page > section:last-child {
	padding-bottom: 80px;
}

.success {
	color: green;
}
.error {
	color: red;
}

.delivery-main-order__options.options-second {
	max-height: 250px;
	overflow-y: auto;
}

.cart__body h3 {
	color: #3c3c3c;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.head-order-cabinet__main .success {
	color: green;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 22px;
}
form ._error label {
	color: red;
}
form .delivery_check._error {
	color: red;
}
form .payment_check._error {
	color: red;
}

.desc-offer {
	padding: 15px 0px;
}

.info_send {
	padding: 10px 0px;
	font-size: 18px;
	color: #279500;
}
.error_max {
	position: absolute;
	border: 1px solid red;
	border-radius: 5px;
	padding: 5px 10px;
	top: 37px;
	left: 0px;
	font-size: 16px;
	color: red;
}
.quantity__input .error_max {
	top: 37px;
	left: -27px;
	width: 130px;
}
.swiper-slide .quantity__input .error_max {
	top: -36px;
	left: -37px;
	width: 130px;
}
.pre_code_api {
	padding: 10px;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	margin-top: 5px;
}
.pre_code_api a {
	color: #929292;
	text-decoration: underline;
}

.products-search_error {
	padding: 5px 12px;
}
.catalog__container._container .products-search_error {
	padding: 35px 0px;
}

.loader_container {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	background: #d9d9d9a3;
	top: 0;
	left: 0;
	z-index: 1;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #7EB647;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

.wait-products__content {
	position: relative;
}
.banner__arrow.wait-banner-arrow-next {
	right: 5px;
	transform: translateY(-50%);
}
.banner__arrow.wait-banner-arrow-prev {
	left: 5px;
}

.banner__arrow img{
	filter: invert(42%) sepia(81%) saturate(868%) hue-rotate(90deg) brightness(85%) contrast(95%);
}
.gallery-card__arrow img{
	filter: invert(42%) sepia(81%) saturate(868%) hue-rotate(90deg) brightness(85%) contrast(95%);
}
.product-section__arrow img{
	filter: invert(42%) sepia(81%) saturate(868%) hue-rotate(90deg) brightness(85%) contrast(95%);
}
.other-products-card__arrow img{
	filter: invert(42%) sepia(81%) saturate(868%) hue-rotate(90deg) brightness(85%) contrast(95%);
}

.properties_products {
	display: flex;
	justify-content: flex-start;
	gap: 30px;
}

.popup_video {
	position: fixed;
	z-index: 9;
	background: #ffffff;
	padding: 40px;
	border-radius: 10px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.popup_video.active {
	display: block;
}
.close_video {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
.gallery-card__itemgallery__image img {
	max-width: 535px;
}

.search-products-row {
	background: #ECF4E4;
	padding: 20px 30px 20px 30px;
	gap: 20px;
	border-radius: 8px 0px 0px 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

form.search-filters {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.search-title {
	font-family: Onest;
	font-size: 22px;
	font-weight: 700;
	line-height: 28.05px;
	text-align: left;
}
.filter_price-title {
	font-family: Onest;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.4px;
	text-align: left;
	padding-bottom: 5px;
}

/*Фильтер*/
/* 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;
	background: #81858c;
}

/* 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: 100%;
}

/* 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: -10px;
}

.noUi-vertical {
	width: 18px;
}

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

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

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

.noUi-target {
	height: 4px;
	background-color: #e6e6e6;
	margin: 20px 5px 35px;
	position: relative;
}

.noUi-target::before,
.noUi-target::after {
	content: '';
	background-color: #81858c;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -3px;
	border-radius: 50%;
}

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

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

.noUi-connect {
	background-color: #7EB647;
}

/* Handles and cursors;
 */

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

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

.noUi-handle {
	background-color: #ffffff;
	border-radius: 50%;
	cursor: -webkit-grab;
	cursor: grab;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}

.noUi-handle::after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 4px;
	top: 4px;
	border-radius: 50%;
	background-color: #7EB647;
}

.noUi-handle.noUi-active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* 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;
	top: 10px;
	white-space: nowrap;
	text-align: center;
	font-size: 12px;
}

.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: 5px 0;
	height: 35px;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: 8px;
}

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

.noUi-marker-horizontal.noUi-marker-large:nth-child(3),
.noUi-marker-horizontal.noUi-marker-large:nth-child(5),
.noUi-marker-horizontal.noUi-marker-large:nth-child(7) {
	height: 5px;
	top: 9px;
}

/* 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;
}

.filter-catalog__range {
	padding-top: 8px;
}

.range-filter-catalog__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.range-filter-catalog__column {
	-webkit-box-flex: 0;
	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;
}

.range-filter-catalog__prefix {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #424242;
	width: 92px;
}

.range-filter-catalog__row {
	background-color: #ECF4E4;
	height: 36px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 2px;
}

.range-filter-catalog__input {
	max-width: 100%;
	min-width: 0px;
	width: 100%;
	font-weight: 400;
	height: 52px;
	padding: 15px 10px;
	margin: 0;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 8px 0px 0px 8px;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out 0.15s,
		background-color ease-in-out 0.2s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s,
		background-color ease-in-out 0.2s, box-shadow ease-in-out 0.15s;
	-webkit-transition: border-color ease-in-out 0.15s,
		background-color ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.2s,
		-webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
		background-color ease-in-out 0.2s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
		background-color ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.15s;
}
#price-end {
	border-radius: 0px 8px 8px 0px;
}

.search-filter-item input[type='checkbox'] {
	display: none;
}

.search-filter-item input[type='checkbox'] + label {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px;
	background-color: #b62222;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.search-filter-item input[type='checkbox'] + label::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: white;
	position: absolute;
	top: 0px;
	right: 31px;
	transition: all 0.3s ease-out;
}

.search-filter-item input[type='checkbox'] + label::after {
	content: attr(data-deny);
	color: white;
	position: absolute;
	top: 6px;
	left: 18px;
	font-size: 20px;
	font-weight: 300;
	transition: all 0.3s ease-out;
}

.search-filter-item input[type='checkbox']:checked + label {
	background-color: #519b00;
}

.search-filter-item input[type='checkbox']:checked + label::before {
	right: -1px;
}

.search-filter-item input[type='checkbox']:checked + label::after {
	content: attr(data-permit);
	left: 56px;
}
.search-filter-item.filter-sex {
	/*display: flex;*/
	/*align-items: center;*/
	gap: 10px;
	padding-bottom: 20px;
	max-width: 340px;
}
.search-filter-item.select_age {
	max-width: 340px;
}
.select_age label {
	font-family: Onest;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.4px;
	text-align: left;
	padding-bottom: 5px;
}
.select_age .select.select_null {
	margin-top: 5px;
}
.select_age .select__value {
	padding: 16px 20px 16px 20px;
	border-radius: 8px;
	width: 385px;
}

.filter-sex label {
	font-family: Onest;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.4px;
	text-align: left;
	padding-bottom: 5px;
}
.filter-sex .select.select_null {
	margin-top: 5px;
}
.filter-sex .select__value {
	padding: 16px 20px 16px 20px;
	border-radius: 8px;
	width: 385px;
}

button.search-send {
	width: 184px;
	height: 52px;
	padding: 16px 24px 16px 24px;
	border-radius: 8px;
	background: #7EB647;
	font-family: Onest;
	font-size: 16px;
	font-weight: 700;
	line-height: 20.4px;
	color: #fff;
	text-align: center;
	margin-top: 24px;
}

/*Фильтр конце*/


.image_products_view {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #0000004a;
	z-index: 99;
}
.image_products_view._active {
	display: block;
}
.close_image {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.image_full_view {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: auto;
}
.image_full_view img {
	width: auto;
	height: 85%;
}


a.offers__item.item-offers {
	position: relative;
	display: block;
	width: calc((100% - 45px) / 3);
}
a.offers__item.item-offers img {
	width: 100%;
	max-height: 345px;
}
.offer-timer {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #fff;
	border-radius: 6px;
}
.timer {
	display: inline-block;
	background: #7EB647;
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 10px;
	border-radius: 6px;
}
.timer span {
	padding: 0 5px;
}
.labels {
	text-align: center;
	color: black;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 5px;
	font-family: Onest;
	font-size: 12px;
	font-weight: 400;
	line-height: 12.75px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.offers__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	gap: 15px;
}

h1.offer-page__title._title {
	text-align: left;
}
.offer-page__body img {
	max-width: 100%;
}

.offer-timer-page {
	display: flex;
	position: relative;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding-top: 20px;
}

.another_address {
	padding-top: 20px;
}

.another_address_title {
	color: #3c3c3c;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 10px 0px;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@media (any-hover: hover) {
	.pagging__item:not(._active) a.pagging__link:hover {
		background: #bebebe;
		font-weight: 500;
	}

	.popup__button:hover {
		background: #50742c;
		color: #fff;
	}

	.popup__button._stroke:hover {
		background: #50742c;
		border-color: #50742c;
	}

	.not-products-list__name:hover {
		color: #7EB647;
	}

	.nav-top-header__link:hover {
		color: #7EB647;
	}

	.contacts-top-header__item:hover {
		color: #7EB647;
	}

	.language-top-header__item:not(._active):hover {
		color: rgba(60, 60, 60, 0.5);
	}

	._main-header-btn:hover {
		background: #dbdbdb;
	}

	.catalog-header__intro-btn:hover {
		background: #50742c;
	}

	.nav-catalog-header__item:hover {
		background: #7EB647;
	}

	.nav-catalog-header__item:hover img {
		filter: invert(1);
	}

	.nav-catalog-header__item:hover .nav-catalog-header__icon svg path {
		fill: #ffffff;
	}

	.nav-catalog-header__item:hover .nav-catalog-header__name {
		color: #fff;
	}

	.block-catalog-header__item:hover {
		color: #7EB647;
	}

	.results-search-header__item:hover {
		background: #efefef;
	}

	.bottom-header__link:hover {
		color: #7EB647;
	}

	.main-footer__link:hover {
		color: #7EB647;
	}

	.social-main-footer__item:hover svg path {
		fill: #7EB647;
	}

	.bottom-footer__dev:hover {
		color: #7EB647;
	}

	.bottom-footer__dev:hover svg path {
		fill: #7EB647;
	}

	.wait-products__item:hover .wait-products__name {
		color: #7EB647;
	}

	.catalog-section__item:hover {
		-webkit-box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12),
			0px 8px 16px -6px rgba(24, 39, 75, 0.08);
		box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12),
			0px 8px 16px -6px rgba(24, 39, 75, 0.08);
	}

	.catalog-section__item:hover .catalog-section__name {
		color: #7EB647;
	}

	.product-section__more:hover {
		color: #50742c;
	}

	.product-section__more:hover svg path {
		fill: #50742c;
	}

	.product__name:hover {
		color: #7EB647;
	}

	.product__login a:hover {
		text-decoration: none;
	}

	.product__button:hover {
		background: #50742c;
	}

	.product__edit:hover svg path {
		fill: #7EB647;
	}

	.footer-product__button:hover {
		background: #50742c;
	}
	.footer-product__button:hover img{
		filter: initial;
	}

	.last-news__more:hover {
		color: #50742c;
	}

	.last-news__more:hover svg path {
		fill: #50742c;
	}

	.item-last-news__name:hover {
		color: #7EB647;
	}

	.item-last-news__more:hover {
		text-decoration: underline;
	}

	.breadcrums__item a:hover {
		color: #3c3c3c;
	}

	.catalog__more:hover {
		color: #fff;
		background: #7EB647;
	}

	.catalog__more:hover svg path {
		fill: #fff;
	}

	.info-card__auth a:hover {
		text-decoration: none;
	}

	.info-card__button:hover {
		background: #50742c;
	}

	.other-products-card__name:hover {
		color: #7EB647;
	}

	.other-products-card__auth a:hover {
		text-decoration: none;
	}

	.other-products-card__button:hover {
		background: #50742c;
	}

	.login__button:hover {
		background: #50742c;
	}

	.form-login__forget:hover {
		color: #7EB647;
	}

	.form-login__button:hover {
		background: #50742c;
	}

	.form-login__back:hover {
		color: #3c3c3c;
	}

	.form-login__back:hover svg path {
		fill: #3c3c3c;
	}

	.main-item-cart__name:hover {
		color: #7EB647;
	}

	.footer-cart__button:hover {
		background: #50742c;
	}

	.order__back:hover {
		color: #7EB647;
	}

	.order__back:hover svg path {
		fill: #7EB647;
	}

	.sidebar-order__button:hover {
		background: #50742c;
	}

	.order-send__description a:hover {
		text-decoration: none;
	}

	.order-send__button:hover {
		background: #50742c;
	}

	.order-send__button._stroke:hover {
		background: #50742c;
		border-color: #50742c;
		color: #fff;
	}

	.sidebar-cabinet__item:not(._active):hover {
		color: #7EB647;
	}

	.contacts-manager-main-cabinet__item:hover {
		color: #7EB647;
	}

	.data-cabinet__button:hover {
		background: #50742c;
	}

	.add-address-cabinet__button:hover {
		background: #50742c;
	}

	.item-orders-main-cabinet__column._num:hover {
		cursor: pointer;
	}

	.item-orders-main-cabinet__column._num:hover
		.item-orders-main-cabinet__value {
		color: #7EB647;
	}

	.item-orders-main-cabinet__details:hover {
		color: #7EB647;
	}

	.item-orders-main-cabinet__details:hover svg path {
		fill: #7EB647;
	}

	.head-order-cabinet__back:hover {
		color: #7EB647;
	}

	.head-order-cabinet__back:hover svg path {
		fill: #7EB647;
	}

	.head-order-cabinet__repeat:hover {
		background: #50742c;
	}

	.item-order-cabinet__name:hover {
		color: #7EB647;
	}

	.act-cabinet__button:hover {
		background: #50742c;
	}

	.item-news__name:hover {
		color: #7EB647;
	}

	.item-news__more:hover {
		text-decoration: underline;
	}

	.news-page__body a:hover {
		text-decoration: none;
		color: #7EB647;
	}

	.list-contacts__contact_item:hover {
		color: #7EB647;
	}

	.banner-contacts__list a.banner-contacts__item:hover {
		color: #7EB647;
	}
}
