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

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

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

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

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

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

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

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

:focus,
:active {
	outline: none;
}

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

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

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

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

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

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: #0b0d0b;
	font-size: 21px;
}

body::after {
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(11, 13, 11, 0.5);
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 2;
}

body._lock {
	overflow: hidden;
}

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

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

._container-m {
	width: 100%;
	max-width: 1300px;
	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%;
}

._button {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	background: #2bae66;
	width: 100%;
	max-width: 100%;
	min-height: 55px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.file-load {
	width: 100%;
	max-width: 100%;
}

.file-load__input {
	display: none;
}

.file-load__content {
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 30px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	min-height: 55px;
	border: 1px dashed #fff;
	cursor: pointer;
}

.file-load__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.15;
	text-transform: uppercase;
}

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

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

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

.switcher__text {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
}

.switcher__checkbox {
	display: none;
}

.switcher__checkbox:checked + .switcher__wrapper .switcher__circle {
	margin-left: auto;
}

.switcher__wrapper {
	width: 39px;
	height: 24px;
	border-radius: 75px;
	padding: 1px;
	position: relative;
	background: #2bae66;
	cursor: pointer;
}

.switcher__circle {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow:
		0px 0.758px 1.517px rgba(0, 0, 0, 0.2),
		0px 0.076px 0.228px rgba(0, 0, 0, 0.1);
	box-shadow:
		0px 0.758px 1.517px rgba(0, 0, 0, 0.2),
		0px 0.076px 0.228px rgba(0, 0, 0, 0.1);
}

.select {
	position: relative;
}

.select__item {
	position: relative;
}

.select__options._overflow {
	overflow: auto !important;
}

.select__title {
	color: #0b0d0b;
	background-color: #fff;
	cursor: pointer;
}

.select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	height: 47px;
	padding: 0px 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

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

.select__value span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.select__value:before {
	content: '';
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 16px;
	height: 16px;
	background: url('../img/icons/select.svg') center/100% no-repeat;
}

.select__input {
	width: 100%;
	background-color: transparent;
	height: 100%;
	line-height: 1.2;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
}

.select__options {
	color: #0b0d0b;
	display: none;
	position: absolute;
	top: 100%;
	min-width: 100%;
	left: 0;
	background-color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	padding: 5px 0px 5px 0px;
}

.select__option {
	cursor: pointer;
	padding: 5px 12px;
	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;
}

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

input,
textarea {
	border-radius: 0px;
}

.input {
	border-radius: 0 !important;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 30px;
	background: #fff;
	min-height: 55px;
	max-width: 100%;
	overflow: hidden;
}

.input input {
	color: #0b0d0b;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 0.8;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	min-width: 0px;
	width: 100%;
}

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

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

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

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

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

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

._input {
	border-radius: 0 !important;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 20px;
	background: #fff;
	min-height: 55px;
	max-width: 100%;
	overflow: hidden;
	color: #989898;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 0.8;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	min-width: 0px;
	width: 100%;
	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::-webkit-input-placeholder {
	color: #989898;
}

._input::-moz-placeholder {
	color: #989898;
}

._input:-ms-input-placeholder {
	color: #989898;
}

._input::-ms-input-placeholder {
	color: #989898;
}

._input::placeholder {
	color: #989898;
}

._input:focus {
	border-color: #2bae66;
}

._input._focus {
	color: #0b0d0b;
}

._input._error {
	border-color: #fc0a0a;
}

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

.checkbox {
	position: relative;
}

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

.checkbox__input:checked + .checkbox__text::before {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
	height: 15px;
	width: 15px;
	margin: 6px;
}

.checkbox__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	color: #636363;
	cursor: pointer;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	min-height: 35px;
}

.checkbox__text::before {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 27px;
	flex: 0 0 27px;
	height: 27px;
	width: 27px;
	/* background: #fff; */
	background: transparent;
	display: inline-block;
}

.checkbox__text::after {
	content: '\2713';
	font-family: Arial, sans-serif;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 27px;
	flex: 0 0 27px;
	height: 27px;
	width: 27px;
	text-align: center;
	line-height: 27px;
	font-size: 27px;
	color: transparent;
	-ms-flex-item-align: start;
	align-self: flex-start;
	border: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#other-address-check:checked + .checkbox__text::after {
	color: #2bae66;
}

