@charset "UTF-8";
@font-face {
	font-family: "Gilroy";
	src: url("../font/Gilroy-Black.eot");
	src: url("../font/Gilroy-Black.eot?#iefix") format("embedded-opentype"),
		url("../font/Gilroy-Black.woff2") format("woff2"),
		url("../font/Gilroy-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url("../font/Gilroy-Bold.eot");
	src: url("../font/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
		url("../font/Gilroy-Bold.woff2") format("woff2"),
		url("../font/Gilroy-Bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url("../font/Gilroy-ExtraBold.eot");
	src: url("../font/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"),
		url("../font/Gilroy-ExtraBold.woff2") format("woff2"),
		url("../font/Gilroy-ExtraBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url("../font/Gilroy-Light.eot");
	src: url("../font/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
		url("../font/Gilroy-Light.woff2") format("woff2"),
		url("../font/Gilroy-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url("../font/Gilroy-Medium.eot");
	src: url("../font/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
		url("../font/Gilroy-Medium.woff2") format("woff2"),
		url("../font/Gilroy-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url("../font/Gilroy-Heavy.eot");
	src: url("../font/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"),
		url("../font/Gilroy-Heavy.woff2") format("woff2"),
		url("../font/Gilroy-Heavy.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url("../font/Gilroy-Regular.eot");
	src: url("../font/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
		url("../font/Gilroy-Regular.woff2") format("woff2"),
		url("../font/Gilroy-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url("../font/Gilroy-SemiBold.eot");
	src: url("../font/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"),
		url("../font/Gilroy-SemiBold.woff2") format("woff2"),
		url("../font/Gilroy-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "vinlam";
	src: url("../font/vinlam.eot");
	src: url("../font/vinlam.eot?#iefix") format("embedded-opentype"),
		url("../font/vinlam.woff") format("woff"),
		url("../font/vinlam.ttf") format("truetype"),
		url("../font/vinlam.svg#vinlam") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[data-icon]:before {
	font-family: "vinlam" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "vinlam" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"] {
	font-size: 20px;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	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;
}

.icon-arrow-down:before {
	content: "a";
}

.icon-arrow-up:before {
	content: "b";
}

.icon-cart:before {
	content: "c";
}

.icon-catalog:before {
	content: "d";
}

.icon-compare:before {
	content: "e";
}

.icon-favorite:before {
	content: "f";
}

.icon-location:before {
	content: "g";
}

.icon-phone:before {
	content: "h";
}

.icon-search:before {
	content: "i";
}

.icon-user:before {
	content: "j";
}

.icon-time:before {
	content: "k";
}

.icon-catalog-search:before {
	content: "l";
}

.icon-discount:before {
	content: "m";
}

.icon-new:before {
	content: "n";
}

.icon-chevrone-right:before {
	content: "o";
}

.icon-chevrone-left:before {
	content: "p";
}

.icon-star:before {
	content: "q";
}

.icon-arrow-slider-right:before {
	content: "r";
}

.icon-arrow-slider-left:before {
	content: "s";
}

.icon-cross:before {
	content: "t";
}

.icon-logout:before {
	content: "u";
}

#yii-debug-toolbar {
	display: none !important;
}

b,
strong {
	font-weight: 600;
}

@-webkit-keyframes slideDown {
	0% {
		top: -100px;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@keyframes slideDown {
	0% {
		top: -100px;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

dialog {
	margin: 0 auto;
	top: 10%;
}
dialog::-webkit-backdrop {
	background-color: rgba(0, 0, 0, 0.5);
}
dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.5);
}

header {
	position: relative;
}

header .container {
	padding: 10px;
}

header .container > .d-flex:first-of-type {
	border-bottom: 1px solid var(--border-main);
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.dropdown-body {
	z-index: 10;
}

.dropdown-body a {
	font-size: 16px;
}

.header-bottom {
	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;
	gap: 38px;
}

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

.fixed-wrapper.fixed {
	background: var(--white-main);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	-webkit-animation: slideDown 0.3s ease-in-out forwards;
	animation: slideDown 0.3s ease-in-out forwards;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.fixed-wrapper.fixed .header-bottom {
	padding: 8px;
	max-width: 1420px;
	margin: 0 auto;
}

.branch-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-self: center;
	margin-left: 5%;
	width: 100%;
}

.header-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 16px;
	line-height: 20px;
}

.header-link:not(.worktime):hover {
	text-decoration: underline;
	color: var(--black-main) !important;
}

.information {
	padding: 0 0 54px 0;
}

.information .title,
.information h3 {
	margin-top: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	color: var(--grey-50);
	margin-bottom: 25px;
}

.information .btn-more {
	margin-top: 22px;
}

.information-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.information-item {
	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-pack: end;
	-ms-flex-pack: end;
	text-decoration: none;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 300px;
	width: 100%;
	margin-right: 22px;
	margin-bottom: 30px;
	padding: 15px 7px 16px 17px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 430px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.information-item picture,
.information-item img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	z-index: -2;
}

.information-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 148px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background: -o-linear-gradient(
		top,
		rgba(216, 216, 216, 0.0001) 1.69%,
		var(--black-main) 98%
	);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1.69%, rgba(216, 216, 216, 0.0001)),
		color-stop(98%, var(--black-main))
	);
	background: linear-gradient(
		180deg,
		rgba(216, 216, 216, 0.0001) 1.69%,
		var(--black-main) 98%
	);
	z-index: -1;
	background-blend-mode: multiply;
	mix-blend-mode: normal;
	opacity: 0.56;
}

.information-item:nth-child(5n) {
	margin-right: 0;
}

.information-date {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: var(--white-main);
	margin-bottom: 11px;
}

.information-title {
	font-weight: 800;
	font-size: 20px;
	line-height: 25px;
	color: var(--white-main);
	margin-bottom: 10px;
}

.information-desc {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: var(--white-main);
}

.page-content-info p {
	line-height: 35px;
}

.page-content-qa p {
	margin-bottom: 16px;
}

.page-content-info h2 {
	margin-top: 32px;
	margin-bottom: 16px;
}

footer .header-link:not(.worktime):hover {
	text-decoration: underline;
	color: var(--white-main) !important;
}

footer .header-link:not(.worktime):hover i {
	color: var(--white-main);
}

header .header-link i,
footer .header-link i {
	margin-top: 3px;
}

.header-link:not(.worktime) {
	padding-left: 24px;
}

.header-link:not(.worktime) i {
	position: absolute;
	left: 0;
	top: 0;
}

.header-link i {
	color: var(--black-main);
}

.logo {
	color: var(--black-main);
	text-align: center;
	align-self: center;
	flex: 0 0 128px;
	width: 128px;
	height: 97px;
}

.logo .logo-separator {
	color: var(--grey-main);
}

.logo a {
	display: flex;
}

.logo a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.btn-forclients {
	position: relative;
	padding-left: 54px;
}

.btn-forclients span {
	pointer-events: none;
}

.btn-forclients span:not(:nth-child(1)) {
	background: #272727;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 20px;
	height: 2px;
	left: 9px;
}

.btn-forclients span:nth-child(2) {
	top: 12px;
}

.btn-forclients span:nth-child(3) {
	top: 18px;
}

.btn-forclients span:nth-child(4) {
	top: 24px;
}

.btn-forclients.open span:nth-child(2) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-forclients.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-forclients.open span:nth-child(4) {
	top: 18px;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
}

.dropdown-nav {
	position: relative;
	margin-left: auto;
	margin-top: auto;
}

.dropdown-nav nav {
	background: var(--bg-main);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: absolute;
	right: 0;
	top: calc(100% + 4px);
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px;
	border-radius: var(--border-0);
}

.link-icon {
	background: var(--red-main);
	position: relative;
	overflow: hidden;
	padding-top: 20px;
	font-size: 36px;
	padding-left: 6px;
	text-decoration: none !important;
	width: 44px;
	height: 44px;
	border-radius: var(--border-0);
}

.link-icon {
	color: var(--white-main);
}

.link-icon.icon-new::before {
	z-index: 1;
}

.link-icon::after {
	background: var(--red-main);
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 26px;
	height: 26px;
}

.link-icon.icon-discount {
	content: "m";
	color: var(--white-main);
}

.link-icon::before {
	z-index: 1;
}

.header-link--icon {
	background: var(--bg-main);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	border-radius: var(--border-0);
	padding: 1px 12px 1px 1px;
	outline: 1px solid transparent;
	outline-offset: 3px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border: 1px solid transparent;
	position: relative;
}

.header-link--icon::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	z-index: 1;
	border: 3px solid transparent;
	border-radius: var(--border-0);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.header-link--icon:hover {
	color: var(--black-main);
	outline-color: var(--black-500);
	border-color: var(--black-main);
}

.header-link--icon:focus-within {
	color: var(--black-main);
}

.header-link--icon:hover::after {
	border-color: var(--white-main);
}

.header-link--icon .link-icon {
	background-color: var(--black-main);
}

.header-link--icon .link-icon::after {
	background-color: var(--black-main);
}

.actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}

.actions a {
	background: var(--bg-main);
	text-decoration: none;
	width: 46px;
	height: 46px;
	border-radius: var(--border-0);
	cursor: pointer;
}
icon-cart .actions a::before {
	height: 14px;
}

.actions .icon-favorite:not(.empty),
.actions .icon-compare:not(.empty),
.actions .icon-cart:not(.empty) {
	position: relative;
}

.tab-menu .icon-cart:not(.empty)::after {
	background: var(--black-main);
	content: attr(data-content);
	min-width: 10px;
	max-width: 30px;
	height: 10px;
	position: absolute;
	border-radius: var(--border-0);
	right: 0;
	top: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white-main);
	padding: 4px;
	padding-top: 6px;
	font-style: normal;
	font-size: 14px;
	font-weight: 500;
}

.actions .icon-favorite:not(.empty)::after,
.actions .icon-compare:not(.empty)::after,
.actions .icon-cart:not(.empty)::after {
	background: var(--black-main);
	content: attr(data-content);
	min-width: 10px;
	max-width: 30px;
	height: 10px;
	position: absolute;
	border-radius: var(--border-0);
	right: -6px;
	top: -6px;
	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: var(--white-main);
	padding: 4px;
	font-size: 14px;
	font-weight: 500;
}

.actions .icon-cart {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	gap: 6px;
	padding: 0 18px;
}

.search-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 1px solid var(--black-main);
	border-radius: var(--border-0);
}

.search-label .icon-cross {
	background: var(--white-main);
	display: none;
	position: absolute;
	right: 50px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	padding: 4px;
	z-index: 1;
	color: var(--black-main);
	cursor: pointer;
}

.search-label .icon-cross::before {
	position: relative;
	top: 3px;
}

.search-label .icon-cross:hover {
	color: var(--red-hover);
	outline: 1px solid var(--red-hover);
}

.primary-input {
	width: 100%;
	padding: 14px 10px 14px 16px;
	outline: none;
	border-radius: var(--border-0);
	font-family: "Gilroy", sans-serif;
	font-size: 16px;
	border: 1px solid var(--black-main);
}

.search-label .search-label--link {
	background: var(--black-main);
	width: 46px;
	height: 100%;
	color: var(--white-main);
	border-radius: var(--border-0);
	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;
	position: absolute;
	right: 0;
	top: 0;
}

.search-label .search-label--link:hover {
	background: var(--black-700);
}

.search-label .search-label--link .icon-search::before {
	height: 16px;
}

.search-block {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.primary-input:focus {
	outline: 4px solid rgba(0, 0, 0, 0.25);
}

.search-block a {
	text-decoration: none;
	font-size: 16px;
}

.search-block-result-price {
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	margin-left: auto;
}

.btn-catalog.open {
	outline: 4px solid #e6b6b6;
}

.search-result {
	background: var(--bg-main);
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(100% + 4px);
	border-radius: var(--border-0);
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px;
	padding: 0;
}

.catalog-block {
	position: relative;
}

.catalog-block .icon-catalog-search {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.catalog-block .icon-catalog-search::before {
	height: 16px;
}

.catalog-result {
	background: var(--bg-main);
	z-index: 10;
	width: -webkit-max-content;
	width: max-content;
	height: 340px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(41, 31, 31, 0.1019607843);
	box-shadow: 0px 2px 4px 0px rgba(41, 31, 31, 0.1019607843);
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	top: calc(100% + 4px);
	border-radius: var(--border-0);
	width: -moz-max-content;
}

.catalog-result .catalog-item:not(:last-of-type) {
	margin-bottom: 8px;
}

.catalog-result .icon-cross {
	cursor: pointer;
	position: absolute;
	right: 16px;
	top: 16px;
	background: var(--white-main);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	padding: 4px;
	z-index: 1;
}

.catalog-result .icon-cross::before {
	position: relative;
	top: 3px;
}

.catalog-result .icon-cross:hover {
	color: var(--red-hover);
	outline: 1px solid var(--red-hover);
}

.catalog-category {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	width: 420px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	font-weight: 600;
	/* min-height: max-content; */
	/* height: 100%; */
	overflow-x: hidden;
	overflow-y: auto;
}

@media (max-width: 768px) {
	.catalog-category {
		overflow: unset;
	}
}

.catalog-category__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.catalog-category__link.active {
	background: var(--white-main);
}

.catalog-category__link.active a {
	text-decoration: underline;
	color: var(--red-main);
}

.search-result {
	z-index: 2;
}

.search-result img {
	border-radius: var(--border-0);
}

.catalog-category a {
	position: relative;
	z-index: 1;
	text-decoration: none;
	cursor: pointer;
}

.catalog-category .icon-chevrone-right {
	margin-left: auto;
	-webkit-transition: 0.3s rotate;
	-o-transition: 0.3s rotate;
	transition: 0.3s rotate;
}

.catalog-category img {
	/* serj */
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: var(--border-0);
}

.catalog-popular {
	background: var(--white-main);
	border-right: 1px solid var(--border-main);
	min-width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 24px;
}

.catalog-title {
	font: 600 20px/23px "Gilroy", sans-serif;
	margin-bottom: 16px;
}

.catalog-item {
	font: 300 18px/21px "Gilroy", sans-serif;
}

.catalog-tub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-y: auto;
	overflow-x: hidden;
}

.catalog-brands {
	max-width: 532px;
	-moz-max-width: 532px;
	-webkit-max-width: 532px; /* For Chrome */
	max-height: 410px;
	-moz-max-height: 410px;
	background: var(--white-main);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 24px;
}

.tub-brans {
	max-height: 345px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.tub-brans a {
	min-width: 160px;
}

.branch-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 8px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mobile-menu {
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 0px;
	z-index: 6;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
}

.mobile-menu.open {
	height: 100vh;
}

.mobile-menu-header {
	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: 10px;
	position: relative;
}

.mobile-menu-header.change .logo {
	display: none;
}

.mobile-menu-header.change .icon-chevrone-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mobile-menu-header .icon-chevrone-left {
	font-size: 56px;
	cursor: pointer;
	display: none;
}

.mobile-menu-header .icon-chevrone-left::before {
	margin-top: 20px;
}

.mobile-menu-header::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}

.mobile-menu-header .logo {
	width: 78px;
	height: 59px;
	flex: 0 0 78px;
}

.mobile-menu-header .logo a {
	display: flex;
}

.mobile-menu-header .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

@media (min-width: 600px) {
	.mobile-menu-header {
		height: 113px;
	}

	.mobile-menu-header .logo {
		align-self: center;
		flex: 0 0 128px;
		width: 128px;
		height: 97px;
	}
}

.mobile-menu-header {
	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;
}

.menu-catalog-name {
	font-size: 26px;
}

.menu-catalog-name.hide {
	display: none;
}

.mobile-menu-header div:last-child {
	width: 36px;
	max-width: 36px;
	height: 36px;
	position: relative;
	cursor: pointer;
}

.mobile-menu-header div:last-child span {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 100%;
	height: 3px;
	background-color: #000;
}

.mobile-menu-header div:last-child span:first-child {
	rotate: 45deg;
}

.mobile-menu-header div:last-child span:last-child {
	rotate: -45deg;
}

.mobile-menu-body {
	position: relative;
	width: 100%;
	height: calc(100vh - 141px);
	min-height: 100%;
}

.mobile-menu-body-nav {
	width: 100%;
	height: 100%;
	padding: 16px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu-body-catalog {
	width: 100%;
	height: 0%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
}

.mobile-menu-body-catalog.open {
	height: 100%;
}

.mobile-catalog-container {
	width: 100vw;
	height: calc(100vh - 118px - 36px - 78px);
	height: calc(100svh - 118px - 36px - 78px);
	position: relative;
	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;
	overflow-y: auto;
	overflow-x: hidden;
}

.mobile-catalog-container.open {
	overflow: unset;
}

.mobile-menu-body-catalog .search-block {
	width: 80%;
	margin: 16px auto 16px auto;
}

.mobile-catalog-container .catalog-category {
	margin-top: 20px;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 80vw;
	height: fit-content;
	left: 10vw;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.catalog-subcategory {
	width: 100%;
	height: 100%;
	/* height: calc(100vh - 78px - 36px - 124px); */
	height: 100%;
	position: absolute;
	top: 0;
	left: 100vw;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
}

.all-products-link {
	font: 600 20px / 23px "Gilroy", sans-serif;
	margin-bottom: 16px;
	display: block;
	margin: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.mobile-catalog-container.open .catalog-category {
	left: -100vw;
}

.mobile-catalog-container.open .catalog-subcategory {
	left: 0vw;
	overflow-y: auto;
}

.catalog-subcategory .catalog-popular,
.catalog-subcategory .catalog-brands {
	padding: 16px;
}

.catalog-subcategory .catalog-popular .catalog-title,
.catalog-subcategory .catalog-brands .catalog-title {
	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;
	gap: 10px;
}

.catalog-subcategory .catalog-popular .catalog-tub,
.catalog-subcategory .catalog-brands .catalog-tub.tub-brans {
	gap: 10px;
}

.catalog-subcategory .catalog-brands .catalog-tub.tub-brans {
	padding-bottom: 40px;
}

.catalog-subcategory .catalog-popular .catalog-title::after,
.catalog-subcategory .catalog-brands .catalog-title::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	top: 50%;
	left: 30%;
}

button {
	font-weight: 600;
}

button,
input,
textarea {
	touch-action: manipulation;
}

.mobile-menu-btns {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}

.mobile-menu-btns a {
	width: 50%;
	padding: 11px;
	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;
	text-decoration: none;
	background-color: var(--bg-main);
	border-radius: var(--border-0);
	font-size: 24px;
	cursor: pointer;
}

.mobile-menu-btns button {
	width: 50%;
	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;
	font-size: 20px;
	padding: 21px 12px;
}

.mobile-menu-btns button i {
	font-size: 26px;
}

.mobile-menu-btns a::before {
	margin-top: 3px;
	font-size: 26px;
	margin-right: 4px;
}

.mobile-menu-nav {
	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;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 18px;
	margin-top: 30px;
}

.mobile-menu-nav a {
	font-size: 18px;
	line-height: 18.75px;
	text-decoration: none;
	font-weight: 600;
}

.mobile-menu-nav a:hover {
	text-decoration: underline;
	color: var(--red-hover);
}

.tab-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	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: 4px 6px;
	z-index: 6;
	display: none;
	gap: 8px;
	border-top: solid 1px black;
}

.tab-menu.index {
	z-index: 2;
}

.tab-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	text-decoration: none;
}

.tab-menu a:nth-child(6) {
	position: relative;
}

.tab-menu .empty::after {
	display: none;
}

/* .tab-menu a:last-child::after {
  content: attr(data-content);
  position: absolute;
  top: 0;
  right: -13%;
  translate: -50% -50%;
  background-color: #000;
  color: #fff;
  border-radius: var(--border-0);
  padding: 3px 3px 1px 3px;
  font-size: 14px;
  line-height: 13.88px;
} */

.tab-menu a:nth-child(1),
.tab-menu a:nth-child(4),
.tab-menu a:nth-child(5),
.tab-menu a:nth-child(6) {
	gap: 0px;
	margin-top: 4px;
}

.tab-menu a i::before {
	font-size: 24px;
	margin-right: 5px;
}

.tab-menu a:nth-child(2) i::before,
.tab-menu a:nth-child(6) i::before {
	margin-right: 5px;
}

.tab-menu a.active i::before {
	color: var(--red-main);
}

.tab-menu a.active .link-icon,
.tab-menu a.active .link-icon::before,
.tab-menu a.active .link-icon::after {
	background-color: var(--red-main);
}

.tab-menu a.active .link-icon::before {
	color: #fff;
}

.tab-menu a .link-icon {
	max-width: 24px;
	max-height: 24px;
	border-radius: 4px;
	background-color: #000;
}

.tab-menu a .link-icon::after {
	background-color: #000;
}

.tab-menu a .link-icon::before {
	font-size: 20px;
	margin-bottom: 7px;
	margin-left: 5px;
}

.modals .login__form-name {
	color: #464341;
}

.modals .login__form-item {
	margin: 0 auto;
}

.modals .login__form-input {
	padding: 10px;
	font-size: 16px;
	background: var(--white-main);
	border: 1px solid var(--black-main);
	width: 100%;
	margin: 5px 0;
}

.modals .login__form-input:hover,
.modals .login__form-input:focus {
	border: 1px solid var(--black-main);
}

.modals .help-block {
	color: var(--red-main);
}
.modals .login__form-repair {
	font-size: 16px;

	display: block;
	margin: 15px auto;
	background: transparent;
	color: #464341;
	text-decoration: underline;
	cursor: pointer;
}

.login__form-reg {
	margin-top: 5px;
}

.modals .login__form-repair:hover {
	color: #aa0b0b;
}

.modals .modal-reset .login__form-buttons button {
	margin-top: 10px;
}

.modals .login__form-button {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-size: 20px;
	font-weight: 500;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.modals .modal-reg .login__form-button {
	margin: 10px 0;
}

.modals .modal-close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 22px;
	height: 22px;
	background-color: transparent;
	border: none;
	outline: none;
}

.modals .modal-close::before,
.modals .modal-close::after {
	content: "";
	width: 22px;
	height: 2px;
	border-radius: 4px;
	background: #5c6370;
	position: absolute;
	left: 0;
	top: 50%;
}

.modals .modal-close::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.modals .modal-close::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.modals .modal-reset .cart__policy,
.modals .modal-reg .cart__policy {
	text-align: center;
	margin-top: 10px;
}

.modals .modal-reset .cart__policy .cart__policy-link,
.modals .modal-reg .cart__policy .cart__policy-link {
	color: #aa0b0b;
	text-decoration: underline;
}

.modals .modal-reset .cart__policy .cart__policy-link:hover {
	opacity: 0.8;
}

.modals .form-password {
	position: relative;
}

.modals .form-password img {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}

.modals .form-password img:hover {
	opacity: 0.8;
}

.modals .login__form-text--title {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.modals .login__form-text--desc {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
}

.modals .login__form-text--desc a {
	color: #aa0b0b;
	text-decoration: underline;
}

.modals .login__form-text--desc a:hover {
	opacity: 0.8;
}

.modals .login__form-auth {
	margin-top: 15px;
}
.modals .modal-info .login__form-text .login__form-text--title {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
}

.modals .modal-info .login__form-text .login__form-text--desc {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.lk-user {
	text-align: right;
	font-size: 20px;
	margin-top: 20px;
}

.lk-user a {
	font-size: 20px;
}

.lk-title {
	text-align: center;
	color: var(--grey-50);
	font-weight: 600;
	line-height: 75px;
	font-size: 34px;
}

.lk-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: 4px solid #f5f6f8;
}

.lk-tab {
	border: none;
	background: none;
	font-weight: 500;
	padding: 10px 0;
	width: 25%;
	color: var(--grey-50);
	font-size: 20px;
	cursor: pointer;
}

.lk-tab__line {
	position: absolute;
	top: 100%;
	height: 4px;
	width: 25%;
	background-color: #aa0b0b;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.user-lk__content {
	padding: 25px 0px;
	display: none;
}

.user-lk__content.active {
	display: block;
}

.user-lk__content button {
	min-height: 46px;
}

.lk-content__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 3px solid #f5f6f8;
	margin-bottom: 10px;
}

.lk-list {
	color: #464341;
	width: 16%;
	text-align: center;
	font-weight: 600;
	margin-top: 16px;
	margin-bottom: 16px;
}

.lk-content__body {
	border: 3px solid #f5f6f8;
}

.lk-accordion {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	padding: 10px;
}

.lk-accordion-content {
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.lk-accordion-content.active {
	overflow: visible;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.lk-accordion-title {
	width: 16%;
	font-weight: 400;
	margin: 0px 5px;
	text-align: center;
	font-size: 16px;
}

.lk-accordion-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #aa0b0b;
}

.lk-accordion-item span {
	margin-top: 16px;
	margin-bottom: 16px;
}

.lk-price {
	white-space: nowrap;
	font-size: 20px;
}

.lk-accordion__position {
	width: 20px;
	text-align: center;
}

.lk-accordion__goods {
	width: 60%;
	font-weight: 600;
}

.lk-accordion__sum {
	width: 100%;
	text-align: right;
}

.lk-alert__success {
	display: block;
	background-color: #e0efd8;
	padding: 20px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
	color: var(--grey-50);
}

.lk-content__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.lk-form__change {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lk-form__change .form-group {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}

.user-lk__content .form-group {
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	margin: auto;
}

.change-user-name,
.change-user-phone {
	width: 100%;
	padding: 12px 16px;
	height: 48px;
	border: 2px solid #aa0b0b;
	background-color: #f5f6f8;
	font-size: 16px;
	font-weight: 500;
	color: var(--grey-50);
}
.change-user-mail {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #fff;
	background-color: #f5f6f8;
	font-size: 16px;
	font-weight: 500;
	color: var(--grey-50);
}

.change-user-name:disabled,
.change-user-phone:disabled {
	border: #fff;
}

.lk-form-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.lk-form__button {
	display: block;
	background: #aa0b0b;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 12px 16px;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.lk-form__button:disabled {
	cursor: default;
	background: #000;
	color: #fff;
}

.lk-form__pass,
.lk-form__pass-repeat {
	height: 48px;
	width: 300px;
	border: 2px solid #aa0b0b;
	padding: 12px 16px;
	font-size: 16px;
	font-weight: 400;
	color: var(--grey-50);
	margin: 10px auto;
}

.lk-button__pass {
	width: 300px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	display: block !important;
}

.lk-form__change .form-group {
	margin: 0;
}

.content-page {
	font-size: 16px;
	line-height: 24px;
}

.content-page .partners-main h2 {
	color: inherit;
	font-size: 67.68px;
	font-weight: 600;
	line-height: 103.2%;
}

.content-page .partners-main tr td {
	min-width: 500px;
	width: 50%;
	margin-top: 0;
	padding-bottom: 50px;
}

.content-page .partners-section--team tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-page .partners-section--team tr td,
.content-page .partners-boss tr td {
	min-width: 498px;
	width: 50%;
}

.contacts__form {
	background: #fff;
	border: 1.5px solid #dbe2ea;
	-webkit-box-shadow: 0px 40px 50px rgb(184 187 190 / 20%);
	box-shadow: 0px 40px 50px rgb(184 187 190 / 20%);
	padding: 15px 13px 17px 13px;
	margin-bottom: 12px;
	position: relative;
	z-index: 0;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: var(--border-0);
}

.contacts__form input {
	width: 100%;
	padding: 14px 10px 14px 16px;
	outline: none;
	border-radius: var(--border-0);
	font-family: "Gilroy", sans-serif;
	font-size: 16px;
}

.contacts__form input:focus {
	outline: 4px solid var(--grey-main);
}

.contacts__form .input__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	gap: 16px;
}

.contacts__form p {
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	width: 100%;
	margin-bottom: 15px;
}

.contacts__form input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 140%;
	max-width: 345px;
	background: var(--white-main);
	border: 1px solid var(--border-main);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: var(--border-0);
	padding: 0 10px;
	-webkit-border-radius: var(--border-0);
	-moz-border-radius: var(--border-0);
	-ms-border-radius: var(--border-0);
	-o-border-radius: var(--border-0);
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 24px;
	color: #000;
	margin-bottom: 10px;
}

.contacts__form textarea {
	padding: 7px;
	outline: none;
	background: #fff;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: var(--border-0);
	min-height: 103px;
	font-size: 14px;
	width: 100%;
	resize: none;
	margin-bottom: 7px;
	font-family: "Gilroy", sans-serif;
}

.contacts-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.contacts-content__data,
.contacts-content__map {
	width: 49%;
}

.contacts-content__map {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

footer {
	color: var(--white-main);
	margin-top: 90px;
	padding-top: 26px;
	padding-bottom: 18px;
	background: #474442;
	margin-top: auto;
}

footer .footer-bottom {
	margin-top: 68px;
	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;
}

footer .footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	width: 403px;
}

footer .footer-links {
	max-height: 110px;
	flex-wrap: wrap;
}

footer .footer-links a:hover {
	color: #fff;
}

/* footer .footer-links a:first-child {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

footer .footer-links a:nth-child(2) {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

footer .footer-links a:nth-child(3) {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

footer .footer-links a:nth-child(4) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

footer .footer-links a:nth-child(5) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

footer .footer-links a:nth-child(6) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

footer .footer-links a:last-child {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
} */

footer .branch-item .header-link i {
	color: var(--white-main);
}

footer .branch-item .rotate-text {
	opacity: 0.35;
	text-align: right;
}

.footer-rating-desktop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-rating-mobile {
	display: none;
}

.copyright {
	font-size: 14px;
	color: var(--grey-main);
	line-height: 21px;
}

.intrid {
	font: 10pt/20px Arial;
	background: var(--black-main);
	text-decoration: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 9px 0 4px;
	height: 24px;
	gap: 5px;
	border-radius: 100px;
	border: 1px solid var(--black-main);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--white-main);
	text-wrap: nowrap;
}

.intrid:hover {
	background: var(--white-main);
	color: var(--black-main);
}

.intrid:hover .fintrid-fat {
	color: var(--black-main);
}

.intrid:hover .intrid-circle {
	background: var(--black-main);
	color: var(--black-main) !important;
}

.intrid:hover .intrid-circle--in {
	background: var(--white-main);
}

.intrid-circle {
	width: 16px;
	height: 16px;
	background: var(--white-main);
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.intrid-circle--in {
	background: var(--black-main);
	width: 6px;
	height: 6px;
	border-radius: 100px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.fintrid-fat {
	font-weight: 600;
	color: var(--white-main);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-family: Arial;
}

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

.fd-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gap-38 {
	gap: 38px;
}

.gap-8 {
	gap: 8px;
}

.gap-16 {
	gap: 16px;
}

.gap-20 {
	gap: 20px;
}

.m-center {
	margin: 0 auto;
}

.min-width-160 {
	min-width: 160px;
}

.width-fit {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.gap-4 {
	gap: 8px;
}

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

.justify-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

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

.mt-auto {
	margin-top: auto;
}

.ml-auto {
	margin-left: auto;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.fz-16 {
	font-size: 16px;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 600;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.h-100 {
	height: 100%;
}

.contacts__form button,
.main-button {
	background: var(--bg-main);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	padding: 8px 18px;
	border-radius: var(--border-0);
	height: 46px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	font-weight: 600;
	font-size: 16px;
	font-family: "Gilroy", sans-serif;
}

.main-button.small-button {
	height: 32px;
}

.main-button .color-red {
	background: var(--red-main);
}

.main-button:not(.black-button) {
	border: 3px solid var(--bg-main);
	outline: 0px solid rgb(237, 237, 237);
}

.primary-button {
	position: relative;
}

.main-button.primary-button::after {
	content: "";
	position: absolute;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	background: #fff;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	border: 1px solid rgb(237, 237, 237);
	border-radius: var(--border-0);
	opacity: 0;
	z-index: -1;
}

.main-button.black-button {
	outline-color: #000;
	position: relative;
	border-color: #000;
	cursor: pointer;
}

.main-button:disabled {
	background-color: #000;
	pointer-events: none;
	border-color: #000;
}

.promo-button {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	display: block;
}

.btn-forclients {
	padding-left: 50px;
}

.contacts__form button,
.black-button {
	font-weight: 600;
	background: var(--black-main);
	color: var(--white-main);
	border: 3px solid var(--black-main);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}

.contacts__form button:after,
.black-button::after,
.gray-button::after {
	content: "";
	position: absolute;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	background: #fff;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	border: 1px solid var(--black-500);
	border-radius: var(--border-0);
	opacity: 0;
	z-index: -1;
}

.gray-button::after {
	border-color: var(--grey-main);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.gray-button {
	background-color: var(--grey-main);
	color: #fff;
	border-color: var(--grey-main) !important;
	position: relative;
}

.button-link {
	font-weight: 600;
	text-decoration: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button-link:hover {
	color: var(--white-main);
}

.link-middle {
	margin: 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 160px;
}

.link-accordion {
	margin: auto 0 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 160px;
}

:root {
	/* --red-main: #aa0b0b; */
	--red-main: #b20000;
	/* --red-main-opacity: rgba(170, 11, 11, 0.2); */
	--red-main-opacity: rgba(178, 0, 0, 0.2);
	/* --red-hover: #660707; */
	--red-hover: #990000;
	--white-main: #fff;
	--black-main: #000;
	--black-700: #000000b2;
	--black-500: #00000080;
	--grey-main: #8a8a8a;
	--grey-50: #3c3c3c;
	--green-main: #24b945;
	--border-main: #d7d5d5;
	--bg-main: #f4f4f4;
	--border-10: 10px;
	--border-0: 0;
}
.about-us {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-us__h4 {
	font-weight: 600;
	font-size: 20px;
}

@media (max-width: 600px) {
	.about-us__h4 {
		font-size: 16px;
	}
}

.about-us .accordion .accordion-item {
	height: 100%;
}

.colored-wrapper {
	background: var(--bg-main);
}

.inner-wrapper {
	max-width: 810px;
	margin-left: auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about-us__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	padding: 30px;
}

.about-us__desc p {
	font-size: 18px;
	line-height: 21.6px;
}

/* .about-us__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 0 30px;
} */

.about-us__desc h2 {
	margin-bottom: 48px;
}

.about-us__separator {
	color: var(--grey-main);
}

.accordion {
	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: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}

.accordion-content__left {
	display: flex;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.3);
	padding: 8px 12px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	color: var(--white-main);
	padding: 24px;
}

.accordion-content__left p:first-of-type {
	font-weight: 600;
	font-size: 36px;
	line-height: 43px;
	margin-bottom: 16px;
}

.accordion-content__left p:not(:first-of-type) {
	font-weight: 300;
	line-height: 20px;
	font-size: 16px;
}

.accordion-content__left p:last-of-type {
	margin-bottom: 16px;
}

.accordion-item {
	cursor: pointer;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.accordion-item .accordion-header {
	padding: 32px;
	min-height: 150px;
}

.accordion-item.open .accordion-header {
	height: 0;
}

.accordion-item .accordion-button {
	background: transparent;
	cursor: pointer;
	color: var(--white-main);
	font-weight: 600;
	font-size: 42px;
	line-height: 50px;
	text-align: left;
	font-family: "Gilroy", sans-serif;
}

.accordion-item.laminat {
	background: url("../img/accordion-bg-1.webp");
}

.accordion-item.tile {
	background: url("../img/accordion-bg-2.webp");
}

.accordion-item.parket {
	background: url("../img/accordion-bg-3.webp");
}

.accordion-item.goods {
	background: url("../img/accordion-bg-4.webp");
}

.accordion-item.terrace {
	background: url("../img/accordion-bg-5.webp");
}

.accordion-item.ecomassive {
	background: url("../img/accordion-bg-7.webp");
}

.accordion-item.open .accordion-header .accordion-button {
	opacity: 0;
}

.accordion-item .accordion-content.open + div {
	border: 2px solid red;
}

.accordion-content__right {
	background: var(--white-main);
	position: relative;
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	overflow: hidden;
}

.accordion-content__right::before {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 257px;
	height: 71px;
	-webkit-transform: rotate(270deg) translateY(62%);
	-ms-transform: rotate(270deg) translateY(62%);
	transform: rotate(270deg) translate(10%, -215%);
	background: url("../img/card-bg.svg") center no-repeat;
}

.accordion-content__right .right__title {
	color: var(--red-main);
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.accordion-content__right p:not(.right__title) {
	background: var(--bg-main);
	position: relative;
	padding: 8px 12px;
	padding-right: 25px;
	border-radius: var(--border-0);
}

.accordion-content__right p:not(.right__title)::after {
	background: var(--bg-main);
	content: "";
	position: absolute;
	top: 0;
	right: -9px;
	bottom: 0;
	width: 30px;
	-webkit-transform: skew(-6deg);
	-ms-transform: skew(-6deg);
	transform: skew(-6deg);
	border-radius: var(--border-0);
}

.accordion-content__right p:not(.right__title):nth-of-type(2) {
	width: 100%;
}

.accordion-content__right p:not(.right__title):nth-of-type(3) {
	width: 95%;
}

.accordion-content__right p:not(.right__title):nth-of-type(4) {
	width: 90%;
}
.accordion-content__right p:not(.right__title):nth-of-type(5) {
	width: 85%;
}
.accordion-content__right p:not(.right__title):nth-of-type(6) {
	width: 80%;
}
.accordion-content__right p:not(.right__title):nth-of-type(7) {
	width: 75%;
}
.accordion-content__right p:not(.right__title):nth-of-type(8) {
	width: 70%;
}

.articles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	gap: 20px;
	margin-top: 80px;
	max-height: 500px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.articles > .articles-link {
	max-width: 50%;
}

.articles-link {
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
}

.articles-link img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: var(--border-0);
	width: 100%;
}

.articles-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	width: 50%;
}

.articles-column .articles-link {
	height: 50%;
}

.articles-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: max-height 0.3s ease;
	-o-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
	max-height: 70px;
	overflow: hidden;
	padding: 26px;
	background: var(--black-500);
	color: var(--white-main);
	border-radius: var(--border-0);
}

.articles-content p {
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
}

.articles-content span {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	line-height: 21px;
}

.card-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.cards-wrapper {
	position: relative;
}

.cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 48px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.separator {
	background: var(--border-main);
	width: 100%;
	height: 2px;
}

.card {
	min-width: 220px;
	max-width: 240px;
	width: 100%;
	background: #fff;
	z-index: 1;
	position: relative;
	border-radius: var(--border-0);
	color: var(--black-700);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(16.666% - 20px);
	flex: 1 1 calc(16.666% - 20px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px;
	gap: 7px;
	border-radius: var(--border-0);
	text-align: center;
	-webkit-box-shadow: 2px 2px 4px 2px rgba(41, 31, 31, 0.1019607843);
	box-shadow: 2px 2px 4px 2px rgba(41, 31, 31, 0.1019607843);
	overflow: hidden;
}

.card:hover .cart-image img {
	scale: 1.2;
}

.card:hover::before,
.card:hover::after {
	opacity: 1;
}

.card .add-cart {
	padding: 0;
	font-family: "Gilroy", sans-serif;
	margin-top: 10px;
}

.card::before,
.card::after {
	overflow-x: hidden;
}

.card::before,
.card::after {
	opacity: 0;
	/* width: 268px; */
	width: 100%;
	height: 46px;
	content: "";
	z-index: -1;
	position: absolute;
	background: url("../img/card-bg.svg") center no-repeat;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	left: 0;
}

.card::before {
	bottom: 0;
}

.card::after {
	/* rotate: 180deg; */
	top: 0;
}

.card-title {
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	min-height: 54px;
	max-height: 100px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/* for favorite page */
.favourite-page {
	padding-bottom: 30px;
}

.favourite-page .catalog-box__right-cards {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
}

.favourite-page .catalog-box__right-cards .card {
	max-width: 100%;
}

.favourite-page .container {
	padding: 0 10px;
}

@media (max-width: 1440px) {
	.favourite-page .catalog-box__right-cards {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (max-width: 1100px) {
	.favourite-page .catalog-box__right-cards {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 850px) {
	.favourite-page .catalog-box__right-cards {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 576px) {
	.favourite-page .catalog-box__right-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 370px) {
	.favourite-page .catalog-box__right-cards {
		grid-template-columns: repeat(1, 1fr);
	}
}

.characteristics-static {
	color: var(--black-500);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.characteristics-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.characteristics {
	width: 100%;
}

.characteristics-value {
	text-align: right;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.old-price {
	text-decoration: line-through;
	color: var(--black-500);
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.characteristics-packed {
	font-size: 14px;
	line-height: 14px;
}

.new-price {
	margin-top: auto;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
}

.characteristics-result {
	font-weight: 600;
}

.characteristics-result > b {
	font-weight: 600;
}

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

.counter button:first-child {
	padding-bottom: 3px;
}

.counter-button {
	background: #f7f7f7;
	width: 30px;
	height: 30px;
	border-radius: var(--border-0);
	cursor: pointer;
	font-weight: 500;
	font-size: 21px;
	line-height: 26px;
	color: var(--black-main);
	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;
}

.counter-button:hover {
	color: var(--black-main);
	border: 1px solid var(--black-500);
}

.counter-input {
	width: 40px;
	height: calc(100% - 2px);
	text-align: center;
	border: 1px solid transparent;
	border-radius: var(--border-0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin: 0 4px;
	-moz-appearance: textfield;
	font-size: 24px;
	line-height: 30px;
}

.counter-input:focus,
.counter-input:hover {
	border-color: var(--black-main);
}

.counter-input::-webkit-outer-spin-button,
.counter-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cart-image {
	position: relative;
	border-radius: var(--border-0);
	/* serj */
	aspect-ratio: 1.6 / 1;
	overflow: hidden;
	margin-bottom: 5px;
}

.cart-image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.cart-wrapper {
	/* padding: 36px 16px 108px 16px; */
	padding-bottom: 108px;
}

.cart-wrapper h1 {
	/* font-weight: 600; */
	/* font-size: 30px; */
	/* line-height: 37px; */
	text-align: center;
	color: var(--grey-50);
	margin-bottom: 18px;
}

.cart-item {
	padding: 7px 30px 6px 8px;
	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;
	background: #ffffff;
	border: 1.5px solid #dbe2ea;
	-webkit-box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
	box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
	margin-bottom: 20px;
	border-radius: var(--border-0);
}

.cart-item:last-child {
	margin-bottom: 12px;
}

.cart-item > div:first-child {
	width: 32%;
}

.cart-item .col-goods {
	max-width: 140px;
	position: relative;
}

.cart-item > div:first-child,
.cart-item > div:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-item > div:nth-child(2) {
	width: 36%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cart-item .old-price {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: rgba(141, 131, 124, 0.5);
	margin-right: 8px;
}

.cart-item .price {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: var(--grey-50);
}

.cart-box {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.cart-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	height: 0;
	padding-bottom: 36.595%;
	margin-right: 18px;
	max-width: 165px;
	width: 100%;
}

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

.cart-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.cart-title span {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: var(--grey-50);
	word-break: break-word;
}

.cart-total-price {
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	color: var(--grey-50);
}

.cart-total-price strong {
	display: none;
}

.cart-total-price i {
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: var(--grey-50);
	font-style: normal;
}

.cart-total-price i sup {
	font-weight: normal;
}

.cart-total-price b {
	font-weight: 600;
	margin-left: 25px;
}

.cart-total-price small {
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: var(--grey-50);
	font-style: normal;
}

.del-cart {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/close.svg) no-repeat center;
	background-size: cover;
	cursor: pointer;
}

.data-client {
	background: #ffffff;
	border: 1.5px solid #dbe2ea;
	-webkit-box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
	box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
	padding: 15px 13px 17px 13px;
	margin-bottom: 12px;
	border-radius: var(--border-0);
}

.data-client:last-child {
	margin-top: 12px;
}

.data-client span {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: var(--grey-50);
	margin-bottom: 5px;
}

.data-client-inputs {
	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;
}

.data-client-inputs input {
	display: block;
	width: 33%;
	height: 40px;
	line-height: 140%;
	max-width: 345px;
	background: #ffffff;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: var(--border-0);
	padding: 0 10px;
	-webkit-border-radius: var(--border-0);
	-moz-border-radius: var(--border-0);
	-ms-border-radius: var(--border-0);
	-o-border-radius: var(--border-0);
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 24px;
	color: #000;
}

.data-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.data-cart > div {
	width: 49.5%;
	background: #ffffff;
	border: 1.5px solid #dbe2ea;
	-webkit-box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
	box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
	padding: 15px 13px 19px 13px;
	border-radius: var(--border-0);
}

.data-cart span {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: var(--grey-50);
	margin-bottom: 13px;
}

.cart-delivery,
.cart-pay {
	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;
	margin-bottom: 23px;
}

.cart-delivery label,
.cart-pay label {
	width: 47.721%;
	position: relative;
	display: block;
	cursor: pointer;
}

.cart-delivery span,
.cart-pay span {
	display: block;
	width: 100%;
	background: #ffffff;
	border: 1px solid #e4e9ef;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 4px 50px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 50px -7px rgba(0, 0, 0, 0.2);
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #464341;
	padding: 6px 0 5px 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	margin-bottom: 0;
}

.cart-delivery input,
.cart-pay input {
	position: absolute;
	left: -9999px;
	visibility: hidden;
	opacity: 0;
}

.cart-delivery span,
.cart-pay span {
	border-radius: var(--border-0);
}

.cart-delivery input:checked + span,
.cart-delivery span:hover,
.cart-pay input:checked + span,
.cart-pay span:hover {
	background: var(--black-main);
	color: var(--white-main);
}

.city-delivery {
	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;
	margin-bottom: 32px;
}

.city-delivery .nice-select {
	width: 47.721%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #dbe2ea;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 33px;
	padding-left: 9px;
	padding-right: 30px;
	padding-top: 7px;
	margin-right: 0;
	-webkit-box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
	box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
	box-sizing: border-box;
}

.city-delivery .nice-select .current {
	display: block;
	border: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #2c2738;
}

.city-delivery input {
	display: block;
	width: 47.721%;
	background: #ffffff;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
	box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
	height: 33px;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	padding: 0 16px;
	margin-bottom: 0;
}
.city-delivery input:nth-of-type(1),
.city-delivery input:nth-of-type(2) {
	background: none;
	border: none;
	box-shadow: none;
}
.city-delivery input.primary-input:nth-of-type(1):focus,
.city-delivery input.primary-input:nth-of-type(2):focus {
	outline: none;
}

.city-delivery .input-curier {
	display: none;
	width: 100%;
	background: #ffffff;
	border: 1px solid #dbe2ea;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
	box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
	height: 33px;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	padding: 0 16px;
	margin-bottom: 0;
}

.cart-summ-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.cart-summ-box b {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: var(--grey-50);
	margin-bottom: 3px;
}

.cart-summ-box span {
	font-weight: 900;
	font-size: 14px;
	line-height: 32px;
	color: var(--grey-50);
}

.cart-summ-box span i {
	font-style: normal;
}
.cart-summ-box .cart-total-summ.hidden,
.cart-summ-discount.hidden {
	display: none;
}
.cart-summ-box .cart-total-summ span,
.cart-summ-box .cart-total-summ b,
.cart-summ-box .promocode-success,
.cart-summ-discount b,
.cart-summ-discount span {
	color: var(--black-main);
}
.cart-summ-box .promocode {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	grid-column: span 3;
}
.cart-summ-box .promocode label > span {
	margin-bottom: 0;
	color: var(--black-main);
	font-weight: 400;
}

.cart-summ-box .promocode-input.primary-input {
	padding: 5px 10px;
}
.cart-summ-box .promocode-btn {
	align-self: flex-end;
	height: 31px;
	border: 1px solid var(--black-main);
	color: var(--black-main);
	border-radius: var(--border-0);
	background: none;
	padding: 0 5px;
	cursor: pointer;
	transition: all 0.2s;
}

.cart-summ-box .promocode-btn:hover {
	background-color: var(--black-main);
	color: var(--white-main);
}

.order-btn-box {
	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;
	position: relative;
	z-index: 1;
	margin-top: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px 18px;
}

.order-btn-box button {
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.btn-order {
	display: block;
	max-width: 165px;
	width: 100%;
	background: #aa0b0b;
	-webkit-box-shadow: 0px 4px 50px -14px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 50px -14px rgba(0, 0, 0, 0.2);
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #ffffff;
	padding: 7px 0 6px 0;
}

.clear-cart {
	border: 1px solid #e4e9ef;
	background: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #464341;
	padding: 6px 4px 5px 4px !important;
}
.clear-cart {
	display: block;
	margin-left: auto;
	margin-bottom: 10px;
	background: var(--bg-main) !important;
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.order-message label {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: var(--grey-50);
	margin-bottom: 4px;
}

.order-message textarea {
	padding: 7px;
	outline: none;
	background: #ffffff;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 53px;
	font-size: 14px;
	width: 100%;
	resize: none;
	margin-bottom: 7px;
	border-radius: var(--border-0);
}

.star-favorite {
	position: absolute;
	width: 0px;
	height: 0px;
	color: gold;
	z-index: 2;
}

.card-recommendation {
	background: rgba(255, 255, 255, 0.6705882353);
	position: absolute;
	left: 0;
	top: 0;
	padding: 6px 8px;
	color: var(--black-main);
	border-radius: var(--border-0);
}

.card-actions {
	z-index: 1;
	position: absolute;
	right: 6px;
	top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.card-actions button {
	background: transparent;
	position: relative;
	cursor: pointer;
	color: var(--white-main);
}

.card-actions button .icon-compare.active,
.card-actions button .icon-favorite.active {
	color: var(--red-main);
}

.card-actions button:hover {
	color: var(--red-hover);
}

.review-item {
	min-width: 228px;
	max-width: 804px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-height: 280px;
	background: var(--white-main);
	padding: 25px 30px;
	border-radius: var(--border-0);
	-webkit-box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.0509803922);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.hide-read-more {
	display: none !important;
}

.review-item p,
.review-more {
	font-size: 16px;
	line-height: 21px;
	color: var(--black-700);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.review-link {
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	margin-top: auto;
	display: block;
	color: var(--black-700);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.review-link img {
	border-radius: var(--border-0);
	margin-right: 8px;
}

.review-link:nth-child(3) {
	/* margin: 0; */
	margin: auto 0 0 auto;
}

.review-title {
	font-size: 16px;
	color: var(--black-700);
}

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

.stars .star {
	font-size: 20px;
	margin-right: 5px;
}

.stars .star.full {
	color: var(--black-main);
}

.stars .star.empty {
	color: var(--grey-main);
}

.reviews-slider {
	max-width: 1620px;
	width: 100%;
	padding-top: 50px;
}

.reviews-section {
	padding-top: 48px !important;
	width: 100%;
}

.brands-section {
	position: relative;
	width: 100%;
	padding-top: 48px !important;
	overflow: hidden;
}

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

.yandex-rating-widget {
	position: absolute;
	top: 5%;
	right: 2%;
	z-index: 1;
}

.main-slider {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

/* serj: add placeholder for main-slider */
.main-slider {
	padding-bottom: 30px !important;
	background-color: var(--white-main);
}

.main-slider .slick-dots {
	bottom: 0 !important;
}

.main-slider .slick-slide {
	position: relative;
	aspect-ratio: 2.92 / 1;
}

.main-slider .slick-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: var(--data-bg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	filter: blur(20px) brightness(120%) opacity(50%);
	user-select: none;
	pointer-events: none;
}

@media (max-width: 575px) {
	.main-slider .slick-slide {
		aspect-ratio: 1 / 1.07;
	}
}

/* serj: add fade effect, because lcp is high */

.main-slider .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.main-slide {
	display: none;
	width: 100vw;
}

.main-slide:first-child {
	display: inline-block;
}

.slick-list {
	position: relative;
}

.slider-overflow {
	overflow: hidden;
}

.reviews-slider {
	gap: 16px;
	padding: 0 100px;
}

.reviews-slider .slick-prev,
.reviews-slider .slick-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.reviews-slider .slick-prev {
	left: 5%;
}

.reviews-slider .slick-next {
	right: 0;
}

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

.slick-dots li {
	list-style: none;
	padding: 8px;
}

.slick-dots li.slick-active button {
	background: var(--black-main);
	opacity: 1;
}

.slick-dots li button {
	opacity: 0.6;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: none;
	background: var(--grey-main);
	cursor: pointer;
	font-size: 0px;
}

.slick-dots li button:hover {
	background: var(--black-main);
	opacity: 1;
}

.main-slider .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 40px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.reviews-slider {
	position: relative;
}

.reviews-slider .slick-list {
	position: relative;
	margin: 0 -10px;
	padding: 60px 0;
}

.reviews-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reviews-slider .slick-track .review-item {
	margin: 0 10px;
}

.reviews-slider .slick-dots {
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slick-arrow {
	background: var(--black-main);
	cursor: pointer;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 24px;
	color: var(--white-main);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.slick-arrow:not(.slick-disabled):hover {
	-webkit-box-shadow: inset 0 -6px 0 0 var(--grey-hover);
	box-shadow: inset 0 -6px 0 0 var(--grey-hover);
}

.slick-arrow::before {
	position: relative;
}

.slick-disabled {
	cursor: default;
	opacity: 0.5;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scrollbar-width: auto;
}

*::-webkit-scrollbar {
	width: 8px;
}

*::-webkit-scrollbar-thumb {
	background-color: var(--red-main);
	border-radius: 30px;
}

*::-moz-scrollbar {
	width: 8px;
}

*::-moz-scrollbar-thumb {
	border-radius: 30px;
	background-color: var(--red-main);
}

*::-ms-scrollbar {
	width: 8px;
}

*::-ms-scrollbar-thumb {
	width: 8px;
	border-radius: 30px;
}

img {
	height: 100%;
}

body {
	font: 400 14px/140% "Gilroy", sans-serif;
	color: var(--black-main);
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: left 70vh;
}

body::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -999999;
	background-color: rgba(255, 255, 255, 85%);
	width: 100%;
	height: 100%;
}

h1 {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.25;
	text-align: left;
	margin: 50px auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.static-page h1 {
	margin: 20px 0;
}

h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 1.25;
}

h3 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.25;
}

/* h1,
h2,
h3 {
	font-weight: 600;
	font-size: 42px;
	line-height: 50px;
} */

h1,
h3 {
	color: var(--grey-50);
}

a {
	color: inherit;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	text-decoration: underline;
	-webkit-transition: color 0.15s ease 0s;
	-o-transition: color 0.15s ease 0s;
	transition: color 0.15s ease 0s;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.container {
	margin: 0 auto;
	max-width: 1420px;
	width: 100%;
	padding: 0 16px;
}

.main-container {
	margin: 0 auto;
	max-width: 1680px;
	padding: 0 8px;
}

.main-container > .cards {
	margin-bottom: 28px;
}

.container-big {
	padding-bottom: 40px;
}

.main-container:not(.cards-wrapper) {
	margin-bottom: 20px;
}
.main-container.reviews-section + .main-container > .articles {
	margin-top: 40px;
}
.catalog-elems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
	padding: 16px 8px;
}

.partners-slider {
	margin-top: 40px;
	margin-bottom: 60px;
	min-width: 100%;
	max-width: 100%;
}

.partners-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.partners-slider .slick-list {
	margin: 0 -40px;
}

.partners-slider .slick-slide {
	text-align: center;
	margin: 0 10px;
}

.partners-slider .slick-slide img {
	margin: 0 auto;
}

.branch-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
	gap: 8px;
	width: fit-content;
	margin-left: 32px;
	overflow: hidden;
}

.branch-item--line {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px 16px;
	flex-wrap: wrap;
}

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

.gap-8 {
	gap: 8px;
}

.hover-underline {
	text-decoration: none;
}

.forclients {
	position: relative;
	margin-top: auto;
}

.forclients:hover .forclients-list {
	max-height: 300px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.forclients-list {
	position: absolute;
	overflow: hidden;
	max-height: 0;
	background: #f4f4f4;
	-webkit-box-shadow: 0px 4px 50px -14px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 50px -14px rgba(0, 0, 0, 0.5);
	padding: 0 24px;
	min-width: 214px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.forclients-list__item {
	position: relative;
	cursor: pointer;
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 300;
}

.forclients-list__item::after {
	background: #aa0b0b;
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 0;
	-webkit-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}

.forclients-list__item:hover {
	color: #aa0b0b;
}

.forclients-list__item:hover::after {
	height: 1px;
}

.map-popup {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000ad;
	z-index: 1001;
	display: none;
}

.map-popup-container {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}

.map-popup-container iframe {
	width: 90vw;
	height: 80vh;
}

.cross {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 1%;
	right: 1%;
	cursor: pointer;
}

.cross div {
	top: 50%;
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #fff;
	-webkit-transform: translate(50, -50%);
	-ms-transform: translate(50, -50%);
	transform: translate(50, -50%);
}

.cross div:first-child {
	rotate: 45deg;
}

.cross div:last-child {
	rotate: -45deg;
}

.catalog-box {
	margin: 10px 0 77px 0;
}

.catalog-box .partners-slider {
	position: relative;
	margin: 70px 0 70px auto;
	width: 73%;
}

.catalog-box .partners-slider .slick-arrow {
	z-index: 1;
	position: absolute;
	top: 0%;
}

.catalog-box .partners-slider .slick-next {
	z-index: 2;
	right: 1%;
}

.catalog-box .container:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	/* serj */
	padding: 0;
}

.cards-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 40px auto 0 auto;
	position: relative;
	font-size: 16px;
}

.cards-pagination a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	aspect-ratio: 1/ 1;
	text-decoration: none;
	border: 1px solid var(--black-main);
	background-color: var(--white-main);
	color: var(--black-main);
	margin: 0 5px;
}

.cards-pagination a:hover {
	border: 1px solid var(--black-500);
	background-color: var(--black-500);
	color: var(--black-main);
}

.cards-pagination a.active {
	border: 1px solid var(--black-main);
	background-color: var(--black-main);
	color: var(--white-main);
	text-decoration: none;
}

.catalog-box .container {
	gap: 16px;
}

.catalog-box__left {
	width: 24%;
	position: relative;
}

.catalog-box__left .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: var(--grey-50);
	margin-bottom: 10px;
}

.catalog-text-box {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 39px;
	-moz-column-gap: 39px;
	column-gap: 39px;
	margin: 30px 0;
}

.btn-filter-open {
	display: block;
	width: 19px;
	height: 19px;
	background: url(../img/filter-ico.svg) no-repeat center;
	background-size: cover;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.btn-filter-open.active {
	background: url(../img/close-white.svg) no-repeat center;
	background-size: cover;
}

.filters {
	position: relative;
	border-right: 1px solid var(--grey-main);
	/* serj */
	/* padding: 0 8px 8px 8px; */
	padding-right: 50px;
}

.filters-buttons {
	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;
	margin-top: 16px;
	gap: 10px;
}

.filters button {
	min-width: 60%;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px;
}

.filters button.sbros {
	min-width: 30%;
}

.filters button::after {
	width: 112%;
}

.filters .title {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.filters .fade-button {
	position: absolute;
	right: -25%;
	top: 50%;
	z-index: 2;
	display: none;
}

.filters .fade-button:hover {
	border: none;
	outline: none;
}

.filters .fade-button::after {
	opacity: 0 !important;
}

.title {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	line-height: 53px;
	margin-bottom: 20px;
}

.catalog-box__left .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: var(--grey-50);
	margin-bottom: 10px;
}

.cat-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -8px;
	margin-bottom: 11px;
	padding-bottom: 11px;
	border-bottom: 1px solid var(--grey-main);
}

.cat-products a {
	display: block;
	background: var(--white-main);
	-webkit-box-shadow: 0px 4px 50px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 50px -7px rgba(0, 0, 0, 0.2);
	font-weight: 500;
	font-size: 14px;
	margin: 0 4px;
	line-height: 17px;
	text-align: center;
	color: var(--grey-50);
	padding: 7px 10px 6px 9px;
	margin-bottom: 8px;
	text-decoration: none;
	border-radius: var(--border-0);
}

.cat-products a:hover {
	background: var(--black-main);
	color: var(--white-main);
}

.cat-products a.active {
	background: var(--black-main);
	color: var(--white-main);
}

.cat-products label {
	display: block;
	background: var(--white-main);
	-webkit-box-shadow: 0px 4px 50px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 50px -7px rgba(0, 0, 0, 0.2);
	font-weight: 500;
	font-size: 14px;
	margin: 0 4px;
	line-height: 17px;
	text-align: center;
	color: var(--grey-main);
	padding: 7px 10px 6px 9px;
	margin-bottom: 8px;
}

.cat-products label:hover {
	background: var(--black-main);
	color: var(--white-main);
}

.cat-products label.active {
	background: var(--black-main);
	color: var(--white-main);
}

.filter-price {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-price div {
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	width: 10px;
	height: 1px;
	background-color: var(--grey-50);
	margin: 0 10px;
}

.filter-price span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: var(--grey-50);
	margin-right: 5px;
}

.filter-price input {
	display: block;
	width: 40%;
	height: 40px;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 8px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 170%;
	font-weight: 500;
	border-radius: var(--border-0);
}

.filter-price i {
	display: block;
	margin-left: 8px;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: var(--grey-50);
	opacity: 0.6;
	font-style: normal;
}

.start-price {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.finish-price {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.price-range {
	margin-bottom: 37px;
}

.price-range input {
	width: 100%;
}

.filter-item {
	width: 100%;
	margin-bottom: 5.5px;
}

.filter-item-show {
	position: relative;
	background: #ffffff;
	border: 1px solid #dbe2ea;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
	box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
	padding: 8px 35px 6px 16px;
	cursor: pointer;
	font-weight: normal;
	font-size: 16px;
	line-height: 17px;
	color: #2c2738;
	border-radius: var(--border-0);
}

.filter-item-show::after {
	content: "";
	display: block;
	width: 16px;
	height: 9px;
	background: url(../img/label-arr.svg) no-repeat center;
	position: absolute;
	right: 16px;
	top: 10px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.filter-item-show.active::after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.filter-item-hide {
	display: none;
	margin-top: 11px;
	margin-bottom: 16px;
	max-height: 200px;
	overflow-y: auto;
}

.checkbox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding: 4.5px 0 4.5px 0;
	margin-bottom: 3px;
	-webkit-transition: height 0.2s linear, -webkit-transform 0.2s linear;
	transition: height 0.2s linear, -webkit-transform 0.2s linear;
	transition: transform 0.2s linear, height 0.2s linear;
	transition: transform 0.2s linear, height 0.2s linear,
		-webkit-transform 0.2s linear;
	-webkit-transition: transform 0.2s linear, height 0.2s linear;
	-moz-transition: transform 0.2s linear, height 0.2s linear;
	-ms-transition: transform 0.2s linear, height 0.2s linear;
	-o-transition: transform 0.2s linear, height 0.2s linear;
}

.checkbox input {
	position: absolute;
	left: -9999px;
	visibility: hidden;
	opacity: 0;
}

.checkbox b {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.checkbox input + i {
	position: relative;
	margin-left: 4px;
	display: block;
	background-color: #ffffff;
	border: 1px solid #dbe2ea;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
	box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.checkbox input + i::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/galka.svg);
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	opacity: 0;
}

.checkbox input:checked + i:after {
	opacity: 1;
}

.checkbox input:checked ~ b {
	background: #eeeeee;
}

.checkbox span {
	font-weight: normal;
	font-size: 16px;
	line-height: 17px;
	color: #756f86;
	margin-left: 8px;
}

.catalog-box__right {
	width: 72.74%;
}

.catalog-box__right .sort-desc-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 16px;
	margin-top: 0;
}

.catalog-box__right-cards {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.btn-filter-mob-wrapper {
	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;
	gap: 16px;
}

.btn-filter-mob {
	background: #474442;
	width: 100%;
	padding: 10px 16px;
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border-radius: var(--border-0);
}

.btn-filter-mob span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: var(--white-main);
}

.catalog-box__right-cards-second {
	max-width: 1030px;
	margin-left: auto;
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumbs li {
	position: relative;
	margin-right: 16px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: var(--grey-main);
	list-style: none;
}

.breadcrumbs li:after {
	content: "/";
	position: absolute;
	right: -12px;
	top: 0px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: var(--grey-main);
}

.breadcrumbs li:last-child {
	margin-right: 0;
}

.breadcrumbs li:last-child::after {
	content: none;
}

.breadcrumbs li:last-child {
	color: var(--black-main);
}

.breadcrumbs a {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: var(--grey-main);
}

.card-top .breadcrumbs {
	min-width: 480px;
}

.card-top::-webkit-scrollbar {
	display: none;
}

.card-top::-moz-scrollbar {
	display: none;
}

.card-box {
	padding: 0 0 38px 0;
}

.card-box .container {
	position: static;
}

.card-box-top {
	display: block;
	margin-bottom: 10px;
}

.card-box-top-title {
	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;
	margin-bottom: 10px;
}

.card-box-top h1,
main h1 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: left;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	color: var(--grey-50);
	margin: 0;
}

main h1 {
	line-height: 36px;
}

.sort-desc-wrapper {
	width: 100%;
	margin: 10px auto;
	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;
	/* serj */
	padding: 0;
}

main {
	padding: 0 10px !important;
}

.card-top .card-id {
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: var(--grey-50);
}

.card-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 71px;
}

.card-content__left {
	position: relative;
	width: 47.072%;
}

.card-content__left .catalog-elem-fav {
	right: 10px;
	top: 10px;
	width: 31px;
	height: 27px;
	z-index: 1;
}

.catalog-elem-fav,
.catalog-elem-compare {
	display: block;
	position: absolute;
	right: 12px;
	top: -60px;
	width: 20px;
	height: 18px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.catalog-elem-compare {
	top: 15px;
	right: 10%;
	z-index: 1;
	color: #fff;
	font-size: 26px;
}

.catalog-elem-fav::before,
.catalog-elem-compare::before {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.compare_table_wrapper {
	overflow-x: auto;
}

.compare_table td {
	padding-right: 15px;
	position: relative;
}

.compare_table td img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.compare_table td > img {
	height: 200px;
}
.compare_table tr td:not(:first-child) {
	padding-left: 15px;
}

.compare_table tr:not(:first-child) td:not(:first-child) {
	text-align: center;
}

.compare_table tr td {
	max-width: 250px;
	min-width: 250px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.compare_table tr td:first-child {
	min-width: 170px;
}

.compare_table tr td:first-child .logo_table {
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare_table tr td:first-child .logo_table img {
	max-width: 150px;
	max-height: 150px;
}

.compare_table tr:nth-child(2n + 1) {
	background-color: var(--bg-main);
}

.compare-elem-com {
	position: absolute;
	top: 10px;
	right: 20px;
	text-decoration: none;
	cursor: pointer;
}

.compare-elem-com::before {
	color: var(--red-main) !important;
	font-size: 22px;
}

.catalog-elem-fav::before {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	content: "";
	background: url(../img/heart-white.svg) no-repeat center;
}

.catalog-elem-compare.active {
	color: var(--red-main);
}

.catalog-elem-fav::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(../img/heart.svg) no-repeat center;
	opacity: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.catalog-elem-fav.active::before {
	opacity: 0;
}

.catalog-elem-fav.active::after {
	opacity: 1;
}

.card-content__left .catalog-elem-fav::after,
.card-content__left .catalog-elem-fav::before {
	background-size: contain;
}

.card-slider-big {
	position: relative;
	margin-bottom: 15px;
}

.card-slider-big.catalog-elem--recom::after {
	display: block;
	position: absolute;
	left: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	top: 21px;
	padding: 11px 25px 10px 24px;
}

.card-slider-big-item a {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 71.408%;
	outline: none;
}

.card-slider-big-item img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.catalog-elem--recom::after {
	content: "Рекомендуем";
	position: absolute;
	top: 7px;
	left: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	color: #000000;
	background: #ffffff;
	padding: 7px 15px 6px 16px;
}

.card-slider-thumbs .slick-prev,
.card-slider-thumbs .slick-next {
	background-color: #aa0b0b;
	z-index: 2;
	width: 40px;
	height: 40px;
}

.card-slider-thumbs .slick-arrow:hover {
	background-color: #000;
	opacity: 1;
}

.card-slider-thumbs .slick-arrow::before {
	top: -5%;
	translate: -50% -50%;
}

.card-slider-thumbs .slick-next::after {
	background: url(../img/small-next.svg) no-repeat center;
	background-size: 29%;
	right: -2px;
	margin: auto;
}

.card-slider-thumbs .slick-prev::after {
	background: url(../img/small-prev.svg) no-repeat center;
	background-size: 29%;
	left: 0px;
	margin: auto;
}

.card-slider-thumbs .slick-prev {
	left: -8px;
}

.card-slider-thumbs .slick-next {
	right: -12px;
}

.card-slider-thumbs-item {
	max-width: 165px;
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 124px;
	margin: 0 2.5px;
	outline: none;
	cursor: pointer;
}

.card-slider-thumbs-item img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.card-content__right {
	width: 50%;
}

.card-brand-rait {
	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;
	margin-bottom: 15px;
}

.card-brand-rait .rating-area {
	pointer-events: none;
}

.brand {
	max-width: 125px;
}

.raiting {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.raiting a {
	display: block;
	margin-right: 8px;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: rgba(71, 68, 66, 0.4);
}

.rating-area {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rating-area:not(:checked) > input {
	display: none !important;
}

.rating-area:not(:checked) > label {
	position: relative;
	display: block;
	height: 14px;
	padding: 0 1.1px;
	cursor: pointer;
	width: 14px;
	background: url(../img/rait.svg) no-repeat center;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.rating-area > input:checked ~ label {
	background: url(../img/rait-active.svg) no-repeat center;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	background: url(../img/rait-active.svg) no-repeat center;
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	background: url(../img/rait-active.svg) no-repeat center;
}

.card-brand-rait .rating-area {
	pointer-events: none;
}

.card-properties {
	margin-bottom: 20px;
	width: 50%;
}

.card-properties-item {
	position: relative;
	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;
}

.card-properties-item::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 2px;
	border-bottom: 1.5px dotted #9d9a97;
	z-index: -1;
}

.card-properties-item span {
	position: relative;
	z-index: 1;
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #808080;
	background: #fff;
	padding-right: 5px;
}

.card-properties-item b {
	position: relative;
	z-index: 1;
	display: block;
	font-weight: 500;
	font-size: 16px;
	background: #fff;
	line-height: 30px;
	color: #000000;
	padding-left: 15px;
}

.card-properties-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
}

.card-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.card-tags span {
	display: block;
	margin-right: 8px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #464341;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 50px -8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 50px -8px rgba(0, 0, 0, 0.2);
	padding: 8px 9px 5px 9px;
	margin-bottom: 10px;
}

.card-tags span:last-child {
	margin-right: 0;
}

.card-order {
	padding: 10px 12px 10px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.card-order .old-price {
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: var(--grey-main);
	margin-right: 10px;
}

.card-order .price {
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: var(--grey-50);
}

.card-order button {
	display: block;
	width: 90%;
	text-align: center;
	padding: 0;
	background: var(--black-main);
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: var(--white-main);
	margin: auto;
}

.card-order button::after {
	height: 136%;
	width: 111%;
}

.quantity-button {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.card-order .quantity-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 6px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: var(--border-0);
	-webkit-border-radius: var(--border-0);
	-moz-border-radius: var(--border-0);
	-ms-border-radius: var(--border-0);
	-o-border-radius: var(--border-0);
	background: #f7f7f7;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: var(--black-main);
}

.number-minus {
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	width: 20px;
	padding: 0;
	display: block;
	text-align: center;
	border: none;
	font-weight: 900;
	font-size: 18px;
	line-height: 32px;
	color: var(--grey-50);
	background: transparent;
}

.number-plus {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 20px;
	padding: 0;
	display: block;
	text-align: center;
	border: none;
	font-weight: 900;
	font-size: 18px;
	line-height: 32px;
	color: var(--grey-50);
	background: transparent;
}
.cart-item .quantity-button.number-minus,
.cart-item .quantity-button.number-plus {
	width: 42px;
	height: 42px;
	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;
	border-radius: var(--border-0);
	background: #f7f7f7;
}
.quantity-button.number-minus:hover,
.quantity-button.number-plus:hover {
	color: var(--black-main);
	border: 1px solid var(--black-main);
}

.cart-items
	.number
	input[type="number"].quantity-num.cart-variant--quantity_input {
	background: none;
}
.card-order .number-plus {
	right: -1px;
}

.card-order .number-minus {
	left: -2px;
}

.card-order .number {
	width: 96px;
	position: relative;
}

.card-order .col-goods span {
	text-align: center;
	margin: 4px 0 10px 0;
}

.col-goods span {
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: var(--grey-50);
	text-align: center;
}

.card-order .number input[type="number"] {
	font-size: 20px;
	font-weight: 500;
}

.number input[type="number"] {
	display: block;
	height: 42px;
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: var(--grey-50);
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: none;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}

.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
	display: none;
}

.card-order .col-goods {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	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;
}

.card-order .price-box {
	margin-right: 8px;
}

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

.card-form .price-box {
	position: relative;
}

.price-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.old-price {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #8d837c;
	margin-right: 5px;
}

.price {
	font-weight: 800;
	font-size: 20px;
	line-height: 25px;
	color: var(--grey-50);
}

.price i {
	font-size: 24px;
	font-style: normal;
}

.col-goods span {
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: var(--grey-50);
	text-align: center;
}

.card-total-price {
	position: relative;
	font-weight: 500;
	text-align: right;
	font-size: 16px;
	line-height: 32px;
	color: var(--grey-50);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.card-total-price i {
	font-style: normal;
}

.card-total-price b {
	font-weight: 600;
}

.card-total-price div {
	text-align: center;
}

.product-order-box {
	position: static;
	max-width: 146px;
	width: 100%;
}

.product-order {
	position: relative;
	color: #000;
}

.card-ex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
	-webkit-box-align: space-between;
	-ms-flex-align: space-between;
	align-items: center;
	padding-top: 11px;
}

.card-ex__item {
	margin-right: 25px;
	padding: 10px 0 10px 42px;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: var(--grey-50);
	width: 100%;
	max-width: 200px;
}

.card-ex__item:last-child {
	margin-right: 0;
}

.ico-ex1 {
	background: url(../img/ex-ico1.svg) no-repeat left center;
}

.ico-ex1 a {
	text-decoration: underline;
}

.ico-ex1 a:hover {
	text-decoration: none;
}

.ico-ex2 {
	background: url(../img/ex-ico2.svg) no-repeat left center;
}

.ico-ex3 {
	max-width: 85px;
	background: url(../img/ex-ico3.svg) no-repeat left center;
}

.card-payed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-payed span {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	color: var(--grey-50);
	display: block;
	margin-right: 15px;
}

.payed-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.payed-items img {
	margin-right: 11px;
}

.payed-items img:last-child {
	margin-right: 0;
}

.card-text {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 39px;
	-moz-column-gap: 39px;
	column-gap: 39px;
}

.card-text p {
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}

.card-recom {
	padding: 16px;
}

.cards-slider {
	gap: 10px !important;
	padding: 20px;
}

.cards-slider .slick-track {
	padding: 10px;
}

.cards-slider .card {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin: 0 10px;
}

.cards-slider .slick-arrow {
	top: 50% !important;
}

.cards-slider .slick-next {
	right: -15px;
}

.cards-slider .slick-prev {
	left: -20px;
}

.cards-slider .slick-arrow::before {
	top: 0;
}

.card-recom h3 {
	margin-top: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	color: var(--grey-50);
	margin-bottom: 36px;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.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-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
		url("./fonts/slick.woff") format("woff"),
		url("./fonts/slick.ttf") format("truetype"),
		url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0px;
	z-index: 1;
	font-size: 0px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}
.slick-prev::before {
	content: "←";
}
[dir="rtl"] .slick-prev::before {
	content: "→";
}
.slick-next {
	right: -25px;
}
[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}
.slick-next::before {
	content: "→";
}
[dir="rtl"] .slick-next::before {
	content: "←";
}

.sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	max-width: 163px;
}

.sort span {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: var(--grey-50);
}

.sort .nice-select {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 2px;
	height: 56px;
	border-radius: var(--border-0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 38px;
	max-width: 152px;
}

.sort .nice-select .list {
	max-width: 100%;
	min-width: 100%;
}

.sort .nice-select .current {
	display: block;
	border: none;
	font-weight: normal;
	line-height: 17px;
	color: var(--grey-50);
}

.fancybox-active {
	height: auto;
}
.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}
.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}
.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	-o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	-o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	-o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	-o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}
.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fancybox-toolbar {
	right: 0;
	top: 0;
}
.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}
.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}
.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}
.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}
.fancybox-slide--image::before {
	display: none;
}
.fancybox-slide--html {
	padding: 6px;
}
.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
	cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}
.fancybox-spaceball {
	z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}
.fancybox-slide--video .fancybox-content {
	background: #000;
}
.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}
.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}
.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}
.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: var(--border-0);
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}
.fancybox-button:hover {
	color: #fff;
}
.fancybox-button:focus {
	outline: none;
}
.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}
.fancybox-button div {
	height: 100%;
}
.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}
.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}
.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: var(--border-0);
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}
.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}
.fancybox-navigation .fancybox-button div {
	padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}
.fancybox-caption {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.85)),
		color-stop(50%, rgba(0, 0, 0, 0.3)),
		color-stop(65%, rgba(0, 0, 0, 0.15)),
		color-stop(75.5%, rgba(0, 0, 0, 0.075)),
		color-stop(82.85%, rgba(0, 0, 0, 0.037)),
		color-stop(88%, rgba(0, 0, 0, 0.019)),
		to(rgba(0, 0, 0, 0))
	);
	background: -o-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0.85) 0%,
		rgba(0, 0, 0, 0.3) 50%,
		rgba(0, 0, 0, 0.15) 65%,
		rgba(0, 0, 0, 0.075) 75.5%,
		rgba(0, 0, 0, 0.037) 82.85%,
		rgba(0, 0, 0, 0.019) 88%,
		rgba(0, 0, 0, 0) 100%
	);
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.85) 0%,
		rgba(0, 0, 0, 0.3) 50%,
		rgba(0, 0, 0, 0.15) 65%,
		rgba(0, 0, 0, 0.075) 75.5%,
		rgba(0, 0, 0, 0.037) 82.85%,
		rgba(0, 0, 0, 0.019) 88%,
		rgba(0, 0, 0, 0) 100%
	);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}
.fancybox-caption--separate {
	margin-top: -50px;
}
.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}
.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}
.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	.fancybox-slide--image {
		padding: 6px 0;
	}
	.fancybox-close-small {
		right: -6px;
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}
.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.fancybox-share p {
	margin: 0;
	padding: 0;
}
.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}
.fancybox-share__button:hover {
	text-decoration: none;
}
.fancybox-share__button--fb {
	background: #3b5998;
}
.fancybox-share__button--fb:hover {
	background: #344e86;
}
.fancybox-share__button--pt {
	background: #bd081d;
}
.fancybox-share__button--pt:hover {
	background: #aa0719;
}
.fancybox-share__button--tw {
	background: #1da1f2;
}
.fancybox-share__button--tw:hover {
	background: #0d95e8;
}
.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}
.fancybox-share__button svg path {
	fill: #fff;
}
.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: var(--border-0);
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}
.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}
.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: var(--border-0);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: var(--border-0);
}
.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}
.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
	opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	display: block;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
	cursor: pointer;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999;
}

