@charset "UTF-8";

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
		format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

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

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: -o-linear-gradient(
		right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: linear-gradient(
		to left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: -o-linear-gradient(
		left,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: -o-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	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(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000;
}

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

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s transform, 0.2s top;
	-o-transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	-webkit-transition: 0.2s transform, 0.2s left;
	-o-transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
	> .swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	-webkit-transition: 0.2s transform, 0.2s right;
	-o-transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl
	.swiper-pagination-progressbar
	.swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

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

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 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;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

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

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;
	font: inherit;*/
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

a {
	color: inherit;
}

.header {
	background: white;
	width: 100%;
}

.header .burger-menu {
	display: none;
}

.header .header__bar {
	background: #f0f0f5;
}

.header .header__bar .container {
	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;
}

.header .header__bar-menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header .header__bar-menu-item {
	margin-right: 2.25rem;
}

.header .header__bar-menu-item a {
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.875rem;
	line-height: 1.3;
	color: #303030;
	opacity: 0.6;
}

.header .header__bar-menu-item a:hover {
	opacity: 1;
}

.header .header__bar-menu-item:last-child {
	margin-right: 0;
}

.header .header__bar-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header .header__bar-items .header__bar-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 2rem;
}

.header .header__bar-items .header__bar-social-link {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-right: 1rem;
	opacity: 0.6;
}

.header .header__bar-items .header__bar-social-link:hover {
	opacity: 1;
}

.header .header__bar-items .header__bar-social-link img {
	width: 1.125rem;
	height: 1.125rem;
}

.header .header__bar-items .header__bar-social-link:last-child {
	margin-right: 0;
}

.header .header__bar-items .header__lang {
	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;
}

.header__desc {
	padding: 3.25rem 0;
}

.header__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3.25rem;
	height: 54px;
}

.header__top .header__logo-link {
	height: 100%;
	margin-right: 7.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__top .header__logo-link img {
	display: block;
	height: 90px;
	width: auto;
}

.header__top-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__top-phone-call {
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-right: 1.375rem;
}

.header__top-phone-call .phone {
	text-decoration: none;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #303030;
	margin-bottom: 0.375rem;
	white-space: nowrap;
}

.header__top-phone-call .call-back {
	text-decoration: none;
	font-weight: normal;
	font-size: 0.875rem;
	line-height: 1.3;
	color: #1f94ff;
}

.header__top-phone .header__top-work {
	max-width: 12rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__top-phone .header__top-work p {
	border-left: 1px solid #d2d4da;
	padding-left: 1.375rem;
	font-weight: normal;
	font-size: 0.875rem;
	line-height: 1.3;
	color: #777986;
}

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

.header .favorite-header {
	position: relative;
}

.header .fav-message {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	position: absolute;
	background: white;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem 0.875rem;
	width: 200px;
	top: calc(100% + 1rem);
	right: 0;
	z-index: 30;
}

.header .fav-message::before {
	content: "";
	background: url(../../img/arrows/Polygon-fav.svg) no-repeat;
	background-size: contain;
	width: 1.75rem;
	height: 1rem;
	display: block;
	position: absolute;
	right: 2rem;
	bottom: calc(100% - 4px);
}

.header .fav-message span {
	text-align: center;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.2;
	color: #282a3a;
}

.header .fav-message.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__fav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 1.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #d2d4da;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.3;
	color: #1f94ff;
	text-shadow: 0px 3px 52px rgba(90, 92, 102, 0.06);
	text-decoration: none;
}

.header__fav-icon {
	position: relative;
	margin-right: 2rem;
}

.header__fav-icon img {
	display: block;
}

.header__fav-icon span {
	position: absolute;
	bottom: -0.5rem;
	right: -0.5rem;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #f71515;
}

.header__opt-btn {
	margin-left: 1.375rem;
	width: 12.375rem;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.002em;
	color: #1f94ff;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	text-decoration: none;
	border: 1px solid #1f94ff;
}

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

.header__bottom-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
	padding-left: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #ffffff;
	background: #1f94ff;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	text-decoration: none;
	width: 21.25rem;
}

.header__bottom-catalog svg {
	margin-right: 1.5rem;
}

.header__bottom-catalog.disabled {
	pointer-events: none;
}

.header__search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 100%;
}

.header__search.modal-search {
	border-bottom: 1px solid #d2d4da;
	background: white;
	z-index: 89;
}

.header__search.modal-search .header__search-sub {
	height: calc(100% + 1px);
}

.header__search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.header__search-bar {
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	outline: none;
	border: none;
	padding: 1.25rem 1.5rem;
	width: 28.25rem;
	font-size: 0.875rem;
	line-height: 1.25;
	color: #777986;
	height: 100%;
}

.header__search-sub {
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #1f94ff;
	height: 100%;
	width: 60px;
	cursor: pointer;
}

.header__cart {
	background: #1f94ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 15rem;
	height: 100%;
	position: relative;
}

.header__cart-link {
	border: none;
	text-decoration: none;
	background: #1f94ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	width: 100%;
}

.header__cart-link::after {
	content: "";
	right: 0;
	width: 0.875rem;
	background: url(../../img/header/arrow.svg) no-repeat;
	height: 0.5rem;
	margin-left: 1.5rem;
	display: block;
}

.header__cart-icon {
	position: relative;
	padding-left: 1.5rem;
	margin-right: 1.5rem;
	position: relative;
}

.header__cart-icon img {
	display: block;
}

.header__cart-icon .header__cart-quantum {
	position: absolute;
	top: -0.375rem;
	right: -0.5rem;
	padding: 0.125rem;
	background: white;
	border-radius: 50%;
	color: #f71515;
	font-size: 0.75rem;
	line-height: 1.2;
        width: 18px
}

.header__cart-sum {
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #ffffff;
	text-shadow: 0px 3px 52px rgba(90, 92, 102, 0.06);
}

.header__cart-drop {
	height: 100%;
	padding: 1.625rem 1.375rem;
}

.header__cart-drop img {
	width: 100%;
	height: 100%;
	display: block;
}

.header__catalog {
	position: relative;
	height: 100%;
}
.header__bar .header__catalog {
	display: none;
}
.header .sidebar__container {
	display: none;
	width: 21.125rem;
	position: absolute;
	top: calc(100% + 52px);
	z-index: 9;
}

.header .sidebar__container a {
	text-decoration: none;
}

.header .sidebar__container li {
	position: relative;
}

.header .sidebar__container.active {
	display: block;
}

.header .categories__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.4);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.4);
	border: 1px solid #f0f0f5;
}