.checkbox a {
	color: #2bae66;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity {
	width: 100%;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

.quantity__button._disabled::before,
.quantity__button._disabled::after {
	background: #c6c6c6;
}

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

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

.quantity__input input {
	height: 100%;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

img,
svg {
	vertical-align: middle;
}

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

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

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

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

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

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

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

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}

.cell.full {
	width: 100%;
}

._ibg {
	position: relative;
}

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

body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

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

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

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

.moretext {
	overflow: hidden;
}

.moretext__more {
	cursor: pointer;
}

.moretext__more span {
	font-style: normal;
}

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

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

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

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

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

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

._swiper {
	overflow: hidden;
}

._swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

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

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

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

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

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

.slick-slider {
	position: relative;
}

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

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

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

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

.tab__item {
	display: none;
}

.tab__item.active {
	display: block;
}

._tabs-block {
	display: none;
}

._tabs-block._active {
	display: block;
}

.mirror {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.nicescroll-rails {
	z-index: 1000 !important;
}

.gm-style-iw-t {
	opacity: 0;
}

.baloon {
	opacity: 1;
	right: -7px !important;
	bottom: 80px !important;
}

.baloon button {
	display: none !important;
}

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

.baloon-style {
	display: none;
}

.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0px !important;
	max-width: 300px !important;
	padding: 0 !important;
	left: 0 !important;
	width: 100% !important;
	overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
	overflow: hidden !important;
	max-width: none !important;
}

.baloon-content.gm-style-iw:after {
	display: none !important;
}

.baloon-close {
	top: 18px !important;
}

._custom-scroll {
	position: fixed;
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	z-index: 1000;
}

._custom-scroll__line {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px 0 0 3px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

.pagging {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	width: 100%;
}

.pagging__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 64px;
	flex: 0 0 64px;
	height: 64px;
	width: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #bcbcbc;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pagging__arrow svg path {
	fill: #2bae66;
	-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__arrow._disabled svg path {
	fill: #bcbcbc;
}

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

.pagging__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 64px;
	flex: 0 0 64px;
	height: 64px;
	width: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #2bae66;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #2bae66;
}

.pagging__item._active {
	background: #2bae66;
	color: #fff;
}

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

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

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

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

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

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

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

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

.popup__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.popup__body {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #fff;
	padding: 0px;
	width: 100%;
	max-width: 910px;
}

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

.request-popup .popup__body {
	background: #ffe77a;
	padding: 40px;
}

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

.request-popup__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #0b0d0b;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

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

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

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

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

.request-popup__block {
	display: none;
}

.request-popup__block._active {
	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;
}

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

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

.request-popup__item._full {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.request-popup__label {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	display: block;
	margin-bottom: 3px;
}

.request-popup__button {
	color: #fff;
	font-size: 19px;
	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-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 55px;
	padding: 0px 20px;
	background: #2bae66;
	width: 100%;
	max-width: calc((100% - 30px * 1) / 2);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.phone-request-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.phone-request-popup .request-popup__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.phone-request-popup__select {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
}

.phone-request-popup__select .select__value {
	min-height: 55px;
}

.phone-request-popup__select .select__value::before {
	content: '';
	background: url(../img/icons/select-b.svg) center/100% no-repeat;
}

.add-product-popup .popup__body {
	-webkit-box-shadow:
		0px 12px 42px -4px rgba(24, 39, 75, 0.12),
		0px 8px 18px -6px rgba(24, 39, 75, 0.12);
	box-shadow:
		0px 12px 42px -4px rgba(24, 39, 75, 0.12),
		0px 8px 18px -6px rgba(24, 39, 75, 0.12);
}

.add-product-popup__head {
	padding: 30px 30px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	border-bottom: 1px solid #ebebeb;
}

.add-product-popup__title {
	color: #0b0d0b;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

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

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

.add-product-popup__body {
	padding: 20px 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;
}

.add-product-popup__footer {
	border-top: 1px solid #ebebeb;
	padding: 20px 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.add-product-popup__continue {
	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: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	color: #636363;
	cursor: pointer;
}

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

.add-product-popup__button {
	min-width: 205px;
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	min-height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #2bae66;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-left: auto;
	padding: 0px 20px;
}

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

.product-add-product-popup {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-grid-columns: 250px 75px 115px 75px;
	grid-template-columns: 450px 100px 125px 115px;
}

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

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

.product-add-product-popup__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	width: 60px;
	height: 63px;
	position: relative;
}

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

.product-add-product-popup__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.product-add-product-popup__name {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.product-add-product-popup__catalog {
	color: #636363;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.product-add-product-popup__price {
	color: #2bae66;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}

.product-add-product-popup__total {
	color: #2bae66;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}

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

.header::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(11, 13, 11, 0.5);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

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

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

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

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

.header__partner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	color: #2bae66;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	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;
}

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

.header__partner svg path {
	fill: #2bae66;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header__action {
	min-height: 55px;
	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;
	padding: 10px;
	min-width: 55px;
	background: #2bae66;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 0;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	cursor: pointer;
}

.header__action._active {
	background: #259557;
}

.header__action._profile {
	white-space: nowrap;
}

.header__action_icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33px;
	flex: 0 0 33px;
	height: 33px;
	width: 33px;
	position: relative;
}

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

.header__action_count {
	width: 22px;
	height: 22px;
	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: #ffe77a;
	color: #0b0d0b;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	/* line-height: 1; */
	/* padding: 3px 0px 0px; */
	text-transform: uppercase;
	position: absolute;
	top: -8px;
	right: -8px;
}

.language-header {
	position: relative;
}

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

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

.language-header__name {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 0.9;
	text-transform: uppercase;
}

.language-header__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.language-header__body {
	width: 100%;
	max-width: 100%;
	background: #fff;
	display: none;
	position: absolute;
	top: calc(100% + 5px);
	left: -5px;
	right: -5px;
	-webkit-box-shadow:
		0px 8px 16px -6px rgba(24, 39, 75, 0.08),
		0px 6px 8px -6px rgba(24, 39, 75, 0.12);
	box-shadow:
		0px 8px 16px -6px rgba(24, 39, 75, 0.08),
		0px 6px 8px -6px rgba(24, 39, 75, 0.12);
}

.language-header__item {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 0.9;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 5px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu__list {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu__link {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 0.9;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu__link._catalog-open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu__link._catalog-open._active::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu__link._catalog-open::after {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: url(../img/icons/arrow.svg) center/cover no-repeat;
	margin-bottom: 3px;
}

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

.catalog-menu {
	-webkit-box-shadow:
		0px 12px 42px -4px rgba(24, 39, 75, 0.12),
		0px 8px 18px -6px rgba(24, 39, 75, 0.12);
	box-shadow:
		0px 12px 42px -4px rgba(24, 39, 75, 0.12),
		0px 8px 18px -6px rgba(24, 39, 75, 0.12);
	background: #fff;
	position: fixed;
	top: 75px;
	left: 0;
	width: 100%;
	max-width: 1400px;
	height: 525px;
	max-height: calc(100vh - 100px);
	overflow: hidden;
	z-index: 5;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-menu__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 100%;
	overflow: hidden;
}

.catalog-menu__main {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px;
	padding: 30px 0px;
	max-height: 100%;
	overflow-y: auto;
}

.catalog-menu__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	padding: 20px;
	background: #2bae66;
	margin: 0px 0px 30px;
	color: #fff;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 0.9;
	text-transform: uppercase;
}

.catalog-menu__item {
	padding: 15px 30px;
	border-bottom: 1px solid #ebebeb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-menu__item._active {
	background: #2bae66;
	border-color: #2bae66;
}

.catalog-menu__item._active .catalog-menu__name {
	color: #fff;
}

.catalog-menu__item._active .catalog-menu__arrow svg path {
	fill: #fff;
}

.catalog-menu__item:first-child {
	border-top: 1px solid #ebebeb;
}

.catalog-menu__name {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	-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;
}

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

.catalog-menu__arrow svg path {
	fill: #0b0d0b;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

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

.catalog-menu__block {
	padding: 30px;
	max-width: 100%;
	max-height: 100%;
	overflow-y: auto;
}

.catalog-menu__back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	padding: 20px;
	background: #2bae66;
	margin: 0px 0px 30px;
	color: #fff;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 0.9;
	text-transform: uppercase;
}

.catalog-menu__name-category,
.catalog-menu__name-section {
	color: #0b0d0b;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.catalog-menu__name-category span,
.catalog-menu__name-section span {
	color: #636363;
	font-weight: 400;
}

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

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

.catalog-menu__subitem {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 2) / 4);
	flex: 0 0 calc((100% - 30px * 2) / 4);
}

.catalog-menu__sublink {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-menu__sublink span {
	color: #636363;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.cart-header {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	width: 100vw;
	max-width: 570px;
	background: var(--white, #fff);
	-webkit-box-shadow:
		0px 12px 42px -4px rgba(24, 39, 75, 0.12),
		0px 8px 18px -6px rgba(24, 39, 75, 0.12);
	box-shadow:
		0px 12px 42px -4px rgba(24, 39, 75, 0.12),
		0px 8px 18px -6px rgba(24, 39, 75, 0.12);
	cursor: default;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.cart-header__head {
	padding: 30px 30px 20px;
	border-bottom: 1px solid #ebebeb;
	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;
}

.cart-header__title {
	color: #0b0d0b;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.cart-header__delete {
	color: #636363;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	text-transform: none;
}

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

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

.cart-header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}
.cart-header__products {
	max-height: 265px;
	overflow: auto;
}

.cart-header__product {
	border-bottom: 1px solid #ebebeb;
}

.cart-header__footer {
	padding: 0px 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.cart-header__button {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	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: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	padding: 10px 20px;
	min-height: 55px;
	background: #2bae66;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.product-cart-header {
	padding: 20px 30px;
}

.product-cart-header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 10px;
	position: relative;
}

.product-cart-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;
	overflow: hidden;
}

.product-cart-header__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	height: 63px;
	width: 60px;
	position: relative;
	display: block;
}

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

.product-cart-header__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.product-cart-header__name {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-cart-header__code {
	color: #636363;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}

.product-cart-header__quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 115px;
	flex: 0 0 115px;
	width: 115px;
}

.product-cart-header__price {
	color: #2bae66;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: right;
	white-space: nowrap;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75px;
	flex: 0 0 75px;
}

.product-cart-header__delete {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
	position: absolute;
	top: -15px;
	right: -25px;
}

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

.warranty-product-cart-header {
	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;
	text-transform: lowercase;
}

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

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

.warranty-product-cart-header__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.warranty-product-cart-header__price {
	color: #2bae66;
	text-align: right;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

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

.list-cart-header__item {
	color: #636363;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 0px 30px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-cart-header__item._total {
	color: #2bae66;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-ms-grid-columns: 1fr auto;
	grid-template-columns: 1fr auto;
}

.list-cart-header__item._total > *:nth-child(2) {
	text-align: right;
	white-space: nowrap;
}

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

.list-cart-header__value {
	font-size: 21px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
	text-align: right;
}

.user-action {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	width: 100vw;
	max-width: 290px;
	background: var(--white, #fff);
	-webkit-box-shadow:
		0px 12px 42px -4px rgba(24, 39, 75, 0.12),
		0px 8px 18px -6px rgba(24, 39, 75, 0.12);
	box-shadow:
		0px 12px 42px -4px rgba(24, 39, 75, 0.12),
		0px 8px 18px -6px rgba(24, 39, 75, 0.12);
	cursor: default;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.user-action__head {
	padding: 15px 20px;
	border-bottom: 1px solid #ebebeb;
	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;
}

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

.user-action__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33px;
	flex: 0 0 33px;
	height: 33px;
	width: 33px;
}

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

.user-action__title {
	color: #0b0d0b;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

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

.user-action__item:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}

.user-action__link {
	padding: 15px 20px;
	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;
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.user-action__link svg path {
	fill: #0b0d0b;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.user-action__exit {
	padding: 15px 20px;
	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;
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.icon-menu {
	display: none;
}

.footer._mini .footer__main {
	display: none;
}

.footer__main {
	background: #fcf6f5;
	padding: 60px 0px;
}

.footer__bottom {
	background: #f2eeed;
	padding: 20px 0px;
}

.main-footer__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

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

.main-footer__logo {
	width: 178px;
}

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

.main-footer__name {
	color: #0b0d0b;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
}

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

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

.main-footer__item {
	color: #7a7a7a;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.main-footer__item p {
	padding: 2px 0;
}

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

.socials-main-footer__name {
	color: #7a7a7a;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
}

.socials-main-footer__list {
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.socials-main-footer__img {
	width: 26px;
	height: 26px;
}

.socials-main-footer__img img,
.socials-main-footer__img svg {
	width: 100%;
	height: 100%;
}

.socials-main-footer__img svg path {
	fill: #2bae66;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.bottom-footer__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bottom-footer__copy {
	color: #0b0d0b;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
}

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

.bottom-footer__dev {
	color: #0b0d0b;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

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

.bottom-footer__payments {
	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: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.banner {
	padding: 90px 0px;
}

.banner__wrapper {
	width: 100%;
	max-width: 880px;
}

.banner__title {
	color: #0b0d0b;
	font-size: 72px;
	font-style: normal;
	font-weight: 900;
}

.banner__title span {
	color: #2bae66;
}

.banner__text {
	color: #0b0d0b;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	margin-top: 7px;
}

.banner__content {
	margin-top: 35px;
	padding: 30px;
	background: #2bae66;
}

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

.content-banner__blocks {
	margin-top: 20px;
}

.content-banner__footer {
	margin-top: 20px;
}

.head-content-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.head-content-banner__item {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}

.head-content-banner__item._active {
	border-color: #fff;
}

.file-content-banner._loaded .file-content-banner__files {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.file-content-banner._loaded .file-content-banner__text {
	display: none;
}

.file-content-banner__input {
	display: none;
}

.file-content-banner__content {
	border: 1px dashed #fff;
	padding: 20px;
	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;
	cursor: pointer;
	min-height: 76px;
}

.file-content-banner__text {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.file-content-banner__text span.browse {
	text-decoration: underline;
}

.file-content-banner__files {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	row-gap: 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.file-content-banner__file {
	padding: 6px 12px;
	background: #f3f3f3;
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	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;
}

.file-content-banner__delete {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	height: 16px;
	width: 16px;
	margin-bottom: 6px;
}

.file-content-banner__delete svg path {
	fill: #0b0d0b;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.file-content-banner__delete img,
.file-content-banner__delete svg {
	max-width: 100%;
	max-height: 100%;
}

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

.footer-content-banner__button {
	padding: 16px 30px;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	color: #0b0d0b;
	background: #ffe77a;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer-content-banner__reset {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 39px;
	flex: 0 0 39px;
	height: 39px;
	width: 39px;
	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: none;
}

.footer-content-banner__reset img,
.footer-content-banner__reset svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
}

.footer-content-banner__other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto;
}

.footer-content-banner__download {
	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: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.1;
	text-transform: uppercase;
}

.footer-content-banner__download img,
.footer-content-banner__download svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 39px;
	flex: 0 0 39px;
	height: 39px;
	width: 39px;
}

.welcome-brand-model__filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.welcome-brand-model__group {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 12px * 1) / 2);
	flex: 0 0 calc((100% - 12px * 1) / 2);
}

.welcome-brand-model__group .section-sidebar-catalog__body {
	max-height: 280px;
	overflow-y: auto;
	padding-right: 4px;
}

.welcome-brand-model__group .section-sidebar-catalog__name {
	font-size: 19px;
}

.welcome-brand-model__group .checklist-section-sidebar-catalog__label {
	margin-bottom: 8px;
}

.welcome-brand-model__group .checklist-section-sidebar-catalog__text {
	font-size: 17px;
}

.welcome-brand-model__search {
	margin-bottom: 12px;
	background: #fff;
	padding: 8px 12px;
	font-size: 16px;
	text-transform: none;
}

.search-content-banner {
	position: relative;
}

.search-content-banner._active .search-content-banner__result {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	pointer-events: all;
}

.search-content-banner__main {
	padding: 11.5px 20px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.search-content-banner__input {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.search-content-banner__input::-webkit-input-placeholder {
	color: #989898;
}

.search-content-banner__input::-moz-placeholder {
	color: #989898;
}

.search-content-banner__input:-ms-input-placeholder {
	color: #989898;
}

.search-content-banner__input::-ms-input-placeholder {
	color: #989898;
}

.search-content-banner__input::placeholder {
	color: #989898;
}

.search-content-banner__button {
	background: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
	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;
}

.search-content-banner__button img,
.search-content-banner__button svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
}

.search-content-banner__result {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	background: #fff;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.search-content-banner__list {
	padding: 10px 0px;
	max-height: 320px;
	overflow-y: auto;
	width: 100%;
	max-width: 100%;
}

.search-content-banner__title {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	padding: 5px 15px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.search-content-banner__link {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	padding: 12px 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.catalog-home {
	padding: 90px 0px 40px;
}

.catalog-home__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	row-gap: 5px;
}

.catalog-home__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 5px * 1) / 2);
	flex: 0 0 calc((100% - 5px * 1) / 2);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 440px;
	background-position: 100% 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ffe77a;
}

.catalog-home__info {
	width: 100%;
	max-width: 290px;
	position: absolute;
	top: 50%;
	left: 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.catalog-home__name {
	color: #0b0d0b;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
}

.catalog-home__button {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	min-width: 140px;
	min-height: 55px;
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	background: #2bae66;
	padding: 5px 20px;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-home__button img,
.catalog-home__button svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-left: auto;
	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;
}

.featured {
	padding: 40px 0px;
}

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

.featured__title {
	color: #0b0d0b;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.featured__more {
	color: #2bae66;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 0.9;
	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: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

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

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

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

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

.featured__arrow {
	width: 60px;
	height: 60px;
	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: #ffe77a;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.featured__arrow.featured-arrow-prev {
	left: -30px;
}

.featured__arrow.featured-arrow-next {
	right: -30px;
}

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

.featured__paggination .swiper-pagination-bullet {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12px;
	flex: 0 0 12px;
	height: 12px;
	width: 12px;
	background: rgba(43, 174, 102, 0.3);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.featured__paggination .swiper-pagination-bullet-active {
	background: #2bae66;
}

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

.item-featured._liked .item-featured__like svg path {
	fill: #2bae66;
}

.item-featured._liked .item-featured__like svg path._fill {
	display: block;
}

.item-featured__head {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
}

.item-featured__image {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 280px;
}

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

.item-featured__like {
	width: 33px;
	height: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
}

.item-featured__like svg path {
	fill: #d9d9d9;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.item-featured__like svg path._fill {
	display: none;
}

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

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

.item-featured__name {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.item-featured__code {
	color: #a2a2a2;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.item-featured__price {
	color: #2bae66;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 0.9;
	text-transform: uppercase;
	margin-top: auto;
}

.why {
	padding: 100px 0px;
	background: #fcf6f5;
}

.why__head {
	text-align: center;
	max-width: 1125px;
	margin: 0px auto;
}

.why__title {
	color: #0b0d0b;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
}

.why__title span {
	color: #2bae66;
}

.why__subtitle {
	color: #0b0d0b;
	font-size: 39px;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 25px;
}

.why__subtext {
	color: #636363;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.25;
	margin-top: 15px;
}

.why__content {
	margin-top: 40px;
	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: 100px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.why__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 2) / 3);
	flex: 0 0 calc((100% - 30px * 2) / 3);
	max-width: 380px;
	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;
}

.why__count {
	font-size: 42px;
	line-height: 0.7;
	color: #2bae66;
	font-weight: 900;
}

.why__name {
	color: #0b0d0b;
	font-size: 39px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	min-height: 160px;
}

.why__description {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	color: #636363;
}

.why__description span {
	color: #0b0d0b;
	text-transform: uppercase;
}

.why__description span span {
	color: #2bae66;
}

.why__other {
	width: 100%;
	max-width: 100%;
	height: 250px;
	background: #d4f7e3;
	overflow: hidden;
}

.why__image {
	width: 100%;
	max-width: 100%;
	position: relative;
	height: 100%;
	background: #d4f7e3;
}

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

.why__comsultation {
	min-height: 100%;
}

.why__banner {
	margin-top: 100px;
}

.consultation-why {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 30px;
}

.banner-why {
	background: #2bae66;
}

.banner-why__wrapper {
	padding: 50px;
	width: 100%;
	max-width: 100%;
	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;
	row-gap: 20px;
}

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

.banner-why__title {
	color: #fff;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.15;
	text-transform: uppercase;
}

.banner-why__text {
	color: #fff;
	font-size: 33px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.1;
	margin-top: 20px;
}

.banner-why__button {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 140px;
	padding: 5px 20px;
	min-height: 55px;
	background: #ffe77a;
	text-transform: uppercase;
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.banner-why__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 465px;
	flex: 0 0 465px;
}

.banner-why__image img,
.banner-why__image svg {
	width: 100%;
	max-width: 100%;
}

.search {
	padding: 50px 0px;
	background: #2bae66;
}

.search__wrapper {
	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;
	position: relative;
}

._no-webp .search__image {
	background: url(../img/image-search.jpg) #2bae66 center/100% auto no-repeat;
}

.search__image {
	margin: 0px auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 832px;
	min-height: 300px;
	background-blend-mode: multiply;
}

.search__form {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 374px;
	flex: 0 0 374px;
}

.form-search__title {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.form-search__body {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.form-search__button {
	color: #0b0d0b;
	background: #ffe77a;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: 100%;
	min-height: 55px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.breadcrums {
	padding: 30px 0px;
}

.breadcrums__item {
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	color: #636363;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.5;
}

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

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

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

.breadcrums__link {
	color: inherit;
}

._title {
	color: #0b0d0b;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
}

.catalog {
	padding-bottom: 100px;
}

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

.catalog__sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 330px;
	flex: 0 0 330px;
}

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

.catalog__promo {
	margin-top: 30px;
}

.catalog__message {
	margin-top: 30px;
}

.sidebar-catalog__wrapper {
	background: #2bae66;
	position: relative;
	padding: 20px 20px 20px 0px;
}

.sidebar-catalog__top {
	display: none;
}

.sidebar-catalog__head {
	padding: 0px 0px 30px;
	border-bottom: 1px solid #fff;
}

.sidebar-catalog__body {
	padding-top: 30px;
}

.sidebar-catalog__section {
	padding: 30px 0px;
	border-bottom: 1px solid #fff;
}

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

.sidebar-catalog__section:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

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

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

.top-sidebar-catalog__icon img,
.top-sidebar-catalog__icon svg {
	max-width: 100%;
	max-height: 100%;
}

.top-sidebar-catalog__title {
	color: #fff;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

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

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

.head-sidebar-catalog__results {
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
}

.head-sidebar-catalog__results span {
	font-weight: 600;
	font-size: 26px;
}

.head-sidebar-catalog__reset {
	color: #fff;
	background: none;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	margin-top: 10px;
}

.head-sidebar-catalog__reset img,
.head-sidebar-catalog__reset svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 23px;
	flex: 0 0 23px;
	width: 23px;
	height: 23px;
}

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

.section-sidebar-catalog__head._active
	.section-sidebar-catalog__arrow
	span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

.section-sidebar-catalog__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #fff;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
}

.section-sidebar-catalog__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
	position: relative;
}

.section-sidebar-catalog__arrow span {
	width: 18px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.section-sidebar-catalog__arrow span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

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

.section-sidebar-catalog__selects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

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

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

.list-section-sidebar-catalog__top {
	color: #fff;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	cursor: pointer;
}

.list-section-sidebar-catalog__top._active
	.list-section-sidebar-catalog__icon
	span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

.list-section-sidebar-catalog__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
	position: relative;
}

.list-section-sidebar-catalog__icon span {
	width: 18px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.list-section-sidebar-catalog__icon span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.list-section-sidebar-catalog__name {
	-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;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	color: #fff;
}

.list-section-sidebar-catalog__name span {
	font-size: 21px;
	margin-left: auto;
	text-align: right;
	white-space: nowrap;
}

.list-section-sidebar-catalog__sublist {
	display: none;
	margin-top: 12px;
	padding-left: 30px;
}

.list-section-sidebar-catalog__subitem:not(:last-child) {
	margin-bottom: 12px;
}

.list-section-sidebar-catalog__link {
	color: #fff;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-section-sidebar-catalog__link span {
	font-size: 21px;
	margin-left: auto;
	text-align: right;
	white-space: nowrap;
	text-decoration: none !important;
}

.checklist-section-sidebar-catalog__label {
	cursor: pointer;
	display: block;
	pointer-events: all;
}

.checklist-section-sidebar-catalog__label:not(:last-child) {
	margin-bottom: 15px;
}

.checklist-section-sidebar-catalog__input {
	display: none;
}

.checklist-section-sidebar-catalog__input:checked
	+ .checklist-section-sidebar-catalog__content::before {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
	height: 15px;
	width: 15px;
	margin: 6px;
	background: #ffe77a;
}

.checklist-section-sidebar-catalog__content {
	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;
	position: relative;
	cursor: pointer;
}

.checklist-section-sidebar-catalog__content::before {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 27px;
	flex: 0 0 27px;
	height: 27px;
	width: 27px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.checklist-section-sidebar-catalog__content::after {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 27px;
	flex: 0 0 27px;
	height: 27px;
	width: 27px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	border: 1px solid #fff;
	position: absolute;
	top: 0px;
	left: 0;
}

.checklist-section-sidebar-catalog__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #fff;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.checklist-section-sidebar-catalog__text span {
	white-space: nowrap;
	text-align: right;
	margin-left: auto;
	font-size: 21px;
}

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

.main-catalog__actions {
	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;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}

.main-catalog__action._sort {
	margin-left: auto;
}

.main-catalog__filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 12px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	border: 1px solid #d6d6d6;
	min-width: 245px;
}

.main-catalog__sort {
	width: 245px;
	margin-left: auto;
}

.main-catalog__sort .select__value {
	color: #2bae66;
	border: 1px solid #d6d6d6;
}

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

.main-catalog__sort .select__options {
	border: 1px solid #d6d6d6;
}

.main-catalog__clear {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	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;
}

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

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

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

.filter-mods-main-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 5px;
	min-height: 43px;
}

.filter-mods-main-catalog__item {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	background: #f3f3f3;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.filter-mods-main-catalog__name {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
}

.filter-mods-main-catalog__delete {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	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;
}

.filter-mods-main-catalog__delete svg path {
	fill: #0b0d0b;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.filter-mods-main-catalog__delete img,
.filter-mods-main-catalog__delete svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
}

.product {
	padding: 20px;
	border: 2px solid #ffe77a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

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

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

.product__head {
	position: relative;
}

.product__image {
	width: 100%;
	max-width: 100%;
	display: block;
	position: relative;
	height: 280px;
}

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

.product__like {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 33px;
	height: 33px;
}

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

.product__like svg path._fill {
	display: none;
}

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

.product__body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}

.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: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	/* overflow: hidden; */
}

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

.product__code {
	color: #a2a2a2;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.product__price {
	color: #2bae66;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 0.8;
	text-transform: uppercase;
	margin-top: auto;
}

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

.product__cart {
	min-height: 55px;
	-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-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #2bae66;
	color: #fff;
}

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

.product__phone {
	min-height: 55px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55px;
	flex: 0 0 55px;
	width: 55px;
	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: #ffe77a;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.product__email {
	min-height: 55px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55px;
	flex: 0 0 55px;
	width: 55px;
	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: #ffe77a;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.promo-catalog__image {
	width: 100%;
	max-width: 100%;
}

.promo-catalog__image > * {
	width: 100%;
	max-width: 100%;
}

.promo-catalog__image > * img {
	width: 100%;
	max-width: 100%;
}

.promo-catalog__image_md2 {
	display: none;
}

.promo-catalog__image_md3 {
	display: none;
}

.promo-catalog__image_md4 {
	display: none;
}

.promo-catalog__body {
	margin-top: 30px;
}

.promo-catalog__title {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.promo-catalog__description {
	color: #636363;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 30px;
}

.message-catalog {
	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;
	background: #ffe77a;
}

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

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

.message-catalog__text {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.message-catalog__text span {
	font-weight: 500;
}

.card {
	padding-bottom: 100px;
}

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

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

.card__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 600px;
	flex: 0 0 600px;
}

.card__image img {
	width: 100%;
	max-width: 100%;
}

.card__specification {
	margin-top: 30px;
}

.card__request {
	margin-top: 30px;
}

.card__view-products {
	margin-top: 40px;
}

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

.info-card__name {
	color: #0b0d0b;
	font-size: 39px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
}

.info-card__description {
	color: #636363;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
}

.info-card__price {
	color: #2bae66;
	font-size: 33px;
	font-style: normal;
	font-weight: 700;
	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: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.info-card__price span {
	color: #0b0d0b;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 29px;
}

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

.info-card__like {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55px;
	flex: 0 0 55px;
	min-height: 55px;
	width: 55px;
	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: #ffe77a;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.info-card__like._liked svg path {
	fill: #2bae66;
}

.info-card__like._liked svg path._fill {
	display: block;
}

.info-card__like svg path._fill {
	display: none;
}

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

.section-info-card__name {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
	text-transform: uppercase;
}

.section-info-card__body {
	margin-top: 10px;
}

.section-info-card__body._description:not(._view-all) .section-info-card__text {
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	-moz-line-clamp: 4;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.section-info-card__text,
.info-card {
	color: #636363;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
}

.section-info-card__text a {
	color: #2bae66;
}

.section-info-card__more {
	color: #2bae66;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
}

.section-info-card__warranty {
	margin-top: 10px;
}

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

.warranty-card__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
	flex: 0 0 calc((100% - 20px * 1) / 2);
	display: block;
}

.warranty-card__input {
	display: none;
}

.warranty-card__input:checked + .warranty-card__content::before {
	border-color: #2bae66;
}

.warranty-card__input:checked + .warranty-card__content::after {
	opacity: 1;
	visibility: visible;
}

.warranty-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffe77a;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	padding: 15px 20px;
	position: relative;
	cursor: pointer;
}

.warranty-card__content::before {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 27px;
	flex: 0 0 27px;
	width: 27px;
	height: 27px;
	background: #fff9de;
	border: 1px solid #fff9de;
	display: inline-block;
}

.warranty-card__content::after {
	content: '';
	width: 15px;
	height: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
	background: #2bae66;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 26px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.warranty-card__text {
	color: #0b0d0b;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	text-align: left;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.warranty-card__price {
	color: #0b0d0b;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	white-space: nowrap;
}

.button-info-card {
	min-height: 55px;
	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;
	background: #2bae66;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	min-width: 255px;
	padding: 10px 20px;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

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

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

.button-info-card__text {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

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

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

.specification-card {
	background: #ffe77a;
	padding: 30px;
}

.specification-card__top {
	padding-bottom: 15px;
	border-bottom: 1px solid #0b0d0b;
	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;
}

.specification-card__title {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.specification-card__download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

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

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

.specification-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;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 1) / 2);
	flex: 0 0 calc((100% - 30px * 1) / 2);
}

.specification-card__item {
	padding: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.5);
	justify-content: flex-end;
}

.specification-card__item:nth-child(even) {
	background: rgba(255, 255, 255, 0.7);
}

.specification-card__name {
	color: #636363;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.specification-card__value {
	color: #0b0d0b;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: right;
	line-height: 1.2;
}
.specification-card__value2 {
	color: #0b0d0b;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	/* -webkit-box-flex: 0; */
	/* -ms-flex: 0 0 auto; */
	/* flex: 0 0 auto; */
	text-align: right;
	line-height: 1.2;
	margin-left: auto;
}

.request-card {
	padding: 50px 30px;
	background: #2bae66;
}

.request-card__title {
	color: #fff;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
}

.request-card__content {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.request-card__form {
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 20px;
}

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

.request-card__textarea {
	padding: 15px 30px;
	background: #fff;
	resize: none;
	color: #0b0d0b;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
	width: 100%;
	max-width: 100%;
	height: 100px;
	overflow-y: auto;
}

.request-card__textarea::-webkit-input-placeholder {
	color: #989898;
}

.request-card__textarea::-moz-placeholder {
	color: #989898;
}

.request-card__textarea:-ms-input-placeholder {
	color: #989898;
}

.request-card__textarea::-ms-input-placeholder {
	color: #989898;
}

.request-card__textarea::placeholder {
	color: #989898;
}

.request-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;
	text-align: center;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	min-height: 55px;
	width: 100%;
	max-width: 100%;
	background: #ffe77a;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.request-card__person {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 320px;
	flex: 0 0 320px;
}

.request-person {
	padding: 24px 0 0 0;
	background: rgba(255, 255, 255, 0.25);
	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;
	align-items: center;
}

.request-person__image {
	width: 105px;
	height: 105px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	overflow: hidden;
}

.request-person__image img {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.request-person__name {
	padding: 20px 24px 0;
	color: #ffffff;
	font-size: 25px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0%;
}

.request-person__bio,
.request-person__languages {
	padding: 0 24px;
	color: #ffffff;
	font-size: 19px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: 0%;
	text-align: center;
}

.request-person__languages {
	font-size: 17px;
	line-height: 18px;
}

.request-person__email {
	padding: 20px 24px;
	color: #ffffff;
	font-size: 19px;
	line-height: 19px;
	font-weight: 400;
	letter-spacing: 0%;
	text-transform: uppercase;
	flex: 1 1 auto;
}

.request-person__button {
	padding: 0 24px;
	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;
	min-height: 55px;
	padding: 8px 20px;
	background: #ffe77a;
	color: #0b0d0b;
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	gap: 10px;
	align-items: center;
}

.request-person__button:hover {
	background: #f5dc6d;
}

@media (max-width: 1099.98px) {
	.request-card__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 14px;
	}

	.request-card__person {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 100%;
	}

	.request-person {
		padding: 18px 16px 16px;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			'name image'
			'bio image'
			'email image'
			'languages languages'
			'button button';
		column-gap: 12px;
		row-gap: 8px;
		align-items: start;
	}

	.request-person__image {
		grid-area: image;
		width: 74px;
		height: 74px;
		border-width: 4px;
		margin-top: 2px;
	}

	.request-person__name {
		grid-area: name;
		padding: 0;
		font-size: 22px;
		line-height: 1.1;
		text-align: left;
	}

	.request-person__bio {
		grid-area: bio;
		padding: 0;
		font-size: 15px;
		line-height: 1.2;
		text-align: left;
	}

	.request-person__email {
		grid-area: email;
		padding: 0;
		font-size: 15px;
		line-height: 1.2;
		text-align: left;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.request-person__languages {
		grid-area: languages;
		padding: 0;
		font-size: 15px;
		line-height: 1.3;
		text-align: left;
	}

	.request-person__button {
		grid-area: button;
		margin-top: 4px;
		min-height: 52px;
	}

	.request-person__button svg {
		width: 22px;
		height: 22px;
	}
}

.view-products__content {
	margin-top: 30px;
	position: relative;
}

.view-products__product {
	border-color: #2bae66;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 3) / 4);
	flex: 0 0 calc((100% - 30px * 3) / 4);
}

.view-products__product:not(:last-child) {
	margin-right: 30px;
}

.view-products__arrow {
	width: 60px;
	height: 60px;
	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: #ffe77a;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.view-products__arrow.view-products-arrow-prev {
	left: -30px;
}

.view-products__arrow.view-products-arrow-next {
	right: -30px;
}

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

.view-products__paggination .swiper-pagination-bullet {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12px;
	flex: 0 0 12px;
	height: 12px;
	width: 12px;
	background: rgba(43, 174, 102, 0.3);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.view-products__paggination .swiper-pagination-bullet-active {
	background: #2bae66;
}

.cart {
	padding-bottom: 100px;
}

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

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

.cart__delete-all {
	color: #636363;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
}

.cart__content {
	margin-top: 30px;
	background: #ffe77a;
	padding: 40px;
}

.cart__footer {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
	margin-top: 20px;
}

.cart__total {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	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: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

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

.cart__total_value {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
	color: #2bae66;
}

.cart__button {
	color: #fff;
	font-size: 19px;
	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-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	min-height: 55px;
	background: #2bae66;
	padding: 0px 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.cart__continue {
	color: #636363;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	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-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

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

.products-cart__top {
	color: #636363;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #919191;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-grid-columns: 500px 120px 115px 120px 24px;
	grid-template-columns: 500px 120px 115px 120px 24px;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.products-cart__top span:last-child {
	text-align: right;
}

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

.products-cart__product {
	padding: 20px 0px;
	border-bottom: 1px solid #919191;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	row-gap: 20px;
}

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

.products-cart__information {
	width: 100%;
	max-width: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-grid-columns: 500px 120px 115px 120px 24px;
	grid-template-columns: 500px 120px 115px 120px 24px;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.products-cart__warranty {
	width: 100%;
	max-width: 100%;
}

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

.products-cart__image {
	width: 60px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	height: 63px;
	position: relative;
	display: block;
	background: #fff;
}

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

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

.products-cart__name {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.products-cart__code {
	color: #636363;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}

.products-cart__price {
	color: #2bae66;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.products-cart__quantity input {
	background: none;
}

.products-cart__sum {
	color: #2bae66;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

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

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

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

.warranty-products-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}

.warranty-products-cart__item {
	width: 100%;
	max-width: 100%;
	display: block;
}

.warranty-products-cart__input {
	display: none;
}

.warranty-products-cart__input:checked
	+ .warranty-products-cart__content::before {
	border-color: #2bae66;
}

.warranty-products-cart__input:checked
	+ .warranty-products-cart__content::after {
	visibility: visible;
	opacity: 1;
}

.warranty-products-cart__input:checked
	+ .warranty-products-cart__content
	.warranty-products-cart__price {
	color: #2bae66;
}

.checked-price {
	color: #2bae66 !important;
}

.warranty-products-cart__content {
	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-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	position: relative;
}

.warranty-products-cart__content::before {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 27px;
	flex: 0 0 27px;
	height: 27px;
	width: 27px;
	border: 1px solid #fff9de;
	background: #fff9de;
	display: inline-block;
}

.warranty-products-cart__content::after {
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
	height: 15px;
	width: 15px;
	background: #2bae66;
	position: absolute;
	top: 50%;
	left: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.warranty-products-cart__name {
	color: #0b0d0b;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.warranty-products-cart__price {
	color: #636363;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
}

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

.list-cart__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}

.list-cart__item._total {
	font-size: 23px;
	font-weight: 700;
}

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

.list-cart__value {
	color: #2bae66;
}

.login {
	padding: 70px 0px;
}

.login__form {
	width: 100%;
	max-width: 480px;
	margin: 0px auto;
	background: #ffe77a;
	padding: 40px;
}

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

.login__label {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	display: block;
	margin-bottom: 3px;
}

.login__forgot {
	color: #0b0d0b;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.login__button {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	min-height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 20px;
	background: #2bae66;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.login__button._white {
	background: #fff;
	color: #0b0d0b;
}

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

.login__link {
	color: #2bae66;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}

.login__or {
	color: #929292;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	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;
}

.login__or span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

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

.connect-login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 12px;
}

.connect-login__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
	flex: 0 0 calc((100% - 20px * 1) / 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	padding: 5px 10px;
	background: #fff;
	min-height: 55px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	color: #0b0d0b;
}

.connect-login__item._gmail {
	color: #ea4335;
}

.connect-login__item._facebook {
	color: #3d5a98;
}

.connect-login__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 26px;
	flex: 0 0 26px;
	height: 26px;
	width: 26px;
	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;
}

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

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

.head-login__title {
	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;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	color: #0b0d0b;
	text-transform: uppercase;
}

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

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

.head-login__mini-title {
	color: #0b0d0b;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}

.head-login__text {
	color: #636363;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 21px;
	text-align: center;
}

.mini-header {
	border-bottom: 1px solid #dfdfdf;
	background: #fff;
	padding: 10px 0px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	z-index: 5;
}

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

.mini-header__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 178px;
	flex: 0 0 178px;
}

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

.mini-header__phone {
	color: #7a7a7a;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.order {
	padding: 50px 0px;
}

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

.order__section {
	border: 3px solid #e2e2e2;
	padding: 40px;
}

.order__section._active {
	background: #ffe77a;
	border-color: #ffe77a;
}

.order__section._active .order__body {
	display: block;
}

.order__section:not(._passed) .details-complite-order {
	display: none;
}

.order__section._passed .head-order__edit {
	display: inline-block;
}

.order__section._passed .order__body {
	display: block;
}

.order__section._passed .order__body .cart-order__button {
	display: none;
}

.order__section._passed .order__body .details-order {
	display: none;
}

.order__body {
	display: none;
	margin-top: 30px;
}

.steps-order {
	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;
	max-width: 460px;
	width: 100%;
	margin: 0px auto;
}

.steps-order__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 52px;
	flex: 0 0 52px;
	height: 52px;
	width: 52px;
	border-radius: 50%;
	background: #e2e2e2;
	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;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

.steps-order__item._passed {
	background:
		url(../img/icons/check-bold.svg) center/32px no-repeat,
		#2bae66;
}

.steps-order__item._passed + .steps-order__line {
	background: #2bae66;
}

.steps-order__item._passed span {
	display: none;
}

.steps-order__item._active {
	background: #2bae66;
}

.steps-order__item._active + .steps-order__line {
	background: #2bae66;
}

.steps-order__item span {
	margin-bottom: -5px;
}

.steps-order__line {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 3px;
	background: #e2e2e2;
}

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

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

.head-order__step {
	color: #2bae66;
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.head-order__title {
	color: #0b0d0b;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.head-order__edit {
	color: #2bae66;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	display: none;
}

.head-order__edit._edit-order {
	display: inline-block;
}

.cart-order {
	border-top: 1px solid #919191;
}

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

.cart-order__weight {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 18px;
}

.cart-order__footer {
	margin-top: 20px;
	margin-left: auto;
	width: 100%;
	max-width: 400px;
}

.cart-order__total {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

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

.cart-order__total_value {
	color: #2bae66;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
}

.cart-order__button {
	color: #fff;
	font-size: 19px;
	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-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 55px;
	background: #2bae66;
	padding: 0px 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: 20px;
}

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

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

.product-cart-order__information {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 500px 30px 120px;
	grid-template-columns: 500px 30px 120px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

.product-cart-order__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.product-cart-order__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	width: 60px;
	height: 63px;
	background: #fff;
	position: relative;
	display: block;
}

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

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

.product-cart-order__name {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-cart-order__code {
	color: #636363;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}

.product-cart-order__count {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.product-cart-order__price {
	color: #2bae66;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: right;
}

.warranty-product-cart-order {
	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;
}

.warranty-product-cart-order__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
}

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

.warranty-product-cart-order__name {
	color: #0b0d0b;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.warranty-product-cart-order__price {
	color: #2bae66;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
}

.details-order__section {
	padding: 30px 0px;
}

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

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

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

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

.details-order__form._other-address {
	display: none;
}

.details-order__form._other-address._active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.details-order__checked .checkbox__text {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
}

.details-order__checked .checkbox__text::before {
	/* background: #2bae66s; */
	background: #ffe77a;
}

.details-order__checked .checkbox__text::after {
	border-color: #2bae66;
}

.details-order__footer {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.details-order__back {
	background: #fff;
	padding: 0px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	min-height: 55px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.details-order__button {
	background: #2bae66;
	padding: 0px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	min-height: 55px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	min-width: 220px;
}

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

.head-details-order {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 10px;
}

.head-details-order__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	height: 22px;
	width: 22px;
}

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

.head-details-order__name {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

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

.form-details-order:not(._active) {
	display: none;
}

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

.form-details-order__item._full {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.form-details-order__label {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	display: block;
	margin-bottom: 3px;
}

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

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

.details-complite-order__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;
}

.details-complite-order__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	height: 22px;
	width: 22px;
}

.details-complite-order__icon img,
.details-complite-order__icon svg {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.details-complite-order__title {
	color: #0b0d0b;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.details-complite-order__list {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
}

.details-complite-order__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
}

.details-complite-order__name {
	color: #9d9d9d;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.details-complite-order__value {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.pay-order__section {
	padding: 30px 0px;
}

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

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

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

.message-pay-order__label {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	display: block;
	margin-bottom: 3px;
}

.message-pay-order__textarea {
	width: 100%;
	height: 100px;
	overflow-y: auto;
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	padding: 15px 20px;
	background: #fff;
	resize: none;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.message-pay-order__textarea:focus {
	border-color: #2bae66;
}

.message-pay-order__textarea::-webkit-input-placeholder {
	color: #9d9d9d;
}

.message-pay-order__textarea::-moz-placeholder {
	color: #9d9d9d;
}

.message-pay-order__textarea:-ms-input-placeholder {
	color: #9d9d9d;
}

.message-pay-order__textarea::-ms-input-placeholder {
	color: #9d9d9d;
}

.message-pay-order__textarea::placeholder {
	color: #9d9d9d;
}

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

.payments-order__form:not(._active) {
	display: none;
}

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

.head-payments-order__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	height: 22px;
	width: 22px;
}

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

.head-payments-order__title {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

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

.methods-payments-order__item {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 1) / 2);
	flex: 0 0 calc((100% - 30px * 1) / 2);
}

.methods-payments-order__radio {
	display: none;
}

.methods-payments-order__radio:checked + .methods-payments-order__content {
	border-color: #2bae66;
}

.methods-payments-order__radio:checked
	+ .methods-payments-order__content
	.methods-payments-order__icon {
	background:
		url(../img/icons/check.svg) center/26px no-repeat,
		#2bae66;
}

.methods-payments-order__content {
	width: 100%;
	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;
	background: #fff;
	border: 2px solid #fff;
	padding: 20px 30px;
	min-height: 104px;
	cursor: pointer;
}

.methods-payments-order__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: #dfdfdf;
}

.methods-payments-order__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.methods-payments-order__logo img,
.methods-payments-order__logo svg {
	max-width: 100%;
}

.methods-payments-order__cards {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
}

.methods-payments-order__cards_var {
	width: 100%;
	max-width: 100%;
}

.methods-payments-order__cards_var._mc {
	max-width: 30px;
}

.methods-payments-order__cards_var img,
.methods-payments-order__cards_var svg {
	width: 100%;
	max-width: 100%;
}

.methods-payments-order__name {
	color: #0b0d0b;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
}

.form-payments-order__wrapper {
	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: 20px;
}

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

.form-payments-order__label {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	display: block;
	margin-bottom: 3px;
}

.info-pay-order__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;
}

.info-pay-order__item {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-pay-order__item._total {
	padding-top: 10px;
	border-top: 1px solid #919191;
	font-weight: 700;
}

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

.info-pay-order__value {
	font-weight: 700;
	color: #2bae66;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: right;
}

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

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

.info-pay-order__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-width: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	min-height: 55px;
	background: #2bae66;
	padding: 0px 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.promotions {
	padding-bottom: 100px;
}

.promotions__wrapper {
	margin-top: 30px;
}

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

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

.promotions__pagging {
	margin-top: 50px;
}

.item-promotion__image {
	width: 100%;
	max-width: 100%;
	position: relative;
	display: block;
	padding-bottom: 54%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.item-promotion__body {
	padding-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;
}

.item-promotion__name {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.item-promotion__more {
	color: #2bae66;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 0.9;
	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: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

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

.result-form__wrapper .banner__content {
	max-width: 100%;
	margin-top: 0 !important;
}

.not-found {
	background: #fff;
	width: 100vw;
	min-height: 100vh;
	padding: 100px 0px;
}

.not-found__container {
	max-width: 1270px;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.not-found__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
	row-gap: 60px;
	min-height: 100%;
}

.not-found__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 470px;
	flex: 0 0 470px;
}

.not-found__title {
	color: #0b0d0b;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.not-found__text {
	color: #636363;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
}

.not-found__button {
	margin-top: 40px;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 55px;
	min-width: 250px;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	background: #2bae66;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 0px 20px;
}

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

.not-found__image img,
.not-found__image svg {
	width: 100%;
	max-width: 100%;
}

.cabinet {
	padding-bottom: 70px;
}

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

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

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

.cabinet__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	padding: 20px;
	background: #2bae66;
}

.cabinet__top._active {
	background: #ffe77a;
}

.cabinet__top._active .cabinet__name {
	color: #0b0d0b;
}

.cabinet__top._active .cabinet__arrow {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.cabinet__top._active .cabinet__arrow svg path {
	fill: #0b0d0b;
}

.cabinet__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}

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

.cabinet__arrow svg path {
	fill: #fff;
}

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

.cabinet__order-list {
	display: none;
}

.cabinet__order {
	display: none;
}

.cabinet__order._active {
	display: block;
}

.cabinet__add-product {
	display: none;
}

.sidebar-cabinet {
	background: #2bae66;
}

.sidebar-cabinet__item {
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sidebar-cabinet__item._tabs-item {
	cursor: pointer;
}

.sidebar-cabinet__item a {
	color: inherit;
}

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

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

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

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

.profile-cabinet {
	padding: 40px;
	background: #ffe77a;
}

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

.profile-cabinet__section:not(:last-child) {
	border-bottom: 2px solid #919191;
}

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

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

.profile-cabinet__title {
	color: #0b0d0b;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.profile-cabinet__switcher {
	margin-top: 20px;
}

.profile-cabinet__content {
	margin-top: 20px;
}

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

.profile-cabinet__block:not(._active)._individual,
.profile-cabinet__block:not(._active)._company {
	display: none;
}

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

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

.profile-cabinet__label {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	display: inline-block;
	margin-bottom: 3px;
}

.profile-cabinet__input {
	color: #0b0d0b;
	line-height: 1.2;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	padding: 0px 20px;
}

.profile-cabinet__input.input {
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.profile-cabinet__input:not(.input):not(._focus) {
	color: #9d9d9d;
}

.profile-cabinet__input::-webkit-input-placeholder {
	color: #9d9d9d;
}

.profile-cabinet__input::-moz-placeholder {
	color: #9d9d9d;
}

.profile-cabinet__input:-ms-input-placeholder {
	color: #9d9d9d;
}

.profile-cabinet__input::-ms-input-placeholder {
	color: #9d9d9d;
}

.profile-cabinet__input::placeholder {
	color: #9d9d9d;
}

.profile-cabinet__input:focus {
	border-color: #2bae66;
}

.profile-cabinet__button {
	color: #fff;
	background: #2bae66;
	font-size: 19px;
	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: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 20px;
	min-height: 55px;
	min-width: 150px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.orders-cabinet {
	padding: 40px;
	background: #ffe77a;
}

.orders-cabinet__title {
	color: #0b0d0b;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

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

.orders-cabinet__top {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-grid-columns: 100px 100px 100px 100px 100px 16px;
	grid-template-columns: 100px 100px 100px 100px 100px 16px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	border-bottom: 2px solid #919191;
	color: #9d9d9d;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	padding-bottom: 10px;
}

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

.orders-cabinet__item {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	padding: 10px 0px;
	border-bottom: 2px solid #919191;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-grid-columns: 100px 100px 100px 100px 100px 16px;
	grid-template-columns: 100px 100px 100px 100px 100px 16px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	min-height: 70px;
	cursor: pointer;
}

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

.orders-cabinet__payment {
	max-width: 60px;
	margin-right: auto;
}

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

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

.order-page-cabinet__title {
	color: #0b0d0b;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.order-page-cabinet__back {
	color: #fff;
	font-size: 19px;
	line-height: 0.6;
	font-style: normal;
	font-weight: 300;
	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;
	padding: 9px 12px;
	background: #2bae66;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.order-page-cabinet__sertificate {
	padding: 12px 24px;
	background: #2bae66;
	color: #fff;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	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: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin-left: auto;
}

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

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

.order-page-cabinet__top {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-grid-columns: 500px 100px 120px;
	grid-template-columns: 500px 100px 120px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	border-bottom: 2px solid #919191;
	color: #9d9d9d;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	padding-bottom: 20px;
}

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

.order-page-cabinet__top > *:last-child {
	text-align: right;
}

.order-page-cabinet__product {
	padding: 20px 0px;
	border-bottom: 2px solid #919191;
}

.order-page-cabinet__weight {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 18px;
}

.order-page-cabinet__list {
	margin-top: 20px;
}

.order-page-cabinet__sertificate-footer {
	padding: 12px 24px;
	background: #2bae66;
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
	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;
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
}

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

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

.product-order-page-cabinet__information {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-grid-columns: 500px 100px 120px;
	grid-template-columns: 500px 100px 120px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

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

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

.product-order-page-cabinet__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	width: 60px;
	height: 63px;
	position: relative;
	background: #fff;
}

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

.product-order-page-cabinet__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.product-order-page-cabinet__name {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-order-page-cabinet__code {
	color: #636363;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}

.product-order-page-cabinet__counts {
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.product-order-page-cabinet__price {
	color: #2bae66;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: right;
}

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

.list-order-page-cabinet__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-order-page-cabinet__item._total {
	padding-top: 15px;
	border-top: 1px solid #919191;
}

.list-order-page-cabinet__item._total .list-order-page-cabinet__name {
	font-weight: 700;
}

.list-order-page-cabinet__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #0b0d0b;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.list-order-page-cabinet__value {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
	color: #2bae66;
	text-align: right;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.favorite-cabinet__top,
.view-cabinet__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.favorite-cabinet__delete,
.view-cabinet__delete {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 9px;
	-moz-column-gap: 9px;
	column-gap: 9px;
	color: #636363;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.favorite-cabinet__delete svg path,
.view-cabinet__delete svg path {
	fill: #636363;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.favorite-cabinet__body,
.view-cabinet__body {
	margin-top: 20px;
	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;
}

.favorite-cabinet__body:first-child,
.view-cabinet__body:first-child {
	margin-top: 0;
}

.favorite-cabinet__product,
.view-cabinet__product {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 30px * 2) / 3);
	flex: 0 0 calc((100% - 30px * 2) / 3);
}

.product-sale {
	padding: 40px;
	background: #ffe77a;
}

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

.product-sale__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #0b0d0b;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.product-sale__add {
	padding: 12px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #fff;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
	background: #2bae66;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.product-sale__delete {
	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: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
	background: #ae2b3b;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.product-sale__edit {
	padding: 0;
	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: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
	background: #2bae66;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

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

.product-sale__top {
	color: #9d9d9d;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 100px 200px 125px;
	grid-template-columns: 1fr 100px 200px 125px;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	padding-bottom: 20px;
	border-bottom: 2px solid #919191;
}

.product-sale__item {
	padding: 20px 0px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 100px 200px 125px;
	grid-template-columns: 1fr 100px 200px 125px;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	border-bottom: 2px solid #919191;
}

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

.product-sale__label {
	color: #9d9d9d;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	display: inline-block;
	margin-bottom: 5px;
}

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

.product-sale__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	height: 63px;
	width: 60px;
	position: relative;
	background: #fff;
	display: block;
}

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

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

.product-sale__name {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-sale__status {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
}

.product-sale__number {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
}

.product-sale__price {
	color: #2bae66;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: right;
}

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

.product-sale__add-footer {
	padding: 12px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #fff;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
	background: #2bae66;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.add-product {
	padding: 40px;
	background: #ffe77a;
}

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

.add-product__title {
	color: #0b0d0b;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.add-product__back {
	padding: 12px 20px;
	min-height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
	background: #2bae66;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.add-product__back svg path {
	fill: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

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

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

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

.add-product__label {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.4;
	display: block;
	margin-bottom: 3px;
}

.add-product__label span {
	color: #9d9d9d;
}

.add-product__input {
	color: #0b0d0b;
	line-height: 1.2;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	padding: 0px 20px;
}

.add-product__input.input {
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.add-product__input:not(.input):not(._focus) {
	color: #9d9d9d;
}

.add-product__input::-webkit-input-placeholder {
	color: #9d9d9d;
}

.add-product__input::-moz-placeholder {
	color: #9d9d9d;
}

.add-product__input:-ms-input-placeholder {
	color: #9d9d9d;
}

.add-product__input::-ms-input-placeholder {
	color: #9d9d9d;
}

.add-product__input::placeholder {
	color: #9d9d9d;
}

.add-product__input:focus {
	border-color: #2bae66;
}

.add-product__select .select__value {
	padding: 0px 20px;
	min-height: 55px;
}

.add-product__select .select__value::before {
	background: url(../img/icons/select-b.svg) center/cover no-repeat;
}

.add-product__textarea {
	color: #0b0d0b;
	line-height: 1.2;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	padding: 14px 20px;
	width: 100%;
	max-width: 100%;
	height: 105px;
	resize: none;
	overflow-y: auto;
}

.add-product__textarea.input {
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.add-product__textarea:not(.input):not(._focus) {
	color: #9d9d9d;
}

.add-product__textarea::-webkit-input-placeholder {
	color: #9d9d9d;
}

.add-product__textarea::-moz-placeholder {
	color: #9d9d9d;
}

.add-product__textarea:-ms-input-placeholder {
	color: #9d9d9d;
}

.add-product__textarea::-ms-input-placeholder {
	color: #9d9d9d;
}

.add-product__textarea::placeholder {
	color: #9d9d9d;
}

.add-product__textarea:focus {
	border-color: #2bae66;
}

.add-product__load .file-load__content {
	border-color: #0b0d0b;
}

.add-product__load .file-load__name {
	color: #0b0d0b;
}

.add-product__footer {
	margin-top: 20px;
}

.add-product__button {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	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;
	min-width: 150px;
	min-height: 55px;
	background: #2bae66;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

.warranty__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 26px;
	flex: 0 0 26px;
	height: 26px;
	width: 26px;
}

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

.warranty__name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #0b0d0b;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
}

.warranty__value {
	text-align: right;
	color: #2bae66;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
}

.email {
	padding: 40px 0px;
}

.email__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
	max-width: 950px;
}

.email__wrapper {
	border: 2px solid #cacaca;
	background: #ffe77a;
	margin: 0px auto;
	width: 100%;
	padding: 30px;
	padding-bottom: 130px !important;
	position: relative;
}

.email__body {
	margin-top: 30px;
}

.email__seal {
	position: absolute;
	bottom: 30px;
	right: 80px;
	-webkit-transform: rotate(-28.95deg);
	-ms-transform: rotate(-28.95deg);
	transform: rotate(-28.95deg);
	width: 116px;
	height: 116px;
}

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

.email__download {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
	background: #2bae66;
	padding: 12px 24px;
	margin: 0px auto 0px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

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

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

.head-email__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 178px;
	flex: 0 0 178px;
}

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

.head-email__name {
	color: #0b0d0b;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	margin-left: auto;
}

.head-email__contacts {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
}

.body-email__title {
	color: #0b0d0b;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

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

.body-email__description {
	color: #636363;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
}

.buyer-body-email {
	padding: 30px;
	background: rgba(255, 255, 255, 0.5);
}

.buyer-body-email__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;
}

.buyer-body-email__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	height: 22px;
	width: 2px;
}

.buyer-body-email__icon img,
.buyer-body-email__icon svg {
	width: 22px;
	height: 22px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
}

.buyer-body-email__title {
	color: #0b0d0b;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: -10px;
}

.buyer-body-email__list {
	margin-top: 20px;
	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;
}

.buyer-body-email__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
	flex: 0 0 calc((100% - 20px * 1) / 2);
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.buyer-body-email__name {
	color: #636363;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.buyer-body-email__value {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.tabel-body-email {
	background: #2bae66;
	border: 1px solid #fff;
}

.tabel-body-email__head {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 25% 1fr;
	grid-template-columns: 25% 1fr;
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
}

.tabel-body-email__head span {
	padding: 6px 10px 6px 20px;
	border: 1px solid #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.tabel-body-email__head span:nth-child(2) {
	font-weight: 600;
	text-transform: uppercase;
}

.tabel-body-email__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tabel-body-email__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 2);
	flex: 0 0 calc(100% / 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
}

.tabel-body-email__item span {
	padding: 6px 10px 6px 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 2);
	flex: 0 0 calc(100% / 2);
	border: 1px solid #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tabel-body-email__item span:nth-child(2) {
	font-weight: 400;
	text-transform: uppercase;
}

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

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

.zag-header__contacts {
	color: #0b0d0b;
	font-size: 22px;
	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: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.zag-header__contacts a {
	color: inherit;
}

.zag-header__icon {
	width: 32px;
	height: 32px;
}

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

.construction {
	padding: 30px 0px;
}

.construction__container {
	max-width: 1270px;
}

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

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

.construction__title {
	color: #0b0d0b;
	font-size: 42px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.construction__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 620px;
	flex: 0 0 620px;
}

.construction__image img {
	width: 100%;
	max-width: 100%;
}

.why._no-bg {
	background: none;
	padding: 40px 0px;
}

.why__logo {
	margin-bottom: 80px;
	width: 100%;
	max-width: 508px;
	margin-left: auto;
	margin-right: auto;
}

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

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

@media (min-width: 479.98px) {
	.pagging__list li:not(:nth-child(-n + 5)) {
		display: none;
	}

	.phone-request-popup__select .select__value {
		padding: 0px 20px;
	}

	.phone-request-popup__select .select__option {
		padding: 5px 20px;
	}
}

@media (min-width: 720.98px) {
	.menu__actions {
		display: none;
	}

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

	.head-details-order__switcher {
		padding-left: 25px;
	}

	.info-pay-order__checkbox .checkbox__text {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.info-pay-order__checkbox .checkbox__text::after {
		content: '\2713';
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
		line-height: 27px;
		font-size: 27px;
	}

	#payment_terms_check:checked + .checkbox__text::after {
		color: #2bae66;
	}

	.order-page-cabinet__sertificate-footer {
		display: none;
	}

	.product-sale__label {
		display: none;
	}

	.zag-header__icon {
		display: none;
	}
}

@media (min-width: 991.98px) {
	.header__action._active .cart-header {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}

	.header__action._profile._logined._active .user-action {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}

	.cart-header__close {
		display: none;
	}

	.user-action__head {
		display: none;
	}

	.cabinet__top {
		display: none;
	}

	.product-sale__footer {
		display: none;
	}
}

@media (min-width: 992px) {
	.select__option:hover {
		background: #d9d9d9;
	}

	.checkbox a:hover {
		text-decoration: underline;
	}
}

@media (min-width: 1220px) {
	.quantity__button:not(._disabled):hover::before,
	.quantity__button:not(._disabled):hover::after {
		background-color: #2bae66;
	}

	._no-webp .banner {
		background:
			url(../img/banner-image.png) right bottom/auto 100% no-repeat,
			url(../img/bg-banner.jpg) center/cover no-repeat;
	}

	.featured__paggination {
		display: none;
	}

	.sidebar-catalog__wrapper::after {
		content: '';
		width: 1vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 100%;
		background: #2bae66;
		display: inline-block;
	}

	.main-catalog__action._filter {
		display: none;
	}

	.main-catalog__action._clear {
		display: none;
	}

	.main-catalog__filter {
		display: none;
	}

	.main-catalog__clear {
		display: none;
	}

	.view-products__paggination {
		display: none;
	}
}

@media (min-width: 1512px) {
	.catalog-menu {
		left: calc((100vw - 1500px + 100px) / 2);
	}

	.catalog-menu:not(._active) {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	.catalog-menu__head {
		display: none;
	}

	.catalog-menu__back {
		display: none;
	}
}

@media (max-width: 1512px) {
	.menu__body {
		position: fixed;
		top: 75px;
		left: 0;
		background: #fff;
		height: 100vh;
		max-height: calc(100% - 75px);
		width: 100%;
		max-width: 360px;
		padding: 40px 20px;
		overflow-y: auto;
		z-index: 1;
		-webkit-box-shadow:
			inset 0px 8px 16px -6px rgba(24, 39, 75, 0.08),
			inset 0px 6px 8px -6px rgba(24, 39, 75, 0.12);
		box-shadow:
			inset 0px 8px 16px -6px rgba(24, 39, 75, 0.08),
			inset 0px 6px 8px -6px rgba(24, 39, 75, 0.12);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		pointer-events: none;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.menu__body._active {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		pointer-events: all;
	}

	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.menu__list > li {
		padding: 15px 0px;
		border-bottom: 1px solid #ebebeb;
	}

	.menu__list > li:first-child {
		padding-top: 0;
	}

	.menu__link {
		font-size: 19px;
		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;
	}

	.menu__link::after {
		content: '';
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24px;
		flex: 0 0 24px;
		height: 24px;
		width: 24px;
		background: url(../img/icons/link-b.svg) center/cover no-repeat;
		margin-left: auto;
	}

	.menu__link._catalog-open {
		padding: 20px;
		color: #fff;
		background: #2bae66;
		margin-bottom: 15px;
	}

	.menu__link._catalog-open::after {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
		height: 20px;
		width: 20px;
		background: url(../img/icons/arrow-more.svg) center/cover no-repeat;
	}

	.catalog-menu {
		max-width: 360px;
		padding: 0px;
		height: 100vh;
		max-height: calc((100vh - 75px));
		-webkit-box-shadow:
			inset 0px 8px 16px -6px rgba(24, 39, 75, 0.08),
			inset 0px 6px 8px -6px rgba(24, 39, 75, 0.12);
		box-shadow:
			inset 0px 8px 16px -6px rgba(24, 39, 75, 0.08),
			inset 0px 6px 8px -6px rgba(24, 39, 75, 0.12);
	}

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

	.catalog-menu__wrapper {
		display: block;
	}

	.catalog-menu__main {
		padding: 40px 20px;
	}

	.catalog-menu__item {
		padding: 15px 0px;
	}

	.catalog-menu__block {
		display: block;
		position: absolute;
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
		z-index: 1;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		left: 0;
		top: 0;
		pointer-events: none;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		padding: 40px 20px;
		background: #fff;
		-webkit-box-shadow:
			inset 0px 8px 16px -6px rgba(24, 39, 75, 0.08),
			inset 0px 6px 8px -6px rgba(24, 39, 75, 0.12);
		box-shadow:
			inset 0px 8px 16px -6px rgba(24, 39, 75, 0.08),
			inset 0px 6px 8px -6px rgba(24, 39, 75, 0.12);
	}

	.catalog-menu__block._active {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		pointer-events: all;
	}

	.catalog-menu__sublist {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.icon-menu {
		display: block;
		position: relative;
		width: 36px;
		height: 25px;
		cursor: pointer;
		z-index: 5;
		margin-left: 40px;
	}

	.icon-menu span {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		top: calc(50% - 2px);
		left: 0px;
		position: absolute;
		width: 100%;
		height: 4px;
		background-color: #0b0d0b;
	}

	.icon-menu span:first-child {
		top: 0px;
	}

	.icon-menu span:last-child {
		top: auto;
		bottom: 0px;
	}

	.icon-menu._active span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	.icon-menu._active span:first-child {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: calc(50% - 2px);
	}

	.icon-menu._active span:last-child {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: calc(50% - 2px);
	}

	.banner__title {
		font-size: 62px;
	}

	.banner__text {
		font-size: 24px;
	}

	.banner__content {
		max-width: 620px;
	}

	.catalog-home {
		padding: 70px 0px 35px;
	}

	.catalog-home__info {
		left: 40px;
	}

	.featured {
		padding: 35px 0px;
	}

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

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

	.why {
		padding: 70px 0px;
	}

	.why__content {
		row-gap: 70px;
		margin-top: 30px;
	}

	.why__name {
		font-size: 33px;
		min-height: 130px;
	}

	.why__banner {
		margin-top: 70px;
	}

	.banner-why__title {
		font-size: 47px;
	}

	.banner-why__text {
		font-size: 24px;
	}

	.search__wrapper {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.catalog {
		padding-bottom: 80px;
	}

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

	.catalog__sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 270px;
		flex: 0 0 270px;
	}

	.section-sidebar-catalog__name {
		font-size: 23px;
	}

	.main-catalog__products {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 20px;
	}

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

	.product {
		padding: 15px;
	}

	.product__body {
		row-gap: 15px;
		padding-top: 15px;
	}

	.product__name {
		font-size: 21px;
	}

	.product__cart {
		font-size: 0;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}

	.promo-catalog__image_md1 {
		display: none;
	}

	.card {
		padding-bottom: 80px;
	}

	.card__wrapper {
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}

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

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

	.cart {
		padding-bottom: 80px;
	}

	.cart__content {
		padding: 40px 30px;
	}

	.promotions {
		padding-bottom: 80px;
	}

	.not-found__wrapper {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.cabinet {
		padding-bottom: 60px;
	}

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

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

	.favorite-cabinet__body,
	.view-cabinet__body {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 15px;
	}

	.favorite-cabinet__product,
	.view-cabinet__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 2) / 3);
		flex: 0 0 calc((100% - 20px * 2) / 3);
	}
}

@media (max-width: 1512px) and (any-hover: hover) {
	.menu__link._catalog-open:hover {
		color: #fff;
	}
}

@media (max-width: 1512px) and (max-width: 479.98px) {
	.icon-menu {
		margin-left: 20px;
	}
}

@media (max-width: 1220px) {
	body._lock-filter {
		overflow: hidden;
	}

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

	._container {
		padding: 0px 20px;
	}

	.select__title {
		font-size: 18px;
	}

	.bottom-footer__payments {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	._no-webp .banner {
		background: url(../img/bg-banner.jpg) center/cover no-repeat;
	}

	.banner {
		padding: 55px 0px;
	}

	.banner__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0px auto;
		text-align: center;
	}

	.banner__content {
		width: 100%;
	}

	.catalog-home {
		padding: 60px 0px 30px;
	}

	.catalog-home__item {
		min-height: 330px;
	}

	.catalog-home__name {
		font-size: 32px;
	}

	.featured {
		padding: 30px 0px;
	}

	.featured__title {
		font-size: 36px;
	}

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

	.featured__more {
		font-size: 24px;
	}

	.featured__arrow {
		display: none;
	}

	.item-featured__name {
		font-size: 21px;
	}

	.item-featured__code {
		font-size: 17px;
	}

	.why {
		padding: 60px 0px;
	}

	.why__title {
		font-size: 36px;
	}

	.why__subtitle {
		font-size: 29px;
	}

	.why__subtext {
		font-size: 19px;
	}

	.why__count {
		font-size: 38px;
	}

	.why__name {
		font-size: 27px;
		min-height: 100px;
	}

	.why__banner {
		margin-top: 60px;
	}

	.banner-why__title {
		font-size: 32px;
	}

	.banner-why__text {
		font-size: 19px;
	}

	.banner-why__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 373px;
		flex: 0 0 373px;
	}

	.search {
		padding: 40px 0px;
	}

	.search__wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.search__image {
		position: absolute;
		top: 50%;
		left: 20px;
		right: 20px;
		max-width: 100%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0.3;
	}

	.search__form {
		position: relative;
		z-index: 1;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 300px;
	}

	.form-search__title {
		font-size: 24px;
	}

	.breadcrums {
		padding: 20px 0px;
	}

	._title {
		font-size: 36px;
	}

	.catalog {
		padding-bottom: 70px;
	}

	.sidebar-catalog {
		position: fixed !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		top: 0;
		left: 0;
		background: #2bae66;
		z-index: 11;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
		width: 100%;
		max-width: 360px;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

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

	.sidebar-catalog__wrapper {
		position: static !important;
		padding: 20px;
		max-height: 100%;
		overflow: auto;
	}

	.sidebar-catalog__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		border-bottom: 1px solid #fff;
		padding-bottom: 20px;
	}

	.sidebar-catalog__content {
		padding: 30px 20px;
		margin: 0px -20px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		overflow-y: auto;
	}

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

	.main-catalog__action._filter {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.main-catalog__action._clear {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.main-catalog__action._sort {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.main-catalog__action._mods {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.main-catalog__sort {
		margin-left: 0;
	}

	.card {
		padding-bottom: 70px;
	}

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

	.card__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 432px;
		flex: 0 0 432px;
	}

	.card__view-products {
		margin-top: 30px;
	}

	.info-card__name {
		font-size: 32px;
	}

	.info-card__description {
		font-size: 19px;
	}

	.info-card__actions {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.button-info-card {
		min-width: 220px;
	}

	.button-info-card__text {
		font-size: 17px;
	}

	.specification-card {
		padding: 20px;
	}

	.specification-card__content {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		margin-top: 20px;
	}

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

	.request-card {
		padding: 30px 20px;
	}

	.request-card__title {
		font-size: 36px;
	}

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

	.view-products__arrow {
		display: none;
	}

	.cart {
		padding-bottom: 70px;
	}

	.products-cart__top {
		-ms-grid-columns: 500px 120px 115px 80px 24px;
		grid-template-columns: 500px 120px 115px 80px 24px;
	}

	.products-cart__information {
		-ms-grid-columns: 500px 120px 115px 80px 24px;
		grid-template-columns: 500px 120px 115px 80px 24px;
	}

	.promotions {
		padding-bottom: 70px;
	}

	.not-found__wrapper {
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}

	.cabinet {
		padding-bottom: 50px;
	}

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

	.profile-cabinet {
		padding: 20px;
	}

	.profile-cabinet__section {
		padding: 20px 0px;
	}

	.orders-cabinet {
		padding: 20px;
	}

	.orders-cabinet__content {
		margin-top: 20px;
	}

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

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

	.order-page-cabinet__top {
		-ms-grid-columns: 400px 100px 120px;
		grid-template-columns: 400px 100px 120px;
	}

	.product-order-page-cabinet__information {
		-ms-grid-columns: 400px 100px 120px;
		grid-template-columns: 400px 100px 120px;
	}

	.favorite-cabinet__product .product__name,
	.view-cabinet__product .product__name {
		font-size: 19px;
	}

	.favorite-cabinet__product .product__code,
	.view-cabinet__product .product__code {
		font-size: 17px;
	}

	.product-sale {
		padding: 20px;
	}

	.product-sale__top {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.product-sale__item {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.add-product {
		padding: 20px;
	}

	.zag-header__contacts {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		font-size: 18px;
	}

	.construction__wrapper {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.construction__title {
		font-size: 38px;
	}

	.construction__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 520px;
		flex: 0 0 520px;
	}
}

@media (max-width: 991.98px) {
	body._header-lock {
		overflow: hidden;
	}

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

	._button {
		font-size: 17px;
	}

	.input {
		padding: 0px 15px;
	}

	.request-popup .popup__body {
		padding: 20px;
	}

	.request-popup__title {
		font-size: 28px;
	}

	.request-popup__body {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

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

	.request-popup__button {
		max-width: calc((100% - 20px * 1) / 2);
	}

	.add-product-popup__head {
		padding: 20px;
	}

	.add-product-popup__title {
		font-size: 25px;
	}

	.add-product-popup__body {
		padding: 20px;
	}

	.add-product-popup__footer {
		padding: 20px;
	}

	.header__partner img,
	.header__partner svg {
		margin-left: auto;
	}

	.header__partner {
		border-bottom: 1px solid #ebebeb;
		padding: 15px 0px;
	}

	.header__action._active .cart-header {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}

	.header__action._profile._logined._active .user-action {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}

	.cart-header {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		max-width: 360px;
		height: 100%;
		max-height: 100%;
		z-index: 10;
		overflow-y: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	.cart-header__head {
		padding: 30px 20px 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.cart-header__title {
		font-size: 25px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.cart-header__content {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		overflow-y: auto;
	}

	.cart-header__footer {
		padding: 0px 20px 30px;
	}

	.product-cart-header {
		padding: 20px;
	}

	.product-cart-header__content {
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}

	.product-cart-header__main {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 170px;
		flex: 0 0 170px;
	}

	.product-cart-header__image {
		height: 60px;
	}

	.product-cart-header__name {
		font-size: 18px;
	}

	.product-cart-header__code {
		font-size: 17px;
	}

	.product-cart-header__quantity {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		width: 80px;
	}

	.product-cart-header__quantity input {
		font-size: 19px;
	}

	.product-cart-header__price {
		font-size: 19px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 65px;
		flex: 0 0 65px;
	}

	.product-cart-header__delete {
		top: 0;
		right: 0;
	}

	.list-cart-header__item {
		padding: 0px 20px 0px;
	}

	.list-cart-header__item._total {
		font-size: 19px;
	}

	.user-action {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		max-width: 360px;
		height: 100%;
		max-height: 100%;
		z-index: 10;
		overflow-y: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	.user-action._active {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	.user-action__body {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		overflow-y: auto;
	}

	.footer__main {
		padding: 50px 0px;
	}

	.main-footer__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-footer__column {
		padding: 30px 0px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		border-bottom: 1px solid #e2e2e2;
	}

	.main-footer__column._main {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		border-bottom: none;
	}

	.main-footer__column:nth-child(2) {
		padding-top: 0;
	}

	.main-footer__column:first-child {
		padding-bottom: 0;
	}

	.main-footer__main {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main-footer__name {
		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-footer__name._active::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.main-footer__name::after {
		content: '';
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
		height: 20px;
		width: 20px;
		margin-left: auto;
		background: url(../img/icons/spoller.svg) center/cover no-repeat;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.main-footer__body {
		display: none;
	}

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

	.banner__title {
		font-size: 52px;
	}

	.banner__text {
		font-size: 19px;
	}

	.catalog-home {
		padding: 50px 0px 25px;
	}

	.catalog-home__item {
		min-height: 260px;
		background-position: -10% 0% !important;
	}

	.catalog-home__info {
		left: 20px;
		max-width: 240px;
	}

	.catalog-home__name {
		font-size: 24px;
	}

	.catalog-home__button {
		font-size: 15px;
		min-width: 120px;
		min-height: 45px;
	}

	.featured {
		padding: 25px 0px;
	}

	.featured__title {
		font-size: 28px;
	}

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

	.featured__more {
		font-size: 21px;
	}

	.featured__content {
		margin-top: 20px;
	}

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

	.why {
		padding: 50px 0px;
	}

	.why__title {
		font-size: 28px;
	}

	.why__subtitle {
		font-size: 25px;
		margin-top: 15px;
	}

	.why__subtext {
		font-size: 17px;
	}

	.why__content {
		row-gap: 50px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

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

	.why__count {
		font-size: 32px;
	}

	.why__name {
		font-size: 22px;
		min-height: 80px;
	}

	.why__description {
		font-size: 17px;
	}

	.why__other {
		height: 180px;
	}

	.why__banner {
		margin-top: 50px;
	}

	.consultation-why {
		padding: 20px;
	}

	.banner-why__wrapper {
		padding: 40px 20px;
	}

	.banner-why__title {
		font-size: 29px;
	}

	.banner-why__text {
		font-size: 17px;
		margin-top: 12px;
	}

	.banner-why__button {
		margin-top: 12px;
		min-width: 120px;
		font-size: 15px;
		min-height: 45px;
	}

	.banner-why__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 242px;
		flex: 0 0 242px;
	}

	.search {
		padding: 50px 0px;
	}

	.search__form {
		max-width: 100%;
	}

	.form-search__title {
		text-align: center;
	}

	.form-search__body {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	._title {
		font-size: 28px;
	}

	.catalog {
		padding-bottom: 60px;
	}

	.catalog__wrapper {
		margin-top: 20px;
	}

	.catalog__promo {
		margin-top: 20px;
	}

	.catalog__message {
		margin-top: 20px;
	}

	.main-catalog {
		row-gap: 15px;
	}

	.main-catalog__actions {
		padding-bottom: 15px;
	}

	.main-catalog__products {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		row-gap: 15px;
	}

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

	.product__image {
		height: 200px;
	}

	.product__name {
		font-size: 19px;
	}

	.product__code {
		font-size: 17px;
	}

	.promo-catalog__body {
		margin-top: 20px;
	}

	.promo-catalog__description {
		margin-top: 15px;
	}

	.card {
		padding-bottom: 60px;
	}

	.card__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.card__image {
		width: 100%;
		max-width: 432px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.info-card {
		row-gap: 12px;
	}

	.info-card__name {
		font-size: 28px;
	}

	.info-card__description {
		font-size: 17px;
	}

	.request-card__title {
		font-size: 28px;
	}

	.request-card__item.input {
		padding: 0px 30px;
	}

	.view-products__content {
		margin-top: 20px;
	}

	.cart {
		padding-bottom: 60px;
	}

	.cart__content {
		padding: 20px;
	}

	.cart__total {
		font-size: 19px;
	}

	.products-cart__top {
		-ms-grid-columns: 330px 70px 80px 70px 24px;
		grid-template-columns: 330px 70px 80px 70px 24px;
		font-size: 17px;
	}

	.products-cart__information {
		-ms-grid-columns: 330px 70px 80px 70px 24px;
		grid-template-columns: 330px 70px 80px 70px 24px;
	}

	.products-cart__name {
		font-size: 19px;
	}

	.products-cart__code {
		font-size: 17px;
	}

	.products-cart__price {
		font-size: 19px;
	}

	.products-cart__quantity input {
		font-size: 19px;
	}

	.products-cart__sum {
		font-size: 19px;
	}

	.list-cart__item._total {
		font-size: 19px;
	}

	.order__section {
		padding: 20px;
	}

	.product-cart-order__information {
		-ms-grid-columns: 430px 30px 120px;
		grid-template-columns: 430px 30px 120px;
	}

	.details-order {
		margin-top: -10px;
	}

	.details-order__section {
		padding: 20px 0px;
	}

	.form-details-order {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

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

	.details-complite-order__row {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.pay-order__section {
		padding: 20px 0px;
	}

	.payments-order__body {
		margin-top: 20px;
	}

	.methods-payments-order {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 20px;
	}

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

	.methods-payments-order__content {
		padding: 20px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.methods-payments-order__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
	}

	.methods-payments-order__cards {
		row-gap: 5px;
		width: 30px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30px;
		flex: 0 0 30px;
	}

	.methods-payments-order__cards_var._mc {
		max-width: 25px;
	}

	.form-payments-order__wrapper {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

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

	.info-pay-order__footer {
		margin-top: 20px;
	}

	.promotions {
		padding-bottom: 60px;
	}

	.promotions__wrapper {
		margin-top: 20px;
	}

	.promotions__content {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 30px;
	}

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

	.promotions__pagging {
		margin-top: 30px;
	}

	.not-found {
		padding: 50px 0px;
	}

	.not-found__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin: auto;
		text-align: center;
	}

	.not-found__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		max-width: 470px;
		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;
	}

	.not-found__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 526px;
		width: 100%;
	}

	.cabinet__wrapper {
		margin-top: 20px;
	}

	.cabinet__sidebar {
		display: none;
	}

	.cabinet__block {
		display: block !important;
	}

	.cabinet__block:not(:last-child) {
		border-bottom: 2px solid #ebebeb;
	}

	.cabinet__body {
		border-top: 2px solid #919191;
		display: none;
		margin-bottom: -2px;
	}

	.profile-cabinet__block {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

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

	.orders-cabinet__title {
		display: none;
	}

	.orders-cabinet__content {
		margin-top: 0;
	}

	.favorite-cabinet,
	.view-cabinet {
		padding: 15px 0px;
	}

	.favorite-cabinet__delete,
	.view-cabinet__delete {
		margin-left: 0;
	}

	.product-sale__head {
		display: none;
	}

	.product-sale__body {
		margin-top: 10px;
	}

	.product-sale__top {
		padding-bottom: 10px;
	}

	.buyer-body-email__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 0px;
	}

	.buyer-body-email__name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.construction__title {
		font-size: 34px;
	}

	.construction__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 335px;
		flex: 0 0 335px;
	}
}

@media (max-width: 720.98px) {
	.pagging {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.pagging__arrow {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 42px;
		flex: 0 0 42px;
		height: 34px;
		width: 34px;
		font-size: 16px;
	}

	.pagging__list {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.pagging__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 42px;
		flex: 0 0 42px;
		height: 34px;
		width: 34px;
		font-size: 16px;
	}

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

	.request-popup__button {
		max-width: 100%;
	}

	.add-product-popup__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		row-gap: 10px;
	}

	.add-product-popup__button {
		width: 100%;
		max-width: 100%;
	}

	.product-add-product-popup {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		row-gap: 20px;
	}

	.product-add-product-popup__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.product-add-product-popup__price {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70px;
		flex: 0 0 70px;
	}

	.product-add-product-popup__quantity {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 115px;
		flex: 0 0 115px;
	}

	.product-add-product-popup__total {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70px;
		flex: 0 0 70px;
		text-align: right;
	}

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

	.header__action._profile {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.header__action_count {
		font-size: 15px;
		width: 18px;
		height: 18px;
		top: -6px;
		right: -6px;
	}

	.warranty-product-cart-header {
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}

	.list-cart-header__value {
		font-size: 19px;
	}

	.bottom-footer__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.file-content-banner__content {
		min-height: 76px;
	}

	.footer-content-banner__other {
		margin-left: 0px;
	}

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

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

	.banner-why__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
	}

	.banner-why__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		max-width: 242px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.search {
		padding: 40px 0px;
	}

	._no-webp .search__image {
		background: url(../img/image-search.jpg) #2bae66 center/cover no-repeat;
	}

	.search__image {
		left: -20px;
		right: -20px;
		max-width: calc(100% + 40px);
		max-height: calc(100% + 80px);
		height: calc(100% + 80px);
	}

	.form-search__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.main-catalog__actions {
		row-gap: 10px;
	}

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

	.main-catalog__action._mods {
		margin-top: 10px;
	}

	.main-catalog__sort {
		width: 100%;
	}

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

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

	.section-info-card__name {
		font-size: 19px;
	}

	.section-info-card__text {
		font-size: 17px;
	}

	.section-info-card__more {
		font-size: 17px;
	}

	.warranty-card {
		row-gap: 10px;
	}

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

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

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

	.products-cart__top {
		display: none;
	}

	.products-cart__product:first-child {
		padding-top: 0;
	}

	.products-cart__product:first-child .products-cart__delete {
		top: 0;
	}

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

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

	.products-cart__price {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70px;
		flex: 0 0 70px;
	}

	.products-cart__quantity {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
	}

	.products-cart__sum {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70px;
		flex: 0 0 70px;
		text-align: right;
	}

	.products-cart__delete {
		position: absolute;
		top: 20px;
		right: 0px;
	}

	.login {
		padding-bottom: 50px;
	}

	.order__wrapper {
		row-gap: 30px;
	}

	.product-cart-order__information {
		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;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 12px;
	}

	.product-cart-order__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.form-details-order__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.details-complite-order__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.methods-payments-order__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.form-payments-order__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.info-pay-order__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 10px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

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

	.profile-cabinet__item._half {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.orders-cabinet__top {
		-ms-grid-columns: 80px 80px 80px 80px 16px;
		grid-template-columns: 80px 80px 80px 80px 16px;
	}

	.orders-cabinet__top > *:nth-child(4) {
		display: none;
	}

	.orders-cabinet__item {
		-ms-grid-columns: 80px 80px 80px 80px 16px;
		grid-template-columns: 80px 80px 80px 80px 16px;
	}

	.orders-cabinet__item > *:nth-child(4) {
		display: none;
	}

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

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

	.order-page-cabinet__products {
		border-top: 2px solid #919191;
	}

	.product-order-page-cabinet__information {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		row-gap: 12px;
	}

	.product-order-page-cabinet__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.favorite-cabinet__product,
	.view-cabinet__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 20px * 1) / 2);
		flex: 0 0 calc((100% - 20px * 1) / 2);
	}

	.product-sale__add {
		display: none;
	}

	.product-sale__body {
		margin-top: 0px;
	}

	.product-sale__top {
		display: none;
	}

	.product-sale__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 12px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

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

	.product-sale__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.product-sale__column:nth-child(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.add-product__title {
		font-size: 20px;
	}

	.add-product__body {
		margin-top: 20px;
	}

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

	.tabel-body-email__head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.tabel-body-email__head span {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
	}

	.tabel-body-email__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.tabel-body-email__item:nth-child(odd) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.tabel-body-email__item:nth-child(even) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.zag-header__contacts {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.zag-header__contacts a {
		font-size: 0;
	}

	.construction__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.construction__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.why._no-bg {
		padding: 30px 0px;
	}

	.why__logo {
		max-width: 320px;
		margin-bottom: 40px;
	}
}

@media (max-width: 479.98px) {
	.switcher {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}

	.switcher__text {
		font-size: 21px;
	}

	.pagging {
		-webkit-column-gap: 8px;
		-moz-column-gap: 8px;
		column-gap: 8px;
	}

	.pagging__list {
		-webkit-column-gap: 8px;
		-moz-column-gap: 8px;
		column-gap: 8px;
	}

	.pagging__list li:not(._more, :last-child, :nth-child(-n + 2)) {
		/* display: none; */
		display: inline;
	}

	.request-popup__title {
		font-size: 23px;
	}

	.request-popup__contnet {
		margin-top: 15px;
	}

	.request-popup__body {
		row-gap: 15px;
	}

	.phone-request-popup__select {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 115px;
		flex: 0 0 115px;
	}

	.add-product-popup__title {
		font-size: 21px;
	}

	.header__action._trolley {
		padding: 6px;
		min-height: 36px;
		min-width: 36px;
	}

	.header__action._trolley .header__action_icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24px;
		flex: 0 0 24px;
		height: 24px;
		width: 24px;
	}

	.menu__body {
		top: 56px;
		max-height: calc(100% - 56px);
		max-width: 100%;
	}

	.catalog-menu {
		top: 56px;
		max-height: calc((100vh - 56px));
		max-width: 100%;
	}

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

	.banner__title {
		font-size: 27px;
		max-width: 280px;
	}

	.banner__text {
		font-size: 18px;
	}

	.banner__content {
		padding: 20px;
		margin-top: 20px;
	}

	.head-content-banner__item {
		font-size: 17px;
	}

	.file-content-banner__text {
		font-size: 15px;
	}

	.footer-content-banner__button {
		font-size: 15px;
	}

	.footer-content-banner__reset {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30px;
		flex: 0 0 30px;
		height: 30px;
		width: 30px;
	}

	.footer-content-banner__download {
		font-size: 15px;
	}

	.footer-content-banner__download img,
	.footer-content-banner__download svg {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30px;
		flex: 0 0 30px;
		height: 30px;
		width: 30px;
	}

	.search-content-banner__input {
		font-size: 17px;
	}

	.catalog-home {
		padding: 40px 0px 20px;
	}

	.catalog-home__item {
		min-height: 240px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		background-position: 20% 130% !important;
	}

	.catalog-home__info {
		max-width: 220px;
	}

	.catalog-home__name {
		font-size: 20px;
	}

	.featured {
		padding: 20px 0px;
	}

	.featured__title {
		font-size: 22px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.featured__more {
		font-size: 19px;
	}

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

	.why {
		padding: 40px 0px;
	}

	.why__title {
		font-size: 22px;
	}

	.why__subtitle {
		font-size: 21px;
		margin-top: 10px;
	}

	.why__subtext {
		margin-top: 10px;
	}

	.why__content {
		row-gap: 30px;
	}

	.why__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		row-gap: 12px;
	}

	.why__count {
		font-size: 26px;
	}

	.why__name {
		font-size: 19px;
		min-height: 0;
	}

	.why__name br {
		display: none;
	}

	.why__banner {
		margin-top: 40px;
	}

	.consultation-why {
		background: #ffe77a;
	}

	.form-search__title {
		font-size: 22px;
	}

	._title {
		font-size: 25px;
	}

	.catalog {
		padding-bottom: 40px;
	}

	.promo-catalog__image_md4 {
		display: block;
	}

	.promo-catalog__title {
		font-size: 19px;
	}

	.promo-catalog__description {
		font-size: 17px;
	}

	.message-catalog__text {
		font-size: 17px;
	}

	.card {
		padding-bottom: 40px;
	}

	.info-card__name {
		font-size: 24px;
	}

	.info-card__button:nth-child(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.info-card__button:nth-child(2) {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.specification-card__title {
		font-size: 19px;
	}

	.specification-card__download {
		font-size: 17px;
	}

	.request-card__title {
		font-size: 21px;
	}

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

	.cart {
		padding-bottom: 40px;
	}

	.cart__footer {
		row-gap: 10px;
	}

	.products-cart__product {
		row-gap: 10px;
	}

	.warranty-products-cart {
		row-gap: 10px;
	}

	.warranty-products-cart__name {
		font-size: 19px;
	}

	.warranty-products-cart__price {
		font-size: 19px;
	}

	.login__form {
		padding: 20px;
	}

	.login__body {
		margin-top: 20px;
	}

	.head-login__title {
		font-size: 26px;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

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

	.mini-header__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 149px;
		flex: 0 0 149px;
	}

	.mini-header__phone {
		font-size: 17px;
	}

	.order__wrapper {
		row-gap: 20px;
	}

	.head-order__main {
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}

	.head-order__step {
		font-size: 28px;
	}

	.head-order__title {
		font-size: 24px;
	}

	.head-order__edit {
		font-size: 17px;
	}

	.cart-order__total {
		font-size: 19px;
	}

	.product-cart-order__name {
		font-size: 19px;
	}

	.product-cart-order__code {
		font-size: 17px;
	}

	.product-cart-order__count {
		font-size: 19px;
	}

	.product-cart-order__price {
		font-size: 19px;
	}

	.warranty-product-cart-order__name {
		font-size: 19px;
	}

	.warranty-product-cart-order__price {
		font-size: 19px;
	}

	.details-order__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		row-gap: 20px;
		margin-top: 20px;
	}

	.head-details-order__icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 19px;
		flex: 0 0 19px;
		height: 19px;
		width: 19px;
	}

	.head-details-order__name {
		font-size: 19px;
	}

	.details-complite-order__icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 19px;
		flex: 0 0 19px;
		width: 19px;
		height: 19px;
	}

	.details-complite-order__title {
		font-size: 19px;
	}

	.details-complite-order__name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70px;
		flex: 0 0 70px;
	}

	.head-payments-order__icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 19px;
		flex: 0 0 19px;
		height: 19px;
		width: 19px;
	}

	.head-payments-order__title {
		font-size: 19px;
	}

	.methods-payments-order__content {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}

	.methods-payments-order__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
	}

	.methods-payments-order__name {
		font-size: 19px;
	}

	.promotions {
		padding-bottom: 40px;
	}

	.promotions__content {
		row-gap: 20px;
	}

	.promotions__pagging {
		margin-top: 20px;
	}

	.item-promotion__image {
		padding-bottom: 59.5%;
	}

	.item-promotion__body {
		row-gap: 15px;
		padding-top: 15px;
	}

	.item-promotion__name {
		font-size: 19px;
	}

	.result-form {
		padding-top: 20px;
	}

	.not-found {
		padding: 80px 0px 50px;
	}

	.not-found__wrapper {
		row-gap: 40px;
	}

	.not-found__title {
		font-size: 32px;
	}

	.not-found__text {
		max-width: 250px;
		font-size: 17px;
	}

	.cabinet {
		padding-bottom: 40px;
	}

	.orders-cabinet__top {
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
		-ms-grid-columns: 80px 80px 80px 16px;
		grid-template-columns: 80px 80px 80px 16px;
	}

	.orders-cabinet__top > *:nth-child(5) {
		display: none;
	}

	.orders-cabinet__item {
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
		-ms-grid-columns: 80px 80px 80px 16px;
		grid-template-columns: 80px 80px 80px 16px;
	}

	.orders-cabinet__item > *:nth-child(5) {
		display: none;
	}

	.order-page-cabinet__title {
		font-size: 20px;
	}

	.product-order-page-cabinet__name {
		font-size: 19px;
	}

	.product-order-page-cabinet__code {
		font-size: 17px;
	}

	.product-order-page-cabinet__counts {
		font-size: 19px;
	}

	.product-order-page-cabinet__price {
		font-size: 19px;
	}

	.list-order-page-cabinet__name {
		font-size: 19px;
	}

	.list-order-page-cabinet__value {
		font-size: 19px;
	}

	.favorite-cabinet,
	.view-cabinet {
		padding: 15px 12px;
	}

	.favorite-cabinet__product,
	.view-cabinet__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

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

	.product-sale__price {
		text-align: left;
		font-size: 19px;
	}

	.add-product__back svg path {
		fill: #0b0d0b;
	}

	.add-product__back {
		padding: 0px;
		background: none !important;
		min-height: 0px;
		color: #0b0d0b;
	}

	.warranty__name {
		font-size: 19px;
	}

	.warranty__value {
		font-size: 19px;
	}

	.email__wrapper {
		padding: 15px;
	}

	.email__seal {
		right: 10px;
		bottom: 10px;
	}

	.head-email__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 132px;
		flex: 0 0 132px;
	}

	.head-email__name {
		font-size: 17px;
	}

	.head-email__contacts {
		font-size: 17px;
	}

	.body-email__title {
		font-size: 23px;
	}

	.body-email__content {
		margin-top: 20px;
		row-gap: 20px;
	}

	.body-email__description {
		font-size: 17px;
		line-height: 1.25;
	}

	.buyer-body-email {
		padding: 15px;
	}

	.buyer-body-email__list {
		row-gap: 12px;
	}

	.tabel-body-email__head {
		font-size: 17px;
	}

	.tabel-body-email__head span {
		padding: 6px 6px 6px 10px;
	}

	.tabel-body-email__item {
		font-size: 17px;
	}

	.tabel-body-email__item span {
		padding: 6px 6px 6px 10px;
	}

	.zag-header {
		padding: 8px 0px;
	}

	.construction {
		padding: 20px 0px;
	}

	.construction__title {
		font-size: 28px;
	}

	.why._no-bg {
		padding: 20px 0px;
	}

	.page {
		padding-top: 56px;
	}
}

@media (max-width: 991.98px) and (min-width: 720.98px) {
	.form-search__row {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 12px * 1) / 2);
		flex: 0 0 calc((100% - 12px * 1) / 2);
	}

	.form-search__row._footer {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width: 1220px) and (min-width: 720.98px) {
	.main-catalog__action._filter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.main-catalog__action._clear {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.main-catalog__action._sort {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.main-catalog__action._mods {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width: 1512px) and (min-width: 1220px) {
	.promo-catalog__image_md2 {
		display: block;
	}
}

@media (max-width: 1220px) and (min-width: 479.98px) {
	.promo-catalog__image_md3 {
		display: block;
	}
}

@media (any-hover: hover) {
	._button:hover {
		background: #259557;
	}

	.pagging__arrow:not(._disabled):hover {
		background: #2bae66;
		border-color: #2bae66;
	}

	.pagging__arrow:not(._disabled):hover svg path {
		fill: #fff;
	}

	.pagging__item:not(._active):hover {
		background: #259557;
		border-color: #259557;
		color: #fff;
	}

	.request-popup__button:hover {
		background: #259557;
	}

	.add-product-popup__continue:hover {
		text-decoration: underline;
	}

	.add-product-popup__button:hover {
		background: #259557;
	}

	.header__partner:hover {
		color: #238d53;
	}

	.header__partner:hover svg path {
		fill: #238d53;
	}

	.header__action:hover {
		background: #259557;
	}

	.language-header__item:hover {
		color: #fff;
		background: #2bae66;
	}

	.menu__link:hover {
		color: #2bae66;
	}

	.catalog-menu__item:hover {
		background: #2bae66;
		border-color: #2bae66;
	}

	.catalog-menu__item:hover .catalog-menu__name {
		color: #fff;
	}

	.catalog-menu__item:hover .catalog-menu__arrow svg path {
		fill: #fff;
	}

	.catalog-menu__sublink:hover {
		color: #2bae66;
	}

	.catalog-menu__sublink:hover span {
		color: #2bae66;
	}

	.cart-header__button:hover {
		background: #259557;
	}

	.product-cart-header__name:hover {
		color: #2bae66;
	}

	.user-action__link:hover {
		color: #fff;
		background: #2bae66;
	}

	.user-action__link:hover svg path {
		fill: #fff;
	}

	.user-action__exit:hover {
		color: #fff;
		background: #2bae66;
	}

	.user-action__exit:hover svg path {
		fill: #fff;
	}

	.main-footer__link:hover {
		color: #2bae66;
	}

	.socials-main-footer__img:hover svg path {
		fill: #259557;
	}

	.bottom-footer__politics:hover {
		color: #2bae66;
	}

	.bottom-footer__dev:hover {
		color: #2bae66;
	}

	.bottom-footer__dev:hover svg path {
		fill: #2bae66;
	}

	.file-content-banner__text span:hover {
		text-decoration: none;
	}

	.file-content-banner__delete:hover {
		fill: #fc0a0a;
	}

	.footer-content-banner__button:hover {
		background: #e4ce6e;
	}

	.footer-content-banner__download:hover {
		text-decoration: underline;
	}

	.search-content-banner__link:hover {
		background: #f4f4f4;
		color: #2bae66;
	}

	.catalog-home__button:hover {
		background: #259557;
	}

	.featured__more:hover {
		text-decoration: underline;
	}

	.featured__arrow:hover {
		background: #f5dc6d;
	}

	.item-featured:not(._liked) .item-featured__like:hover svg path {
		fill: #636363;
	}

	.item-featured__name:hover {
		color: #2bae66;
	}

	.banner-why__button:hover {
		background: #f5dc6d;
	}

	.form-search__button:hover {
		background: #f5dc6d;
	}

	.breadcrums__item a:hover {
		color: #2bae66;
	}

	.list-section-sidebar-catalog__link:hover {
		text-decoration: underline;
	}

	.filter-mods-main-catalog__delete:hover svg path {
		fill: #2bae66;
	}

	.product:not(._liked) .product__like:hover svg path {
		fill: #636363;
	}

	.product__name:hover {
		color: #2bae66;
	}

	.product__cart:hover {
		background: #259557;
	}

	.product__phone:hover {
		background: #f5dc6d;
	}

	.product__email:hover {
		background: #f5dc6d;
	}

	.info-card__like:hover {
		background: #f5dc6d;
	}

	.section-info-card__text a:hover {
		text-decoration: underline;
	}

	.section-info-card__more:hover {
		text-decoration: underline;
	}

	.button-info-card:hover {
		background: #259557;
	}

	.request-card__button:hover {
		background: #f5dc6d;
	}

	.view-products__arrow:hover {
		background: #f5dc6d;
	}

	.cart__button:hover {
		background: #259557;
	}

	.cart__continue:hover {
		text-decoration: underline;
	}

	.products-cart__delete:hover {
		fill: #2bae66;
	}

	.login__forgot:hover {
		text-decoration: none;
		color: #2bae66;
	}

	.login__button:hover {
		background: #259557;
	}

	.login__button._white:hover {
		background: #ecebeb;
	}

	.login__link:hover {
		text-decoration: underline;
	}

	.connect-login__item:hover {
		background: #ecebeb;
	}

	.mini-header__phone:hover {
		color: #2bae66;
	}

	.cart-order__button:hover {
		background: #259557;
	}

	.product-cart-order__name:hover {
		color: #2bae66;
	}

	.details-order__back:hover {
		background: #ecebeb;
	}

	.details-order__button:hover {
		background: #259557;
	}

	.info-pay-order__button:hover {
		background: #259557;
	}

	.item-promotion__image:hover {
		-webkit-box-shadow:
			0px 12px 42px -4px rgba(24, 39, 75, 0.12),
			0px 8px 18px -6px rgba(24, 39, 75, 0.12);
		box-shadow:
			0px 12px 42px -4px rgba(24, 39, 75, 0.12),
			0px 8px 18px -6px rgba(24, 39, 75, 0.12);
	}

	.item-promotion__name:hover {
		color: #2bae66;
	}

	.not-found__button:hover {
		background: #259557;
	}

	.sidebar-cabinet__item._tabs-item:hover {
		background: #259557;
	}

	.profile-cabinet__button:hover {
		background: #259557;
	}

	.order-page-cabinet__back:hover {
		background: #259557;
	}

	.order-page-cabinet__sertificate:hover {
		background: #259557;
	}

	.order-page-cabinet__sertificate-footer:hover {
		background: #259557;
	}

	.product-order-page-cabinet__name:hover {
		color: #2bae66;
	}

	.favorite-cabinet__delete:hover,
	.view-cabinet__delete:hover {
		color: #2bae66;
	}

	.favorite-cabinet__delete:hover svg path,
	.view-cabinet__delete:hover svg path {
		fill: #2bae66;
	}

	.product-sale__add:hover {
		background: #259557;
	}

	.product-sale__name:hover {
		color: #2bae66;
	}

	.product-sale__add-footer:hover {
		background: #259557;
	}

	.add-product__back:hover {
		background: #259557;
	}

	.add-product__button:hover {
		background: #259557;
	}

	.email__download:hover {
		background: #259557;
	}

	.zag-header__contacts a:hover {
		color: #2bae66;
	}
}

._webp .search__image {
	background: url(../img/image-search.webp) #2bae66 center/100% auto no-repeat;
}

@media (min-width: 1220px) {
	._webp .banner {
		background:
			url(../img/banner-image.webp) right bottom/auto 100% no-repeat,
			url(../img/bg-banner.webp) center/cover no-repeat;
	}
}

@media (max-width: 1220px) {
	._webp .banner {
		background: url(../img/bg-banner.webp) center/cover no-repeat;
	}
}

@media (max-width: 720.98px) {
	._webp .search__image {
		background: url(../img/image-search.webp) #2bae66 center/cover no-repeat;
	}
}

.popup__container {
	padding: 20px;
}

.loader-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	height: 24px;
}
.loader {
	width: 48px;
	height: 48px;
	border: 5px solid #fff;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.error {
	border-color: #ae2b3b;
}

.valid {
	border-color: #2bae66;
}

.cart_error {
	background-color: rgb(173 43 59 / 90%);
	color: white;
	font-weight: 300;
	padding: 10px;
	border-radius: 8px;
	width: fit-content;
}

.recaptcha_error {
	background-color: rgb(173 43 59 / 90%);
	color: white;
	font-weight: 300;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 10px;
	width: fit-content;
}

/* Custom NotyJS - FLAT */
.noty_theme__flat.noty_bar {
	font:
		16px/1.3 Arial,
		Liberation Sans,
		sans-serif;
	text-align: center;
	padding: 12px 15px 13px;
	position: relative;
	border: 1px solid #eee;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noty_theme__flat.noty_bar.noty_type__error {
	background-color: #e74c3c;
	border-color: #c0392b;
	color: #fff;
}
.noty_theme__flat.noty_bar.noty_type__warning {
	background-color: #f1c513;
	border-color: #f39c12;
	color: #fff;
}
.noty_theme__flat.noty_bar.noty_type__success {
	background-color: #2ecc71;
	border-color: #27ae60;
	color: #fff;
}
.noty_theme__flat.noty_bar.noty_type__information {
	background-color: #3498db;
	border-color: #2980b9;
	color: #fff;
}

/* Custom NotyJS - MODERN */
.noty_theme__modern.noty_bar {
	text-align: center;
	background-color: #ffe77a;
	position: relative;
	border-radius: 10px !important;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noty_theme__modern.noty_bar.noty_type__error .noty_title {
	background-color: #e74c3c;
	border-color: #c0392b;
}
.noty_theme__modern.noty_bar.noty_type__warning .noty_title {
	background-color: #f1c513;
	border-color: #f39c12;
}
.noty_theme__modern.noty_bar.noty_type__success .noty_title {
	background-color: #2ecc71;
	border-color: #27ae60;
}
.noty_theme__modern.noty_bar.noty_type__information .noty_title {
	background-color: #3498db;
	border-color: #2980b9;
}

.noty_theme__modern.noty_bar .noty_title {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding: 6px 12px;
}

.noty_theme__modern.noty_bar .noty_text {
	color: #0b0d0b;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	padding: 12px 12px;
}

.form-login__inp {
	position: relative;
}

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

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

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

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

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

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

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

.footer__shipping {
	background: #fcf6f5;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 60px;
}
.footer__shipping-images {
	display: flex;
	align-items: center;
	gap: 12px;
}
.footer__shipping-text {
	font-weight: 300;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0%;
	padding: 30px;
	text-align: center;
}

.product__price-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}
.product__price-exclude {
	color: #a2a2a2;
	font-size: 14px;
	line-height: 13px;
	letter-spacing: 0%;
}