.nice-select.open:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cccccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 14px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	min-width: 150px;
	max-width: 250px;
	background-color: var(--white-main);
	border-radius: var(--border-0);
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
		opacity 0.15s ease-out;
	-o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
		opacity 0.15s ease-out;
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
		opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 10px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.nice-select .current {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: var(--grey-50);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 10px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: 600;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}

.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}

.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}

.irs-handle {
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
	z-index: 1;
}

.irs-handle.type_last {
	z-index: 2;
}

.irs-min,
.irs-max {
	position: absolute;
	display: block;
	cursor: default;
}

.irs-min {
	left: 0;
}

.irs-max {
	right: 0;
}

.irs-from,
.irs-to,
.irs-single {
	position: absolute;
	display: block;
	top: 39px;
	left: 0;
	cursor: default;
	white-space: nowrap;
}

.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.irs-with-grid .irs-grid {
	display: block;
}

.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}

.irs-grid-pol.small {
	height: 4px;
}

.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000;
}

.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: rgba(0, 0, 0, 0);
	z-index: 2;
}

.lt-ie9 .irs-disable-mask {
	background: #000;
	filter: alpha(opacity=0);
	cursor: not-allowed;
}

.irs-disabled {
	opacity: 0.4;
}

.price-range input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}

.irs--flat {
	height: 40px;
}