.header .categories__list > li {
	background-color: white;
	width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header .categories__list > li:hover {
	background: #f0f0f5;
}

.header .categories-link {
	padding-top: 1.5rem;
	padding-bottom: 1.375rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	border: 1px solid #f0f0f5;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #303030;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.header .categories-link span {
	flex: 1;
}
.header .categories-link svg {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	margin-left: 0.5rem;
	transform: rotate(-90deg);
}

.header .categories-link.categories-stock {
	color: #eb5757;
	font-weight: 600;
}

.header .categories-link.categories-stock .stock-sum {
	margin-left: 1rem;
}

.header .categories-link::after {
	content: "";
	background: url(../../../img/arrows/arrow_sidebar.svg);
	width: 0.5rem;
	height: 0.875rem;
	position: absolute;
	right: 0;
	margin-right: 1.5rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header .sub-categories__list {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	right: -21.125rem;
	width: 21.125rem;
	border: 1px solid #f0f0f5;
}

.header .sub-categories__list > li {
	background-color: white;
	z-index: 4;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header .sub-categories__list > li:hover {
	background: #f0f0f5;
}

.header .sub-categories__list > li:hover .sub-categories-link::after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.header .sub-categories-link {
	padding-top: 1.5rem;
	padding-bottom: 1.375rem;
	padding-left: 1.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	border: 1px solid #f0f0f5;
	position: relative;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #303030;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header .sub-categories-link::after {
	content: "";
	background: url(../../../img/arrows/arrow_sidebar.svg);
	width: 0.5rem;
	height: 0.875rem;
	position: absolute;
	right: 0;
	margin-right: 1.5rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.page-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 77;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: opacity 0.2s ease-in-out,
		-webkit-transform 0.1ms ease-in-out 0.2s;
	transition: opacity 0.2s ease-in-out,
		-webkit-transform 0.1ms ease-in-out 0.2s;
	-o-transition: transform 0.1ms ease-in-out 0.2s, opacity 0.2s ease-in-out;
	transition: transform 0.1ms ease-in-out 0.2s, opacity 0.2s ease-in-out;
	transition: transform 0.1ms ease-in-out 0.2s, opacity 0.2s ease-in-out,
		-webkit-transform 0.1ms ease-in-out 0.2s;
}

.page-overlay.visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.footer__top {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

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

.footer__desc {
	max-width: 18rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__desc p {
	font-weight: normal;
	font-size: 0.875rem;
	line-height: 1.25;
	color: #777986;
}

.footer__logo {
	margin-bottom: 1rem;
}

.footer__logo img {
	display: block;
}

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

.footer__nav-list li {
	margin-bottom: 0.75rem;
}

.footer__nav-list li:last-child {
	margin-bottom: 0;
}

.footer__list-title {
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.25;
	color: #303030;
	margin-bottom: 1.5rem;
	position: relative;
}

.footer__list-title::after {
	content: "";
	position: absolute;
	height: 0.125rem;
	width: 2.25rem;
	left: 0;
	bottom: -0.375rem;
	background: #1f94ff;
}

.footer-link {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.875rem;
	line-height: 1.25;
	color: #777986;
}

.footer__phone,
.footer__email,
.footer__adress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 1.375rem;
}

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

.footer__contacts .phone,
.footer__contacts .footer__email-link {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.25;
	color: #303030;
	text-decoration: none;
	margin-bottom: 0.375rem;
}

.footer__contacts .link-txt {
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.25;
	color: #1f94ff;
	text-decoration: none;
}

.footer__adress {
	margin-bottom: 0;
	padding-bottom: 1rem;
	border-bottom: 2px solid #e0e0e0;
}

.footer__adress p {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.25;
	color: #303030;
	text-decoration: none;
	margin-bottom: 0.375rem;
}

.footer__adress span {
	font-size: 0.875rem;
	line-height: 1.25;
	color: #777986;
}

.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0.5rem;
}

.footer__social-link {
	margin-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.footer__bottom {
	background: #f0f0f5;
}

.footer__bottom .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.25;
	color: #575757;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.footer__bottom .container p:last-child {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 2rem;
}

.footer__bottom .container p:last-child::after {
	display: block;
	position: absolute;
	content: "";
	right: 0;
	width: 1rem;
	height: 1rem;
	background: url(../../img/footer/comeback_logo.svg);
}

.a-btn {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	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;
	letter-spacing: 0.002em;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.625;
	text-decoration: none;
}

.a-btn.e--transparent {
	background: transparent;
	color: #1f94ff;
	border: 1px solid #1f94ff;
	padding: 0.75rem 3rem;
}

.a-btn.e--blue {
	background: #1f94ff;
	width: 100%;
	max-width: 7.75rem;
}

.a-btn.e--blue.e--about {
	width: 11.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	line-height: 1.375;
}

.a-btn.e--red {
	background: #eb5757;
	width: 100%;
}

.a-btn.button-sub {
	border: none;
	font-size: 1rem;
	line-height: 1.5;
	width: 11.25rem;
}

.a-btn:hover {
	cursor: pointer;
}

.breadcrump {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1rem;
}

.page__top {
	padding-bottom: 2rem;
	border-bottom: 1px solid #d2d4da;
	margin-bottom: 2rem;
}

.lang {
	color: #303030;
	cursor: pointer;
	position: relative;
	font-size: 0.875rem;
	line-height: 1.3;
	padding: 0.5rem;
}

.lang-title {
	position: relative;
	opacity: 0.75;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.lang-title:after {
	content: "";
	display: inline-block;
	border: 4px solid transparent;
	border-top: 4px solid #303030;
	margin-left: 5px;
}

.lang-list {
	position: absolute;
	top: 100%;
	height: 0;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: white;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lang-list a {
	text-decoration: none;
	color: #303030;
	opacity: 0.75;
}

.lang-list a:hover {
	opacity: 1;
}

.lang.show .lang-list {
	position: absolute;
	top: 100%;
	height: auto;
	overflow: hidden;
	background: white;
}

.lang:hover .lang-title {
	opacity: 1;
}

.hamburger {
	margin-right: -15px;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	margin-right: 1rem;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: white;
}

.hamburger-box {
	width: 30px;
	height: 26px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: 0.13s;
	-o-transition-duration: 0.13s;
	transition-duration: 0.13s;
	-webkit-transition-delay: 0.13s;
	-o-transition-delay: 0.13s;
	transition-delay: 0.13s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0.1s linear;
	-o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0.1s linear;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
	-webkit-transition: top 0.12s 0.2s
			cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
		-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	-webkit-transition-delay: 0.22s;
	-o-transition-delay: 0.22s;
	transition-delay: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0.1s 0.22s linear;
	-o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0.1s 0.22s linear;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: top 0.1s 0.16s
			cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
		-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.modal {
	position: fixed;
	background-color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	z-index: 101;
	border: 1px solid black;
	padding: 0.5rem;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.modal.active {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.modal-close {
	cursor: pointer;
	border: none;
	background-color: transparent;
	font-size: 1.5rem;
	position: absolute;
	right: -2rem;
	top: -2rem;
}

.section__title {
	padding-bottom: 1.125rem;
	margin-bottom: 2rem;
	border-bottom: 2px solid #d2d4da;
	position: relative;
	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;
}

.section__title h2 {
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 1.25;
	color: #303030;
}

.section__title a {
	text-decoration: none;
	right: 0;
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #1f94ff;
	position: absolute;
	padding-right: 2.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section__title a::after {
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	position: absolute;
	right: 0;
	background: url(../../../img/arrows/bi_arrow-up.svg);
}

.product__card {
	width: auto;
	max-width: 225px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	border: 1px solid #e0e0e0;
	position: relative;
}

.product__card-top {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 90%;
}

.product__card-top .to-fav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2.25rem;
	height: 2.25rem;
	background: #1f94ff;
	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;
}

.product__card-top .to-fav img {
	display: block;
}

.product__card-img {
	width: 100%;
	display: block;
	height: 100%;
}

.product__card-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.product__card-bottom {
	padding: 0.75rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product__card-desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e0e0e0;
	text-decoration: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product__card-desc .article__product,
.product__card-desc .name__product,
.product__card-desc .price__product {
	
	margin-bottom: 0.5rem;
    max-height: 60px;
}

.product__card-desc .article__product {
	font-weight: normal;
	font-size: 0.875rem;
	line-height: 1.25;
	color: #b8b5bd;
}

.product__card-desc .name__product {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 3.75rem;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #404252;
	width: 224px;
	max-height: 60px;
}

.product__card-desc .price__product {
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 1.25;
	color: #303030;
}

.product__card-buy {
	padding-top: 1rem;
	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;
}

.product__card-sum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #f2f2f2;
	padding: 0.5rem 0.5rem;
}

.product__card-sum button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	outline: none;
	background: none;
	font-size: 1rem;
	line-height: 1.25rem;
	text-align: center;
	color: #1f94ff;
}

.product__card-sum input {
	width: 1.5rem;
	border: none;
	outline: none;
}

.product__card .a-btn.e--red {
	margin-top: 1rem;
}

.product__card .markers__card {
	position: absolute;
	top: 0;
	left: 0;
}

.product__card .markers__card li {
	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;
	margin-top: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-weight: bold;
	font-size: 0.75rem;
	line-height: 1;
	color: #ffffff;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}

.product__card .markers__card .marker__top-sales {
	background: #eb5757;
}

.product__card .markers__card .marker__new {
	background: #1f94ff;
}

.page__title {
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 1.25;
	letter-spacing: -0.002em;
	color: #282a3a;
}

.cart__drop {
	padding: 0;
	position: static;
	display: block;
	background: white;
	padding-bottom: 1.25rem;
	width: 28.75rem;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	top: 88px;
	right: 0;
	z-index: 5;
}

.cart__drop.header__cart-drop {
	position: absolute;
	display: none;
	height: auto;
	width: 28.75rem;
}

.cart__drop a {
	text-decoration: none;
}

.cart__drop .goods__sum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.75rem 1.25rem;
	position: relative;
}

.cart__drop .goods__sum::after {
	content: "";
	background: #c3d3e2;
	width: calc(100% - 2.5rem);
	height: 1px;
	position: absolute;
	bottom: 0;
}

.cart__drop .cart__close {
	display: block;
	font-weight: 600;
	font-size: 1.25rem;
	color: #c3d3e2;
	text-decoration: none;
	padding: 0.5rem;
}

.cart__drop .cart__close:hover {
	color: #f71515;
}

.cart__drop .cart__del {
	display: block;
	font-weight: 600;
	font-size: 1.25rem;
	color: #c3d3e2;
	text-decoration: none;
	padding: 0.5rem;
}

.cart__drop .cart__del:hover {
	color: #f71515;
}

.cart__drop .cart__goods {
	padding: 1rem 1.25rem;
	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;
	position: relative;
}

.cart__drop .cart__goods::after {
	content: "";
	background: #c3d3e2;
	width: calc(100% - 2.5rem);
	height: 1px;
	position: absolute;
	bottom: 0;
}

.cart__drop .cart__goods-img {
	margin-right: 1.5rem;
	width: 6.25rem;
	height: 6.25rem;
}

.cart__drop .cart__goods-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.cart__drop .cart__goods-desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 1rem;
}

.cart__drop .cart__goods-desc .goods-name {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	font-style: normal;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #282a3a;
}

.cart__drop .cart__goods-desc .goods-price {
	font-size: 1rem;
	line-height: 1.25;
	color: #82828b;
}

.cart__drop .goods__order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 2rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-bottom: 1rem;
}

.cart__drop .goods__order p {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.25;
	color: #303030;
}

.cart__drop .goods__order span {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.2;
	color: #303030;
}

.cart__drop .a-btn {
	max-width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	width: calc(100% - 2.5rem);
	margin: 0 auto;
}

.cart__drop::before {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	right: 1rem;
	top: -28px;
	background: url(../../../img/arrows/Polygon-fav.svg) no-repeat;
	background-size: contain;
	display: block;
}

.cart__drop .cart__goods-all {
	height: 396px;
	overflow: auto;
}

.cart__drop ::-webkit-scrollbar {
	width: 2px;
}

.cart__drop ::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.cart__drop ::-webkit-scrollbar-thumb {
	background: #1f94ff;
}

.header__search-res {
	display: none;
	position: absolute;
	width: 100%;
	background-color: white;
	top: 101%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
}

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

.header__search-res .header__search-list li {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.header__search-res .header__search-list li .header__search-img {
	width: 2rem;
	height: 2rem;
	margin-right: 2rem;
}

.header__search-res .header__search-list li .header__search-img img {
	display: block;
	width: 2rem;
	height: 2rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.header__search-res .header__search-list li .search-res__link {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25;
	color: #282a3a;
	margin-right: 2rem;
}

.header__search-res .header__search-list li span {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25;
	color: #82828b;
}

.header__search-res .search__categories {
	border-top: 1px solid #d2d4da;
	padding: 1rem 1rem 1.5rem 1rem;
}

.header__search-res .search__categories-title {
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.5;
	letter-spacing: 0.002em;
	color: #82828b;
}

.header__opt-form {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 700px;
	height: 450px;
	background: #f5f5f5;
	z-index: 84;
	padding: 4rem 7.5rem 2rem 7.5rem;
}

.header__opt-form .close__form {
	display: block;
	position: absolute;
	top: 2rem;
	right: 2rem;
	padding: 0.5rem;
}

.header__opt-form .close__form:hover svg path {
	fill: #f71515;
}

.header__opt-form .header__opt-title {
	font-weight: normal;
	font-size: 2.25rem;
	line-height: 1.3;
	color: #282a3a;
	margin-bottom: 1rem;
}

.header__opt-form input[type="text"],
.header__opt-form input[type="tel"] {
	width: 100%;
	margin-bottom: 1.5rem;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #82828b;
	padding: 1.25rem;
	border: none;
	outline: none;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
}

.header__opt-form .unload-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	margin-bottom: 2rem;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #282a3a;
	position: relative;
	padding-left: 2rem;
}

.header__opt-form .unload-file span {
	color: #82828b;
}

.header__opt-form .unload-file::after {
	content: "";
	background: url(../../../img/arrows/upload_icon.svg);
	width: 1.25rem;
	height: 1.25rem;
	position: absolute;
	left: 0;
}

.header__opt-form .unload-file:hover {
	text-decoration: underline;
}

.header__opt-form .form__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__opt-form .button-sub {
	margin-right: 2.75rem;
}

.breadcrump-link {
	text-decoration: none;
	background: #e6e6eb;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.002em;
	margin-right: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	color: #82828b;
	margin-bottom: 0.5rem;
}

.breadcrump-link:hover {
	color: #1f94ff;
}

.breadcrump-link.active-page {
	background: #e6e6eb;
	color: #1f94ff;
	padding-left: 1rem;
	padding-right: 1rem;
}

.breadcrump-link.active-page:hover {
	cursor: pointer;
}

.modal__call {
	display: none;
	position: fixed;
	width: 700px;
	height: 290px;
	padding: 6rem 3.25rem;
	background: #f5f5f5;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 87;
}

.modal__call-close {
	display: block;
	position: absolute;
	top: 2rem;
	right: 2rem;
	padding: 0.5rem;
}

.modal__call-close:hover svg path {
	fill: #f71515;
}

.modal__call-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.modal__call-desc p {
	font-weight: normal;
	font-size: 2.25rem;
	line-height: 1.3;
	color: #282a3a;
}

.modal__call-img {
	margin-right: 2.25rem;
}

.one-click__form {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 700px;
	max-height: 570px;
	height: 100%;
	background: #f5f5f5;
	z-index: 84;
	padding: 4rem 7.5rem 2rem 7.5rem;
	overflow: auto;
}

.one-click__form .close__form {
	display: block;
	position: absolute;
	top: 2rem;
	right: 2rem;
	padding: 0.5rem;
}

.one-click__form .close__form:hover svg path {
	fill: #f71515;
}

.one-click__form .one-click__title {
	font-weight: normal;
	font-size: 2.25rem;
	line-height: 1.3;
	color: #282a3a;
	margin-bottom: 1rem;
}

.one-click__form input[type="text"],
.one-click__form input[type="tel"] {
	width: 100%;
	margin-bottom: 1.5rem;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #82828b;
	padding: 1.25rem;
	border: none;
	outline: none;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
}

.one-click__form textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 1.5rem;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #82828b;
	padding: 1.25rem;
	border: none;
	outline: none;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	resize: none;
}

.one-click__form .form__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.one-click__form .button-sub {
	margin-right: 2.75rem;
}

.rating-area {
	overflow: hidden;
}

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

.rating-area:not(:checked) > label {
	float: right;
	width: 1.5rem;
	padding: 0;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1rem;
	color: lightgrey;
}

.rating-area:not(:checked) > label:before {
	content: "★";
}

.rating-area > input:checked ~ label {
	color: #eb5757;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: #eb5757;
}

.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 {
	color: #eb5757;
}

.rate-area > label:active {
	position: relative;
}

.rating-result span {
	padding: 0;
	font-size: 0.875rem;
	margin: 0 3px;
	line-height: 1;
	color: lightgrey;
}

.rating-result > span:before {
	content: "★";
}

.rating-result > span.active {
	color: #eb5757;
}

.reviews__form {
	width: 500px;
}

.reviews__form-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.5rem;
}

.reviews__form-top svg {
	margin-right: 1.25rem;
}

.reviews__form-title {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.25;
	letter-spacing: 0.002em;
	color: #282a3a;
}

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

.reviews__form form .rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.5rem;
}

.reviews__form form .rating__your {
	margin-right: 1rem;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.3;
	letter-spacing: 0.002em;
	color: #282a3a;
}

.reviews__form .reviews__input input,
.reviews__form .reviews__textarea textarea {
	width: 100%;
	border: none;
	outline: none;
	font-family: "SourceSansPro";
	font-style: normal;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #3b3b3b;
	padding: 1.25rem;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
}

.reviews__form .reviews__input {
	margin-bottom: 1.5rem;
}

.reviews__form .reviews__textarea {
	margin-bottom: 1.5rem;
}

.reviews__form .reviews__textarea textarea {
	resize: none;
	height: 228px;
}

.reviews__form .a-btn {
	width: 282px;
}

.reviews__card {
	width: 100%;
	background: #f5f8fb;
	padding: 1.875rem 1.5rem;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.reviews__card-name {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.25;
	text-transform: capitalize;
	color: #343234;
	margin-bottom: 1rem;
}

.reviews__card-date {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.25;
	text-transform: capitalize;
	color: #c4c4c4;
	margin-bottom: 1rem;
}

.reviews__card-text {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.6;
	text-transform: capitalize;
	color: #333333;
	display: block;
	margin-bottom: 1rem;
}

.reviews__card .rating-result {
	margin-bottom: 1rem;
}

.reviews__card .reply {
	text-decoration: none;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.6;
	text-transform: capitalize;
	color: #bdbdbd;
}

.reviews__card .reply:hover {
	text-decoration: underline;
}

.products__list-nav {
	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: 1.25rem;
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #282a3a;
}

.products__list-nav a.active {
	background: #1f94ff;
	color: white;
}

.products__list-num {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
}

.products__list-prev {
	margin-right: 1.25rem;
}

.products__list-next {
	margin-left: 1.25rem;
}

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

.products__list-sort span {
	margin-right: 0.5rem;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.25;
	color: #282a3a;
}

.products__list-sort .sort .select {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.products__list-sort .sort .select::after {
	content: "";
	background: url(../../../img/arrows/Light_small_left.svg) no-repeat;
	width: 14px;
	height: 8px;
	margin-left: 0.5rem;
	display: block;
	pointer-events: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.products__list-sort .sort .select:hover::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.products__list-sort .sort .select select {
	cursor: pointer;
	font-family: "SourceSansPro";
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25;
	color: #1f94ff;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.more-btn {
	text-decoration: none;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: -0.002em;
	color: #1f94ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.more-btn::after {
	content: "";
	background: url(../../../img/arrows/reload.svg);
	width: 20px;
	height: 20px;
	display: block;
	margin-left: 0.625rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.more-btn:hover::after {
	-webkit-transform: rotate(160deg);
	-ms-transform: rotate(160deg);
	transform: rotate(160deg);
}

.delete-list a {
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.002em;
	color: #eb5757;
}

.delete-list a svg {
	margin-right: 0.75rem;
}

.count-product {
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.count-product span {
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: -0.002em;
	color: #82828b;
}

.call-back__form {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 700px;
	max-height: 570px;
	height: 100%;
	background: #f5f5f5;
	z-index: 84;
	padding: 4rem 7.5rem 2rem 7.5rem;
	overflow: auto;
}

.call-back__form .close__form {
	display: block;
	position: absolute;
	top: 2rem;
	right: 2rem;
	padding: 0.5rem;
}

.call-back__form .close__form:hover svg path {
	fill: #f71515;
}

.call-back__form .one-click__title {
	font-weight: normal;
	font-size: 2.25rem;
	line-height: 1.3;
	color: #282a3a;
	margin-bottom: 1rem;
}

.call-back__form input[type="text"],
.call-back__form input[type="tel"] {
	width: 100%;
	margin-bottom: 1.5rem;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #82828b;
	padding: 1.25rem;
	border: none;
	outline: none;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
}

.call-back__form textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 1.5rem;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #82828b;
	padding: 1.25rem;
	border: none;
	outline: none;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	resize: none;
}

.call-back__form .form__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.call-back__form .button-sub {
	margin-right: 2.75rem;
}

.hero .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 23.5rem;
}

.hero__slider {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.hero__slider .swiper-slide {
	position: relative;
}

.hero__slider .swiper-slide .banner__img img {
	width: 100%;
	height: 26.375rem;
}

.hero__slider .swiper-slide .banner__desc {
	padding-top: 5.625rem;
	padding-left: 5.625rem;
	padding-right: 2rem;
	position: absolute;
	height: 100%;
	max-width: 54.8%;
	top: 0;
	left: 0;
	background: rgba(48, 48, 48, 0.8);
}

.hero__slider .swiper-slide .banner__desc-title {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: -0.002em;
	color: #ffffff;
	margin-bottom: 1rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 4.75rem;
}

.hero__slider .swiper-slide .banner__desc-text {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.25;
	color: #e6e6eb;
	margin-bottom: 2.25rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 3.75rem;
}

.hero__slider .swiper-slide .banner__desc .a-btn {
	position: absolute;
	left: 5.625rem;
	bottom: 5.625rem;
}

.hero .slider__nav {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	margin-bottom: 1.75rem;
	margin-left: 5.625rem;
}

.hero .slider__nav .swiper-pagination,
.hero .slider__nav .swiper-button-prev,
.hero .slider__nav .swiper-button-next {
	position: static;
	margin: 0;
}

.hero .slider__nav .swiper-pagination {
	margin-right: 1rem;
}

.hero .slider__nav .swiper-pagination-bullet {
	margin-left: 0.625rem;
	background: #f6f6f6;
}

.hero .slider__nav .swiper-pagination-bullet-active {
	width: 0.625rem;
	height: 0.625rem;
}

.hero .slider__nav .swiper-button-prev {
	width: 1.875rem;
	height: 1.875rem;
	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;
}

.hero .slider__nav .swiper-button-prev::after {
	content: "";
	background: url(../../../img/arrows/arrowLeft_grey.svg) no-repeat;
	width: 0.5rem;
	height: 0.875rem;
}

.hero .slider__nav .swiper-button-prev:hover {
	background: #1f94ff;
}

.hero .slider__nav .swiper-button-prev:hover::after {
	background: url(../../../img/arrows/arrowLeft_wh.svg);
}

.hero .slider__nav .swiper-button-next {
	width: 1.875rem;
	height: 1.875rem;
	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;
}

.hero .slider__nav .swiper-button-next::after {
	content: "";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background: url(../../../img/arrows/arrowLeft_grey.svg) no-repeat;
	width: 0.5rem;
	height: 0.875rem;
}

.hero .slider__nav .swiper-button-next:hover {
	background: #1f94ff;
}

.hero .slider__nav .swiper-button-next:hover::after {
	background: url(../../../img/arrows/arrowLeft_wh.svg);
}

.new__products {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.new__products .container {
	padding-left: 23.5rem;
}

.new__products .new-container {
	overflow: hidden;
}

.new__products .new-container .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.new__products .slider__nav {
	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: 2.25rem;
}

.new__products .slider__nav .swiper-pagination,
.new__products .slider__nav .swiper-button-prev,
.new__products .slider__nav .swiper-button-next {
	position: static;
	margin: 0;
}

.new__products .slider__nav .swiper-pagination {
	margin-right: 1rem;
	z-index: 2;
}

.new__products .slider__nav .swiper-pagination-bullet {
	margin-left: 0.625rem;
	background: #777986;
}

.new__products .slider__nav .swiper-pagination-bullet-active {
	width: 0.625rem;
	height: 0.625rem;
}

.new__products .slider__nav .swiper-button-prev {
	width: 1.875rem;
	height: 1.875rem;
	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;
}

.new__products .slider__nav .swiper-button-prev::after {
	content: "";
	background: url(../../../img/arrows/arrowLeft_grey.svg) no-repeat;
	width: 0.5rem;
	height: 0.875rem;
}

.new__products .slider__nav .swiper-button-prev:hover {
	background: #1f94ff;
}

.new__products .slider__nav .swiper-button-prev:hover::after {
	background: url(../../../img/arrows/arrowLeft_wh.svg);
}

.new__products .slider__nav .swiper-button-next {
	width: 1.875rem;
	height: 1.875rem;
	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;
}

.new__products .slider__nav .swiper-button-next::after {
	content: "";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background: url(../../../img/arrows/arrowLeft_grey.svg) no-repeat;
	width: 0.5rem;
	height: 0.875rem;
}

.new__products .slider__nav .swiper-button-next:hover {
	background: #1f94ff;
}

.new__products .slider__nav .swiper-button-next:hover::after {
	background: url(../../../img/arrows/arrowLeft_wh.svg);
}

.top-sales {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.top-sales .swiper-container .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-sales .slider__nav {
	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: 2.25rem;
}

.top-sales .slider__nav .swiper-pagination,
.top-sales .slider__nav .swiper-button-prev,
.top-sales .slider__nav .swiper-button-next {
	position: static;
	margin: 0;
}

.top-sales .slider__nav .swiper-pagination {
	margin-right: 1rem;
}

.top-sales .slider__nav .swiper-pagination-bullet {
	margin-left: 0.625rem;
	background: #777986;
}

.top-sales .slider__nav .swiper-pagination-bullet-active {
	width: 0.625rem;
	height: 0.625rem;
}

.top-sales .slider__nav .swiper-button-prev {
	width: 1.875rem;
	height: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-sales .slider__nav .swiper-button-prev::after {
	content: "";
	background: url(../../../img/arrows/arrowLeft_grey.svg) no-repeat;
	width: 0.5rem;
	height: 0.875rem;
}

.top-sales .slider__nav .swiper-button-prev:hover {
	background: #1f94ff;
}

.top-sales .slider__nav .swiper-button-prev:hover::after {
	background: url(../../../img/arrows/arrowLeft_wh.svg);
}

.top-sales .slider__nav .swiper-button-next {
	width: 1.875rem;
	height: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-sales .slider__nav .swiper-button-next::after {
	content: "";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background: url(../../../img/arrows/arrowLeft_grey.svg) no-repeat;
	width: 0.5rem;
	height: 0.875rem;
}

.top-sales .slider__nav .swiper-button-next:hover {
	background: #1f94ff;
}

.top-sales .slider__nav .swiper-button-next:hover::after {
	background: url(../../../img/arrows/arrowLeft_wh.svg);
}

.index-bot {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.index-bot__info {
	width: 43rem;
}

.index-bot__title {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.3;
	color: #303030;
	margin-bottom: 2.25rem;
}

.index-bot__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 34rem;
}

.index-bot__items ul {
	margin-left: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.index-bot__items ul li {
	margin-bottom: 1rem;
	list-style-type: square;
	color: #1f94ff;
}

.index-bot__items ul li:first-child {
	list-style-type: none;
}

.index-bot__items ul li:first-child span {
	color: #303030;
}

.index-bot__items ul li span {
	font-size: 1rem;
	line-height: 1.25rem;
	color: #777986;
}

.index-bot__text-top {
	font-size: 1rem;
	line-height: 1.25;
	color: #303030;
	margin-bottom: 1.75rem;
}

.index-bot__text-bottom {
	font-size: 1rem;
	line-height: 1.25;
	color: #777986;
	margin-bottom: 2.125rem;
}

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

.index-bot__gallery {
	margin-left: 1.25rem;
}

.index-bot__gallery .swiper__gallery {
	width: 36.25rem;
	height: 36.375rem;
}

.index-bot__gallery .swiper__gallery .swiper__gallery-img {
	height: 32.25rem;
}

.index-bot__gallery .swiper__gallery .swiper__gallery-img img {
	height: 32.25rem;
	width: 36.25rem;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.index-bot .slider__nav {
	position: absolute;
	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;
	bottom: 1rem;
	width: 100%;
}

.index-bot .slider__nav .swiper-pagination,
.index-bot .slider__nav .swiper-button-prev,
.index-bot .slider__nav .swiper-button-next {
	position: static;
	margin: 0;
}

.index-bot .slider__nav .swiper-pagination {
	margin-right: 1rem;
}

.index-bot .slider__nav .swiper-pagination-bullet {
	margin-left: 0.625rem;
	background: #777986;
}

.index-bot .slider__nav .swiper-pagination-bullet-active {
	width: 0.625rem;
	height: 0.625rem;
}

.index-bot .slider__nav .swiper-button-prev {
	width: 1.875rem;
	height: 1.875rem;
	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;
}

.index-bot .slider__nav .swiper-button-prev::after {
	content: "";
	background: url(../../../img/arrows/arrowLeft_grey.svg) no-repeat;
	width: 0.5rem;
	height: 0.875rem;
}

.index-bot .slider__nav .swiper-button-prev:hover {
	background: #1f94ff;
}

.index-bot .slider__nav .swiper-button-prev:hover::after {
	background: url(../../../img/arrows/arrowLeft_wh.svg);
}

.index-bot .slider__nav .swiper-button-next {
	width: 1.875rem;
	height: 1.875rem;
	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;
}

.index-bot .slider__nav .swiper-button-next::after {
	content: "";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background: url(../../../img/arrows/arrowLeft_grey.svg) no-repeat;
	width: 0.5rem;
	height: 0.875rem;
}

.index-bot .slider__nav .swiper-button-next:hover {
	background: #1f94ff;
}

.index-bot .slider__nav .swiper-button-next:hover::after {
	background: url(../../../img/arrows/arrowLeft_wh.svg);
}

.goods-card {
	padding-bottom: 2.5rem;
}

.goods-card__slider {
	width: 40%;
	margin-right: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.goods-card .slider-nav {
	overflow: hidden;
	height: 90px;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.goods-card .slider-nav .swiper-slide {
	height: 90px;
	width: 100px;
	position: relative;
}

.goods-card .slider-nav .swiper-slide.swiper-slide-thumb-active {
	border: 1px solid #e0232d;
}

.goods-card .slider-nav .swiper-slide.swiper-slide-thumb-active::after {
	opacity: 0;
}

.goods-card .slider-nav .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: white;
	opacity: 0.5;
}

.goods-card .slider-nav .swiper-slide:hover {
	cursor: pointer;
	border: 1px solid #e0232d;
}

.goods-card .slider-nav .swiper-slide:hover::after {
	opacity: 0;
}

.goods-card .slider-nav .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.goods-card .slider-main {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1rem;
}

.goods-card .slider-main .swiper-slide {
	height: 0;
	padding-bottom: 90%;
	width: 100%;
}

.goods-card .slider-main .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.goods-card__top {
	padding-top: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5rem;
}

.goods-card__top form {
	width: 580px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.goods-card__top .card__top {
	width: 580px;
}

.goods-card__title {
	margin-bottom: 0.875rem;
}

.goods-card__title h2 {
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.25;
	letter-spacing: -0.002em;
	color: #282a3a;
}

.goods-card .goods__card-id {
	margin-bottom: 1.75rem;
}

.goods-card .goods__card-id span {
	font-size: 1.125rem;
	line-height: 1.375;
	letter-spacing: -0.002em;
	color: #282a3a;
}

.goods-card .product__card-buy {
	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;
	padding: 2rem 2.5rem;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
}

.goods-card .product__card-price {
	margin-bottom: 0.75rem;
}

.goods-card .product__card-price span {
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 1.25;
	text-align: center;
	color: #101223;
}
.goods-card .product__card-price span.oldsd {
	     text-decoration: line-through;
    color: #ccc;
    font-size: 20px;
    margin-left: 10px;
}
.discdiv {
    margin-bottom: 15px;
}
.goods-card .product__card-add {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
}

.goods-card .product__card-add .product__card-sum {
	margin-right: 1.25rem;
}

.goods-card .product__card-add button {
	cursor: pointer;
	padding: 0;
}

.goods-card .product__card-add input {
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	font-family: "SourceSansPro";
}

.goods-card .product__card-add span {
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.375;
	letter-spacing: -0.002em;
	color: #282a3a;
}

.goods-card .product__card-add span.price-sum {
	font-weight: 600;
}

.goods-card .selects .select {
	width: 268px;
	position: relative;
	margin-bottom: 0.875rem;
}

.goods-card .selects .select::after {
	content: "";
	background: url(../../../img/arrows/Light_small_left.svg) no-repeat;
	width: 14px;
	height: 8px;
	position: absolute;
	display: block;
	right: 1.5rem;
	top: calc(50% - 4px);
	pointer-events: none;
}

.goods-card .selects .select select {
	font-family: "SourceSansPro";
	width: 100%;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25;
	color: #282a3a;
	padding: 1.5rem;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.goods-card .one-click-btn {
	position: absolute;
	top: 2rem;
	right: 2.5rem;
}

.goods-card__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.goods-card .goods__desc-info {
	display: none;
}

.goods-card .goods__desc-info.active {
	display: block;
}

.goods-card .to-fav {
	position: absolute;
	right: 0;
	top: 2.3rem;
	width: 2.25rem;
	height: 2.25rem;
	background: #1f94ff;
	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;
}

.goods-card .to-fav img {
	display: block;
}

.goods-card .to-simile {
	position: absolute;
	right: 0;
	top: 0;
	width: 2.25rem;
	height: 2.25rem;
	background: #1f94ff;
	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;
}

.goods-card .to-simile img {
	display: block;
}

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

.goods-card .goods__desc-info h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.25;
	color: #000000;
	margin-bottom: 1.5rem;
}

.goods-card .goods__desc-info p {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #000000;
	margin-bottom: 1.25rem;
}

.goods-card .goods__desc-info .semi-bold {
	font-weight: 600;
	opacity: 0.7;
}

.goods-card__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ececec;
	margin-bottom: 1.5rem;
}

.goods-card__tabs li {
	margin-right: 4rem;
	padding: 0.75rem 0.5rem;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #333333;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-bottom: 1px solid transparent;
}

.goods-card__tabs li.active {
	font-weight: 600;
	color: #eb5757;
	border-bottom: 1px solid #eb5757;
}

.goods-card__tabs li:hover {
	font-weight: 600;
	color: #eb5757;
	border-bottom: 1px solid #eb5757;
}

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

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

.goods-card .reviews__list {
	margin-right: 3rem;
	width: 720px;
}

.goods-card .reviews-bottom {
	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;
}

.goods-card .reviews-more {
	text-decoration: none;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: -0.002em;
	color: #1f94ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.goods-card .reviews-more::after {
	content: "";
	background: url(../../../img/arrows/reload.svg);
	width: 20px;
	height: 20px;
	display: block;
	margin-left: 0.625rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.goods-card .reviews-more:hover::after {
	-webkit-transform: rotate(160deg);
	-ms-transform: rotate(160deg);
	transform: rotate(160deg);
}

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

.products__list-left {
	width: 268px;
	margin-right: 1.5rem;
}

.products__list-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	gap: 40px;
}

.products__list .filter__item {
	margin-bottom: 1.5rem;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	padding: 1.5rem;
}

.products__list .filter__item:last-child {
	margin-bottom: 0;
}

.products__list .filter__item-title {
	font-style: normal;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.002em;
	color: #282a3a;
	margin-bottom: 1rem;
}

.products__list .filter__item-btn {
	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;
	margin-bottom: 0;
	cursor: pointer;
}

.products__list .filter__item-btn::after {
	content: "";
	background: url(../../../img/arrows/arr_drop.svg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 14px;
	height: 8px;
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.products__list .filter__item-btn.active {
	margin-bottom: 1rem;
}

.products__list .filter__item-btn.active::after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.products__list .filter__item-drop {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: none;
}

.products__list .filter__item-drop label {
	margin-bottom: 1rem;
}

.products__list .filter__item-drop label:last-child {
	margin-bottom: 0;
}

.products__list .filter__item-drop.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
}

.products__list .filter__price {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.products__list .filter__price-min {
	width: 100px;
	margin-right: 1.875rem;
}

.products__list .filter__price-max {
	width: 100px;
}

.products__list .filter__price label {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #5b5d6b;
}

.products__list .filter__price input {
	width: 100%;
	background: #f5f8fb;
	border: 1px solid #f3f6f9;
	outline: none;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	text-align: center;
	font-family: "SourceSansPro";
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #5b5d6b;
}

.products__list .settings {
	margin-bottom: 1.25rem;
}

.products__list .filters-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.products__list .filters-active .filters-delete {
	background: #e6e6eb;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.002em;
	color: #eb5757;
	text-decoration: none;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.products__list .filters-active .filters-delete svg {
	margin-right: 0.5rem;
}

.products__list .filter {
	display: none;
}

.products__list .filter.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 0.5rem;
	border-right: 1px solid #6f6f6f;
	margin-bottom: 1rem;
	padding-right: 0.5rem;
	cursor: pointer;
}

.products__list .filter.active span {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.002em;
	color: #1f94ff;
}

.products__list .filter.active a {
	margin-left: 0.5rem;
}

.products__list .filter.active:nth-last-child(2) {
	border-right: none;
}

.products__list .filter-open {
	display: none;
	font-weight: 600;
}

.products__list .close-filter {
	display: none;
}

.products__list-more {
	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;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.favorite {
	padding-bottom: 4rem;
}

.favorite .container {
	position: relative;
}

.favorite .page__title {
	max-width: 70%;
}

.favorite .breadcrump {
	margin-bottom: 1rem;
}

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

.favorite__empty p {
	max-width: 400px;
	margin-right: 3rem;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #282a3a;
}

.favorite__empty p a {
	color: #1f94ff;
}

.favorite__empty p svg {
	width: 16px;
	height: 16px;
}

.favorite__empty.disable {
	display: none;
}

.favorite__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto;
	gap: 20px;
}

.favorite__grid.disable {
	display: none;
}

.favorite__settings {
	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: 3rem;
}

.catalog {
	padding-bottom: 4rem;
}

.catalog__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto;
	gap: 20px;
}

.catalog__item {
	padding: 2.5rem 1rem 1.5rem 1rem;
	width: 100%;
	max-width: 268px;
	background: white;
	border: 1px solid #d2d4da;
	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;
}

.catalog__item-img {
	width: 50%;
	height: 0;
	padding-bottom: 50%;
	position: relative;
	margin-bottom: 1rem;
}

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

.catalog__item-title {
	margin-bottom: 1rem;
	text-align: center;
}

.catalog__item-title span {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #282a3a;
}

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

.catalog__item-link a {
	text-decoration: none;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.625;
	letter-spacing: 0.002em;
	color: #1f94ff;
}

.search__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto;
	gap: 20px;
	padding-bottom: 4rem;
}

.search-empty .page__top .page__title {
	max-width: 520px;
}

.search-empty__desc {
	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;
	padding-bottom: 12rem;
}

.search-empty__desc span {
	font-weight: normal;
	font-size: 1.375rem;
	line-height: 1.2;
	color: #777986;
	margin-bottom: 1.75rem;
}

.search-empty__desc p {
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 1.25;
	text-align: center;
	color: #282a3a;
}

.search-empty__desc p .profit {
	text-decoration: none;
	color: #eb5757;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.search-empty__desc p .profit::after {
	content: "";
	background: url(../../../img/arrows/Union.svg) no-repeat;
	background-size: contain;
	display: block;
	width: 190px;
	height: 115px;
	position: absolute;
	top: calc(100% + 2rem);
	right: 50%;
}

.search-empty__phone {
	margin-bottom: 1.75rem;
	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;
}

.search-empty__phone .call {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.25;
	color: #282a3a;
	text-decoration: none;
	margin-bottom: 0.25rem;
}

.search-empty__phone .call-back {
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.2;
	color: #1f94ff;
}

.other {
	padding-top: 1rem;
	padding-bottom: 3rem;
}

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

.other__desc .breadcrump {
	margin-bottom: 2.5rem;
}

.other__left {
	width: 100%;
	max-width: 340px;
	margin-right: 1.25rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.other__sidebar-list {
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
}

.other__sidebar-list li {
	border-bottom: 2px solid #e6e6eb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.other__sidebar-list li a {
	font-weight: normal;
	text-decoration: none;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #282a3a;
	width: 100%;
	height: 100%;
	padding: 1.5rem;
}

.other__sidebar-list li.active {
	border-bottom: 2px solid #1f94ff;
}

.other__sidebar-list li.active a {
	color: #1f94ff;
}

.other__sidebar-list li:hover {
	border-bottom: 2px solid #1f94ff;
}

.other__sidebar-list li:hover a {
	color: #1f94ff;
}

.other__right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.other__right-top {
	width: 100%;
	height: 0;
	padding-bottom: 30%;
	position: relative;
	margin-bottom: 1rem;
}

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

.other__right-bottom {
	background: #f3f4f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.625rem 2.25rem;
}

.other__right-bottom .questions-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.other__right-bottom .questions-text svg {
	margin-right: 1rem;
}

.other__right-bottom .questions-text span {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.25;
	letter-spacing: 0.002em;
	color: #282a3a;
}

.other__right-desc h4 {
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 1.25;
	color: #000000;
	margin-bottom: 1rem;
}

.other__right-desc p {
	font-size: 1.125rem;
	margin-bottom: 1rem;
	line-height: 1.25;
	opacity: 0.6;
}

.other__right-desc .semi-bold {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.25;
	opacity: 1;
}

.other__right-desc ul span {
	margin-bottom: 1rem;
	display: block;
}

.other__right-desc ul li {
	margin-left: 1.25rem;
	list-style-type: square;
	font-size: 1.125rem;
	margin-bottom: 1rem;
	line-height: 1.25;
}

.cart {
	padding-bottom: 5rem;
}

.cart .container {
	position: relative;
}

.cart__item {
	display: grid;
	grid-template-columns: 5fr 2fr 2fr 2fr 1fr;
	grid-template-rows: auto;
	border-bottom: 1px solid #d2d4da;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	-webkit-column-gap: 3rem;
	-moz-column-gap: 3rem;
	column-gap: 3rem;
}

.cart__item.title {
	padding-top: 0;
}

.cart__item-title {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.25;
	color: #282a3a;
}

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

.cart__item-id {
	margin-bottom: 1rem;
}

.cart__item-id span {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.25;
	color: #b8b5bd;
}

.cart__item-name {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.2;
	color: #282a3a;
}

.cart__item-img {
	width: 100px;
	height: 100px;
	margin-right: 1rem;
}

.cart__item-img img {
	height: 100px;
	width: 100px;
	-o-object-fit: cover;
	object-fit: cover;
}

.cart__item-sum span,
.cart__item-price span {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.25;
	color: #282a3a;
}

.cart .order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.cart .order__item {
	width: 390px;
}

.cart .order__item-top {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
	border-bottom: 1px solid #d2d4da;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2.25rem;
}

.cart .order__item span {
	font-size: 1.25rem;
	line-height: 1.25;
	letter-spacing: -0.002em;
	color: #82828b;
}

.cart .order__item span.order__item-sum {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.25;
	color: #282a3a;
}

.cart .order__item-link {
	width: 100%;
}

.cart .order__item-link .a-btn.e--blue {
	max-width: 100%;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.contacts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 1.25rem;
}

.contacts__item {
	-webkit-box-shadow: 0px 5px 15px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 5px 15px rgba(90, 92, 102, 0.1);
	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;
	padding: 1.25rem;
	text-align: center;
}

.contacts__item svg {
	margin-bottom: 1rem;
}

.contacts__item-txt {
	text-decoration: none;
	margin-bottom: 1rem;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.25;
	color: #282a3a;
}

.contacts__item-txt:last-child {
	margin-bottom: 0;
}

.contacts__item .link-txt {
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.25;
	color: #1f94ff;
	text-decoration: none;
}

.contacts__map {
	height: 320px;
	grid-column: span 3;
}

.contacts__map iframe {
	width: 100%;
	height: 100%;
}

.ordering {
	padding-bottom: 2.5rem;
	padding-top: 1rem;
}

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

.ordering__left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 1.25rem;
}

.ordering__item {
	margin-bottom: 2.25rem;
}

.ordering__item-title {
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 2px solid #f3f4f8;
}

.ordering__item-title h4 {
	font-weight: normal;
	font-size: 2.25rem;
	line-height: 1.25;
	letter-spacing: -0.002em;
	color: #282a3a;
}

.ordering__item-personal {
	width: 100%;
	max-width: 700px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	gap: 20px;
}

.ordering__item-personal .input {
	max-width: 340px;
}

.ordering__item-personal .input input {
	width: 100%;
	padding: 1.25rem;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #575757;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	border: none;
}

.ordering__item-personal .input input::-webkit-input-placeholder {
	color: #82828b;
}

.ordering__item-personal .input input::-moz-placeholder {
	color: #82828b;
}

.ordering__item-personal .input input:-ms-input-placeholder {
	color: #82828b;
}

.ordering__item-personal .input input::-ms-input-placeholder {
	color: #82828b;
}

.ordering__item-personal .input input::placeholder {
	color: #82828b;
}

.ordering__item-radio span,
.ordering__item-select span {
	margin-bottom: 1rem;
	display: block;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25;
	color: #282a3a;
}

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

.ordering__item-radio .radio label {
	margin-bottom: 1rem;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.25;
	color: #575757;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ordering__item-radio .radio label input {
	margin: 0;
	margin-right: 0.5rem;
}

.ordering__item-select .select {
	margin-bottom: 1rem;
	max-width: 340px;
	position: relative;
}

.ordering__item-select .select:last-child {
	margin-bottom: 1;
}

.ordering__item-select .select select {
	width: 100%;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #82828b;
	padding: 1.125rem;
	padding-right: 2rem;
	background: #fff;
	border: none;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.ordering__item-select .select::after {
	position: absolute;
	content: "";
	background: url(../../../img/arrows/arr_drop.svg);
	width: 12px;
	height: 6px;
	background-size: contain;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 1rem;
	top: calc(50% - 3px);
	pointer-events: none;
}

.ordering__button {
	width: 340px;
}

.ordering__button .a-btn.e--blue {
	max-width: 100%;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.ordering .other__right-bottom {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.ordering .other__right-bottom .comment-btn {
	width: 156px;
}

.ordering__comment {
	display: none;
	width: 100%;
}

.ordering__comment.on {
	display: block;
}

.ordering__comment-text {
	width: 100%;
	max-width: 500px;
	height: 228px;
	margin-bottom: 2rem;
	margin-top: 2.5rem;
}

.ordering__comment-text textarea {
	resize: none;
	width: 100%;
	border: none;
	-webkit-box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
	height: 100%;
	padding: 1.25rem;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #82828b;
}

.ordering__comment .file-upload a {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #282a3a;
	text-decoration: none;
}

.ordering__comment .file-upload a svg {
	margin-right: 0.5rem;
}

.ordering__comment .file-upload a span {
	color: #82828b;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.25;
}

.ordering__comment .file-upload a:hover {
	text-decoration: underline;
}

.container {
	margin: 0 auto;
	max-width: 1454px;
	padding: 0 1rem;
}

body {
	font-family: "SourceSansPro", sans-serif;
}

body.burger-active {
	overflow: hidden;
}

input,
select,
textarea {
	font-family: "SourceSansPro", sans-serif;
	outline: none;
}

@media only screen and (max-width: 1440px) {
	.header__desc {
		padding: 1.5rem 0;
	}

	.header__top {
		height: 50px;
		margin-bottom: 2rem;
	}

	.header__top .header__logo-link img {
		height: 76px;
	}

	.header__bottom {
		height: 50px;
	}

	.header .sidebar__container {
		top: calc(100% + 24px);
	}

	.product__card .a-btn.e--blue {
		width: 48%;
	}

	.product__card .product__card-sum {
		width: 42%;
		margin-right: 0.5rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product__card .product__card-sum button {
		padding: 0;
	}

	.product__card-bottom {
		padding: 0.625rem 0.75rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product__card-desc .article__product,
	.product__card-desc .name__product,
	.product__card-desc .price__product {
		margin-bottom: 0.75rem;
	}

	.product__card-desc .article__product {
		font-size: 0.75rem;
	}

	.product__card-desc .name__product {
		height: 3.5rem;
		font-weight: 600;
		font-size: 0.875rem;
		line-height: 1.25rem;
		color: #404252;
		padding-left: 10px;
	}

	.product__card-desc .price__product {
		font-size: 1.25rem;
	}

	.cart__drop.header__cart-drop {
		top: 74px;
		width: 28.75rem;
	}

	.cart__drop.header__cart-drop::before {
		content: "";
		width: 44px;
		height: 44px;
		top: -24px;
	}

	.hero__slider .swiper-slide .banner__desc {
		padding-top: 3rem;
		padding-left: 3rem;
	}

	.hero__slider .swiper-slide .banner__desc-title {
		font-size: 1.75rem;
	}

	.hero__slider .swiper-slide .banner__desc .a-btn {
		left: 3rem;
	}

	.hero .slider__nav {
		margin-left: 3rem;
	}

	.goods-card__top {
		padding-top: 1.75rem;
	}

	.goods-card__top form {
		width: 100%;
		max-width: 520px;
	}

	.goods-card .card__top {
		width: 100%;
		max-width: 520px;
	}

	.goods-card__title h2 {
		font-size: 2.125rem;
	}

	.goods-card .goods__card-id span {
		font-size: 1rem;
	}

	.goods-card .selects .select select {
		padding: 1.125rem;
	}

	.goods-card .product__card-price span {
		font-size: 1.875rem;
	}

	.goods-card .product__card-add span {
		font-size: 1rem;
		margin-right: 0.5rem;
	}

	.products__list-grid {
		gap: 20px;
	}

	.favorite__empty p {
		max-width: 360px;
		margin-right: 3rem;
	}

	.favorite__empty p svg {
		width: 16px;
		height: 16px;
	}

	.other {
		padding-top: 2rem;
	}

	.contacts__item-txt {
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 1248px) {
	.header__top {
		height: 50px;
		margin-bottom: 2rem;
	}

	.header__top .header__logo-link img {
		height: 64px;
		width: auto;
	}

	.header__desc {
		padding: 1rem 0;
	}

	.header__top {
		margin-bottom: 1rem;
	}

	.header__top-phone-call .phone {
		font-size: 1.25rem;
	}

	.header__top .header__logo-link {
		margin-right: 5rem;
	}

	.header__bottom-catalog {
		width: 20rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 2rem;
	}

	.header__search {
		margin-right: 2rem;
	}

	.header__search-sub {
		width: 50px;
	}

	.header__search-bar {
		width: 20rem;
	}

	.header .sidebar__container {
		top: calc(100% + 14px);
		width: 20rem;
	}

	.header .categories-link {
		font-size: 1rem;
		padding-top: 1.125rem;
		padding-bottom: 1.125rem;
	}

	.footer__desc {
		max-width: 16rem;
		margin-right: 1rem;
	}

	.footer__nav {
		margin-right: 1rem;
	}

	.footer__contacts {
		max-width: 220px;
	}

	.footer__contacts .footer__email-link {
		font-size: 1.125rem;
	}

	.footer__contacts .footer__phone .phone {
		font-size: 1.125rem;
	}

	.footer__adress p {
		font-size: 1.125rem;
	}

	.section__title {
		margin-bottom: 1.75rem;
		padding-bottom: 1rem;
	}

	.section__title h2 {
		font-size: 1.875rem;
	}

	.section__title a {
		font-size: 1rem;
	}

	.page__title {
		font-size: 2rem;
	}

	.cart__drop {
		padding-bottom: 1rem;
		max-width: 28.75rem;
		width: 100%;
	}

	.cart__drop.header__cart-drop {
		top: 66px;
		width: 26.75rem;
	}

	.cart__drop.header__cart-drop::before {
		content: "";
		width: 36px;
		height: 36px;
		top: -16px;
	}

	.cart__drop .goods__sum {
		padding: 0.75rem 1rem;
	}

	.cart__drop .goods__sum::after {
		width: calc(100% - 2rem);
	}

	.cart__drop .cart__goods {
		padding: 1rem 1rem;
	}

	.cart__drop .cart__goods::after {
		width: calc(100% - 2rem);
	}

	.cart__drop .cart__goods-img {
		margin-right: 1.25rem;
		width: 5.25rem;
		height: 5.25rem;
	}

	.cart__drop .cart__goods-desc .goods-name {
		font-size: 1rem;
	}

	.cart__drop .cart__goods-desc .goods-price {
		font-size: 0.875rem;
	}

	.cart__drop .goods__order {
		padding-top: 1.5rem;
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}

	.cart__drop .goods__order p {
		font-size: 0.875rem;
	}

	.cart__drop .goods__order span {
		font-size: 1rem;
	}

	.cart__drop .a-btn {
		width: calc(100% - 2rem);
	}

	.cart__drop .cart__goods-all {
		height: 348px;
	}

	.header__opt-form {
		width: 600px;
		height: 400px;
		padding: 2rem 7.5rem 2rem 7.5rem;
	}

	.header__opt-form .header__opt-title {
		font-size: 1.75rem;
	}

	.header__opt-form input[type="text"],
	.header__opt-form input[type="tel"] {
		margin-bottom: 1.25rem;
		font-size: 1rem;
		padding: 1rem;
	}

	.header__opt-form .unload-file {
		margin-bottom: 1.75rem;
		font-size: 1rem;
		padding-left: 2rem;
	}

	.breadcrump-link {
		font-size: 0.75rem;
		margin-right: 0.75rem;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		color: #82828b;
		margin-bottom: 0.375rem;
	}

	.one-click__form {
		max-width: 600px;
		max-height: 500px;
		padding: 2rem 5.5rem 2rem 5.5rem;
	}

	.one-click__form .one-click__title {
		font-size: 1.875rem;
	}

	.one-click__form input[type="text"],
	.one-click__form input[type="tel"] {
		margin-bottom: 1.25rem;
		font-size: 1rem;
		padding: 1rem;
	}

	.one-click__form textarea {
		margin-bottom: 1.25rem;
		font-weight: normal;
		font-size: 1rem;
		padding: 1.25rem;
	}

	.one-click__form .form__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.one-click__form .button-sub {
		margin-right: 2.75rem;
	}

	.reviews__card {
		padding: 1.5rem 1.375rem;
	}

	.reviews__card-name {
		font-size: 1rem;
		margin-bottom: 0.875rem;
	}

	.reviews__card-date {
		font-size: 0.875rem;
		margin-bottom: 0.875rem;
	}

	.reviews__card-text {
		font-size: 0.875rem;
		margin-bottom: 0.875rem;
	}

	.reviews__card .rating-result {
		margin-bottom: 0.875rem;
	}

	.reviews__card .reply {
		font-size: 0.875rem;
	}

	.more-btn {
		font-size: 1.25rem;
	}

	.count-product {
		top: 0.5rem;
	}

	.count-product span {
		font-size: 1.25rem;
	}

	.call-back__form {
		max-width: 600px;
		max-height: 500px;
		padding: 2rem 5.5rem 2rem 5.5rem;
	}

	.call-back__form .one-click__title {
		font-size: 1.875rem;
	}

	.call-back__form input[type="text"],
	.call-back__form input[type="tel"] {
		margin-bottom: 1.25rem;
		font-size: 1rem;
		padding: 1rem;
	}

	.call-back__form textarea {
		margin-bottom: 1.25rem;
		font-weight: normal;
		font-size: 1rem;
		padding: 1.25rem;
	}

	.call-back__form .form__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.call-back__form .button-sub {
		margin-right: 2.75rem;
	}

	.hero .container {
		padding-left: 22rem;
	}

	.hero__slider .swiper-slide .banner__desc {
		padding-top: 2rem;
		padding-left: 2rem;
	}

	.hero__slider .swiper-slide .banner__desc-title {
		font-size: 1.5rem;
		-webkit-line-clamp: 3;
		height: 5rem;
	}

	.hero__slider .swiper-slide .banner__desc-text {
		-webkit-line-clamp: 4;
		font-size: 0.875rem;
		height: 4rem;
	}

	.hero__slider .swiper-slide .banner__desc .a-btn {
		left: 2rem;
		bottom: 4rem;
	}

	.hero__slider .swiper-slide .banner__img {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 50%;
	}

	.hero__slider .swiper-slide .banner__img img {
		width: 100%;
		position: absolute;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.hero__slider .slider__nav {
		margin-left: 2rem;
	}

	.new__products .container {
		padding-left: 22rem;
	}

	.index-bot__info {
		width: 45%;
		margin-right: 1rem;
	}

	.index-bot__title {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.index-bot__items ul li {
		margin-bottom: 0.75rem;
	}

	.index-bot__items ul li span {
		font-size: 0.875rem;
	}

	.index-bot__text-top {
		font-size: 0.875rem;
		margin-bottom: 1.5rem;
	}

	.index-bot__text-bottom {
		font-size: 0.875rem;
	}

	.index-bot__gallery {
		width: 55%;
		margin-left: 0;
	}

	.index-bot__gallery .swiper__gallery {
		width: 100%;
		height: 0;
		padding-bottom: calc(100% + 4rem);
		position: relative;
	}

	.index-bot__gallery .swiper__gallery .swiper__gallery-img {
		height: 0;
		width: 100%;
		padding-bottom: 100%;
		position: relative;
	}

	.index-bot__gallery .swiper__gallery .swiper__gallery-img img {
		position: absolute;
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		display: block;
	}

	.goods-card .goods__desc-info h4 {
		font-size: 1.25rem;
		margin-bottom: 1.25rem;
	}

	.goods-card .goods__desc-info p {
		font-size: 1rem;
		margin-bottom: 1.125rem;
	}

	.goods-card__slider {
		width: 46%;
	}

	.goods-card__title {
		padding-right: 3rem;
	}

	.goods-card__title h2 {
		font-size: 2rem;
	}

	.goods-card .selects .select select {
		padding: 0.875rem;
	}

	.goods-card .product__card-price span {
		font-size: 1.75rem;
	}

	.goods-card .product__card-add span {
		font-size: 1rem;
	}

	.goods-card .reviews-more {
		font-size: 1.25rem;
	}

	.products__list-grid {
		gap: 10px;
	}

	.products__list .filter__item {
		margin-bottom: 1.25rem;
		padding: 1.25rem;
	}

	.products__list .filter__item-title {
		font-size: 0.875rem;
	}

	.products__list .filter__item-title.active {
		margin-bottom: 0.875rem;
	}

	.products__list .filter__item-btn::after {
		width: 12px;
		height: 6px;
		background-size: contain;
	}

	.products__list .filter__item-btn.active {
		margin-bottom: 0.875rem;
	}

	.products__list .filter__item-drop label {
		margin-bottom: 0.875rem;
	}

	.products__list .filter__price-min {
		margin-right: 1.5rem;
	}

	.products__list .filter__price label {
		font-size: 0.875rem;
	}

	.products__list .filter__price input {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		font-size: 0.875rem;
	}

	.products__list .filters-active .filters-delete {
		font-size: 0.875rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.products__list .filters-active .filters-delete svg {
		margin-right: 0.375rem;
	}

	.products__list .filter.active {
		margin-right: 0.375rem;
		margin-bottom: 0.75rem;
		padding-right: 0.375rem;
	}

	.products__list .filter.active span {
		font-size: 0.875rem;
	}

	.products__list .filter.active a {
		margin-left: 0.375rem;
	}

	.favorite {
		padding-bottom: 3.25rem;
	}

	.favorite__settings {
		margin-bottom: 2.5rem;
	}

	.favorite__empty p {
		max-width: 280px;
		margin-right: 3rem;
		font-size: 0.875rem;
	}

	.favorite__empty p svg {
		width: 14px;
		height: 14px;
	}

	.favorite__empty-right svg {
		width: 460px;
		height: 400px;
	}

	.search__grid {
		gap: 10px;
	}

	.search-empty__desc {
		padding-bottom: 12rem;
	}

	.search-empty__desc span {
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
	}

	.search-empty__desc p {
		font-size: 1.125rem;
	}

	.search-empty__phone {
		margin-bottom: 1.5rem;
	}

	.search-empty__phone .call {
		font-size: 1.25rem;
	}

	.other__left {
		max-width: 280px;
	}

	.other__sidebar-list li {
		border-bottom: 2px solid #e6e6eb;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.other__sidebar-list li a {
		font-size: 1rem;
		padding: 1.25rem;
	}

	.other__right-bottom {
		padding: 1.25rem 1.25rem;
	}

	.other__right-bottom .questions-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.other__right-bottom .questions-text svg {
		margin-right: 0.5rem;
		width: 40px;
		height: 40px;
	}

	.other__right-bottom .questions-text span {
		font-size: 0.875rem;
	}

	.other__right-desc h4 {
		font-size: 1.875rem;
	}

	.other__right-desc p {
		font-size: 1rem;
	}

	.other__right-desc .semi-bold {
		font-size: 1.25rem;
	}

	.other__right-desc ul li {
		font-size: 1rem;
		margin-bottom: 0.875rem;
	}

	.cart__item {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		-webkit-column-gap: 3rem;
		-moz-column-gap: 3rem;
		column-gap: 3rem;
	}

	.cart__item-title {
		font-size: 0.875rem;
	}

	.cart__item-id {
		margin-bottom: 0.875rem;
	}

	.cart__item-id span {
		font-size: 0.875rem;
	}

	.cart__item-name {
		font-size: 1rem;
	}

	.cart__item-img {
		width: 90px;
		height: 90px;
		margin-right: 0.875rem;
	}

	.cart__item-img img {
		height: 90px;
		width: 90px;
	}

	.cart__item-sum span,
	.cart__item-price span {
		font-size: 1.25rem;
	}

	.cart .order__item {
		width: 360px;
	}

	.cart .order__item-top {
		padding-top: 2rem;
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}

	.cart .order__item span {
		font-size: 1.125rem;
	}

	.cart .order__item span.order__item-sum {
		font-size: 1.25rem;
	}

	.contacts {
		gap: 1rem;
	}

	.contacts__item {
		padding: 1rem;
	}

	.contacts__item svg {
		margin-bottom: 0.875rem;
		height: 30px;
	}

	.contacts__item-txt {
		margin-bottom: 0.875rem;
		font-size: 1rem;
	}

	.contacts__item .link-txt {
		font-size: 0.75rem;
	}

	.contacts__map {
		height: 290px;
		grid-column: span 3;
	}

	.ordering__item {
		margin-bottom: 2rem;
	}

	.ordering__item-title {
		padding-bottom: 1rem;
		margin-bottom: 1.75rem;
	}

	.ordering__item-title h4 {
		font-size: 1.875rem;
	}

	.ordering__item-personal .input input {
		padding: 1.125rem;
		font-size: 1rem;
	}

	.ordering__item-radio span,
	.ordering__item-select span {
		margin-bottom: 1rem;
		display: block;
		font-weight: 600;
		font-size: 1rem;
		line-height: 1.25;
		color: #282a3a;
	}

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

	.ordering__item-radio .radio label {
		margin-bottom: 1rem;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.25;
		color: #575757;
	}

	.ordering__item-radio .radio label:last-child {
		margin-bottom: 1;
	}

	.ordering__item-select .select {
		max-width: 340px;
		width: 100%;
	}

	.ordering__item-select .select select {
		font-size: 1rem;
		padding: 1.125rem;
	}

	.ordering .other__right-bottom {
		margin-bottom: 1.75rem;
	}

	.ordering .other__right-bottom .comment-btn {
		width: 156px;
	}

	.ordering__comment-text {
		margin-bottom: 1.5rem;
		margin-top: 2rem;
	}

	.ordering__comment-text textarea {
		padding: 1.125rem;
		font-size: 1rem;
	}

	.ordering__comment .file-upload a {
		font-size: 1rem;
	}

	.ordering__comment .file-upload a svg {
		margin-right: 0.5rem;
	}

	.ordering__comment .file-upload a span {
		font-size: 0.875rem;
	}
}

@media only screen and (max-width: 1024px) {
	.header__top {
		margin-bottom: 2rem;
	}

	.header__top .header__logo-link img {
		height: 44px;
	}

	.header .fav-message {
		padding: 0.875rem 0.75rem;
		width: 180px;
		top: calc(100% + 1rem);
	}

	.header .fav-message::before {
		right: 1.125rem;
	}

	.header .fav-message span {
		font-size: 0.75rem;
	}

	.header .header__bar-items .header__bar-social {
		display: none;
	}

	.header__opt-btn {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		width: 10rem;
	}

	.header__desc {
		padding-top: 0rem;
	}

	.header__top {
		height: 50px;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		margin: 0;
	}

	.header__top-phone-call {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header__top-phone-call .phone {
		font-size: 1rem;
		margin-bottom: 0;
		margin-right: 1rem;
	}

	.header__top-phone .header__top-work {
		display: none;
	}

	.header__fav-icon {
		margin-right: 0;
	}

	.header__fav .link-fav {
		display: none;
	}

	.header__bottom {
		background: #1f94ff;
		margin-left: -1rem;
		margin-right: -1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.header__bottom-catalog {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-left: 0;
		width: auto;
	}

	.header__bottom-catalog svg {
		margin: 0;
	}

	.header__bottom-catalog .cat-txt {
		display: none;
	}

	.header__bottom-catalog.disabled {
		pointer-events: auto;
	}

	.header__cart {
		width: auto;
	}

	.header__cart-sum {
		display: none;
	}

	.header__cart-icon {
		margin: 0;
		padding: 0;
	}

	.header__cart-link {
		padding: 0 1rem;
	}

	.header__cart-link::after {
		display: none;
	}

	.header__search {
		height: 24px;
	}

	.header__search-bar {
		background: white;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0.5rem;
	}

	.header__search form {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.header .sidebar__container {
		width: 21.125rem;
		position: absolute;
		top: calc(100%);
		left: 0;
		margin-left: -1rem;
		z-index: 9;
	}

	.header .sidebar__container a {
		text-decoration: none;
	}

	.header .sidebar__container li {
		position: relative;
	}

	.header .sidebar__container.active {
		display: block;
	}

	.header .categories-link {
		font-size: 0.875rem;
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
	}

	.footer__top .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__desc {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.footer__bottom .container {
		font-size: 0.875rem;
	}

	.footer__bottom .container p:last-child {
		padding-right: 1.25rem;
	}

	.footer__bottom .container p:last-child::after {
		width: 0.75rem;
		height: 0.75rem;
		background-size: contain;
	}

	.breadcrump {
		margin-top: 0.875rem;
	}

	.page__top {
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.section__title {
		margin-bottom: 1.5rem;
	}

	.section__title h2 {
		font-size: 1.75rem;
	}

	.product__card-bottom {
		padding: 0.5rem 0.5rem;
	}

	.product__card-buy {
		padding-top: 0.75rem;
	}

	.product__card-sum button {
		font-size: 0.875rem;
	}

	.product__card .a-btn.e--red {
		margin-top: 0.75rem;
	}

	.product__card .markers__card li {
		font-size: 0.625rem;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.page__title {
		font-size: 1.75rem;
	}

	.cart__drop {
		padding-bottom: 0.75rem;
	}

	.cart__drop.header__cart-drop {
		top: 66px;
		width: 24.75rem;
		right: -0.5rem;
	}

	.cart__drop.header__cart-drop::before {
		top: -16px;
	}

	.cart__drop .cart__goods-img {
		margin-right: 1rem;
		width: 4rem;
		height: 4rem;
	}

	.cart__drop .cart__goods-desc .goods-name {
		font-size: 0.875rem;
	}

	.cart__drop .cart__goods-desc .goods-price {
		font-size: 0.75rem;
	}

	.cart__drop .goods__order {
		padding-top: 1.25rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.cart__drop .goods__order p {
		font-size: 0.875rem;
	}

	.cart__drop .goods__order span {
		font-size: 1rem;
	}

	.cart__drop .a-btn {
		width: calc(100% - 2rem);
	}

	.cart__drop .cart__goods-all {
		height: 304px;
	}

	.header__search-res .header__search-list li {
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}

	.header__search-res .header__search-list li .search-res__link {
		font-size: 0.875rem;
		margin-right: 1.75rem;
	}

	.header__search-res .header__search-list li span {
		font-size: 0.875rem;
	}

	.header__search-res .search__categories {
		border-top: 1px solid #d2d4da;
		padding: 1rem 1rem 1.5rem 1rem;
	}

	.header__search-res .search__categories-title {
		font-size: 0.75rem;
	}

	.header__opt-form {
		width: 600px;
		height: 360px;
		padding: 2rem 5.5rem 2rem 5.5rem;
	}

	.header__opt-form .header__opt-title {
		font-size: 1.5rem;
	}

	.header__opt-form input[type="text"],
	.header__opt-form input[type="tel"] {
		margin-bottom: 1.125rem;
		font-size: 1rem;
		padding: 1rem;
	}

	.header__opt-form .unload-file {
		margin-bottom: 1.5rem;
		font-size: 1rem;
		padding-left: 2rem;
	}

	.modal__call {
		width: 600px;
		height: 290px;
		padding: 5rem 3rem;
	}

	.modal__call-desc p {
		font-size: 1.75rem;
	}

	.one-click__form {
		max-width: 500px;
		max-height: 410px;
		padding: 1.5rem 2rem 1.5rem 2rem;
	}

	.one-click__form .close__form {
		top: 1.5rem;
		right: 2rem;
		padding: 0.5rem;
	}

	.one-click__form .one-click__title {
		font-size: 1.25rem;
		margin-bottom: 0.875rem;
	}

	.one-click__form input[type="text"],
	.one-click__form input[type="tel"] {
		margin-bottom: 0.75rem;
		font-size: 0.875rem;
		padding: 0.75rem;
	}

	.one-click__form textarea {
		margin-bottom: 0.875rem;
		font-size: 0.875rem;
		padding: 0.75rem;
	}

	.one-click__form .form__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.one-click__form .button-sub {
		margin-right: 2.75rem;
	}

	.reviews__form {
		width: 50%;
	}

	.reviews__form-top {
		margin-bottom: 1.125rem;
	}

	.reviews__form-top svg {
		margin-right: 1rem;
		width: 40px;
		height: 40px;
	}

	.reviews__form-title {
		font-size: 1rem;
	}

	.reviews__form form .rating {
		margin-bottom: 1.25rem;
	}

	.reviews__form form .rating__your {
		margin-right: 1rem;
		font-size: 1rem;
	}

	.reviews__form .reviews__input input,
	.reviews__form .reviews__textarea textarea {
		font-size: 0.875rem;
		padding: 0.875rem;
	}

	.reviews__form .reviews__input {
		margin-bottom: 1.125rem;
	}

	.reviews__form .reviews__textarea {
		margin-bottom: 1.25rem;
	}

	.reviews__form .reviews__textarea textarea {
		resize: none;
		height: 228px;
	}

	.reviews__form .a-btn {
		width: 100%;
	}

	.reviews__card {
		padding: 1.125rem 1rem;
	}

	.reviews__card-name {
		margin-bottom: 0.75rem;
	}

	.reviews__card-date {
		margin-bottom: 0.75rem;
	}

	.reviews__card-text {
		margin-bottom: 0.75rem;
	}

	.reviews__card .rating-result {
		margin-bottom: 0.75rem;
	}

	.products__list-nav {
		font-size: 1rem;
	}

	.products__list-num {
		width: 44px;
		height: 44px;
	}

	.products__list-prev {
		margin-right: 1rem;
	}

	.products__list-next {
		margin-left: 1rem;
	}

	.more-btn {
		font-size: 1.125rem;
	}

	.more-btn::after {
		background-size: contain;
		width: 16px;
		height: 16px;
	}

	.more-btn:hover::after {
		-webkit-transform: rotate(160deg);
		-ms-transform: rotate(160deg);
		transform: rotate(160deg);
	}

	.count-product span {
		font-size: 1.125rem;
	}

	.call-back__form {
		max-width: 500px;
		max-height: 410px;
		padding: 1.5rem 2rem 1.5rem 2rem;
	}

	.call-back__form .close__form {
		top: 1.5rem;
		right: 2rem;
		padding: 0.5rem;
	}

	.call-back__form .one-click__title {
		font-size: 1.25rem;
		margin-bottom: 0.875rem;
	}

	.call-back__form input[type="text"],
	.call-back__form input[type="tel"] {
		margin-bottom: 0.75rem;
		font-size: 0.875rem;
		padding: 0.75rem;
	}

	.call-back__form textarea {
		margin-bottom: 0.875rem;
		font-size: 0.875rem;
		padding: 0.75rem;
	}

	.call-back__form .form__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.call-back__form .button-sub {
		margin-right: 2.75rem;
	}

	.hero {
		margin-top: -1rem;
	}

	.hero .container {
		padding-left: 0;
		padding-right: 0;
	}

	.hero__slider .swiper-slide .banner__desc {
		max-width: 65%;
	}

	.hero__slider .swiper-slide .banner__img {
		padding-bottom: 40%;
	}

	.new__products .container {
		padding-left: 1rem;
	}

	.index-bot__desc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.index-bot__info {
		width: 100%;
		margin-right: 0;
	}

	.index-bot__gallery {
		width: 100%;
		max-width: 500px;
	}

	.index-bot .swiper-slide {
		max-width: 500px;
	}

	.goods-card .goods__desc-info h4 {
		font-size: 1.125rem;
		margin-bottom: 1.125rem;
	}

	.goods-card .goods__desc-info p {
		font-size: 0.875rem;
		margin-bottom: 1rem;
	}

	.goods-card__top {
		margin-bottom: 3rem;
	}

	.goods-card__slider {
		width: 48%;
	}

	.goods-card .slider-main {
		margin-bottom: 0.75rem;
	}

	.goods-card .slider-nav {
		height: 64px;
	}

	.goods-card .slider-nav .swiper-slide {
		height: 64px;
		width: 68px;
	}

	.goods-card__title {
		margin-bottom: 1rem;
	}

	.goods-card__title h2 {
		font-size: 1.5rem;
	}

	.goods-card .goods__card-id {
		margin-bottom: 1.25rem;
	}

	.goods-card .goods__card-id span {
		font-size: 0.875rem;
	}

	.goods-card .selects .select select {
		padding: 0.75rem;
	}

	.goods-card .product__card-buy {
		padding: 1.25rem;
	}

	.goods-card .one-click-btn {
		top: 1.25rem;
		right: 1.25rem;
	}

	.goods-card .product__card-price span {
		font-size: 1.5rem;
	}

	.goods-card .product__card-add span {
		font-size: 0.1rem;
		margin-right: 0.5rem;
	}

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

	.goods-card__tabs li {
		margin-right: 1rem;
		font-size: 1rem;
	}

	.goods-card .reviews__list {
		width: 60%;
		margin-right: 1rem;
	}

	.goods-card .reviews-more {
		font-size: 1.125rem;
	}

	.goods-card .reviews-more::after {
		background-size: contain;
		width: 16px;
		height: 16px;
	}

	.goods-card .reviews-more:hover::after {
		-webkit-transform: rotate(160deg);
		-ms-transform: rotate(160deg);
		transform: rotate(160deg);
	}

	.products__list {
		position: relative;
	}

	.products__list-more {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.products__list-left {
		/*display: none;
		position: absolute;
		background: white;*/
	}

	.products__list-left.active {
		display: block;
		z-index: 20;
		height: 100vh;
		overflow: auto;
	}

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

	.products__list .filter-open {
		display: block;
		color: #1f94ff;
		cursor: pointer;
	}

	.products__list .close-filter {
		display: block;
		position: absolute;
		right: 1rem;
	}

	.favorite {
		padding-bottom: 2.5rem;
	}

	.favorite__settings {
		margin-bottom: 2rem;
	}

	.favorite__grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}

	.favorite__empty p {
		max-width: 220px;
		margin-right: 3rem;
		font-size: 0.75rem;
	}

	.favorite__empty p a {
		color: #1f94ff;
	}

	.favorite__empty p svg {
		width: 12px;
		height: 12px;
	}

	.favorite__empty-right svg {
		width: 350px;
		height: 310px;
	}

	.catalog {
		padding-bottom: 3rem;
	}

	.catalog__grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}

	.catalog__item-title span {
		font-size: 0.875rem;
	}

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

	.catalog__item-link a {
		font-size: 0.75rem;
	}

	.search__grid {
		padding-bottom: 3rem;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}

	.search-empty__desc {
		padding-bottom: 10rem;
	}

	.search-empty__desc span {
		font-size: 1rem;
		margin-bottom: 1.125rem;
	}

	.search-empty__desc p {
		font-size: 1rem;
	}

	.search-empty__desc p .profit::after {
		width: 160px;
		height: 95px;
		top: calc(100% + 1.5rem);
	}

	.search-empty__phone {
		margin-bottom: 1.25rem;
	}

	.search-empty__phone .call {
		font-size: 1.125rem;
	}

	.other__left {
		max-width: 240px;
		margin-right: 0.75rem;
	}

	.other__sidebar-list li {
		border-bottom: 2px solid #e6e6eb;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.other__sidebar-list li a {
		font-size: 0.875rem;
		padding: 1rem;
	}

	.other__right-bottom {
		padding: 0.875rem 0.25rem;
	}

	.other__right-bottom .questions-text {
		width: 50%;
		margin-right: 0.5rem;
	}

	.other__right-bottom .questions-text svg {
		margin-right: 0.5rem;
		width: 36px;
		height: 36px;
	}

	.other__right-bottom .questions-text span {
		font-size: 0.75rem;
	}

	.other__right-desc h4 {
		font-size: 1.5rem;
	}

	.other__right-desc p {
		font-size: 0.875rem;
	}

	.other__right-desc .semi-bold {
		font-size: 1rem;
	}

	.other__right-desc ul li {
		font-size: 0.875rem;
		margin-bottom: 0.75rem;
	}

	.cart__item {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		-webkit-column-gap: 1rem;
		-moz-column-gap: 1rem;
		column-gap: 1rem;
	}

	.cart__item-title {
		font-size: 0.75rem;
	}

	.cart__item-id {
		margin-bottom: 0.75rem;
	}

	.cart__item-id span {
		font-size: 0.75rem;
	}

	.cart__item-name {
		font-size: 0.875rem;
	}

	.cart__item-img {
		width: 80px;
		height: 80px;
		margin-right: 0.75rem;
	}

	.cart__item-img img {
		height: 80px;
		width: 80px;
	}

	.cart__item-sum span,
	.cart__item-price span {
		font-size: 1rem;
	}

	.cart .order__item {
		width: 320px;
	}

	.cart .order__item-top {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.cart .order__item span {
		font-size: 0.875rem;
	}

	.cart .order__item span.order__item-sum {
		font-size: 1rem;
	}

	.contacts {
		gap: 0.75rem;
	}

	.contacts__item {
		padding: 0.75rem;
	}

	.contacts__item svg {
		margin-bottom: 0.75rem;
		height: 26px;
	}

	.contacts__item-txt {
		margin-bottom: 0.75rem;
		font-size: 0.875rem;
	}

	.contacts__item .link-txt {
		font-size: 0.75rem;
	}

	.contacts__map {
		height: 290px;
		grid-column: span 3;
	}

	.ordering__left {
		min-width: 310px;
	}

	.ordering__item {
		margin-bottom: 1.5rem;
	}

	.ordering__item-personal {
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
	}

	.ordering__item-personal .input input {
		padding: 1rem;
		font-size: 0.875rem;
	}

	.ordering__item-title {
		padding-bottom: 0.75rem;
		margin-bottom: 1.25rem;
	}

	.ordering__item-title h4 {
		font-size: 1.375rem;
	}

	.ordering__item-radio span,
	.ordering__item-select span {
		margin-bottom: 0.875rem;
		font-size: 0.875rem;
	}

	.ordering__item-radio .radio label {
		margin-bottom: 0.75rem;
		font-weight: normal;
		font-size: 0.875rem;
	}

	.ordering__item-select .select {
		max-width: 340px;
		width: 100%;
	}

	.ordering__item-select .select select {
		font-size: 0.1rem;
		padding: 0.875rem;
	}

	.ordering__button {
		width: 100%;
		max-width: 340px;
	}

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

	.ordering .other__right-bottom {
		margin-bottom: 1.25rem;
	}

	.ordering .other__right-bottom .comment-btn {
		width: 100%;
		max-width: 140px;
		padding: 0.5rem 0;
	}

	.ordering__comment-text {
		margin-bottom: 1.25rem;
		margin-top: 1.25rem;
		height: 180px;
	}

	.ordering__comment-text textarea {
		padding: 1rem;
		font-size: 0.875rem;
	}

	.ordering__comment .file-upload a {
		font-size: 0.875rem;
	}

	.ordering__comment .file-upload a svg {
		margin-right: 0.5rem;
		max-width: 16px;
	}

	.ordering__comment .file-upload a span {
		font-size: 0.75rem;
	}
}

@media only screen and (max-width: 768px) {
	.header .fav-message {
		padding: 0.875rem 0.75rem;
		width: 180px;
		top: calc(100% + 1.25rem);
		right: -1rem;
	}

	.header .fav-message::before {
		right: 2rem;
	}

	.header .fav-message span {
		font-size: 0.75rem;
	}

	.header__top .header__logo-link {
    margin-right: 10px;
	}

	.header__opt-btn {
		width: 7rem;
	}

	.header .header__bar-menu-item {
		margin-right: 1.125rem;
	}

	.header .header__bar-menu-item a {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		font-size: 0.75rem;
	}

	.header__top-phone-call .phone {
		font-size: 0.875rem;
		margin-right: 1rem;
	}

	.header__top-phone-call .call-back {
		font-size: 0.75rem;
	}

	.footer__logo img {
		width: 120px;
	}

	.footer__desc p {
		font-size: 0.75rem;
	}

	.footer__nav {
		width: 50%;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.footer__list-title {
		font-size: 0.875rem;
	}

	.footer-link {
		font-size: 0.75rem;
	}

	.footer__contacts {
		max-width: 50%;
		width: 50%;
	}

	.footer__contacts .footer__email-link {
		font-size: 0.875rem;
	}

	.footer__contacts .footer__phone .phone {
		font-size: 0.875rem;
	}

	.footer__adress p {
		font-size: 0.875rem;
	}

	.footer__bottom .container {
		font-size: 0.75rem;
	}

	.footer__bottom .container p:last-child::after {
		width: 0.625rem;
		height: 0.625rem;
	}

	.a-btn {
		font-size: 0.75rem;
	}

	.a-btn.e--transparent {
		padding: 0.5rem 2.25rem;
	}

	.a-btn.button-sub {
		font-size: 0.875rem;
		width: 11.25rem;
	}

	.breadcrump {
		margin-top: 0.75rem;
	}

	.page__top {
		padding-bottom: 0.875rem;
		margin-bottom: 1.125rem;
	}

	.page__title {
		font-size: 1.5rem;
	}

	.cart__drop {
		padding-bottom: 0.5rem;
	}

	.cart__drop.header__cart-drop {
		top: 66px;
		width: 20.75rem;
		right: -0.5rem;
	}

	.cart__drop.header__cart-drop::before {
		top: -16px;
	}

	.cart__drop .cart__goods-img {
		margin-right: 0.75rem;
		width: 3.5rem;
		height: 3.5rem;
	}

	.cart__drop .cart__goods-desc .goods-name {
		font-size: 0.75rem;
		margin-bottom: 0;
	}

	.cart__drop .cart__goods-desc .goods-price {
		font-size: 0.75rem;
	}

	.cart__drop .goods__sum p {
		font-size: 0.875rem;
	}

	.cart__drop .goods__order {
		padding-top: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.cart__drop .goods__order p {
		font-size: 0.75rem;
	}

	.cart__drop .goods__order span {
		font-size: 0.875rem;
	}

	.cart__drop .cart__goods-all {
		height: 264px;
	}

	.header__search-res .header__search-list li {
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

	.header__search-res .header__search-list li .search-res__link {
		font-size: 0.75rem;
		margin-right: 1.25rem;
	}

	.header__search-res .header__search-list li span {
		font-size: 0.75rem;
	}

	.header__search-res .header__search-list li .header__search-img {
		margin-right: 1rem;
	}

	.header__search-res .search__categories {
		border-top: 1px solid #d2d4da;
		padding: 0.875rem;
	}

	.header__search-res .search__categories-title {
		font-size: 0.75rem;
	}

	.header__opt-form {
		width: 500px;
		height: 330px;
		padding: 2rem 3.5rem 2rem 3.5rem;
	}

	.header__opt-form p {
		font-size: 0.875rem;
	}

	.header__opt-form .header__opt-title {
		font-size: 1.25rem;
	}

	.header__opt-form input[type="text"],
	.header__opt-form input[type="tel"] {
		margin-bottom: 1.125rem;
		font-size: 0.875rem;
		padding: 0.875rem;
	}

	.header__opt-form .unload-file {
		margin-bottom: 1.5rem;
		font-size: 0.875rem;
		padding-left: 2rem;
	}

	.breadcrump-link {
		font-size: 0.625rem;
		margin-right: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		color: #82828b;
		margin-bottom: 0.375rem;
	}

	.breadcrump-link.active-page {
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

	.breadcrump-link:last-child {
		margin-right: 0;
	}

	.modal__call {
		width: 500px;
		height: 230px;
		padding: 2rem 2rem;
	}

	.modal__call-desc p {
		font-size: 1.25rem;
	}

	.products__list-nav {
		font-size: 0.875rem;
	}

	.products__list-num {
		width: 40px;
		height: 40px;
	}

	.products__list-prev {
		margin-right: 0.875rem;
	}

	.products__list-next {
		margin-left: 0.875rem;
	}

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

	.products__list-sort span {
		font-size: 0.875rem;
	}

	.products__list-sort .sort .select select {
		font-size: 0.875rem;
	}

	.products__list-sort .sort .select::after {
		width: 12px;
		height: 6px;
		background-size: contain;
	}

	.delete-list a {
		font-size: 0.875rem;
	}

	.delete-list a svg {
		margin-right: 0.5rem;
	}

	.count-product span {
		font-size: 1rem;
	}

	.hero__slider .swiper-slide .banner__desc {
		padding-top: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.hero__slider .swiper-slide .banner__desc-text {
		-webkit-line-clamp: 3;
		font-size: 0.75rem;
		height: 3rem;
	}

	.hero__slider .swiper-slide .banner__desc .a-btn {
		left: 1rem;
		bottom: 3.25rem;
	}

	.hero .slider__nav {
		margin-left: 1rem;
		margin-bottom: 0.875rem;
	}

	.index-bot__title {
		font-size: 1.25rem;
		margin-bottom: 1.125rem;
	}

	.index-bot__items ul li {
		margin-bottom: 0.625rem;
	}

	.index-bot__items ul li span {
		font-size: 0.875rem;
	}

	.index-bot__text-top {
		font-size: 0.75rem;
		margin-bottom: 1.125rem;
	}

	.index-bot__text-bottom {
		font-size: 0.75rem;
	}

	.goods-card__top {
		margin-bottom: 1.5rem;
	}

	.goods-card__title {
		margin-bottom: 0.875rem;
	}

	.goods-card__title h2 {
		font-size: 1.25rem;
	}

	.goods-card .goods__card-id {
		margin-bottom: 1.125rem;
	}

	.goods-card .goods__card-id span {
		font-size: 0.875rem;
	}

	.goods-card .selects .select select {
		padding: 0.5rem;
	}

	.goods-card .a-btn.e--blue {
		width: auto;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.goods-card .product__card-buy {
		padding: 1.25rem;
	}

	.goods-card .one-click-btn {
		top: 1.25rem;
		right: 1.25rem;
	}

	.goods-card .product__card-price span {
		font-size: 1.5rem;
	}

	.goods-card .product__card-add span {
		font-size: 1rem;
		margin-right: 0.5rem;
	}

	.goods-card__tabs li {
		margin-right: 0.75rem;
		font-size: 0.875rem;
		padding: 0.75rem 0.25rem;
	}

	.products__list-more {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}

	.products__list-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.products__list .settings .filter-open span {
		font-size: 0.875rem;
	}

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

	.products__list-sort span {
		font-size: 0.875rem;
	}

	.products__list-sort .sort .select select {
		font-size: 0.875rem;
	}

	.products__list-sort .sort .select::after {
		width: 12px;
		height: 6px;
		background-size: contain;
	}

	.favorite {
		padding-bottom: 2rem;
	}

	.favorite__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 6px;
	}

	.favorite__settings {
		margin-bottom: 1rem;
	}

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

	.favorite__empty p {
		max-width: 350px;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.favorite__empty p a {
		color: #1f94ff;
	}

	.favorite__empty p svg {
		width: 16px;
		height: 16px;
	}

	.favorite__empty-right svg {
		width: 350px;
		height: 310px;
	}

	.catalog {
		padding-bottom: 2rem;
	}

	.catalog__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.catalog__item {
		padding: 2rem 0.75rem 1.25rem 0.75rem;
	}

	.catalog__item-title span {
		font-size: 0.875rem;
	}

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

	.catalog__item-link a {
		font-size: 0.75rem;
	}

	.search__grid {
		padding-bottom: 2rem;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.search-empty__desc {
		padding-bottom: 7rem;
	}

	.search-empty__desc span {
		font-size: 0.875rem;
		margin-bottom: 1rem;
	}

	.search-empty__desc p {
		font-size: 0.875rem;
	}

	.search-empty__desc p .profit::after {
		width: 130px;
		height: 80px;
		top: calc(100% + 1rem);
	}

	.search-empty__phone {
		margin-bottom: 1.125rem;
	}

	.search-empty__phone .call {
		font-size: 1rem;
	}

	.search-empty__phone .call-back {
		font-size: 0.875rem;
	}

	.other__left {
		max-width: 160px;
	}

	.other__sidebar-list li {
		border-bottom: 2px solid #e6e6eb;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.other__sidebar-list li a {
		font-size: 0.75rem;
		padding: 0.75rem;
	}

	.other__right-bottom .questions-text svg {
		margin-right: 0.5rem;
		width: 36px;
		height: 36px;
	}

	.other__right-bottom .questions-text span {
		font-size: 0.75rem;
	}

	.other__right-desc h4 {
		font-size: 1.125rem;
	}

	.other__right-desc p {
		font-size: 0.75rem;
	}

	.other__right-desc .semi-bold {
		font-size: 0.875rem;
	}

	.other__right-desc ul li {
		font-size: 0.75rem;
		margin-bottom: 0.625rem;
	}

	.cart__item {
		padding-top: 1.125rem;
		padding-bottom: 1.125rem;
		-webkit-column-gap: 1rem;
		-moz-column-gap: 1rem;
		column-gap: 1rem;
	}

	.cart__item-title {
		font-size: 0.75rem;
	}

	.cart__item-id {
		margin-bottom: 0.75rem;
	}

	.cart__item-id span {
		font-size: 0.75rem;
	}

	.cart__item-name {
		font-size: 0.75rem;
	}

	.cart__item-img {
		width: 60px;
		height: 60px;
		margin-right: 0.5rem;
	}

	.cart__item-img img {
		height: 60px;
		width: 60px;
	}

	.cart__item-sum span,
	.cart__item-price span {
		font-size: 0.75rem;
	}

	.cart__item-del {
		justify-self: center;
	}

	.cart .order__item {
		width: 300px;
	}

	.cart .order__item-top {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		margin-bottom: 1.25rem;
	}

	.cart .order__item span {
		font-size: 0.75rem;
	}

	.cart .order__item span.order__item-sum {
		font-size: 0.875rem;
	}

	.contacts {
		gap: 0.5rem;
	}

	.contacts__item {
		padding: 0.5rem;
	}

	.contacts__item svg {
		margin-bottom: 0.5rem;
		height: 22px;
	}

	.contacts__item-txt {
		margin-bottom: 0.5rem;
		font-size: 0.75rem;
	}

	.contacts__item .link-txt {
		font-size: 0.75rem;
	}

	.contacts {
		gap: 0.5rem;
		grid-template-columns: repeat(1, 1fr);
	}

	.contacts__item {
		padding: 0.5rem;
	}

	.contacts__item svg {
		margin-bottom: 0.5rem;
		height: 22px;
	}

	.contacts__item-txt {
		margin-bottom: 0.5rem;
		font-size: 0.75rem;
	}

	.contacts__item .link-txt {
		font-size: 0.75rem;
	}

	.contacts__map {
		height: 290px;
		grid-column: span 1;
	}

	.ordering__left {
		margin-right: 0.75rem;
		min-width: 240px;
	}

	.ordering__item {
		margin-bottom: 1rem;
	}

	.ordering__item-personal {
		width: 100%;
		gap: 12px;
	}

	.ordering__item-personal .input {
		width: 100%;
		max-width: 100%;
	}

	.ordering__item-personal .input input {
		padding: 0.75rem;
		font-size: 0.875rem;
	}

	.ordering__item-title {
		padding-bottom: 0.75rem;
		margin-bottom: 1rem;
	}

	.ordering__item-title h4 {
		font-size: 1.125rem;
	}

	.ordering__item-radio span,
	.ordering__item-select span {
		margin-bottom: 0.875rem;
		font-size: 0.875rem;
	}

	.ordering__item-radio .radio label {
		margin-bottom: 0.75rem;
		font-weight: normal;
		font-size: 0.875rem;
	}

	.ordering__item-select .select {
		max-width: 100%;
		width: 100%;
	}

	.ordering__item-select .select select {
		font-size: 0.875rem;
		padding: 0.75rem;
	}

	.ordering .other__right-bottom {
		margin-bottom: 1rem;
	}

	.ordering .other__right-bottom .comment-btn {
		width: 45%;
		max-width: 140px;
		padding: 0.5rem 0;
	}

	.ordering__comment-text {
		margin-bottom: 1.125rem;
		margin-top: 1.125rem;
		height: 160px;
	}

	.ordering__comment-text textarea {
		padding: 0.75rem;
		font-size: 0.875rem;
	}

	.ordering__comment .file-upload a {
		font-size: 0.75rem;
	}

	.ordering__comment .file-upload a svg {
		margin-right: 0.5rem;
		max-width: 14px;
	}

	.ordering__comment .file-upload a span {
		font-size: 0.75rem;
	}

	.ordering__button .a-btn.e--blue {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
}

@media only screen and (max-width: 640px) {
	.header__catalog {
		display: none;
	}
	.header .categories-link svg {
		width: 52px;
		height: 22px;
		flex-shrink: 0;
		margin-left: 0.5rem;
		transform: rotate(0deg);
	}
	.header .hamburger {
		display: block;
	}

	.header__search {
		margin-right: 0;
	}

	.header__cart-link {
		padding: 0;
	}

	.header__cart-icon img {
		width: 30px;
	}

	.header__top-phone-call {
		padding-right: 0;
	}

	.header__top-phone-call .call-back {
		display: none;
	}

	.header__top-phone-call .phone {
		font-size: 0.75rem;
	}

	.header__top .header__logo-link {
		height: 80%;
	}
	.header .categories__list > li .sub-categories__list {
		display: none !important;
		border-right-color: #fff;
		position: initial;
		top: 0;
		right: 0;
		width: auto;
	}
	.header .categories__list > li.active .sub-categories__list {
		display: block !important;
	}
	.header .sub-categories-link {
		padding-top: 0.5rem;
		padding-bottom: 0.375rem;
	}
	.header__fav-icon img {
		width: 1.25rem;
	}

	.header__fav span {
		font-size: 0.75rem;
		line-height: 1.5;
	}

	.header__opt-btn {
		margin-left: 1rem;
		font-size: 0.75rem;
		line-height: 1.5;
		text-align: center;
		width: fit-content;
		min-width: 6rem;
		padding: 0.25rem;
	}
	.header__top-phone {
		width: 0;
	}
	.header__bar {
		display: none;
	}

	.header .categories__list {
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		margin-top: 0.25rem;
	}

	.header .categories-link {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		border: none;
		font-size: 0.875rem;
		line-height: 1.25;
		color: #303030;
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
	}

	.header .categories-link.categories-stock {
		color: #eb5757;
		font-weight: 600;
	}

	.header .categories-link.categories-stock .stock-sum {
		margin-left: 1rem;
	}

	.header .categories-link::after {
		display: none;
	}

	.header .sidebar__container {
		width: 100%;
		padding-bottom: 2.5rem;
		position: static;
		margin-left: 0;
	}

	.header.burger-active {
		padding: 0;
		top: 0;
		position: fixed;
		/*height: 100vh;
		overflow: auto;*/
		z-index: 30;
		left: 0;
		right: 0;
	}

	.header.burger-active .header__top-phone-call {
		    position: absolute;
    right: 8px;
    top: 61px;
	}

	.header.burger-active .header__top-phone-call .phone {
		font-size: 0.875rem;
	}

	.header.burger-active .header__top-phone-call .call-back {
    display: block;
    color: white;
    border: 1px solid #fff;
    padding: 5px 7px;
    margin-left: 10px;
	}

	.header.burger-active .header__search {
		display: none;
	}

	.header.burger-active .header__cart {
		display: none;
	}

	.header.burger-active .header__bar {
		display: block;
		position: fixed;
		top: 116px;
		left: 0;
		bottom: 0;
		right: 0;
		overflow: auto;
		background: white;
		padding-top: 1rem;
	}

	.header.burger-active .header__bar-menu-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header.burger-active .header__bar-menu-item {
		margin-bottom: 0.75rem;
	}

	.header.burger-active .header__bar-menu-item a {
		font-size: 1.125rem;
	}

	.header.burger-active .header__bar .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header.burger-active .header__bottom .catalog-burger {
		display: none;
	}

	.header.burger-active .header__bar .header__catalog {
		/*height: auto;
		top: 286px;
		position: absolute;
		background: white;
		display: block;
		width: auto;*/
		height: auto;
		display: block;
	}

	.header.burger-active .header__catalog svg {
		margin: 0;
	}

	.header.burger-active .header__catalog .cat-txt {
		display: block;
		background: white;
		color: #303030;
	}

	.header.burger-active
		.header__bottom
		.header__catalog
		.categories-link
		svg {
		margin-right: 0.5rem;
	}

	.header.burger-active .header__bottom-catalog {
		background: white;
		opacity: 0.6;
		padding-left: 1rem;
	}

	.header.burger-active .header__bottom-catalog::after {
		content: "";
		background: url(../../img/arrows/arr_drop.svg) no-repeat;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		width: 20px;
		height: 10px;
		background-size: contain;
		display: block;
		margin-left: 0.5rem;
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
	}

	.header.burger-active .header__bottom-catalog.active::after {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	.header.burger-active .header__bottom-catalog:hover {
		opacity: 1;
	}

	.a-btn.e--transparent {
		padding: 0.25rem 2rem;
	}

	.cart__drop.header__cart-drop {
		top: 66px;
		width: 18.75rem;
		right: -0.75rem;
	}

	.cart__drop.header__cart-drop::before {
		top: -16px;
		right: 0.25rem;
	}

	.one-click__form {
		max-width: 100%;
		max-height: 360px;
		padding: 1rem 1rem 1rem 1rem;
	}

	.one-click__form .close__form {
		top: 1rem;
		right: 1rem;
		padding: 0.25rem;
	}

	.one-click__form .one-click__title {
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}

	.one-click__form input[type="text"],
	.one-click__form input[type="tel"] {
		margin-bottom: 0.5rem;
		font-size: 0.75rem;
		padding: 0.75rem;
	}

	.one-click__form textarea {
		margin-bottom: 0.75rem;
		font-size: 0.75rem;
		padding: 0.75rem;
	}

	.one-click__form .form__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.one-click__form .button-sub {
		margin-right: 2.75rem;
	}

	.reviews__form {
		width: 100%;
		margin-bottom: 2rem;
	}

	.call-back__form {
		max-width: 100%;
		max-height: 360px;
		padding: 1rem 1rem 1rem 1rem;
	}

	.call-back__form .close__form {
		top: 1rem;
		right: 1rem;
		padding: 0.25rem;
	}

	.call-back__form .one-click__title {
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}

	.call-back__form input[type="text"],
	.call-back__form input[type="tel"] {
		margin-bottom: 0.5rem;
		font-size: 0.75rem;
		padding: 0.75rem;
	}

	.call-back__form textarea {
		margin-bottom: 0.75rem;
		font-size: 0.75rem;
		padding: 0.75rem;
	}

	.call-back__form .form__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.call-back__form .button-sub {
		margin-right: 2.75rem;
	}

	.hero__slider .swiper-slide .banner__desc {
		width: 100%;
		max-width: 100%;
	}

	.hero__slider .swiper-slide .banner__desc-title {
		font-size: 1.5rem;
		-webkit-line-clamp: 2;
		height: 3.5rem;
		max-width: 480px;
	}

	.hero__slider .swiper-slide .banner__desc-text {
		max-width: 480px;
	}

	.hero__slider .swiper-slide .banner__img {
		padding-bottom: 45%;
	}

	.hero .slider__nav {
		margin-left: 1rem;
		margin-bottom: 0.875rem;
	}

	.goods-card__slider {
		margin-right: 1rem;
		width: 44%;
	}

	.goods-card__title {
		margin-bottom: 0.75rem;
	}

	.goods-card__title h2 {
		font-size: 1.125rem;
	}

	.goods-card .goods__card-id {
		margin-bottom: 1rem;
	}

	.goods-card .goods__card-id span {
		font-size: 0.75rem;
	}

	.goods-card .selects .select select {
		padding: 0.25rem;
	}

	.goods-card .product__card-buy {
		padding: 0.75rem;
	}

	.goods-card .one-click-btn {
		top: 0.75rem;
		right: 0.75rem;
	}

	.goods-card__tabs {
		overflow: auto;
	}

	.goods-card__tabs li {
		margin-right: 0.5rem;
		font-size: 0.875rem;
	}

	.goods-card__reviews {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.goods-card .reviews__list {
		width: 100%;
		margin-right: 0;
	}

	.goods-card .reviews-more {
		font-size: 1rem;
	}

	.goods-card .reviews-more::after {
		background-size: contain;
		width: 14px;
		height: 14px;
	}

	.cart .product__card-sum {
		margin-right: 0;
		width: 4rem;
		padding: 0.25rem 0.25rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.cart .product__card-sum button {
		padding: 0;
	}

	.cart__item {
		grid-template-columns: 6fr 3fr 2fr 3fr 1fr;
	}

	.cart__item-id span {
		font-size: 0.625rem;
	}

	.cart-img {
		width: 48px;
		height: 48px;
		margin-right: 0.5rem;
	}

	.cart-img img {
		height: 48px;
		width: 48px;
	}

	.ordering__left {
		max-width: 260px;
		min-width: 240px;
	}
}

@media only screen and (max-width: 560px) {
	.header__top {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}

	.header__top .header__logo-link img {
		height: 38px;
	}

	.header__search {
		width: 300px;
		margin-right: 0.75rem;
	}

	.header__search-bar {
		width: 100%;
	}

	.header__search form {
		width: 100%;
	}

	.header__search-sub {
		width: 36px;
	}

	.header__cart-link {
		padding: 0;
	}

	.header__cart-icon img {
		width: 24px;
	}

	.header__bottom {
		padding-left: 0.5rem;
	}

	.header.burger-active .header__bottom .header__catalog {
		padding-left: 0.5rem;
	}

	.header.burger-active .header__top-phone-call .phone {
		    display: inline-block;
    margin-right: 0px;
    color: #fff;
    text-decoration: underline;
	}

	.a-btn.e--transparent {
		padding: 0.125rem 2rem;
	}

	.a-btn.button-sub {
		font-size: 0.75rem;
	}

	.hamburger {
		margin-right: 0.25rem;
	}

	.section__title {
		margin-bottom: 1.5rem;
		padding-bottom: 0.75rem;
	}

	.section__title h2 {
		font-size: 1.5rem;
	}

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

	.cart__drop.header__cart-drop {
		top: 66px;
		width: 16.75rem;
		max-width: 16.75rem;
		right: -0.75rem;
	}

	.cart__drop.header__cart-drop::before {
		top: -16px;
		right: 0.25rem;
	}

	.cart__drop.ordering-cart {
		margin-bottom: 2rem;
	}

	.cart__drop .cart__goods {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.cart__drop .cart__goods-all {
		height: 216px;
	}

	.header__opt-form {
		width: 100%;
		height: 300px;
		padding: 1rem;
	}

	.header__opt-form .close__form {
		top: 1rem;
		right: 1rem;
		padding: 0.25rem;
	}

	.header__opt-form .header__opt-title {
		font-size: 1.125rem;
	}

	.header__opt-form input[type="text"],
	.header__opt-form input[type="tel"] {
		margin-bottom: 1rem;
		font-size: 0.875rem;
		padding: 0.875rem;
	}

	.header__opt-form .unload-file {
		margin-bottom: 1.5rem;
		font-size: 0.875rem;
		padding-left: 2rem;
	}

	.modal__call {
		width: 100%;
	}

	.modal__call-img {
		margin-right: 1.25rem;
	}

	.modal__call-img img {
		width: 48px;
		height: 48px;
	}

	.modal__call-desc p {
		font-size: 1rem;
	}

	.modal__call-close {
		top: 1rem;
		right: 1rem;
	}

	.count-product {
		top: 0.125rem;
	}

	.count-product span {
		font-size: 0.875rem;
	}

	.hero__slider .swiper-slide .banner__desc {
		width: 100%;
		max-width: 100%;
	}

	.hero__slider .swiper-slide .banner__desc .a-btn {
		left: 1rem;
		bottom: 3.5rem;
	}

	.hero__slider .swiper-slide .banner__desc-title {
		font-size: 1.25rem;
		-webkit-line-clamp: 2;
		height: 3.5rem;
	}

	.hero__slider .swiper-slide .banner__img {
		height: 260px;
	}

	.hero .slider__nav {
		margin-left: 1rem;
		margin-bottom: 0.5rem;
	}

	.goods-card__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		padding-top: 5rem;
	}

	.goods-card .card__top {
		position: absolute;
		top: 0;
		left: 0;
	}

	.goods-card__slider {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 2rem;
	}

	.goods-card .slider-main {
		margin-bottom: 0.5rem;
	}

	.goods-card__desc {
		position: static;
	}

	.goods-card .selects .select {
		width: 100%;
	}

	.products__list-more {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.products__list-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.products__list .filter__item {
		margin-bottom: 1rem;
		padding: 1rem;
	}

	.products__list .filter__item-title {
		font-size: 0.75rem;
	}

	.products__list .filter__item-title.active {
		margin-bottom: 0.75rem;
	}

	.products__list .filter__item-btn::after {
		width: 10px;
		height: 5px;
		background-size: contain;
	}

	.products__list .filter__item-btn.active {
		margin-bottom: 0.75rem;
	}

	.products__list .filter__item-drop label {
		margin-bottom: 0.75rem;
	}

	.products__list .filter__price-min {
		margin-right: 1.25rem;
	}

	.products__list .filter__price label {
		font-size: 0.75rem;
	}

	.products__list .filter__price input {
		padding-top: 0.375rem;
		padding-bottom: 0.375rem;
		font-size: 0.75rem;
	}

	.products__list .filters-active .filters-delete {
		font-size: 0.75rem;
		padding-top: 0.375rem;
		padding-bottom: 0.375rem;
	}

	.products__list .filters-active .filters-delete svg {
		margin-right: 0.25rem;
	}

	.products__list .filter.active {
		margin-right: 0.25rem;
		margin-bottom: 0.625rem;
		padding-right: 0.25rem;
	}

	.products__list .filter.active span {
		font-size: 0.75rem;
	}

	.products__list .filter.active a {
		margin-left: 0.25rem;
	}

	.products__list-left {
		left: 0;
	}

	.favorite {
		padding-bottom: 1.25rem;
	}

	.favorite__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.favorite .page__title {
		max-width: 56%;
	}

	.favorite__empty {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.favorite__empty p {
		max-width: 100%;
	}

	.favorite__empty p a {
		color: #1f94ff;
	}

	.favorite__empty p svg {
		width: 16px;
		height: 16px;
	}

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

	.favorite__empty-right svg {
		width: 70%;
		height: 100%;
	}

	.catalog__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.search__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.other__sidebar-list li a {
		padding: 0.5rem;
	}

	.cart__item {
		grid-template-columns: 6fr 2fr 3fr 1fr;
	}

	.cart__item-id span {
		font-size: 0.625rem;
	}

	.cart__item-price {
		display: none;
	}

	.cart__item-title:nth-child(2) {
		display: none;
	}

	.ordering__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.ordering__left {
		max-width: 100%;
		margin-right: 0;
	}

	.ordering__item {
		margin-bottom: 0.875rem;
	}

	.ordering__item-personal {
		width: 100%;
		gap: 10px;
	}

	.ordering__item-personal .input {
		width: 100%;
		max-width: 100%;
	}

	.ordering__item-personal .input input {
		padding: 0.625rem;
	}

	.ordering__item-title {
		padding-bottom: 0.625rem;
		margin-bottom: 0.875rem;
	}

	.ordering__item-title h4 {
		font-size: 1rem;
	}

	.ordering__item-radio span,
	.ordering__item-select span {
		margin-bottom: 0.75rem;
		font-size: 0.875rem;
	}

	.ordering__item-select .select {
		max-width: 100%;
		width: 100%;
	}

	.ordering__item-select .select select {
		font-size: 0.875rem;
		padding: 0.625rem;
	}
}

@media only screen and (max-width: 480px) {
	.header .fav-message {
		padding: 0.75rem 0.75rem;
		width: 140px;
		top: calc(100% + 1.25rem);
		right: -1rem;
	}

	.header .fav-message::before {
		right: 2rem;
	}

	.header .fav-message span {
		font-size: 0.75rem;
	}

	.header.burger-active .header__bar-menu-item a {
		font-size: 1rem;
	}

	.header.burger-active .header__bottom-catalog {
		font-size: 1rem;
	}

	.header.burger-active .header__bottom-catalog::after {
		width: 14px;
	}

	/*.header.burger-active .header__bottom .header__catalog {
		top: 276px;
	}*/

	.header__top-phone-call .phone {
		display: none;
	}

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

	.section__title h2 {
		font-size: 1.25rem;
	}

	.product__card-bottom {
		padding: 0.375rem 0.25rem;
	}

	.product__card-desc .article__product,
	.product__card-desc .name__product,
	.product__card-desc .price__product {
		margin-bottom: 0.5rem;
	}

	.product__card-desc .article__product {
		font-size: 0.5rem;
	}

	p.unable_product_bestseller {
    margin-bottom: 0.4rem;
   }
	.product__card-desc .name__product {
		height: 3.5rem;
		font-weight: 600;
		font-size: 0.625rem;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		color: #404252;
		width: 170px;
	}

	.product__card-desc .price__product {
		font-size: 1.125rem;
	}

	.product__card-sum {
		margin-right: 0;
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.product__card-sum input {
		width: 1rem;
	}

	.product__card .a-btn {
		font-size: 0.625rem;
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.page__title {
		font-size: 1.125rem;
	}

	.header__search-res .header__search-list li {
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

	.header__search-res .header__search-list li .search-res__link {
		font-size: 0.75rem;
		margin-right: 1rem;
	}

	.header__search-res .header__search-list li span {
		font-size: 0.75rem;
	}

	.header__search-res .search__categories {
		border-top: 1px solid #d2d4da;
		padding: 0.875rem;
	}

	.header__search-res .search__categories-title {
		font-size: 0.75rem;
	}

	.products__list-nav {
		font-size: 0.75rem;
	}

	.products__list-num {
		width: 36px;
		height: 36px;
	}

	.products__list-prev {
		margin-right: 0.75rem;
	}

	.products__list-next {
		margin-left: 0.75rem;
	}

	.products__list-sort span {
		display: none;
	}

	.products__list-sort .sort .select select {
		font-size: 0.75rem;
	}

	.products__list-sort .sort .select::after {
		width: 10px;
		height: 5px;
		background-size: contain;
	}

	.more-btn {
		font-size: 0.875rem;
	}

	.more-btn::after {
		width: 12px;
		height: 12px;
	}

	.delete-list a {
		font-size: 0.75rem;
	}

	.delete-list a svg {
		margin-right: 0.375rem;
	}

	.hero__slider .swiper-slide .banner__desc {
		width: 100%;
		max-width: 100%;
	}

	.hero__slider .swiper-slide .banner__desc .a-btn {
		left: 1rem;
		bottom: 3.5rem;
	}

	.hero__slider .swiper-slide .banner__desc-title {
		font-size: 1.125rem;
		-webkit-line-clamp: 3;
		height: 3.875rem;
	}

	.hero__slider .swiper-slide .banner__img {
		height: 260px;
	}

	.hero .slider__nav {
		margin-left: 1rem;
		margin-bottom: 0.5rem;
	}

	.index-bot__title {
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}

	.index-bot__items ul li {
		margin-bottom: 0.5rem;
	}

	.index-bot__items ul li span {
		font-size: 0.75rem;
	}

	.index-bot__text-top {
		font-size: 0.75rem;
		margin-bottom: 1rem;
	}

	.index-bot__text-bottom {
		font-size: 0.75rem;
	}

	.goods-card .goods__desc-info h4 {
		font-size: 1rem;
		margin-bottom: 1rem;
	}

	.goods-card .goods__desc-info p {
		font-size: 0.75rem;
		margin-bottom: 0.875rem;
	}

	.goods-card__slider {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 2rem;
	}

	.goods-card .reviews-more {
		font-size: 0.875rem;
	}

	.goods-card .reviews-more::after {
		width: 12px;
		height: 12px;
	}

	.catalog__grid {
		gap: 10px;
	}

	.catalog__grid {
		gap: 4px;
	}

	.search-empty__desc {
		padding-bottom: 5rem;
		text-align: center;
	}

	.search-empty__desc span {
		font-size: 0.75rem;
		margin-bottom: 0.875rem;
	}

	.search-empty__desc p {
		font-size: 0.75rem;
	}

	.search-empty__desc p .profit::after {
		width: 100px;
		height: 60px;
		top: calc(100% + 0.5rem);
	}

	.search-empty__phone {
		margin-bottom: 1rem;
	}

	.search-empty__phone .call {
		font-size: 0.875rem;
	}

	.search-empty__phone .call-back {
		font-size: 0.75rem;
	}

	.other {
		padding-top: 0.5rem;
	}

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

	.other__desc .breadcrump {
		margin-bottom: 1rem;
	}

	.other__left {
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 1rem;
	}

	.cart__item {
		grid-template-columns: 5fr 2fr 1fr;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.cart__item-id {
		margin-bottom: 0.5rem;
	}

	.cart .product__card-sum {
		margin-right: 0;
		width: 3rem;
		padding: 0.25rem 0.25rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.cart .product__card-sum button {
		padding: 0;
	}

	.cart__item-sum {
		display: none;
	}

	.cart__item-title:nth-child(3) {
		display: none;
	}

	.cart .order__item {
		width: 100%;
	}

	.cart .order__item-top {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		margin-bottom: 1.25rem;
	}

	.cart .order__item span {
		font-size: 0.75rem;
	}

	.cart .order__item span.order__item-sum {
		font-size: 0.875rem;
	}
}

@media only screen and (max-width: 400px) {
	.header .favorite-header {
		display: none;
	}

	.header.burger-active .favorite-header {
		/*display: block;*/
	}

	.footer__logo img {
		width: 90px;
	}

	.footer__nav {
		width: 100%;
	}

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

	.breadcrump {
		margin-top: 0.625rem;
	}

	.page__top {
		padding-bottom: 0.75rem;
		margin-bottom: 1rem;
	}

	.header__search-res .header__search-list li {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.header__search-res .header__search-list li .search-res__link {
		font-size: 0.625rem;
		margin-right: 0.75rem;
	}

	.header__search-res .header__search-list li span {
		font-size: 0.5255rem;
	}

	.header__search-res .search__categories {
		border-top: 1px solid #d2d4da;
		padding: 0.75rem;
	}

	.header__search-res .search__categories-title {
		font-size: 0.75rem;
	}

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

	.index-bot__items ul li {
		margin-bottom: 0.5rem;
	}

	.index-bot__items ul li span {
		font-size: 0.75rem;
	}

	.products__list-grid {
		gap: 2px;
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}

	.products__list-left {
		width: 100%;
	}

	.favorite__grid {
		gap: 2px;
	}

	.search__grid {
		gap: 10px;
	}

	.cart__item {
		grid-template-columns: 5fr 1fr 1fr;
	}

	.cart__item-img {
		width: 42px;
		height: 42px;
		margin-right: 0.5rem;
	}

	.cart__item-img img {
		height: 42px;
		width: 42px;
	}
}

	.unable_product_bestseller {
    margin-bottom: 3.8rem;
}
	.unabled_product_text_category{
		margin-bottom: 3.8rem;

	}
	
    .a-btn-top {
    position: fixed;
    right: 3%;
    bottom: -5rem;
    z-index: 57;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    opacity: .2;
}
.a-btn-top.active {
    bottom: 2rem;
    opacity: 1;
}
@media only screen and (max-width: 1024px){
.a-btn-top {
    opacity: .2;
}
.a-btn-top.active {
    bottom: 2rem;
    opacity: 1;
}
}


.headernewsocial {
    display: none;
}

.headernewsocial .footer__social-link {
        margin-right: 6px;

}




.header.active {
        z-index: 8;
box-shadow: 0px 3px 10px rgba(90, 92, 102, 0.1);
    position: fixed;    top: 0;

}

.header.active .header__desc {
padding: 0;
padding-bottom: 15px;
}
.header.active .header__top {
        margin-bottom: 8px;
        margin-top: 8px;

}
.header.active .header__top .header__logo-link img {
     height: 50px;
 }
 
 .homeb .header.active .sidebar__container {
     display: none;
 }
  @media only screen and (min-width: 480px){
.header.active .header__bar{
    display: none; 
}
      
  }
 
 @media only screen and (max-width: 479px){
.headernewsocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header.active .header__desc {
padding: 0;
padding-bottom: 0px;
}

.header.active.burger-active .header__top-phone-call {
 
    top: 77px;
}
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

#button-contact-vr {
    transform: scale(0.5);
}

#button-contact-vr {
    margin: -10px;
}
#button-contact-vr {
    right:0;
}
.phone-bar a {
    left: auto;
    right: 30px;
    padding: 8px 55px 7px 15px;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: 100%;
}
#button-contact-vr {
    position: fixed;
   
    z-index: 99999;
}

#button-contact-vr {
      bottom: 5rem;

}
 
#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113,68,151,0.8);
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.other__right p {
    margin-bottom: 10px;
}