.irs--flat.irs-with-grid {
	height: 60px;
}

.irs--flat .irs-line {
	top: 25px;
	height: 3px;
	background: #dbe2ea;
	border-radius: 2px;
}

.irs--flat .irs-bar {
	top: 25px;
	height: 3px;
	background-color: var(--black-main);
}

.irs--flat .irs-bar--single {
	border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
	height: 1px;
	bottom: 16px;
	background-color: var(--grey-main);
}

.irs--flat .irs-handle {
	top: 15px;
	width: 22px;
	height: 22px;
	background: #ffffff;
	border: 1px solid #dbe2ea;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.2);
	box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.2);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
}

.irs--flat .irs-handle > i:first-child {
	position: absolute;
	display: none;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
	background-color: #a43540;
}

.irs--flat .irs-handle > i {
	display: none;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
	display: none;
	top: 0;
	padding: 1px 3px;
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	background-color: #e1e4e9;
	border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
	color: white;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: var(--grey-50);
	padding: 1px 5px;
}

.irs--flat .irs-grid-pol {
	background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
	color: #999;
}

.irs--big {
	height: 55px;
}

.irs--big.irs-with-grid {
	height: 70px;
}

.irs--big .irs-line {
	top: 33px;
	height: 12px;
	background-color: white;
	background: -o-linear-gradient(top, #ddd -50%, white 150%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-50%, #ddd),
		color-stop(150%, white)
	);
	background: linear-gradient(to bottom, #ddd -50%, white 150%);
	border: 1px solid #ccc;
	border-radius: 12px;
}

.irs--big .irs-bar {
	top: 33px;
	height: 12px;
	background-color: #92bce0;
	border: 1px solid #428bca;
	background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ffffff),
		color-stop(30%, #428bca),
		to(#b9d4ec)
	);
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#428bca 30%,
		#b9d4ec 100%
	);
	-webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
	border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
	height: 1px;
	bottom: 16px;
	background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
	top: 25px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: #cbcfd5;
	background: -o-linear-gradient(top, white 0%, #b4b9be 30%, white 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(white),
		color-stop(30%, #b4b9be),
		to(white)
	);
	background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
	border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
	border-color: rgba(0, 0, 0, 0.45);
	background-color: #939ba7;
	background: -o-linear-gradient(top, white 0%, #919ba5 30%, white 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(white),
		color-stop(30%, #919ba5),
		to(white)
	);
	background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
	top: 0;
	padding: 1px 5px;
	color: white;
	text-shadow: none;
	background-color: #9f9f9f;
	border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
	color: white;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #428bca;
	background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#428bca),
		to(#3071a9)
	);
	background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
	border-radius: 3px;
}

.irs--big .irs-grid-pol {
	background-color: #428bca;
}

.irs--big .irs-grid-text {
	color: #428bca;
}

.irs--modern {
	height: 55px;
}

.irs--modern.irs-with-grid {
	height: 55px;
}

.irs--modern .irs-line {
	top: 25px;
	height: 5px;
	background-color: #d1d6e0;
	background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#e0e4ea),
		to(#d1d6e0)
	);
	background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
	border: 1px solid #a3adc1;
	border-bottom-width: 0;
	border-radius: 5px;
}

.irs--modern .irs-bar {
	top: 25px;
	height: 5px;
	background: #20b426;
	background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#20b426),
		to(#18891d)
	);
	background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
	border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
	height: 1px;
	bottom: 21px;
	background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
	top: 37px;
	width: 12px;
	height: 13px;
	border: 1px solid #a3adc1;
	border-top-width: 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
	position: absolute;
	display: block;
	top: -4px;
	left: 1px;
	width: 6px;
	height: 6px;
	border: 1px solid #a3adc1;
	background: white;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 10px;
	height: 12px;
	background: #e9e6e6;
	background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(white),
		to(#e9e6e6)
	);
	background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
	border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 3px;
	left: 3px;
	width: 4px;
	height: 5px;
	border-left: 1px solid #a3adc1;
	border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
	border-color: #7685a2;
	background: #c3c7cd;
	background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ffffff),
		color-stop(30%, #919ba5),
		to(#ffffff)
	);
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#919ba5 30%,
		#ffffff 100%
	);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
	border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
	border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
	top: 0;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	color: white;
	background-color: #d1d6e0;
	border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #20b426;
	color: white;
	border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #20b426;
}

.irs--modern .irs-grid {
	height: 25px;
}

.irs--modern .irs-grid-pol {
	background-color: #dedede;
}

.irs--modern .irs-grid-text {
	color: silver;
	font-size: 13px;
}

.irs--sharp {
	height: 50px;
	font-size: 12px;
	line-height: 1;
}

.irs--sharp.irs-with-grid {
	height: 57px;
}

.irs--sharp .irs-line {
	top: 30px;
	height: 2px;
	background-color: black;
	border-radius: 2px;
}

.irs--sharp .irs-bar {
	top: 30px;
	height: 2px;
	background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
	border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
	height: 1px;
	bottom: 21px;
	background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
	top: 25px;
	width: 10px;
	height: 10px;
	background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
	background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
	border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
	color: white;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 4px;
	opacity: 0.4;
	background-color: #a804b2;
	border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 4px;
	background-color: #a804b2;
	color: white;
	border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
	height: 25px;
}

.irs--sharp .irs-grid-pol {
	background-color: #dedede;
}

.irs--sharp .irs-grid-text {
	color: silver;
	font-size: 13px;
}

.irs--round {
	height: 50px;
}

.irs--round.irs-with-grid {
	height: 65px;
}

.irs--round .irs-line {
	top: 36px;
	height: 4px;
	background-color: #dee4ec;
	border-radius: 4px;
}

.irs--round .irs-bar {
	top: 36px;
	height: 4px;
	background-color: #006cfa;
}

.irs--round .irs-bar--single {
	border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
	height: 4px;
	bottom: 21px;
	background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
	top: 26px;
	width: 24px;
	height: 24px;
	border: 4px solid #006cfa;
	background-color: white;
	border-radius: 24px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
	background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
	color: #333;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: #006cfa;
	color: white;
	border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #006cfa;
}

.irs--round .irs-grid {
	height: 25px;
}

.irs--round .irs-grid-pol {
	background-color: #dedede;
}

.irs--round .irs-grid-text {
	color: silver;
	font-size: 13px;
}

.irs--square {
	height: 50px;
}

.irs--square.irs-with-grid {
	height: 60px;
}

.irs--square .irs-line {
	top: 31px;
	height: 4px;
	background-color: #dedede;
}

.irs--square .irs-bar {
	top: 31px;
	height: 4px;
	background-color: black;
}

.irs--square .irs-shadow {
	height: 2px;
	bottom: 21px;
	background-color: #dedede;
}

.irs--square .irs-handle {
	top: 25px;
	width: 16px;
	height: 16px;
	border: 3px solid black;
	background-color: white;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
	background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
	color: #333;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: black;
	color: white;
}

.irs--square .irs-grid {
	height: 25px;
}

.irs--square .irs-grid-pol {
	background-color: #dedede;
}

.irs--square .irs-grid-text {
	color: silver;
	font-size: 11px;
}

@media screen and (max-width: 1500px) {
	.catalog-box__left {
		width: 30%;
	}

	.catalog-box__right {
		width: 100%;
	}

	.filter-price::after {
		left: 29.9%;
	}

	.filter-price::after {
		left: 29.9%;
	}

	.card-slider-thumbs-item {
		max-width: 129.2px;
	}

	.card-order .price-box {
		width: 20%;
	}

	.card-total-price {
		padding: 0 10px;
	}

	.card-total-price b,
	.card-total-price i {
		font-size: 18px;
	}

	.card-ex__item {
		margin-right: 20px;
		width: 30%;
	}

	.catalog-box__right-cards-second {
		width: 73%;
		margin-left: auto;
	}
}

@media (min-width: 1317px) and (max-width: 1500px) {
	.catalog-box__left {
		width: 35%;
	}
}

@media (min-width: 1200px) and (max-width: 1317px) {
	.catalog-box__left {
		width: 60%;
	}
}

@media (min-width: 1000px) and (max-width: 1200px) {
	.catalog-box__left {
		width: 50%;
	}
}

@supports (-webkit-appearance: none) {
	.accordion-item.laminat {
		background: url("../img/accordion-bg-1.webp") center;
	}

	.accordion-item.tile {
		background: url("../img/accordion-bg-2.webp") center;
	}

	.accordion-item.parket {
		background: url("../img/accordion-bg-3.webp") center;
	}

	.accordion-item.goods {
		background: url("../img/accordion-bg-4.webp") center;
	}

	.accordion-content__right::before {
		background: url("../img/card-bg.svg") center no-repeat;
	}
}

.modals .modal-login.show,
.modals .modal-info.show,
.modals .modal-promo.show,
.modals .modal-reset.show,
.modals .modal-reg.show,
.modals .modal-success.show {
	display: block;
	width: 100%;
	position: fixed;
	max-width: 900px;
	padding: 20px 13%;
	background-color: #fff;
	top: 20%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.modals .modal-login,
.modals .default,
.modals .modal-info,
.modals .modal-promo,
.modals .modal-reset,
.modals .modal-reg,
.modals .modal-success {
	display: none;
}

@media screen and (max-width: 1640px) {
	.information-item {
		width: 18.7%;
	}
}

@media (max-width: 1400px) {
	.information-item {
		width: 30%;
		max-width: initial;
		margin: 0 15px 30px 15px;
	}

	.information-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 998px) {
	.modals .modal-login.show,
	.modals .default.show,
	.modals .modal-reset.show,
	.modals .modal-reg.show,
	.modals .modal-success.show {
		padding: 10px 20px;
	}

	.modals .modal-reg.show .login__form-input {
		margin-bottom: 5px;
	}
	.cart-title:hover span {
		text-decoration: none;
	}
	.hover-underline:hover {
		text-decoration: underline;
	}

	.breadcrumbs a:hover {
		text-decoration: underline;
	}

	.card-slider-thumbs .slick-prev:hover,
	.card-slider-thumbs .slick-next:hover {
		opacity: 0.8;
	}

	.raiting a:hover {
		text-decoration: none;
	}

	.main-button:not(.black-button):hover {
		border-color: #fff;
		outline: 1px solid rgb(237, 237, 237);
	}
	.main-button.primary-button:hover::after {
		opacity: 1;
	}

	.contacts__form button:hover,
	.black-button:hover {
		outline: 1px solid var(--black-main);
		border-color: #fff;
	}

	.gray-button:hover {
		outline: 1px solid var(--grey-main) !important;
		border-color: #fff !important;
	}

	.modals .modal-reg.show .login__form-input {
		margin-bottom: 5px;
	}

	.contacts__form button:hover::after,
	.black-button:hover::after {
		opacity: 1;
	}

	.gray-button:hover::after {
		opacity: 0.5;
	}

	.catalog-elem-fav:hover::before {
		opacity: 0;
	}

	.catalog-elem-fav:hover::after {
		opacity: 1;
	}

	.card-order .quantity-button:hover {
		border: 1px solid var(--black-main);
	}

	@supports (-webkit-appearance: none) {
	}
}

@media (max-width: 1240px) {
	.articles-content p {
		font-size: 22px;
	}

	.content-page .partners-main h2 {
		font-size: 46px;
	}
}
@media (max-width: 1200px) {
	.header-bottom {
		gap: 16px;
	}

	@supports (-webkit-appearance: none) {
	}

	.main-slider .slick-dots {
		bottom: 20px;
	}

	.about-us {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-us__desc .inner-wrapper {
		margin: 48px auto;
	}

	.card {
		min-width: 190px;
	}

	.yandex-rating-widget {
		width: 180px;
	}

	.cards-wrapper::before {
		background-size: cover;
	}

	.card-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.card-content__left .catalog-elem-fav {
		right: 22%;
		top: 15px;
		z-index: 5;
	}

	.card-content__left {
		width: 100%;
	}

	.card-content__right {
		width: 100%;
	}

	.card-properties-row {
		margin-top: 20px;
	}

	.card-properties {
		width: 100%;
	}

	.card-slider-big {
		width: 60%;
		margin: 0 auto;
		margin-bottom: 15px;
		-webkit-transform: translateX(-4px);
		-ms-transform: translateX(-4px);
		transform: translateX(-4px);
	}

	.card-slider-thumbs {
		width: calc(60% + 5px);
		margin: 0 auto 20px auto;
		transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
		-moz-transform: translateX(-5px);
		-ms-transform: translateX(-5px);
		-o-transform: translateX(-5px);
	}

	.card-slider-thumbs .slick-prev {
		left: -10px;
	}

	.card-slider-thumbs-item {
		max-width: initial;
		width: 24%;
		margin: 0 3.5px;
		padding-bottom: 6.7768%;
	}

	.filters {
		padding-right: 16px;
	}

	.catalog-box .container:first-child {
		padding: 0;
	}

	.sort-desc-wrapper {
		padding: 0;
	}

	.ico-ex3 {
		max-width: 200px;
	}

	.card-ex {
		padding-top: 20px;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.price-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.card-form {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.card-content {
		margin-bottom: 20px;
	}

	.catalog-elem-compare {
		top: 20px;
		right: 27%;
	}

	.content-page .partners-offer p {
		font-size: 46px !important;
	}
}

@media (max-width: 1130px) {
	.catalog-popular {
		padding: 16px;
	}

	.catalog-category {
		max-width: 358px;
		-moz-max-width: 358px;
	}

	.tub-brans {
		max-height: -webkit-fit-content;
		max-height: fit-content;
		-moz-max-height: -moz-fit-content;
	}

	.catalog-brands {
		width: 192px;
		padding: 16px;
	}
}

@media screen and (max-width: 1100px) {
	.cart-summ-box b {
		font-size: 14px;
	}
	.content-page .partners-main tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.content-page .partners-main tr td {
		width: 100%;
	}
	.content-page .partners-main tr td img {
		max-height: 500px;
	}
}

@media screen and (max-width: 1024px) {
	.card-slider-big-item a {
		pointer-events: none;
	}
}

@media (max-width: 998px) {
	.data-cart {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.data-cart > div {
		width: 100%;
		margin-bottom: 16px;
	}

	.cart-item > div:first-child {
		width: 35%;
	}

	.cart-summ-box b {
		font-size: 16px;
	}

	.cart {
		margin-right: 18px;
		padding: 3px 0;
		padding-right: 23px;
		border-right: 1px solid #bebbb7;
	}

	.accordion-item .accordion-button {
		font-size: 32px;
		line-height: 43.57px;
	}
	.header-link--icon {
		padding-right: 0px;
	}

	.header-link--icon .header-link--text {
		display: none;
	}

	.header-link {
		font-size: 14px;
		line-height: 16px;
	}

	.worktime {
		max-width: 190px;
	}

	.branch-content {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.actions {
		gap: 8px;
	}

	.actions a {
		width: 36px;
		height: 36px;
	}

	.btn-catalog {
		height: 36px;
	}

	.link-icon {
		width: 36px;
		height: 36px;
	}

	.search-label .search-label--link {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 36px;
	}

	.primary-input {
		padding: 10px 10px 10px 16px;
	}

	.icon-cart {
		white-space: nowrap;
		font-size: 14px;
	}

	.icon-cart::before {
		font-size: 20px;
	}

	.branch-item {
		margin-left: 16px;
	}

	.btn-forclients span:nth-child(2) {
		top: 5px;
	}

	.btn-forclients span:nth-child(3) {
		top: 12px;
	}

	.btn-forclients span:nth-child(4) {
		top: 19px;
	}

	.btn-forclients.open span:nth-child(2),
	.btn-forclients.open span:nth-child(4) {
		top: 13px;
	}

	.main-button {
		padding: 10px 12px;
		height: 36px;
	}

	.btn-forclients {
		padding-left: 36px;
	}

	.about-us__desc {
		padding: 24px;
	}

	.articles-content {
		max-height: 150px !important;
	}

	.catalog-box__left {
		width: 28%;
	}

	.catalog-box__right {
		width: 68%;
	}

	.catalog-box__right .sort-desc-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 16px;
		margin-top: 0;
	}

	.filter-price::after {
		left: 117px;
	}

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

	.catalog-box__left,
	.catalog-box__right {
		width: 100%;
	}

	.price-range {
		max-width: 100%;
	}

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

	.filters {
		display: none;
	}

	.btn-filter-mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.card-slider-big.catalog-elem--recom::after {
		font-weight: normal;
		font-size: 14px;
		line-height: 17px;
		padding: 7px 10px 7px 10px;
	}

	.card-slider-thumbs .slick-prev:active,
	.card-slider-thumbs .slick-next:active {
		opacity: 0.8;
	}

	.card-order button:hover {
		background: #aa0b0b;
	}

	.card-order button:active {
		background: var(--black-main);
	}

	.catalog-box__right-cards-second {
		width: 100%;
		margin: auto;
	}

	.catalog-box .partners-slider {
		width: 100%;
	}

	.breadcrumbs {
		margin-bottom: 0;
	}

	.catalog-box {
		margin-top: 0;
	}

	.filters {
		padding: 8px;
		border: 1px solid var(--grey-main);
		border-radius: var(--border-0);
		margin-top: 20px;
		border-radius: 20p;
	}

	.filters button {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.catalog-box .container:first-child {
		padding: 0;
	}

	.btn-filter-mob-wrapper {
		margin-top: 10px;
	}

	.sort .nice-select {
		height: 44px;
	}

	.filters .fade-button {
		display: none !important;
	}

	.information-item:active {
		-webkit-box-shadow: 0px 4px 50px -14px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 4px 50px -14px rgba(0, 0, 0, 0.5);
		transform: translateY(-8px);
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
	}

	.content-page .partners-section--team tr,
	.content-page .partners-boss tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.content-page .partners-section--team tr td,
	.content-page .partners-boss tr td {
		width: 100%;
		min-width: unset;
	}

	.content-page .partners-main tr td {
		min-width: unset;
	}

	.content-page .partners-section--team tr td img {
		max-height: 500px;
	}

	.content-page .partners-main tr td img {
		min-width: unset !important;
	}

	@supports (-webkit-appearance: none) {
	}
}

@media (max-width: 930px) {
	.articles {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 790px;
		gap: 11px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.articles .articles-link {
		max-width: 100%;
		width: 100%;
		height: 245px;
		overflow: visible;
	}

	.articles-column {
		width: 100%;
	}
}

@media (max-width: 835px) {
	.card-content__left .catalog-elem-fav {
		right: 15px;
	}

	.catalog-elem-compare {
		right: 70px;
	}

	.card-slider-big {
		width: 100%;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
	}

	.card-slider-thumbs {
		width: calc(100% + 5px);
		transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
		-moz-transform: translateX(-5px);
		-ms-transform: translateX(-5px);
		-o-transform: translateX(-5px);
	}

	.card-slider-thumbs .slick-prev {
		left: -5px;
	}

	.card-slider-thumbs .slick-next {
		right: -8px;
	}

	.card-ex__item {
		width: 32%;
		margin-right: 10px;
		margin-bottom: 0;
	}

	.card-ex__item:last-child {
		margin-bottom: 0;
	}

	.cards-slider {
		padding: 0;
	}

	.card-recom {
		padding: 16px 0;
	}
}

@media screen and (max-width: 800px) {
	.lk-tab {
		font-size: 13px;
	}
	.lk-list,
	.lk-accordion-title {
		font-size: 14px;
	}

	.lk-content__body {
		overflow-x: scroll;
	}

	.lk-content__header {
		display: none;
	}

	.lk-form__change {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		gap: 16px;
	}

	.lk-form__change .form-group {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}

	.lk-form-buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contacts-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contacts-content__data,
	.contacts-content__map {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.mobile-menu {
		display: none;
	}
}
@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 18px;
	}

	.information-item {
		width: 44%;
	}

	.information-item:last-child {
		display: none;
	}

	.contacts__form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts__form input {
		width: 49%;
	}

	.fixed-wrapper {
		display: none;
	}

	.compare_table td > img {
		height: 150px;
	}

	.compare_table tr td {
		min-width: 190px;
	}

	.dropdown-nav {
		margin-top: unset;
	}

	.primary-button::after {
		display: none;
	}

	.btn-forclients span:nth-child(1) {
		display: none;
	}

	.btn-forclients span:not(:nth-child(1)) {
		height: 3px;
		width: 33px;
		left: unset;
		right: 0;
	}

	header .container > .d-flex:first-of-type {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: none;
	}

	.btn-forclients {
		border: none !important;
		outline: none !important;
		background: var(--white-main);
		padding: 0px;
		width: 33px;
		height: 33px;
	}

	header .container > .d-flex:first-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
	}

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

	@supports (-webkit-appearance: none) {
	}

	footer {
		padding-bottom: 78px;
	}

	.footer-rating-desktop {
		display: none;
	}

	.footer-rating-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	footer .container > .d-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 32px 8px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-links {
		margin: 0;
	}

	.rotate-text {
		opacity: 1 !important;
	}

	.about-us__desc p {
		font-size: 16px;
		line-height: 19.2px;
	}

	.colored-wrapper {
		margin-top: 60px;
	}

	.main-slider .slick-dots {
		bottom: 10px;
	}

	.counter-input {
		font-size: 18px;
		width: 35px;
	}

	.new-price {
		font-size: 16px;
		line-height: 18.5px;
	}

	.yandex-rating-widget {
		display: none;
	}

	footer .worktime {
		color: #fff !important;
	}

	.catalog-brands {
		width: 100%;
		max-width: 100%;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		max-height: -webkit-fit-content;
		max-height: -moz-fit-content;
		max-height: fit-content;
	}

	.tub-brans {
		max-height: unset !important;
	}

	.catalog-subcategory .catalog-popular,
	.catalog-subcategory .catalog-brands {
		overflow-y: hidden;
	}

	.card-order {
		padding: 0 0 19px 0;
	}

	.card-order .col-goods span {
		margin-top: 0px;
	}

	.card-order .quantity-button {
		color: var(--black-main);
	}

	.card-order .old-price {
		font-weight: 800;
		font-size: 14px;
		line-height: 32px;
		margin-right: 13px;
	}

	.card-order .price {
		font-size: 16px;
		font-weight: 800;
	}

	.card-order .col-goods {
		margin: 13px 0 8px 0px;
	}

	.card-form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0 10px;
	}

	.old-price {
		font-weight: 900;
		font-size: 14px;
		line-height: 16px;
	}

	.new-price {
		margin-top: 5px;
	}

	.price {
		font-weight: 900;
		font-size: 14px;
		line-height: 16px;
	}

	.card-order .quantity-button {
		color: var(--black-main);
	}

	.card-total-price {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 16px 0 10px 0;
		margin-left: 20px;
		-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;
	}

	.card-total-price div:first-child {
		font-weight: normal;
		font-size: 16px;
		line-height: 32px;
	}

	.card-total-price div:last-child {
		font-weight: 900;
	}

	.card-total-price div:first-child {
		font-size: 18px;
	}

	.product-order-box {
		max-width: 100%;
		margin-top: 5px;
	}

	.product-order-box {
		max-width: 100%;
		margin-top: 5px;
	}

	.card-ex {
		-webkit-box-direction: normal;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.card {
		gap: 14px;
	}

	.card-ex__item {
		width: 50%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.catalog-box .container {
		padding: 0;
	}

	header {
		border-bottom: 1px solid var(--grey-main);
	}

	footer .footer-links {
		margin-left: 30px;
	}

	.card-properties-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
		margin: 10px 0;
	}

	.card-properties {
		margin: 0;
	}

	.card-order button {
		height: 54px;
	}

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

	.card-top {
		overflow-x: auto;
		overflow-y: hidden;
	}

	.card-text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media (min-width: 998px) {
	.header-link:not(.worktime):hover i {
		color: var(--red-hover);
	}

	a:hover {
		text-decoration: none;
		color: var(--red-main);
	}

	a:focus-within {
		text-decoration: none;
		color: var(--red-main);
	}

	@supports (-webkit-appearance: none) {
	}
}

@media (max-width: 900px) {
	.cart-item > div:first-child {
		margin-bottom: 1px;
		width: 100%;
	}

	.cart-item > div {
		width: 100%;
	}

	.cart-item > div:nth-child(2) {
		width: 100%;
		margin-bottom: 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 16px;
	}

	.cart-item {
		padding: 14px 9px 6px 9px;
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.cart-img {
		padding-bottom: 14.607%;
		height: auto;
	}

	.del-cart {
		position: absolute;
		top: 14px;
		right: 14px;
	}

	.cart-total-price b {
		margin-left: 2px;
	}

	.cart-total-price {
		padding-top: 7px;
		border-top: 1px solid rgba(157, 154, 151, 0.6);
		font-weight: 800;
		text-align: right;
	}

	.cart-total-price i,
	.cart-total-price small {
		font-weight: 800;
		font-size: 16px;
		line-height: 18px;
		color: var(--grey-50);
	}

	.cart-total-price strong {
		float: left;
		display: block;
		font-weight: normal;
		font-size: 16px;
		line-height: 32px;
		color: var(--grey-50);
	}
}

@media (max-width: 700px) {
	header .branch-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0;
	}

	header .branch-item .rotate-text {
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		-webkit-writing-mode: unset;
		-ms-writing-mode: unset;
		writing-mode: unset;
	}

	header .branch-item {
		margin: 0 20px;
	}

	.accordion-content > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	footer .footer-links {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-height: 75px;
		max-width: calc(100vw - 250px);
		width: calc(100vw - 250px);
	}

	footer .footer-links a:first-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	footer .footer-links a:nth-child(2) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	footer .footer-links a:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	footer .footer-links a:nth-child(4) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	footer .footer-links a:nth-child(5) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	footer .footer-links a:nth-child(6) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	footer .footer-links a:last-child {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.articles-content p {
		font-size: 20px;
		line-height: 20px;
	}

	.articles-content span {
		font-size: 14px;
		line-height: 21px;
	}

	.counter-button {
		border: 1px solid var(--black-500);
	}

	.card-top {
		position: relative;
	}

	.breadcrumbs {
		text-wrap: nowrap;
	}

	.card-box-top .card-id {
		margin-bottom: 10px;
	}

	.card-box-top {
		margin-bottom: 10px;
	}

	.card-box-top h1 {
		font-weight: normal;
		font-size: 20px;
		text-align: left;
		line-height: 24px;
		color: var(--grey-50);
	}

	.card-box-top img {
		width: 150px;
	}

	.card-content {
		margin-bottom: 25px;
	}

	.catalog-elem-fav::before {
		background: url(../img/heart-white.svg) no-repeat center;
	}

	.catalog-elem-fav::before,
	.catalog-elem-fav::after {
		background-size: cover;
	}

	.card-slider-big,
	.card-slider-thumbs {
		width: 100%;
	}

	.card-slider-big {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}

	.catalog-elem--recom::after {
		font-weight: normal;
		font-size: 11px;
		line-height: 13px;
		padding: 2px 8px 2px 5px;
		top: 10px;
	}

	.card-slider-thumbs .slick-prev {
		left: -2px;
	}

	.card-slider-thumbs {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		width: initial;
		margin: 0 -3.5px;
		margin-bottom: 10px;
	}

	.card-slider-thumbs-item {
		width: 25%;
		margin: 0 3.5px;
		padding-bottom: 6.901%;
	}

	.card-slider-thumbs .slick-next {
		right: -3px;
	}

	.card-slider-thumbs .slick-next::before {
		top: 0;
	}

	.card-slider-thumbs .slick-next:active::before {
		right: -6px;
	}

	.card-slider-thumbs .slick-prev:active::before {
		left: -6px;
	}

	.card-brand-rait {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.brand {
		position: absolute;
		right: 7%;
		top: 144px;
	}

	.card-properties {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.card-order .price-box {
		width: 30%;
		margin: 0;
	}

	.col-goods span {
		font-weight: 300;
		font-size: 14px;
		line-height: 14px;
	}

	.number-plus,
	.number-minus {
		top: 7px;
	}

	.card-payed span {
		font-weight: 500;
		font-size: 20px;
		line-height: 32px;
	}

	.number input[type="number"] {
		font-weight: 500;
		font-size: 15px;
		line-height: 32px;
	}

	@supports (-webkit-appearance: none) {
	}
}

@media (max-width: 680px) {
	.cart b {
		display: none;
	}

	.cart span {
		margin-right: 0;
	}

	.information-item {
		display: none;
	}

	.information-item:first-child,
	.information-item:nth-child(2) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.information {
		padding: 0 0 46px 0;
	}

	.information .title,
	.information h3 {
		font-weight: 600;
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 18px;
	}

	.information-items {
		padding: 0 22px;
	}

	.content-page .partners-offer p {
		font-size: 28px !important;
	}

	.content-page .partners-offer div {
		padding: 10px !important;
		width: -webkit-fit-content !important;
		width: -moz-fit-content !important;
		width: fit-content !important;
	}
}

@media (max-width: 650px) {
	.footer-links {
		max-width: calc(100vw - 180px);
		width: calc(100vw - 180px) !important;
	}

	.card {
		min-width: 150px;
		padding: 4px;
	}

	.card-actions i::before {
		font-size: 18px;
	}

	.card-id {
		margin: 8px 0;
	}

	.partners-images--row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.partners-images--row img {
		width: 100% !important;
	}
}

@media (max-width: 613px) {
	.footer-rating-mobile {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	footer .footer-links {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	footer .branch-item {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media (max-width: 600px) {
	/* h2 {
		font-size: 18px;
		line-height: 21.78px;
	} */

	.inner-wrapper h2 {
		margin-bottom: 32px;
	}
	header .branch-item .rotate-text {
		display: none;
	}

	.accordion-header button {
		font-size: 32px !important;
	}

	.branch-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		gap: 4px;
	}

	footer .branch-content {
		gap: 16px;
	}

	.footer-rating-mobile {
		margin-left: 30vw;
		margin-top: 2%;
	}

	footer .footer-links {
		width: 70vw;
		max-height: 170px;
		gap: 24px;
		margin: 0;
	}

	.logo {
		width: 78px;
		height: 59px;
		flex: 0 0 78px;
	}

	footer .branch-item {
		width: 70vw;
	}

	header .branch-item {
		margin: 0;
	}

	header .branch-item .worktime {
		display: none;
	}

	header .branch-item .worktime {
		display: none;
	}

	header .tel {
		color: transparent;
		width: 0px;
		height: 20px;
		overflow: hidden;
	}

	header .branch-content {
		width: 212px;
		margin-left: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	header .branch-content a {
		height: 20px;
	}

	.tab-menu {
		padding: 8px 4px 2px;
	}

	.cards {
		gap: 8px;
	}

	footer .container > .d-flex {
		gap: 16px 8px;
	}

	footer {
		padding: 16px 8px 90px 8px;
	}

	.footer-bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		gap: 20px 8px;
	}

	.footer-bottom div {
		margin: auto;
	}

	.footer-bottom span {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.footer-bottom a {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.footer-bottom {
		margin-top: 30px !important;
	}

	.main-slider .picture {
		width: 100%;
		max-height: 263px;
		overflow: hidden;
	}

	.main-slider img {
		width: 100%;
	}

	.branch-wrapper {
		min-width: 215px;
		margin-left: 10%;
	}

	footer .branch-item {
		min-width: 215px;
		width: 38%;
	}

	.branch-content a {
		text-wrap: nowrap;
	}

	.counter-button {
		width: 25px;
	}

	.counter-input {
		border: none;
		width: 22px;
	}

	.add-cart {
		min-width: 137px;
	}

	.articles .articles-link {
		height: 195px;
	}

	.articles {
		min-height: 592px;
	}

	.reviews-slider .slick-list {
		padding: 0;
	}

	.sort .nice-select {
		max-width: 180px;
	}

	.sort span {
		font-size: 16px;
	}

	.cart-item .col-goods span {
		text-align: center;
	}

	.cart-item .number input[type="number"] {
		font-weight: 900;
		font-size: 18px;
		color: var(--grey-50);
	}

	.card-recom h3 {
		font-weight: 600;
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 18px;
	}

	.card-top {
		margin-bottom: 10px;
		padding-top: 10px;
	}

	.card-wrap {
		padding-top: 0;
	}

	@supports (-webkit-appearance: none) {
	}
}

@media (max-width: 575px) {
	.cart-summ-box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.cart-summ-box div:first-child,
	.cart-summ-box div:nth-child(2) {
		width: 50%;
	}

	.cart-summ-box div {
		width: 100% !important;
	}

	.cart-summ-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.city-delivery {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.city-delivery .nice-select {
		width: 100%;
		margin-bottom: 10px;
	}

	.city-delivery input {
		width: 100%;
	}

	.city-delivery {
		margin-bottom: 10px;
		gap: 16px;
	}

	.cart-delivery {
		margin-bottom: 10px;
	}

	.cart-pay {
		margin-bottom: 0;
	}

	.cart-wrapper h1 {
		/* font-weight: 600; */
		/* font-size: 20px; */
		/* line-height: 25px; */
		text-align: left;
		color: var(--grey-50);
	}

	.cart-wrapper {
		/* padding: 15px 0 15px 0; */
		padding-bottom: 15px;
	}

	.cart-title span {
		width: 48%;
		font-size: 15px;
	}

	.cart-item .number-plus,
	.cart-item .number-minus,
	.cart-item .number input[type="number"] {
		font-weight: 900;
		font-size: 18px;
		color: var(--grey-50);
	}

	.cart-item .col-goods span {
		text-align: center;
	}

	.cart-delivery span,
	.cart-pay span {
		font-size: 13px;
		line-height: 16px;
		padding: 6px 0 6px 0;
	}

	.data-cart,
	.data-client {
		position: relative;
	}

	.data-cart div.data-cart__right {
		padding: 17px 10px 17px 10px;
	}

	.order-btn-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 12px 18px;
	}

	.order-btn-box button {
		width: 50% !important;
		min-width: 230px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		text-align: center;
		display: block;
	}

	.information-item {
		min-height: 287px;
		width: 100%;
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 18px;
		background-position: center top;
	}

	.information-date {
		font-weight: 500;
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 11px;
	}

	.information-title {
		font-weight: 800;
		font-size: 20px;
		line-height: 25px;
	}

	.information-desc {
		font-weight: normal;
		font-size: 14px;
		line-height: 20px;
	}

	.data-client-inputs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.data-client-inputs input {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.tab-menu a {
		font-size: 12px;
	}

	.reviews-slider {
		padding: 50px 0;
		margin: 0;
	}

	.reviews-slider .slick-prev {
		left: 5%;
	}

	.reviews-slider .slick-next {
		right: -3%;
	}

	.reviews-slider .slick-prev,
	.reviews-slider .slick-next {
		width: 32px;
		height: 32px;
	}

	.main-container.reviews-section {
		padding: 8px 0;
	}

	.reviews-slider .slick-prev::before,
	.reviews-slider .slick-next::before {
		top: 0;
	}

	.articles {
		margin-top: 0px;
	}

	.partners-slider .slick-list {
		height: 70px;
	}

	footer .footer-links {
		margin: auto 60px 0 0;
		max-width: 90%;
		gap: 19px;
	}

	.footer-rating-mobile {
		margin-left: 5%;
	}

	.card-order .price-box {
		width: 30% !important;
	}

	.price-box {
		width: 50% !important;
	}

	.card-total-price {
		padding: 8px;
	}

	.btn-filter-mob {
		width: 50%;
	}

	.sort {
		max-width: unset;
	}

	.sort .nice-select {
		max-width: unset;
	}
}

@media (max-width: 475px) {
	.cart-title span {
		width: 54%;
		font-size: 15px;
	}

	.cart-img {
		max-width: 100px;
		padding-bottom: 30%;
	}

	.content-page .partners-leader img {
		width: 100% !important;
	}

	.content-page .partners-main h2 {
		font-size: 36px;
	}

	.partners-top-content div p {
		font-size: 56px !important;
	}
}

@media (max-width: 400px) {
	.branch-wrapper {
		margin: 0;
	}

	.price {
		font-size: 12px;
	}
}

@media (max-width: 360px) {
	.cart-delivery span,
	.cart-pay span {
		font-size: 10px;
	}
	.cart {
		padding-right: 15px;
		margin-right: 15px;
	}

	.cart-title {
		width: 89%;
	}

	.cart-title span {
		width: 100%;
		font-size: 12px;
	}

	.cart-summ-box b {
		font-size: 13px;
	}

	.cart-img {
		margin-right: 10px;
	}
}

/* custom.css */
.hero-slider {
	position: relative;
}

.yandex-rating {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 900;
}

#whatsapp_widget {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	position: fixed;
	right: 10px;
	bottom: 90px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 79px;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
	animation: 3s radial-pulse 10s infinite;
}

#whatsapp_widget svg {
	margin: 2px 1px 0 0;
	transition: height 0.4s;
	height: 100%;
	fill: #27ae60;
}

.popup-wrap {
	background-color: rgba(0, 0, 0, 0.85);
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.5s, top 0.5s;
	-o-transition: opacity 0.5s, top 0.5s;
	transition: opacity 0.5s, top 0.5s;
	overflow: auto;
	position: fixed;
	z-index: 999999;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	visibility: hidden;
}

#popup-wrap-rewiew .popup {
	display: block;
	position: relative;
	max-width: 508px;
	margin: 100px auto 100px;
	opacity: 0;
	padding: 32px 30px 14px 30px;
	background: #ffffff;
	-webkit-box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
	box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
	visibility: hidden;
	-webkit-transition: all 0.5s, top 0.5s;
	-o-transition: all 0.5s, top 0.5s;
	transition: all 0.5s, top 0.5s;
	z-index: 999;
	transform: translateY(-500px);
	-webkit-transform: translateY(-500px);
	-moz-transform: translateY(-500px);
	-ms-transform: translateY(-500px);
	-o-transform: translateY(-500px);
}

#popup-wrap-rewiew .popup .title {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: var(--grey-50);
	margin-bottom: 24px;
}

#popup-wrap-rewiew .popup.popup-active {
	visibility: visible;
	opacity: 1;
	outline: none;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

#popup-wrap-rewiew .popup label {
	display: block;
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	color: var(--grey-50);
	margin-bottom: 10px;
}

#popup-wrap-rewiew .popup input {
	display: block;
	background: #ffffff;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	height: 40px;
	padding: 0 10px;
}

#popup-wrap-rewiew .popup textarea {
	display: block;
	width: 100%;
	resize: none;
	background: #ffffff;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	padding: 0 10px;
	min-height: 142px;
	outline: none;
	margin-bottom: 15px;
}

#popup-wrap-rewiew .popup button {
	display: block;
	max-width: 166px;
	width: 100%;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #ffffff;
	background: #aa0b0b;
	border-radius: 0px;
	padding: 13px 0 12px 0;
}

#popup-wrap-rewiew .popup button:hover {
	background: #000;
}

@media screen and (max-width: 600px) {
	#popup-wrap-rewiew .popup {
		max-width: 100%;
		margin: 100px 15px 0 15px;
		padding: 18px 21px 21px 21px;
	}

	.popup-rewiew-item-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.popup-rewiew-item-flex div:first-child {
		max-width: 100%;
	}

	.popup-rewiew-item-flex > div:last-child {
		margin-top: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	#popup-wrap-rewiew .popup .title {
		font-weight: 600;
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 8px;
	}
}

#popup-wrap-cart .popup {
	display: block;
	position: relative;
	max-width: 508px;
	margin: 100px auto 100px;
	opacity: 0;
	padding: 32px 30px 14px 30px;
	background: #ffffff;
	-webkit-box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
	box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
	visibility: hidden;
	-webkit-transition: all 0.5s, top 0.5s;
	-o-transition: all 0.5s, top 0.5s;
	transition: all 0.5s, top 0.5s;
	z-index: 999;
	transform: translateY(-500px);
	-webkit-transform: translateY(-500px);
	-moz-transform: translateY(-500px);
	-ms-transform: translateY(-500px);
	-o-transform: translateY(-500px);
}

#popup-wrap-cart .popup .title {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: var(--grey-50);
	margin-bottom: 24px;
}

#popup-wrap-cart .popup.popup-active {
	visibility: visible;
	opacity: 1;
	outline: none;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

#popup-wrap-cart .popup label {
	display: block;
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	color: var(--grey-50);
	margin-bottom: 10px;
}

.modals .modal-login.show,
.modals .modal-info.show,
.modals .modal-promo.show,
.modals .modal-reset.show,
.modals .modal-reg.show,
.modals .modal-success.show {
	display: block;
	width: 100%;
	position: fixed;
	max-width: 900px;
	padding: 20px 13%;
	background-color: #fff;
	top: 20%;
	left: 50%;
	transform: translate(-50%, 0);
}

@media (max-width: 992px) {
	.modals .modal-login.show,
	.modals .default.show,
	.modals .modal-reset.show,
	.modals .modal-reg.show,
	.modals .modal-success.show {
		padding: 10px 20px;
	}

	.modals .modal-reg.show .login__form-input {
		margin-bottom: 5px;
	}
}

@media (max-width: 768px) {
	#whatsapp_widget {
		bottom: 150px;
		right: 20px;
		/* bottom: 75px; */
	}
}

.modals .modal-reg.show {
	top: 7%;
}

.modals .modal-login,
.modals .default,
.modals .modal-info,
.modals .modal-promo,
.modals .modal-reset,
.modals .modal-reg,
.modals .modal-success {
	display: none;
}

.modals .sub--title {
	text-align: center;
	font-size: 20px;
	line-height: normal;
	color: var(--black-main);
}

.modals .login__form-name {
	color: var(--grey-main);
}

.modals .login__form-item {
	margin: 0 auto;
}

.modals .login__form-input:hover,
.modals .login__form-input:focus {
	border: 1px solid var(--black-main);
}

.modals .help-block {
	color: #aa0b0b;
}

.login__form-reg {
	margin-top: 5px;
}

.modals .login__form-repair:hover {
	color: #aa0b0b;
}

.modals .modal-close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 22px;
	height: 22px;
	background-color: transparent;
	border: none;
	outline: none;
}

.modals .modal-close::before,
.modals .modal-close::after {
	content: "";
	width: 22px;
	height: 2px;
	border-radius: 4px;
	background: #5c6370;
	position: absolute;
	left: 0;
	top: 50%;
}

.modals .modal-close::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.modals .modal-close::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.modals .modal-reset .cart__policy,
.modals .modal-reg .cart__policy {
	text-align: center;
	margin-top: 10px;
}

.modals .modal-reset .cart__policy .cart__policy-link,
.modals .modal-reg .cart__policy .cart__policy-link {
	color: #aa0b0b;
	text-decoration: underline;
}

.modals .modal-reset .cart__policy .cart__policy-link:hover {
	opacity: 0.8;
}

.modals .form-password {
	position: relative;
}

.modals .form-password img {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}

.modals .form-password img:hover {
	opacity: 0.8;
}

.modals .login__form-text--title {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.modals .login__form-text--desc {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
}

.modals .login__form-text--desc a {
	color: #aa0b0b;
	text-decoration: underline;
}

.modals .login__form-text--desc a:hover {
	opacity: 0.8;
}

.modals .login__form-auth {
	margin-top: 15px;
}
.modals .modal-info .login__form-text .login__form-text--title {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
}

.modals .modal-info .login__form-text .login__form-text--desc {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1px 4px 0 0;
}

.cart__count {
	display: block;
	width: 25px;
	height: 20px;
	position: relative;
	margin-right: 13px;
	background: url(../img/cart.svg) no-repeat left center;
}

.cart i {
	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;
	font-style: normal;
	width: 19px;
	height: 19px;
	background: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: -9px;
	right: -9px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.cart b {
	font-weight: 800;
	font-size: 14px;
	line-height: 17px;
	color: var(--grey-50);
}

.popup-wrap {
	background-color: rgba(0, 0, 0, 0.85);
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.5s, top 0.5s;
	-o-transition: opacity 0.5s, top 0.5s;
	transition: opacity 0.5s, top 0.5s;
	overflow: auto;
	position: fixed;
	z-index: 999999;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	visibility: hidden;
}

.popup {
	display: block;
	position: relative;
	max-width: 850px;
	margin: 100px auto 100px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s, top 0.5s;
	-o-transition: all 0.5s, top 0.5s;
	transition: all 0.5s, top 0.5s;
	z-index: 999;
	transform: translateY(-500px);
	-webkit-transform: translateY(-500px);
	-moz-transform: translateY(-500px);
	-ms-transform: translateY(-500px);
	-o-transform: translateY(-500px);
}

#popup-wrap-rewiew .popup {
	display: block;
	position: relative;
	max-width: 508px;
	margin: 100px auto 100px;
	opacity: 0;
	padding: 32px 30px 14px 30px;
	background: #ffffff;
	-webkit-box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
	box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
	visibility: hidden;
	-webkit-transition: all 0.5s, top 0.5s;
	-o-transition: all 0.5s, top 0.5s;
	transition: all 0.5s, top 0.5s;
	z-index: 999;
	transform: translateY(-500px);
	-webkit-transform: translateY(-500px);
	-moz-transform: translateY(-500px);
	-ms-transform: translateY(-500px);
	-o-transform: translateY(-500px);
}

#popup-wrap-rewiew .popup .title {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: var(--grey-50);
	margin-bottom: 24px;
}

#popup-wrap-rewiew .popup.popup-active {
	visibility: visible;
	opacity: 1;
	outline: none;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

#popup-wrap-rewiew .popup label {
	display: block;
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	color: var(--grey-50);
	margin-bottom: 10px;
}

#popup-wrap-rewiew .popup input {
	display: block;
	background: #ffffff;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	height: 40px;
	padding: 0 10px;
}

#popup-wrap-rewiew .popup textarea {
	display: block;
	width: 100%;
	resize: none;
	background: #ffffff;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	padding: 0 10px;
	min-height: 142px;
	outline: none;
	margin-bottom: 15px;
}

#popup-wrap-rewiew .popup button {
	display: block;
	max-width: 166px;
	width: 100%;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #ffffff;
	background: #aa0b0b;
	border-radius: 0px;
	padding: 13px 0 12px 0;
}

#popup-wrap-rewiew .popup button:hover {
	background: #000;
}

.close-map,
.close-rew-popup,
.close-cart-popup {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/close.svg) no-repeat center;
	position: absolute;
	top: -45px;
	right: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.close-map:hover,
.close-cart:hover,
.close-rew-popup:hover {
	opacity: 0.5;
}

.popup-active {
	visibility: visible;
	opacity: 1;
	outline: none;
}

.popup-active .popup {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.popup-rewiew-item-flex {
	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;
}

.popup-rewiew-item-flex div:first-child {
	max-width: 246px;
	width: 100%;
}

.popup-rewiew-item-flex > div:last-child {
	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;
	width: 28%;
	margin-top: -26px;
}

.popup-rewiew-item-flex .rating-area:not(:checked) > label {
	padding: 0 4px;
}

.popup-rewiew-item-flex labal {
	margin-bottom: 20px !important;
}

.filter_checkbox_unactive {
	overflow: hidden;
	height: 0;
	padding: 0;
	margin: 0;
	transform: scaleY(0);
	transform-origin: top;
}

/* modal.min.css */
.blocker,
.modal {
	box-sizing: border-box;
}
.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 500;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
}
.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}
.blocker.behind {
	background-color: transparent;
}
.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 40px 56px;
	border-radius: 24px;
	text-align: left;
}
.modal a.close-modal {
	display: none;
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}
.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px;
}
.modal-spinner > div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: 1.2s ease-in-out infinite sk-stretchdelay;
	animation: 1.2s ease-in-out infinite sk-stretchdelay;
}
.modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.modal-spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.modal-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
	0%,
	100%,
	40% {
		-webkit-transform: scaleY(0.5);
	}
	20% {
		-webkit-transform: scaleY(1);
	}
}
@keyframes sk-stretchdelay {
	0%,
	100%,
	40% {
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5);
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

/* fix to yaAuth */
#yaAuth > * {
	overflow: hidden;
}

#yaAuth iframe {
	width: 100%;
	height: 100%;
}

/* May 2025 */
header .dropdown-body a,
header .mobile-menu-nav a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 10px;
}

header .dropdown-body a img,
header .dropdown-body a svg {
	display: flex;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

header .mobile-menu-nav a img,
header .mobile-menu-nav a svg {
	display: flex;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.catalog-elem-videoreview {
	display: none;
	position: absolute;
	left: 14px;
	bottom: 164px;
	z-index: 1;
	width: fit-content;
	height: fit-content;
	margin: auto;
	padding: 8px 18px;
	border-radius: var(--border-0);
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s linear;
}

.catalog-elem-videoreview.show {
	display: flex;
}

.catalog-elem-videoreview::after {
	background: transparent;
}

@media (max-width: 1200px) {
	.catalog-elem-videoreview {
		/* bottom: 20%; */
		bottom: 85px;
		left: 22%;
	}
}

@media (max-width: 1000px) {
	.catalog-elem-videoreview {
		bottom: 75px;
		left: 22%;
	}
}

@media (max-width: 836px) {
	.catalog-elem-videoreview {
		/* bottom: 16%; */
		bottom: 90px;
		left: 14px;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.catalog-elem-videoreview {
		bottom: 80px;
	}
}

@media (max-width: 600px) {
	.catalog-elem-videoreview {
		bottom: 16%;
	}
}

@media (max-width: 576px) {
	.catalog-elem-videoreview {
		bottom: 16%;
	}
}

.modals .modal-video {
	padding: 40px 20px 20px;
}

@media (max-width: 720px) {
	.modals .modal-video {
		padding: 40px 10px 10px;
	}
}

.modal-video--wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 10;
}

.modal-video--wrapper * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fancybox-container .fancybox-slide--html .fancybox-content {
	max-width: 900px;
	width: 100%;
	padding: 40px 20px 20px;
}

@media (max-width: 720px) {
	.fancybox-container .fancybox-slide--html .fancybox-content {
		padding: 40px 10px 10px;
	}
}

.fancybox-container .fancybox-slide--html .fancybox-content iframe {
	aspect-ratio: 16 / 10;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.faq-block {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 20px;
}

.faq-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: -moz-fit-content;
	height: fit-content;
}

.faq-item [data-collapse-toggle] {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer;
}

.faq-item [data-collapse-toggle]::after {
	content: "";
	border-top: 7px solid var(--black-500);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	top: 24px;
	right: 20px;
	margin: 0 0 0 auto;
	transform: rotate(0);
	transform-origin: center;
	transition: 0.25s ease-in-out;
}

.faq-item [data-collapse-toggle].active {
	background-color: var(--black-main);
	color: var(--white-main);
}

.faq-item [data-collapse-toggle].active::after {
	border-top-color: currentColor;
	transform: rotate(180deg);
}

.faq-item .faq-header {
	background-color: var(--bg-main);
	padding: 14px 20px;
	border-radius: var(--border-0);
	transition: 0.25s ease-in-out;
}

.faq-item .faq-header > * {
	margin: 0;
}

.faq-item .faq-header span {
	padding-right: 30px;
}

.faq-item .faq-content {
	width: 100%;
	max-height: 100%;
	padding: 15px 0 5px 0;
	opacity: 1;
	overflow: hidden;
	transition: 0.25s ease-in-out;
}

.faq-item .faq-content.collapsed {
	max-height: 0px;
	opacity: 0;
	padding: 0;
}

.portfolio-items {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}

.portfolio-items > * {
	flex-basis: calc(25% - 15px);
	max-width: calc(25% - 15px);
}

@media (max-width: 1100px) {
	.portfolio-items > * {
		flex-basis: calc(33.333333% - 14px);
		max-width: calc(33.333333% - 14px);
	}
}

@media (max-width: 720px) {
	.portfolio-items > * {
		flex-basis: calc(50% - 14px);
		max-width: calc(50% - 14px);
	}
}

@media (max-width: 576px) {
	.portfolio-items > * {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.portfolio-item {
	position: relative;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	justify-content: flex-end;
	align-items: flex-start;
	/* max-width: 300px; */
	width: 100%;
	padding: 15px 7px 16px 17px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 430px;
	box-sizing: border-box;
	z-index: 5;
	transition: all 0.2s linear;
}

@media (max-width: 576px) {
	.portfolio-item {
		aspect-ratio: 13 / 16;
	}
}

.portfolio-item picture,
.portfolio-item img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	z-index: -2;
}

.portfolio-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 148px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background: -o-linear-gradient(
		top,
		rgba(216, 216, 216, 0.0001) 1.69%,
		#000000 98%
	);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1.69%, rgba(216, 216, 216, 0.0001)),
		color-stop(98%, #000000)
	);
	background: linear-gradient(
		180deg,
		rgba(216, 216, 216, 0.0001) 1.69%,
		#000000 98%
	);
	z-index: -1;
	background-blend-mode: multiply;
	mix-blend-mode: normal;
	opacity: 0.56;
}

.portfolio-item:nth-child(5n) {
	margin-right: 0;
}

.portfolio-date {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	margin-bottom: 11px;
}

.portfolio-title {
	font-weight: 800;
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	margin-bottom: 10px;
}

.portfolio-brief {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}

.portfolio-gallery,
.video-gallery {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}

@media (max-width: 720px) {
	.portfolio-gallery,
	.video-gallery {
		gap: 14px;
	}
}

.portfolio-gallery > a,
.video-gallery > a {
	display: flex;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	border-radius: var(--border-0);
	overflow: hidden;
}

.portfolio-gallery > a > img,
.video-gallery > a > img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.portfolio-gallery > a,
.video-gallery > a {
	flex-basis: calc(20% - 16px);
	max-width: calc(20% - 16px);
}

@media (max-width: 1200px) {
	.portfolio-gallery > a,
	.video-gallery > a {
		flex-basis: calc(25% - 15px);
		max-width: calc(25% - 15px);
	}
}

@media (max-width: 991px) {
	.portfolio-gallery > a,
	.video-gallery > a {
		flex-basis: calc(33.333333% - 14px);
		max-width: calc(33.333333% - 14px);
	}
}

@media (max-width: 720px) {
	.portfolio-gallery > a,
	.video-gallery > a {
		flex-basis: calc(50% - 7px);
		max-width: calc(50% - 7px);
	}
}

/* @media (max-width: 576px) {
  .portfolio-gallery > a,
.video-gallery > a {
    flex-basis: 100%;
    max-width: 100%;
  }
} */

.portfolio-desc {
	margin-top: 25px;
}

[data-review-card] {
	position: relative;
	z-index: 1;
	color: var(--white-main);
	overflow: hidden;
}

[data-review-card]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	pointer-events: none;
	user-select: none;
}

[data-review-card]::after {
	content: url("../img/play-circle.svg");
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: flex;
	width: 64px;
	height: 64px;
	pointer-events: none;
	user-select: none;
	transform: translate(-50%, -50%);
}

[data-review-card] > p {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 10px;
	font-size: 16px;
	color: var(--white-main);
}

@media (max-width: 576px) {
	[data-review-card] > p {
		font-size: 14px;
	}
}

.cards-slider .portfolio-item {
	max-width: 240px;
}

.calculator-content {
	max-width: 1680px;
	width: 100%;
	margin: 0 auto;
	padding: 0 8px;
}

.calculator-content h1,
.calculator-content h2 {
	width: fit-content;
	margin: 50px auto;
	color: var(--grey-50);
}

.calculator-content h1 {
	text-align: left;
}

.calculator {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid var(--grey-main);
	border-radius: var(--border-0);
}

.calculator + .cards {
	margin-top: 30px;
}

.calculator-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
}

@media (max-width: 720px) {
	.calculator-content h2 {
		font-size: 24px;
		line-height: 29.05px;
	}

	.calculator-title {
		font-size: 20px;
	}
}

.calculator-cols {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 20px;
	width: 100%;
}

.calculator-cols > * {
	position: relative;
	flex-basis: calc(50% - 10px);
	max-width: calc(50% - 10px);
}

.calculator-cols > * > input {
	height: 49px;
}

.calculator-cols > * > span {
	position: absolute;
	bottom: -20px;
	left: 0;
	font-size: smaller;
	color: var(--red-hover);
}

.calculator-cols > * > .nice-select {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 100%;
	height: 49px;
	padding: 2px 10px;
	cursor: pointer;
}

.calculator-cols > * > .nice-select > .current {
	display: block;
	max-width: 700px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width: 900px) {
	.calculator {
		flex-direction: column;
	}

	.calculator-cols {
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
	}

	.calculator-cols > * {
		flex-basis: 100%;
		width: 100%;
	}
}

@media (max-width: 720px) {
	.calculator-cols > * {
		max-width: 100%;
	}
}

.calculator-result {
	display: none;
	flex-direction: row;
	align-items: center;
	text-align: center;
	padding: 10px 20px;
	border-radius: 15px;
	border: 2px dashed var(--grey-main);
	font-size: 20px;
	white-space: nowrap;
}

.calculator-result.show {
	display: flex;
}

.text-red {
	color: var(--red-main);
}

.page-content-about .about-block:first-child {
	margin-top: unset !important;
}

.page-content-about p {
	margin-bottom: 16px;
}

.page-content-about ul,
.page-content-about ol {
	margin: 16px 0;
	padding-left: 16px;
}

.layout {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}

@media (max-width: 1000px) {
	.layout {
		gap: 16px;
	}
}

.layout > *:not(:last-of-type) {
	margin: 0 !important;
}

.layout-2x > * {
	flex-basis: calc(50% - 10px);
	max-width: 50%;
}

@media (max-width: 720px) {
	.layout-2x > * {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.banner {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.banner-center {
	justify-content: center;
}

.banner > img {
	max-width: 100%;
	width: 100%;
	height: fit-content;
	max-height: 300px;
	object-fit: contain;
}

.about-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 120px 0;
}

.about-title {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 1em !important;
}

.about-subtitle {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 1em !important;
}

.banner-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
	margin: 0 !important;
}

.about-block-faq {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.about-block-faq > img {
	width: 100%;
	height: fit-content;
	max-width: 320px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.about-block .faq-block {
	width: 100%;
	max-width: 700px;
}

.about-faq-item {
	background-color: var(--black-main);
	color: var(--white-main);
	padding: 14px 20px;
	border-radius: var(--border-0);
	transition: 0.25s ease-in-out;
}

.about-block-question {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.about-block-question > img {
	width: 100%;
	height: fit-content;
	max-width: 320px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.about-block-question ol {
	width: 100%;
	max-width: 480px;
	padding-left: 24px;
}

.about-block-question ol li {
	padding: 10px 0;
	font-size: 24px;
}

.about-block-question ol li::marker {
	color: var(--red-main);
}

.about-block-question ol li:first-child {
	padding-top: 0;
}

.about-block-question ol li:last-child {
	padding-bottom: 0;
}

.about-block-question ol li > p {
	font-weight: 600;
	margin-top: 0.875em;
	margin-bottom: 0 !important;
}

.team-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	max-width: 700px;
	margin-top: 30px;
}

.team-block > div {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	gap: 16px;
	font-size: 42px;
	line-height: 1.2;
}

.team-block > div > img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	aspect-ratio: 1 / 1;
	image-rendering: optimizeQuality;
	pointer-events: none;
	user-select: none;
}

.team-block-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	margin: 60px auto 0;
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
}

.team-block-row > img {
	display: inline-block;
	width: 20px;
	height: 20px;
	object-fit: contain;
	aspect-ratio: 1 / 1;
	image-rendering: optimizeQuality;
	pointer-events: none;
	user-select: none;
}

.badge {
	display: inline-block;
	width: fit-content;
	padding: 6px 12px;
	border: 0;
	border-radius: var(--border-0);
	margin: 1px;
}

.badge-red {
	background-color: var(--black-main);
	color: var(--white-main);
}

.achievement-slider {
	margin: 40px auto 0;
	min-width: 100%;
	max-width: 100%;
}

.achivement-slide {
	aspect-ratio: 1 / 1;
	max-width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.35);
	border-radius: var(--border-0);
	margin: 1px;
	box-shadow: 2px 2px 4px 2px rgba(41, 31, 31, 0.1019607843);
	overflow: hidden;
}

.achivement-slide:last-child {
	margin-right: 0;
}

.achivement-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.assortment {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	max-width: 860px;
}

.assortment > * {
	flex: 0 1 calc(50% - 10px);
	max-width: calc(50% - 10px);
}

/* .assortment {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: stretch;
	gap: 20px;
} */

/* .assortment > *:nth-child(2) {
	grid-area: 1 / 1 / 2 / 2;
}
.assortment > *:nth-child(3) {
	grid-area: 2 / 1 / 3 / 2;
}
.assortment > *:nth-child(4) {
	grid-area: 3 / 1 / 4 / 2;
}
.assortment > *:nth-child(5) {
	grid-area: 1 / 3 / 2 / 4;
}
.assortment > *:nth-child(6) {
	grid-area: 2 / 3 / 3 / 4;
}
.assortment > *:nth-child(7) {
	grid-area: 3 / 3 / 4 / 4;
}
.assortment > img {
	grid-area: 2 / 2 / 3 / 3;
}

.assortment > img {
	width: 100%;
	height: fit-content;
	max-width: 220px;
	margin: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
} */

.assortment-card {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	padding: 10px;
	border-radius: var(--border-0);
	color: var(--white-main);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 2px 2px 4px 2px rgba(41, 31, 31, 0.1019607843);
	overflow: hidden;
}

.assortment-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.assortment-card > * {
	z-index: 2;
}

.assortment-card > b {
	font-size: 20px;
	margin-bottom: 0.5em;
}

.assortment-card > a {
	width: fit-content;
	margin-top: auto;
	text-decoration: none !important;
}

.about-locations {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 20px;
}

.about-locations > a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 10px;
	text-decoration: none;
}

.about-delivery {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 10px;
	font-size: 28px;
	line-height: 1.2;
	text-decoration: none;
	margin-top: 40px;
}

.about-block-bottom {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
}

.about-block-bottom > img {
	width: 100%;
	height: fit-content;
	max-width: 320px;
	margin: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

@media (max-width: 720px) {
	.badge {
		padding: 4px 8px;
	}

	.about-block {
		align-items: stretch;
		margin: 60px 0;
	}

	.about-title {
		font-size: 20px;
	}

	.about-subtitle {
		font-size: 16px;
	}

	.banner-title {
		font-size: 20px;
	}

	.about-block-faq {
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px;
	}

	.about-block-faq > img {
		max-width: 180px;
	}

	.about-block-question {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}

	.about-block-question > img {
		align-self: center;
		max-width: 180px;
	}

	.about-block-question ol {
		padding-left: 16px;
		width: 100%;
	}

	.about-block-question ol li {
		padding: 6px 0;
		font-size: 16px;
	}

	.team-block {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 16px;
		margin: 16px auto 0;
	}

	.team-block > div {
		font-size: 20px;
	}

	.team-block > div > img {
		width: 20px;
		height: 20px;
	}

	.team-block-row {
		align-items: flex-start;
		justify-content: flex-start;
		gap: 16px;
		margin-top: 30px;
		font-size: 20px;
		text-align: left;
	}

	.team-block-row > img {
		display: none;
	}

	.assortment {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 16px;
	}

	.assortment > * {
		flex: 1 0 auto;
		max-width: 100%;
	}

	.assortment > img {
		align-self: center;
		max-width: 180px;
	}

	.about-locations {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 20px;
	}

	.about-delivery {
		flex-direction: column;
		margin-top: 20px;
		font-size: 20px;
	}

	.about-block-bottom {
		flex-direction: column;
	}

	.about-block-bottom > img {
		align-self: center;
		max-width: 200px;
	}
}

.numbers {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 100px 20px;
	margin: 120px 0;
}

.numbers > * {
	max-width: calc(25% - 15px);
	flex-basis: calc(25% - 15px);
}

.card-number {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.card-number > b {
	color: var(--red-main);
	font-size: 42px;
	white-space: nowrap;
}

.card-number > p {
	font-size: 20px;
	margin: 0;
}

@media (max-width: 720px) {
	.numbers {
		gap: 60px 10px;
		margin: 60px 0;
	}

	.numbers > * {
		max-width: calc(50% - 5px);
		flex-basis: calc(50% - 5px);
	}

	.card-number {
		align-items: flex-start;
	}

	.card-number > b {
		font-size: 32px;
	}

	.card-number > p {
		font-size: 16px;
	}
}

.partners-block {
	padding: 60px 0;
	scroll-margin-block-start: 60px;
}

.partners-title {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 1em !important;
}

.partners-subtitle {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 1em !important;
}

.partners-block--main {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 640px;
	height: 100%;
	min-height: 100%;
	/* min-height: 80vh;
  min-height: 80svh; */
	margin: 0 auto;
}

.partners-block--main > img {
	width: 120px;
	height: fit-content;
	object-fit: contain;
	user-select: none;
	pointer-events: none;
}

.partners-block--main > .partners-subtitle.thin {
	margin-top: 1em;
}

.bold {
	font-weight: 600;
}

.thin {
	font-weight: 100;
}

.partners-block--main .stripe {
	display: block;
	width: 2px;
	height: 100%;
	min-height: 80px;
	max-height: 240px;
	border-right: 0.35em dashed rgba(0, 0, 0, 0.5);
}

.partners-block--main > .arrow-down {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background-color: var(--black-main);
	color: var(--white-main);
	text-decoration: none !important;
}

.partners-block--main > .arrow-down::before {
	content: "o";
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "vinlam" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 0;
	color: currentColor;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(90deg);
}

.partners-list {
	display: flex;
	flex-direction: column;
	gap: 60px;
	max-width: 900px;
	margin: 0 auto;
}

.partners-list--item {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 20px;
}

.partners-list--title {
	align-self: center;
	flex: 1 0 260px;
	width: 260px;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.2;
	text-align: right;
}

.partners-list--devider {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	min-height: 100%;
	flex: 0 0 60px;
}

.partners-list--devider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -2;
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transform: translate(-50%, 0);
}

.partners-list--devider::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 24px;
	height: 24px;
	background-color: var(--red-main);
	transform: translate(-50%, -50%);
}

.partners-list--text {
	font-size: 20px;
	line-height: 1.2;
}

.partners-block--image {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}

.partners-block--image picture,
.partners-block--image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.partners-block--third {
	display: flex;
	flex-direction: column;
	gap: 60px;
	max-width: 700px;
	margin: 0 auto;
}

.partners-block--contacts {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.partners-block--contacts > img {
	display: flex;
	width: 100%;
	height: 190px;
	margin: 0 auto;
	flex: 1 0 auto;
	object-fit: contain;
	object-position: center;
	aspect-ratio: 16 / 9;
}

.partners-block--contacts > a {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
}

@media (max-width: 720px) {
	.partners-block {
		padding: 30px 0;
	}

	.partners-title {
		font-size: 20px;
	}

	.partners-subtitle {
		font-size: 16px;
	}

	.partners-list--item {
		flex-direction: column;
	}

	.partners-list--title {
		align-self: flex-start;
		flex: 1 0 auto;
		width: 100%;
		font-size: 20px;
		text-align: left;
	}

	.partners-list--devider {
		flex: 1 0 auto;
		width: 100%;
		height: 20px;
		min-height: unset;
	}

	.partners-list--devider::before {
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		transform: translate(0, -50%);
	}

	.partners-list--devider::after {
		width: 16px;
		height: 16px;
	}

	.partners-list--text {
		font-size: 16px;
	}

	.partners-block--image {
		aspect-ratio: 1 / 1;
	}

	.partners-block--contacts {
		gap: 16px;
	}
}

/* May 2025 */
