{% load static %}

*{scroll-behavior: smooth;}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-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;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	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 {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

/* Auto Height */

.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: -webkit-transform, height;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* a11y */

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

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */

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

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

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {

	left: 0;
	width: 100%;
}

/* Bullets */

.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;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

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

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.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: 5px 0;
	display: block;
}

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

/* Progress */

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

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000;
}

/* 3D Container */

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

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
	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, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Chrome 10+, Safari 5.1+, iOS 5+ */ /* Firefox 3.6-15 */ /* Opera 11.10-12.00 */
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Chrome 10+, Safari 5.1+, iOS 5+ */ /* Firefox 3.6-15 */ /* Opera 11.10-12.00 */
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Chrome 10+, Safari 5.1+, iOS 5+ */ /* Firefox 3.6-15 */ /* Opera 11.10-12.00 */
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Chrome 10+, Safari 5.1+, iOS 5+ */ /* Firefox 3.6-15 */ /* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper { /* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

/* Cube + Flip */

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

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

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

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

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

/* Cube */

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

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

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

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

/* Fade */

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

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-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-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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

/* Scrollbar */

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

/* Preloader */

.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%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
	display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.remodal-is-initialized { /* Disable Anti-FOUC */
	display: inline-block;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
	background: rgba(255, 255, 255, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
	-webkit-animation-name: remodal-overlay-opening-keyframes;
	animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
	-webkit-animation-name: remodal-overlay-closing-keyframes;
	animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
	padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 35px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
	-webkit-animation-name: remodal-opening-keyframes;
	animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
	-webkit-animation-name: remodal-closing-keyframes;
	animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
	vertical-align: middle;
}

/* Close button */

.remodal-close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
	color: #2b2e38;
}

.remodal-close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 25px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	content: "\00d7";
	text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0;
}

.remodal-confirm {
	color: #fff;
	background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
	background: #66bb6a;
}

.remodal-cancel {
	color: #fff;
	background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
	background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* Keyframes
   ========================================================================== */

/* Media queries
   ========================================================================== */

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
	background: #2b2e38;
}

.lt-ie9 .remodal {
	width: 700px;
}



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

/*

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
*/

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	/*background-image: url('/fancybox_sprite.png');*/
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: fixed;
	top: 40px;
	right: 4%;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 8040;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41NjIiIGhlaWdodD0iMTUuNTYyIiB2aWV3Qm94PSIwIDAgMTUuNTYyIDE1LjU2MiI+CiAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNODY1LjIyMiwxMDQuMzY0bDE0LjE0Mi0xNC4xNDIsMS40MTQsMS40MTQtMTQuMTQyLDE0LjE0MlptMC0xMi43MjgsMS40MTQtMS40MTQsMTQuMTQyLDE0LjE0Mi0xLjQxNCwxLjQxNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NjUuMjE5IC05MC4yMTkpIi8+Cjwvc3ZnPgo=) no-repeat center;
	background-size: 100% 100%;
	opacity: .5;
	-webkit-transition: .2s opacity;
	transition: .2s opacity;
}

.fancybox-close:hover {
	opacity: 1;
}

.fancybox-nav {
	position: fixed;
	top: 50%; /*    bottom: 10%;*/
	padding: 40% 3%;
	cursor: pointer;
	z-index: 8040;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fancybox-prev {
	left: 1%;
}

.fancybox-next {
	right: 1%;
	-webkit-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
}

.fancybox-nav span {
	display: block;
	width: 17px;
	height: 42px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDExIDI4Ij4KICA8cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik02NTMuOTg4LDMwNjMuMjlsLTEwLjI2MS0xMy45OS0wLjcxMy43LDEwLjI2MSwxMy45OVptMC0yNi41OC0wLjcxMy0uN0w2NDMuMDE0LDMwNTBsMC43MTMsMC43WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY0MyAtMzAzNikiLz4KPC9zdmc+Cg==) no-repeat right;
	background-size: 100% 100%;
	opacity: .5;
	-webkit-transition: .2s opacity;
	transition: .2s opacity;
}

.fancybox-prev span {
}

.fancybox-next {
}

.fancybox-nav:hover span {
	opacity: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(255,255,255,.75);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url('fancybox_loading@2x.gif');
        background-size: 24px 24px;
    }
}
*/

/* Preload images */

body:after {
	content: url(../images/loading.gif);
	display: none;
}

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: white;
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer { 
	zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto; 
	background-color: white;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(/static/images/design/loading.gif) no-repeat;
}

/*
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
*/

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 80px;
	cursor: pointer;
	display: block;
	opacity: 0.5;
	background: #000 !important;
}

.lb-nav a.lb-prev {
	left: 0;
	background: url(../images/prev.png) left 48% no-repeat;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	opacity: 0.7;
}

.lb-nav a.lb-next {
	right: 0;
	background: url(../images/next.png) right 48% no-repeat;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	opacity: 0.7;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-caption a {
	color: #4ae;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	text-align: right;
	outline: none;
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	opacity: 1;
}

/*! jQuery UI - v1.12.1 - 2017-01-14
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/


.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-datepicker {
	width: 250px; /*    width: 17em;*/
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 3px;
	cursor: pointer;
	width: 26px;
	height: 26px;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 19px;
	height: 11px;
	margin-left: -10px;
	margin-top: -6px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE5IDExIj4KICA8cGF0aCBmaWxsPSIjNjg2ODY4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0yOTguOTksMTc2LjQ3M2wtMS40NjQtMS40NjQtOS41MTYsOS41MTcsMS40NjQsMS40NjRabS0xOC45ODEsMCwxLjQ2NS0xLjQ2NCw5LjUxNiw5LjUxNy0xLjQ2NCwxLjQ2NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODAgLTE3NSkiLz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% 80%;
	border: 1px solid transparent;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	content: '';
}

/*
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 5px;
}
*/

.ui-datepicker .ui-datepicker-prev {
	left: 4px;
}

.ui-datepicker .ui-datepicker-next {
	right: 4px;
}

.ui-datepicker .ui-datepicker-next:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/*
.ui-datepicker .ui-datepicker-prev-hover {
    left: 3px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 3px;
}
*/

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: 4px;
	text-align: center; /*    font-weight: bold;*/
	font-size: 13px;
	border: 0;
	color: #000;
}

.ui-datepicker td {
	border: 0; /*    padding: 1px;*/
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid transparent; /*    background: #f6f6f6;*/
	font-weight: normal;
	line-height: 17px;
	color: #454545;
	padding: 6px;
	text-align: center;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #1e7ad8;
	background: #399afc;
	font-weight: normal;
	color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: none;
	color: #000;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Overlays */

.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
	box-shadow: 0px 0px 5px #666666;
}


.select__header {
	border: 1px solid #ccc;
	display: flex;
}

.select__current{
	font-size: 18px;
	line-height: 24px;
	padding: 8px;
}




.jelect {
	position: relative; /*    margin-bottom: 20px;*/
	display: inline-block;
	box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.select-time {
	position: relative; /*    margin-bottom: 20px;*/
	display: inline-block;
	box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	cursor: pointer;
	text-indent: 35px;
	color:#000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
	background: #f8f8f8;
	font-size: 15px;
	border: 1px solid #d7d7d7;
    border-radius: 8px;
}

.jelect_type_autocomplete .jelect-current {
	padding-right: 8px;
	padding-left: 8px;
}

.jelect_state_active { /*    box-shadow: 0 0 0 1px #ccc, 0 2px 4px rgba(0,0,0,.25);*/
	border: 1px solid #d7d7d7;
}

.jelect_state_disabled {
	cursor: default;
	opacity: .5;
}

.jelect_state_disabled .jelect-current:focus {
	background-color: #fff;
}

.jelect:focus,
.jelect *:focus {
	outline: none;
}

.jelect-input {
	display: none;
}

.jelect-current {
	position: relative;
	padding-top: 8px; /*    padding-right: 38px;*/
	padding-bottom: 8px;
	padding-left: 44px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	font-size: 15px;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-wrap: normal;
	background: #f8f8f8;
}

.jelect-current:focus {
	background: #fff;
	outline: 0;
}

.jelect-options {
	position: absolute;
	z-index: 200;
	top: 100%;
	right: 0;
	left: 0;
	margin-top: 1px;
	display: none;
	overflow: hidden;
	max-height: 160px;
	background-color: #fff;
	box-shadow: 0 0 0 1px #ccc, 0 2px 4px rgba(0,0,0,.25);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: display;

}

.jelect-options_state_active {
	display: block;
	overflow: scroll;
}

.jelect-scroller {
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	max-height: 160px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: width, height;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.jelect-scroller::-webkit-scrollbar {
	width: 0;
}

.jelect-track {
	position: absolute;
	z-index: 3;
	top: 4px;
	right: 4px;
	bottom: 4px;
	width: 3px;
	pointer-events: none;
	background-color: #d9d9d9; /*    opacity: 0;*/
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.jelect-options_has_scroll .jelect-track {
	opacity: 1;
}

.jelect-options_has_scroll .jelect-scrollbar {
	cursor: pointer;
}

.jelect-scrollbar {
	position: absolute;
	z-index: 1;
	right: -4px;
	width: 16px;
	pointer-events: auto;
}

.jelect-scrollbar:before {
	position: absolute;
	top: 0;
	right: 4px;
	bottom: 0;
	width: 3px;
	content: '';
	background-color: #26282e;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: background-color;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.jelect-scrollbar:hover:before {
	background-color: #6c707e;
}

.jelect-option {
	position: relative;
	display: block;
	padding-left: 14px;
	overflow: hidden;
	height: 32px;
	font-size: 15px;
	line-height: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-wrap: normal;
}

.jelect-option:last-child {
	margin-bottom: 0;
	box-shadow: none;
}

.jelect-option__value {
	display: inline-block;
}

.jelect-option:focus,
.jelect-option:hover,
.jelect-option_state_focused,
.jelect-option_state_active { /*    text-decoration: underline;*/
	background-color: #e9e9e9;
}

.jelect-option_state_disabled {
	cursor: default;
	text-decoration: none;
	background-color: #ccc;
	opacity: .5;
}

.jelect-option_state_disabled:focus,
.jelect-option_state_disabled:hover {
	text-decoration: none;
	background-color: #ccc;
}

.jelect-option_state_hide {
	display: none;
}

.list {
	margin-bottom: 20px;
	list-style: inside;
}

.list_type_files {
	margin-bottom: 0;
	margin-left: 10px;
	list-style: none;
}

.list__item {
	margin-left: 10px;
	line-height: 24px;
}

.list__item_type_folder:before {
	margin-right: 6px;
	display: inline-block;
	content: '';
	vertical-align: middle;
}

.list__item_type_file:before {
	margin-right: 6px;
	display: inline-block;
	content: '';
	vertical-align: middle;
}

* {
	margin: 0;
	padding: 0;
	font: inherit;
	box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-focus-ring-color: rgba(255,255,255,0);
	cursor: default;
}

body {
	font-size: 100%;
	line-height: 1;
}

a {
	background: transparent;
}

*:focus,
*:active,
*:hover {
	outline: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

ol,
ul {
	list-style: none;
}

pre {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	white-space: pre-wrap;
}

q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

button,
input,
select[multiple],
textarea {
	background-image: none;
}

input,
select,
textarea {
	border-radius: 0;
	box-shadow: none;
}

input,
textarea {
	resize: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
	color: transparent;
}

[placeholder]:focus::-moz-placeholder {
	color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
	color: transparent;
}

[placeholder]:focus::placeholder {
	color: transparent;
}

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

html {
	box-sizing: border-box;
	font-size: 10px;
}

html * {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	height: 100%;
}

body {
	position: relative;
	font-family: Roboto, sans-serif-light, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	background: #fff;
	color: #000;
	min-width: 320px;
	overflow-x: hidden;
}

body.js-overlay {
	overflow: hidden;
}

body.js-overlay.show {
  transition: opacity 400ms;
}
body.js-overlay.hide {
  opacity: 0;
}

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

@font-face
	{font-weight:400;font-family:Roboto;font-style:normal;font-display:swap;src:url(../fonts/roboto-regular.woff2) format("woff2"),url(../fonts/roboto-regular.woff) format("woff")}@font-face{font-weight:100;font-family:Roboto;font-style:normal;font-display:swap;src:url(../fonts/roboto-100.woff2) format("woff2"),url(../fonts/roboto-100.woff) format("woff")}@font-face{font-weight:700;font-family:Roboto;font-style:normal;font-display:swap;src:url(../fonts/roboto-700.woff2) format("woff2"),url(../fonts/roboto-700.woff) format("woff")}@font-face{font-weight:900;font-family:Roboto;font-style:normal;font-display:swap;src:url(../fonts/roboto-900.woff2) format("woff2"),url(../fonts/roboto-900.woff) format("woff")}

.col-1,
.product-slider-bottom__thumb {
	width: 130px;
	margin-left: 10px;
	margin-right: 10px;
}

.col-2,
.advantages__item,
.sidebar,
.corporate-contact-person,
.home-item._width-2,
.home-info-time,
.popular-item {
	width: 280px;
	margin-left: 10px;
	margin-right: 10px;
}

.col-3,
.about-advantages__item,
.catalog-item,
.corporate-form,
.home-item._width-3 {
	width: 430px;
	margin-left: 10px;
	margin-right: 10px;
}

.col-4,
.home-item._width-4,
.home-info-social {
	width: 580px;
	margin-left: 10px;
	margin-right: 10px;
}

.col-5 {
	width: 730px;
	margin-left: 10px;
	margin-right: 10px;
}

.col-6,
.main-col,
.page-content {
	width: 880px;
	margin-left: 10px;
	margin-right: 10px;
}

.col-7 {
	width: 1030px;
	margin-left: 10px;
	margin-right: 10px;
}

.col-8 {
	width: 1180px;
	margin-left: 10px;
	margin-right: 10px;
}

.hide {
	display: none;
}

a {
	color: #3c9ac0;
}

.no-touchevents a:hover {
	text-decoration: none;
}

b {
	font-weight: bold;
}

.layout {
/*	position: relative; */
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*height: 100%;*/
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: left;
	transition-property: left;
	will-change: left;
	will-change: left;
}

.page-container {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

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

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: none;
	background: #000;
	opacity: 0.15;
}

.container {
	position: relative;
	width: 1180px;
	margin: auto;
}

.container:after {
	display: table;
	clear: both;
	content: '';
}

.main-col {
	float: right;
}

.wrapper {
	margin: 0 -10px;
}

.rub {
    line-height: 0.3em;
    width: 0.4em;
    border-bottom: 1px solid #000;
    display: inline-block;
}

h1 {
	margin-bottom: 35px;
	font-size: 65px;
	font-weight: 100;
	line-height: 68px;
}

.product__title h1 {
	font-size: 22px !important;
    margin-bottom: 0px !important;
	font-weight: normal;
	line-height: 1;

}

h2 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}

.footer__call-me,
.catalog-item__read-more,
.catalog-item__btn,
.homeset-feature__btn,
.homeset-select__btn,
.featured-banner__btn,
.home-item__banner-btn,
.popular-item__btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: 40px;
	font-size: 14px;
	line-height: 39px;
	color: #6f6f6f;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #2d2d2d;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: color, background;
	transition-property: color, background;
	will-change: color, background;
}

.no-touchevents .footer__call-me:hover .hover,
.no-touchevents .catalog-item__read-more:hover .hover,
.no-touchevents .catalog-item__btn:hover .hover,
.no-touchevents .featured-banner__btn:hover .hover,
.no-touchevents .home-item__banner-btn:hover .hover,
.no-touchevents .popular-item__btn:hover .hover,
.footer__call-me:active .hover,
.catalog-item__read-more:active .hover,
.catalog-item__btn:active .hover,
.featured-banner__btn:active .hover,
.home-item__banner-btn:active .hover,
.popular-item__btn:active .hover {
	top: 0;
}

.no-touchevents .footer__call-me:hover .text,
.no-touchevents .catalog-item__read-more:hover .text,
.no-touchevents .catalog-item__btn:hover .text,
.no-touchevents .featured-banner__btn:hover .text,
.no-touchevents .home-item__banner-btn:hover .text,
.no-touchevents .popular-item__btn:hover .text,
.footer__call-me:active .text,
.catalog-item__read-more:active .text,
.catalog-item__btn:active .text,
.featured-banner__btn:active .text,
.home-item__banner-btn:active .text,
.popular-item__btn:active .text {
	color: #fff;
}

.footer__call-me .hover,
.catalog-item__read-more .hover,
.catalog-item__btn .hover,
.featured-banner__btn .hover,
.home-item__banner-btn .hover,
.popular-item__btn .hover {
	position: absolute;
	top: 100%;
	width: 110%;
	height: 100%;
	margin-left: -2px;
	background: #2d2d2d;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: top;
	transition-property: top;
	will-change: top;
}

.footer__call-me .text,
.catalog-item__read-more .text,
.catalog-item__btn .text,
.featured-banner__btn .text,
.home-item__banner-btn .text,
.popular-item__btn .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: color;
	transition-property: color;
	will-change: color;
}

.advantages {
	font-size: 0;
	margin-bottom: 35px;
}

.advantages__item {
	display: inline-block;
}

.advantages__item-icon {
	display: inline-block;
	vertical-align: middle;
}

.advantages__item-icon .icon {
	fill: #919191;
}

.advantages__item-icon .icon-bouquet {
	width: 36px;
	height: 57px;
	margin-right: 15px;
}

.advantages__item-icon .icon-delivery {
	width: 57px;
	height: 39px;
	margin-right: 15px;
}

.advantages__item-icon .icon-phone {
	width: 38px;
	height: 51px;
	margin-right: 25px;
}

.advantages__item-text {
	display: inline-block;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.2;
	color: #000;
	vertical-align: middle;
}

.breadcrumbs {
    margin-top: 12px;
	margin-bottom: 20px;
	padding-top: 7px;
	color: #717171;
	font-size: 14px;
	font-style: 300px;
	line-height: 20px;
}

.breadcrumbs a {
	color: #424040;
	text-decoration: none;
}

.cart-mini {
	position: relative;
	width: 58px;
	height: 58px;
	margin-right: 20px;
	display: block;
	text-decoration: none;
	color: #000;
}

.no-touchevents .cart-mini:hover .cart-mini__item {
	background: #dedede;
}

.cart-mini._sticky {
	position: fixed;
	top: 20px;
	right: -70px;
	z-index: 100;
	opacity: 0;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: all;
	transition-property: all;
	will-change: all;
}

.cart-mini._sticky._visible {
	right: 10px;
	opacity: 1;
}

.cart-mini__item {
	padding: 14px 17px;
	width: 58px;
	height: 58px;
	border-radius: 58px;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: background;
	transition-property: background;
	will-change: background;
	will-change: background;
}

.cart-mini__item:hover,
.cart-mini__item:active {
	background: #e7e7e7;
}

.cart-mini__item .icon {
	display: block;
	width: 24px;
	height: 28px;
	fill: #404040;
}

.cart-mini__count {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 26px;
	height: 26px;
	border-radius: 26px;
	margin-top: -20px;
	background: #2EA967;
	text-align: center;
	font-weight: 900;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}

.footer__top {
	background: #f2f2f2;
	height: 77px;
	padding: 19px 0 18px;
}

.footer__top-right {
	float: right;
	margin-right: 20px;
}

.footer__call-me {
	float: left;
	width: 200px;
	border-color: #333;
    border-radius: 8px;
}

.footer__call-me .hover {
	background: #333;
}

.footer__phone {
	float: left;
	margin-right: 40px;
	line-height: 40px;
	font-size: 23px;
	font-weight: 100;
	white-space: nowrap;
}

.footer__middle {
	padding: 35px 0 25px;
	background: #ebebeb;
}

.footer__middle-right {
	float: right;
}

.footer__address {
	width: 215px;
	float: left;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #000;
}

.footer__address p {
	margin-bottom: 16px;
}

.footer__address a {
	color: #000;
	text-decoration: none;
}

.footer__apps {
	float: left;
	width: 185px;
	margin-right: 65px;
	margin-top: -8px;
}

.footer__apps-btn {
	display: block;
	height: 54px;
	margin-bottom: 7px;
	padding-left: 14px;
	box-sizing: border-box;
	font-size: 0;
	border: 1px solid transparent;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	will-change: border-color;
	will-change: border-color;
}

.no-touchevents .footer__apps-btn:hover {
	border-color: #1a1a1a;
}

.footer__apps-btn:last-child {
	margin-bottom: 0;
}

.footer__apps-btn._appstore {
	padding-top: 7px;
}

.footer__apps-btn._googleplay {
	padding-top: 10px;
}

.footer__apps-btn img {
	display: block;
}

.footer__bottom {
	padding: 20px 0 18px;
	border-top: 1px solid #d1d1d1;
	background: #ebebeb;
}

.footer__logo {
	float: left;
	width: 180px;
	height: 25px;
	margin-right: 35px;
	fill: #2f3136;
}

.footer__copy {
	float: left;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	color: #000;
}

.footer__sign {
	width: 220px;
	float: right;
	display: inline-block;
	color: #797979;
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
}

.footer-menu-catalog {
	float: left;
}

.footer-menu-catalog ul {
	width: 650px;
	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;
	white-space: nowrap;
	overflow: hidden;
}

.footer-menu-catalog__item {
	display: inline-block;
	font-size: 17px;
	line-height: 40px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-menu-catalog__item:last-child {
	margin-right: 0;
}

.footer-menu-catalog__item a {
	color: #000;
	text-decoration: none;
}

.footer-menu-pages-wrap {
	float: left;
}

.footer-menu-pages {
	width: 450px;
	font-size: 0;
}

.footer-menu-pages__item {
	display: inline-block;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}

.footer-menu-pages__item a {
	color: #000;
	text-decoration: none;
}

textarea,
input[type=text],
input[type=email],
input[type=tel] {
	display: block;
	padding: 11px 10px;
	font-size: 15px;
	line-height: 16px;
	background: #f8f8f8;
	border: 1px solid #d7d7d7;
    border-radius: 8px;
}

._invalid textarea,
._invalid input[type=text],
._invalid input[type=email],
._invalid input[type=tel] {
	border-color: #ff3e3e;
	color: #dc0c0c;
}

._invalid textarea:focus,
._invalid input[type=text]:focus,
._invalid input[type=email]:focus,
._invalid input[type=tel]:focus {
	border-color: #ff3e3e;
}

textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
	border-color: #7a7a7a;
	background: #fff;
}

input[type=text],
input[type=email],
input[type=tel] {
	height: 44px;
}

.form .scroller {
	width: 148px;
	height: 100%;
	max-height: 160px;
	overflow-y: scroll;
	z-index: 10;
}

.form .scroller::-webkit-scrollbar {
	width: 0;
}

.form .scroller__bar-wrapper {
	position: absolute;
	top: 4px;
	bottom: 4px;
	right: 4px;
	width: 3px;
	background-color: rgba(128,128,128,0.3);
	z-index: 15;
	display: none;
	border-radius: 3px;
}

.form .jelect-options.baron .scroller__bar-wrapper,
.form .filter-scroll-checkbox-list.baron .scroller__bar-wrapper,
.form .filter-scroll-icons-list.baron .scroller__bar-wrapper {
	display: block;
}

.form .scroller__bar {
	position: absolute;
	width: 3px;
	height: 30px !important;
	z-index: 16;
	cursor: pointer;
	background: #000;
}

.form._no-view .filter__sort-block__table-view,
.form._no-view .filter__sort-block__block-view {
	display: none;
}

.form__row {
	font-size: 0;
}

.form__row._add-note {
	display: none;
}

.form__row._add-note-active {
	display: block;
}


.form__left {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 44px;
}

.form__left:after {
	display: inline-block;
	vertical-align: middle;
	height: 44px;
	width: 1px;
	content: '';
}

.form__center {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

._valid .form__center {
	margin-right: 40px;
}

.form__center .form__checkboxes-wrap {
	margin-top: -13px;
	margin-bottom: 20px;
}

.form__label {
	display: inline-block;
	vertical-align: middle;
	width: 95px;
	font-size: 15px;
	line-height: 16px;
}

.form__input-wrap {
	position: relative;
	margin-bottom: 30px;
}

.form__input-wrap .icon-checked {
	position: absolute;
	top: 16px;
	right: -26px;
	width: 16px;
	height: 11px;
	fill: #7a7a7a;
	display: none;
}

._valid .form__input-wrap .icon-checked {
	display: block;
}

.form__input-wrap._date {
	height: 44px;
}

.form__input {
	width: 100%;
}

.form__input-note {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 12px;
	line-height: 21px;
	display: none;
}

._invalid .form__input-note {
	display: block;
}

._invalid .order-footer__btn__alert {
	display: block;
}


.form__input-note._incorrect {
	color: #fa2c2c;
}

.form__right {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

.form__right_cards {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	margin-left: 20px;
}

.form__right:after {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 44px;
	content: '';
}

.form__descr {
	display: inline-block;
	vertical-align: middle;
	width: 149px;
	font-size: 13px;
	line-height: 15px;
	color: #888;
}

.form__btn {
	display: inline-block;
	padding: 0 30px;
	height: 44px;
	font-size: 14px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: 0.1em;
	background: #2d2d2d;
	border: 1px solid #333;
	border: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background;
	transition-property: background;
	will-change: background;
	will-change: background;
}

.btn__loading {
	display: inline-block;
	padding: 0 30px;
	height: 44px;
	font-size: 14px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: 0.1em;
	background: #2d2d2d;
	border: 1px solid #333;
	border: 0;
	color: #fff;
	text-align: center;
    background-color: #000000 !important;
    background-image: url("/static/images/design/loader.gif") !important;
    background-size: 150px 150px;
    background-position:center center !important;
    background-repeat: no-repeat !important;
	width: 208px;
}

.no-touchevents .form__btn:hover {
	background: #00452C;
}

.form__radio-wrap {
	overflow: hidden;
	margin-bottom: 30px;
}

.form__radio-block {
	display: inline-block;
	margin-right: 40px;
	white-space: nowrap;
	font-size: 0;
	cursor: pointer;
}

.form__radio-block input {
	display: none;
}

.form__radio-bullet {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	border-radius: 19px;
	border: 2px solid #d7d7d7;
	box-sizing: border-box;
}

input:checked + .form__radio-bullet {
	border-color: #1e1e1e;
	background: #1e1e1e;
}

input:checked + .form__radio-bullet:after {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	display: block;
	background: #fff;
	content: '';
}

input:checked + .form__radio-bullet + .form__radio-label {
	font-weight: bold;
	color: #555;
	text-decoration: underline;
}

.form__radio-label {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1;
	/*color: #959595;*/
}

.form__checkbox {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
	padding-left: 32px;
	position: relative;
}

.form__checkbox input {
	display: none;
}

.form__checkbox-btn {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: 2px solid #d7d7d7;
}

.form__checkbox-btn .icon {
	position: absolute;
	left: 2px;
	top: 4px;
	display: block;
	width: 13px;
	height: 9px;
	fill: #fff;
}

input:checked + .form__checkbox-btn {
	background: #1e1e1e;
	border-color: #1e1e1e;
}

.form__checkbox-label {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1;
	white-space: nowrap;
}

.form__date-day {
	position: relative;
	float: left;
	width: 156px;
    margin-right: 4px;
}

.form__date-day .icon {
	position: absolute;
	top: 10px;
	left: 12px;
	z-index: 20;
	display: block;
	width: 25px;
	height: 25px;
}

.form__date-day input {
	position: relative;
	padding-left: 45px;
}

.form__date-day input:focus {
	z-index: 10;
}

.form__date-time {
	position: relative;
	float: left;
	width: 150px;
	margin-left: -1px;
}

.form__date-time .icon {
	position: absolute;
	top: 10px;
	left: 12px;
	z-index: 20;
	display: block;
	width: 24px;
	height: 24px;
}

.form__date-time input {
	display: none;
	position: relative;
	padding-left: 44px;
}

.form__date-time input:focus {
	z-index: 10;
}

.form__date-time-list {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.form__date-time-item {
	padding-left: 44px;
	font-size: 15px;
	line-height: 34px;
	color: #454544;
}

.header {
	margin: 0 10px 25px;
	padding-top: 13px;
	overflow: hidden;
	text-align: right;
	font-size: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: left;
	transition-property: left;
	will-change: left;
	will-change: left;
}

.header__menu-btn {
	display: none;
	float: left;
	margin-top: 14px;
	margin-right: 15px;
	cursor: pointer;
}

.header__menu-btn:hover,
.header__menu-btn:active {
	background: #e7e7e7;
}

.header__menu-btn .icon {
	width: 23px;
	height: 17px;
}

.header__logo {
	display: none;
	float: left;
	margin-top: 10px;
	color: #000;
	text-decoration: none;
}

.header__logo-img {
	display: block;
	width: 198px;
	height: 28px;
	float: left;
	margin-right: 25px;
	fill: #2f3136;
}

.header__logo-img_compact {
	display: none;
	width: 142px;
	height: 16px;
	float: left;
}

.header__logo-sub {
	float: left;
	font-family: "Times New Roman";
	font-size: 10px;
	line-height: 15px;
	color: #777776;
	letter-spacing: 0.3em;
	text-align: left;
	text-transform: uppercase;
}

.header__time {
	display: inline-block;
	margin-right: 35px;
	font-size: 14px;
	color: #888;
	vertical-align: middle;
}

.header__time br {
	display: none;
}

.header__phone {
	display: inline-block;
	margin-right: 30px;
	font-size: 20px;
	font-weight: 100;
	color: #555;
	vertical-align: middle;
	text-decoration: none;
}

.header__cart-wrap {
	display: inline-block;
	height: 58px;
	vertical-align: middle;
}

.map {
	position: relative;
	height: 420px;
}

.map._about {
	height: 600px;
}

.map .container {
	height: 0;
}

.map__wrap {
	background: #eaeaea;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.map__contacts {
	position: relative;
	top: 65px;
	z-index: 10;
	width: 300px;
	height: 280px;
	padding-top: 52px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	box-shadow: 0 10px 27px rgba(45,45,45,0.22);
}

.map__contacts-phone {
	position: relative;
	margin-bottom: 42px;
	font-size: 26px;
	line-height: 30px;
}

.map__contacts-phone:after {
	position: absolute;
	left: 50%;
	bottom: -21px;
	width: 70px;
	height: 1px;
	margin-left: -35px;
	display: block;
	background: #aaa;
	content: '';
}

.map__contacts-phone small {
	display: block;
	padding-top: 5px;
	font-size: 15px;
	line-height: 20px;
	color: #555;
}

.map__contacts-address {
	position: relative;
	margin-bottom: 47px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.map__contacts-address:after {
	position: absolute;
	left: 50%;
	bottom: -26px;
	width: 70px;
	height: 1px;
	margin-left: -35px;
	display: block;
	background: #aaa;
	content: '';
}

.map__contacts-address small {
	display: none;
}

.map__contacts-email {
	font-size: 16px;
	line-height: 20px;
}

.popup-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	display: none;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	opacity: 0;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	will-change: opacity;
}

.popup-wrap:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.6);
	content: '';
}

.js-overlay .popup-wrap {
	opacity: 1;
}

.js-overlay .popup-wrap.js-closed {
	opacity: 0;
}

.js-overlay .popup-wrap.js-closed .popup {
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transform: translate(-50%, -50%) rotateX(-70deg);
	transform: translate(-50%, -50%) rotateX(-70deg);
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	-webkit-transform: translate(-50%, -50%) rotateX(-70deg);
	transform: translate(-50%, -50%) rotateX(-70deg);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	will-change: transform;
}

.js-overlay .popup {
	-webkit-transform: translate(-50%, -50%) rotateX(0deg);
	transform: translate(-50%, -50%) rotateX(0deg);
}

.popup__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background: #1e1e1e;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	will-change: background;
}

.popup__close .icon {
	display: block;
	width: 16px;
	height: 16px;
	margin: 8px;
	fill: #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	will-change: transform;
}

.popup__close:hover {
	background: #3e3e3e;
}

.popup__close:hover .icon {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.popup__title {
	margin-bottom: 25px;
	font-size: 29px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

.call-me {
	width: 405px;
	height: 370px;
	padding: 48px 50px 35px;
}

.call-me .form__row {
	margin-bottom: 0;
}

.call-me .form__input-wrap {
	margin-bottom: 17px;
}

.call-me .form__input-wrap .icon-invalid {
	position: absolute;
	top: 14px;
	right: -25px;
	display: none;
	width: 16px;
	height: 16px;
	fill: #ff3e3e;
}

.call-me .form__input-wrap._invalid .icon-invalid {
	display: block;
}

.call-me .form__label {
	margin-bottom: 7px;
	font-size: 15px;
	line-height: 1;
}

.call-me .form__btn {
	margin-top: 23px;
}

.remodal__close {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;
}

.remodal__close .icon {
	display: block;
	width: 24px;
	height: 24px;
	fill: #777;
}

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

.gallery img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery-prev {
	position: fixed;
	top: 50%;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	background: #ccc;
}

.gallery-next {
	position: fixed;
	top: 50%;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	background: #ccc;
}

.sidebar {
	position: relative;
	top: 0;
	float: left;
	padding-top: 55px;
	padding-bottom: 55px;
}

.sidebar._sticky {
	position: fixed;
	top: 0;
}

.sidebar__close {
	position: absolute;
	top: 0px;
	left: 10px;
	display: none;
	width: 18px;
	height: 18px;
	padding: 10px;
}

.sidebar__close .icon {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.sidebar .swiper-container {
	height: 100%;
}

.sidebar .swiper-slide {
	height: auto;
	box-sizing: border-box;
}

.sidebar .swiper-scrollbar {
	position: fixed;
	right: 5px;
	top: 10px;
	bottom: 10px;
	top: 2vh;
	bottom: 2vh;
	height: 96vh;
	width: 4px;
	overflow: hidden;
	background: none;
	border-radius: 4px;
}

.sidebar .swiper-scrollbar-drag {
	display: block;
	width: 4px;
	margin-left: -1px;
	height: 70px;
	background: #000;
	opacity: 0.5;
}

.sidebar__top {
	margin: 0;
}

.sidebar__bottom {
	margin: 0;
}

.sidebar__phone {
	display: none;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	color: #000;
	text-decoration: none;
}

.sidebar__time {
	display: none;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 18px;
	color: #4e4e4e;
}

.sidebar .social {
	margin-bottom: 0;
	font-size: 0;
}

.sidebar .social__btn {
	margin-right: 11px;
}

.sidebar .social__btn .icon {
	width: 27px;
	height: 28px;
}

.logo {
	display: block;
	margin-bottom: 45px;
	text-decoration: none;
}

.logo__img {
	display: block;
	width: 180px;
	height: 72px;
	margin-bottom: 10px;
	text-align: center;
	fill: #2f3136;
}

.logo__sub {
	display: block;
	padding-left: 23px;
	text-transform: uppercase;
	font-family: "Times New Roman";
	letter-spacing: 0.385em;
	font-size: 9px;
	color: #777776;
}

.menu-catalog {
	margin-bottom: 40px;
}

.menu-catalog__item {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.025em;
    font-weight: 300;
	text-transform: uppercase;
}

.menu-catalog__item._active a:after {
	opacity: 1;
}

.menu-catalog__item a {
	position: relative;
	display: inline-block;
	color: #000;
	text-decoration: none;
}

.menu-catalog__item a:after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: block;
	height: 2px;
	margin-top: 3px;
	background: #ddd;
	opacity: 0;
	content: '';
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	will-change: opacity;
	will-change: opacity;
}

.no-touchevents .menu-catalog__item a:hover:after {
	opacity: 1;
}

.menu-catalog__item a:active:after,
.menu-catalog__item a:focus:after {
	opacity: 1;
}

.menu-pages {
	margin-bottom: 50px;
}

.menu-pages__item {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
}

.menu-pages__item._active a:after {
	opacity: 1;
}

.menu-pages__item a {
	position: relative;
	display: inline-block;
	color: #454545;
	text-decoration: none;
}

.menu-pages__item a:after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: block;
	height: 2px;
	background: #ddd;
	opacity: 0;
	content: '';
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	will-change: opacity;
	will-change: opacity;
}

.no-touchevents .menu-pages__item a:hover:after {
	opacity: 1;
}

.social {
	font-size: 0;
}

.social__btn {
	display: inline-block;
}

.social__btn .icon {
	fill: #999;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: fill;
	transition-property: fill;
	will-change: fill;
	will-change: fill;
}

.no-touchevents .social__btn:hover .icon {
	fill: #2f3136;
}

.page-404 {
	width: 470px;
	margin-top: 120px;
	margin-left: 130px;
	margin-bottom: 120px;
	text-align: center;
}

.page-404__title {
	margin-bottom: 32px;
	font-size: 23px;
	font-weight: 500;
	line-height: 26px;
	color: #444;
}

.page-404__img img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}

.about-advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.about-advantages__item {
	overflow: hidden;
	margin-bottom: 47px;
}

.about-advantages__item-icon {
	float: left;
	width: 90px;
	text-align: center;
}

.about-advantages__item-icon .icon {
	display: inline-block;
}

.about-advantages__item-icon .icon._beautiful {
	width: 50px;
	height: 74px;
}

.about-advantages__item-icon .icon._price {
	width: 66px;
	height: 66px;
}

.about-advantages__item-icon .icon._delivery-free {
	width: 69px;
	height: 57px;
}

.about-advantages__item-icon .icon._pack {
	width: 54px;
	height: 95px;
}

.about-advantages__item-content {
	float: left;
	width: 340px;
}

.about-advantages__item-title {
	width: 280px;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 26px;
}

.about-advantages__item-text {
	width: 320px;
	font-size: 14px;
	line-height: 20px;
}

.about-quote {
	overflow: hidden;
	margin-bottom: 65px;
	padding-top: 37px;
	border-top: 1px solid #d7d7d7;
}

.about-quote__author {
	float: left;
	width: 180px;
	margin-right: 120px;
}

.about-quote__author-photo {
	width: 180px;
	height: 180px;
	border-radius: 180px;
	overflow: hidden;
	margin-bottom: 20px;
}

.about-quote__author-photo img {
	width: 180px;
	height: 180px;
}

.about-quote__author-name {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 20px;
	white-space: nowrap;
}

.about-quote__author-position {
	font-size: 15px;
	line-height: 19px;
}

.about-quote__content {
	position: relative;
	float: left;
	width: 580px;
	margin-top: 25px;
	font-style: italic;
	font-size: 15px;
	line-height: 21px;
	color: #555;
}

.about-quote__content .icon {
	position: absolute;
	left: -54px;
	top: 0;
	display: block;
	width: 36px;
	height: 30px;
	content: '';
}

.about-quote__content p {
	margin-bottom: 21px;
}

.about-apps {
	box-sizing: border-box;
	height: 520px;
	padding-top: 135px;
	background: #948f8b url("../img/about/bg-apps.jpg") no-repeat center;
}

.about-apps__block {
	margin: auto;
	padding-top: 45px;
	width: 520px;
	height: 255px;
	background: #fff;
	text-align: center;
}

.about-apps__title {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

.about-apps__text {
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #555;
}

.about-apps__links-btn {
	display: inline-block;
	margin: 0 10px;
}

.about-apps__links-btn img {
	display: block;
}

.about-responses {
	padding: 80px 0 100px;
}

.about-responses h2 {
	margin-bottom: 50px;
	text-align: center;
}

.about-responses-slider {
	position: relative;
}

.about-responses-slider__slide {
	box-sizing: border-box;
	width: 380px;
	min-height: 370px;
	padding: 40px 50px 30px 30px;
	color: #555;
	border: 1px solid #ccc;
}

.about-responses-slider__slide-author {
	margin-bottom: 40px;
}

.about-responses-slider__slide-photo {
	width: 115px;
	height: 115px;
	border-radius: 115px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	margin-left: 10px;
}

.about-responses-slider__slide-data {
	display: inline-block;
	vertical-align: middle;
}

.about-responses-slider__slide-name {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 26px;
}

.about-responses-slider__slide-position {
	font-size: 13px;
	line-height: 19px;
}

.about-responses-slider__slide-text {
	font-size: 14px;
	line-height: 20px;
}

.about-responses-slider__prev,
.about-responses-slider__next {
	position: absolute;
	top: 155px;
	width: 48px;
	height: 48px;
	margin-top: 0;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #1e1e1e;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background;
	transition-property: background;
	will-change: background;
	will-change: background;
}

.about-responses-slider__prev .icon,
.about-responses-slider__next .icon {
	display: block;
	margin-top: 10px;
	width: 11px;
	height: 28px;
	fill: #000;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: fill;
	transition-property: fill;
	will-change: fill;
	will-change: fill;
}

.no-touchevents .about-responses-slider__prev:hover,
.no-touchevents .about-responses-slider__next:hover {
	background: #1e1e1e;
}

.no-touchevents .about-responses-slider__prev:hover .icon,
.no-touchevents .about-responses-slider__next:hover .icon {
	fill: #fff;
}

.about-responses-slider__prev {
	left: -30px;
}

.about-responses-slider__prev .icon {
	margin-left: 16px;
}

.about-responses-slider__next {
	right: -30px;
}

.about-responses-slider__next .icon {
	margin-left: 18px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.about-responses-slider__pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	font-size: 0;
	text-align: center;
}

.about-responses-slider__pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 6px;
	background: #d4d4d4;
	opacity: 1;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	will-change: background;
	will-change: background;
}

.about-responses-slider__pagination .swiper-pagination-bullet-active {
	background: #1e1e1e;
}

.about-social {
	box-sizing: border-box;
	height: 520px;
	padding-top: 135px;
	background: #5f605d url("../img/about/bg-social.jpg") no-repeat center;
}

.about-social__block {
	margin: auto;
	padding-top: 40px;
	width: 520px;
	height: 245px;
	background: #fff;
	text-align: center;
}

.about-social__title {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

.about-social__text {
	margin-bottom: 28px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #555;
}

.about-social .social__btn {
	margin: 0 16px;
}

.about-social .social__btn .icon {
	width: 45px;
	height: 45px;
}

.about-info {
	padding: 95px 0 75px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.about-info__block {
	width: 365px;
	padding-right: 85px;
	margin-right: 85px;
	border-right: 1px solid #d0d0d0;
}

.about-info__block:last-child {
	width: 280px;
	padding-right: 0;
	border-right: 0;
	margin-right: 0;
}

.about-info__block-icon {
	height: 70px;
}

.about-info__block-icon .icon {
	display: block;
}

.about-info__block-icon .icon._payment {
	width: 53px;
	height: 43px;
}

.about-info__block-icon .icon._time {
	width: 52px;
	height: 52px;
}

.about-info__block-icon .icon._delivery-service {
	width: 59px;
	height: 40px;
}

.about-info__block-title {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
}

.about-info__block-text {
	font-size: 15px;
	line-height: 20px;
}

.blog-output {
	padding-bottom: 50px;
}

.blog-item {
	margin-bottom: 45px;
	overflow: hidden;
}

.blog-item__thumb {
	float: left;
	width: 430px;
	margin-right: 35px;
}

.blog-item__thumb img {
	display: block;
	width: 100%;
	height: auto;
    border-radius: 10px;
}

.blog-item__content {
	float: left;
	width: 380px;
	padding-top: 30px;
}

.blog-item__content-top {
	display: block;
	margin-left: -70px;
	margin-right: -35px;
	margin-bottom: 25px;
	padding: 16px 35px 15px 70px;
	border: 1px solid #000;
    border-radius: 10px;
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background;
	transition-property: background;
	will-change: background;
	will-change: background;
}

.no-touchevents .blog-item__content-top:hover {
	background: #2d2d2d;
}

.no-touchevents .blog-item__content-top:hover .blog-item__title {
	color: #fff;
}

.blog-item__title {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 300;
	line-height: 32px;
}

.blog-item__date {
	font-size: 12px;
	line-height: 1;
	color: #999;
}

.blog-item__descr a{
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 20px;
    display: inline-block;
	color: #666;
	text-decoration: none;
}


.blog-post {
	margin-bottom: 90px;
}

.blog-post__head {
	position: relative;
	height: 370px;
	overflow: hidden;
}

.no-touchevents .blog-post__head:hover .blog-post__head-bg img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) translateX(5%);
	transform: scale3d(1.1, 1.1, 1.1) translateX(5%);
}

.blog-post__head-bg {
	position: absolute;
	top: 0;
	left: 0;
}

.blog-post__head-bg img {
	display: block;
	height: 100%;
	width: auto;
	-webkit-transition-duration: 6s;
	transition-duration: 6s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	will-change: transform;
}

.blog-post__head-inn {
	position: absolute;
	left: 50px;
	top: 50px;
	right: 50px;
	bottom: 50px;
	padding: 60px 70px;
	color: #fff;
	border: 1px solid #fff;
    border-radius: 10px;
}

.blog-post__date {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1;
}

.blog-post__title {
	font-size: 55px;
	line-height: 1;
	font-weight: 900;
}

.blog-post__lead {
	margin-bottom: 20px;
	padding: 10px 150px 10px 50px;
	font-size: 24px;
	line-height: 31px;
	font-weight: 300;
	border-bottom: 1px solid #ccc;
}

.blog-post__content {
	width: 730px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 23px;
	color: #181818;
}

.blog-post__content p {
	margin-bottom: 23px;
}

.blog-post__content h2 {
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
}

.blog-post__content img {
	display: inline-block;
	margin-bottom: 45px;
	margin-top: 20px;
}

.blog-post__bottom {
	width: 730px;
	overflow: hidden;
}

.blog-post__social {
	float: right;
}

.blog-post__social a.pluso-more {
	margin-right: 0 !important;
}

.blog-post__all-link {
	display: block;
	float: left;
	width: 190px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	font-weight: 700;
	color: #000;
	text-align: center;
	text-decoration: none;
	background: #f0f0f0;
}

.cart {
	position: relative;
	margin-bottom: 90px;
}

.cart-empty {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}

.cart-output {
	min-height: 40px;
	margin-bottom: 25px;
}

.cart-item {
	margin-bottom: 17px;
	padding: 18px 30px 15px 20px;
	overflow: hidden;
	border: 1px solid #ccc;
    border-radius: 8px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	will-change: opacity;
	will-change: opacity;
}

.cart-item._hidden {
	opacity: 0;
}

.cart-item__left {
	float: left;
	overflow: hidden;
}

.cart-item__thumb {
	width: 200px;
	float: left;
	margin-right: 30px;
    
}

.cart-item__thumb img {
	display: block;
	width: 100%;
	height: auto;
    border-radius: 8px;
}

.cart-item__center {
	float: left;
	width: 300px;
	padding-top: 20px;
}

.cart-item__title {
	margin-bottom: 22px;
	font-size: 21px;
	line-height: 25px;
}

.cart-item__title a{
	margin-bottom: 22px;
	font-size: 21px;
	line-height: 25px;
	color: black;
	text-decoration: none;
}

.cart-item__descr {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

.cart-item__delivery {
	margin-bottom: 22px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #555;
}

.cart-item__vendor {
	font-size: 12px;
	color: #8a8a8a;
}

.cart-item__right {
	float: right;
	padding-top: 20px;
	text-align: right;
}

.cart-item__del {
	display: inline-block;
	margin-bottom: 22px;
	color: #de3131;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
}

.cart-item__price {
	margin-bottom: 14px;
	font-size: 33px;
	font-weight: 300;
	line-height: 1;
}

.cart-item__count {
	overflow: hidden;
	width: 120px;
	height: 40px;
	border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.cart-item__count-minus,
.cart-item__count-plus,
.cart-item__count-num {
	float: left;
	height: 38px;
	font-size: 18px;
	line-height: 38px;
	color: #555;
	text-align: center;
    
}

.cart-item__count-minus,
.cart-item__count-plus {
	position: relative;
	width: 39px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background;
	transition-property: background;
	will-change: background;
	will-change: background;
 
}

.no-touchevents .cart-item__count-minus:hover,
.no-touchevents .cart-item__count-plus:hover {
	background: #efefef;
}

.cart-item__count-num {
	width: 40px;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
}

.cart-item__count-minus:after {
	position: absolute;
	top: 20px;
	left: 11px;
	display: block;
	width: 15px;
	height: 1px;
	background: #7e7e7e;
	content: '';
}

.cart-item__count-plus:after {
	position: absolute;
	top: 20px;
	left: 12px;
	display: block;
	width: 15px;
	height: 1px;
	background: #7e7e7e;
	content: '';
}

.cart-item__count-plus:before {
	position: absolute;
	top: 13px;
	left: 19px;
	display: block;
	height: 15px;
	width: 1px;
	background: #7e7e7e;
	content: '';
}

.cart-bottom {
	overflow: hidden;
}

.cart-bottom__back {
	position: relative;
	float: left;
	display: block;
	width: 255px;
	height: 44px;
	margin-top: 10px;
	padding-right: 8px;
	background: #efefef;
	color: #000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background;
	transition-property: background;
	will-change: background;
	will-change: background;
}

.no-touchevents .cart-bottom__back:hover {
	background: #dedede;
}

.cart-bottom__back .icon {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 16px;
}

.cart-bottom__back span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 11px;
	font-size: 14px;
	line-height: 44px;
	letter-spacing: 0.1em;
}

.cart-bottom__right {
	float: right;
	width: 210px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	will-change: opacity;
	will-change: opacity;
}

.cart-bottom__right._hidden {
	opacity: 0;
}

.cart-bottom__info {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
}

.cart-bottom__info__warning {
	color:#de3131;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
}

.cart-bottom__sum {
	margin-bottom: 15px;
	font-size: 20px;
	color: #555;
}

.cart-bottom__sum-cost {
	font-size: 25px;
	line-height: 33px;
	font-weight: 500;
	color: #000;
}

.cart-bottom__btn {
	display: inline-block;
	width: 210px;
	height: 44px;
	border: 0;
    border-radius: 8px;
	outline: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 45px;
	letter-spacing: 0.1em;
	background: #00965F;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: opacity , background;
	transition-property: opacity , background;
	will-change: opacity , background;
}

.cart-bottom__btn__fake {
	display: inline-block;
	width: 210px;
	height: 44px;
	border: 0;
	outline: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 45px;
	letter-spacing: 0.1em;
	background: #2d2d2d;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: opacity , background;
	transition-property: opacity , background;
	will-change: opacity , background;
}

.no-touchevents .cart-bottom__btn:hover {
	background: #00452C;
}

.no-touchevents .cart-bottom__btn__fake:hover {
	background: #00452C;
}


.catalog__description {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
    padding-left: 40px;
    padding-right: 40px;
    color: #555;
    overflow: hidden;
}

.catalog__description-visible {
    display: block;
}

.cart-bottom__btn[disabled] {
	opacity: 0.5;
}

.cart-bottom__btn__fake[disabled] {
	opacity: 0.5;
}

.catalog-filter {
	margin-bottom: 24px;
	margin-top: -20px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #303030;
}

.catalog-filter__title {
	display: none;
	position: relative;
	height: 50px;
	padding: 0 30px;
	font-size: 16px;
	line-height: 53px;
	color: #303030;
	border-bottom: 1px solid #e0e0e0;
}

.catalog-filter__title:after {
	position: absolute;
	top: 17px;
	right: 23px;
	display: block;
	width: 11px;
	height: 11px;
	border-top: 2px solid #686868;
	border-right: 2px solid #686868;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: '';
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	will-change: transform;
	will-change: transform;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.catalog-filter__title._opened:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.catalog-filter__cost {
	float: left;
	font-size: 0;
	white-space: nowrap;
}

.catalog-filter__cost-text {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	line-height: 31px;
}

.catalog-filter__cost-list {
	display: block;
	float: left;
	font-size: 0;
}

.catalog-filter__cost-list._selected+.catalog-filter__cost-clear {
	display: inline-block;
}

.catalog-filter__cost-list li {
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	height: 30px;
	padding: 0 15px;
	margin: 0 1px;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 15px;
}

.catalog-filter__cost-list li._active {
	background: #e7e7e7;
	border-color: #e7e7e7;
}

.no-touchevents .catalog-filter__cost-list li._active:hover {
	border-color: #e7e7e7;
}

.no-touchevents .catalog-filter__cost-list li:hover {
	border-color: #a1a1a1;
	margin: 0 1px;
}

.catalog-filter__cost-clear {
	display: none;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid transparent;
	margin-left: 5px;
	cursor: pointer;
}

.catalog-filter__cost-clear .icon {
	display: block;
	width: 10px;
	height: 10px;
	margin: 9px;
	fill: #333;
}

.no-touchevents .catalog-filter__cost-clear:hover,
.touch .catalog-filter__cost-clear:active {
	border-color: #a1a1a1;
}

.catalog-filter__sort {
	position: relative;
	float: left;
	width: 200px;
	height: 30px;
	font-size: 14px;
}

.catalog-filter__sort._opened .catalog-filter__sort-list {
	display: block;
}

.catalog-filter__sort._opened .catalog-filter__sort-label {
	border-color: #a1a1a1;
    border-radius: 8px;
}

.catalog-filter__sort-text {
	display: none;
}

.catalog-filter__sort-label {
	position: relative;
	padding-left: 5px;
	cursor: pointer;
	display: block;
	border: 1px solid transparent;
	line-height: 28px;
}

.catalog-filter__sort-label span {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

.catalog-filter__sort-label:after {
	display: inline-block;
	vertical-align: middle;
	border-top: 5px solid #f07989;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: '';
}

.no-touchevents .catalog-filter__sort-label:hover {
	border-color: #a1a1a1;
    border-radius: 8px;
}

.catalog-filter__sort-list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 10;
	display: none;
	background: #fff;
	border: 1px solid #a1a1a1;
    border-radius: 8px;
}

.catalog-filter__sort-item {
	width: 100%;
	height: 30px;
	padding: 0 32px 0 22px;
	line-height: 30px;
	cursor: pointer;

}

.catalog-filter__sort-item a{
    text-decoration: none;
    color: #303030;
}

.catalog-filter__sort-item-text-mobile {
	display: none;
}

.catalog-filter__sort-item-text {
	display: block;
}

.catalog-filter__sort-item._active {
	display: none;
}

.no-touchevents .catalog-filter__sort-item:hover {
	background: #f0f0f0;
    border-radius: 8px;
}


.action-banner {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.no-touchevents .action-banner:hover .action-banner__img img {
	-webkit-transform: scale3d(1.05, 1.05, 1.1) translateX(2%);
	transform: scale3d(1.05, 1.05, 1.1) translateX(2%);
}

.action-banner__img img {
	display: block;
	-webkit-transition-duration: 6s;
	transition-duration: 6s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	will-change: transform;
}

.action-banner__inn {
	position: absolute;
	left: 22px;
	top: 22px;
	bottom: 22px;
	width: 410px;
	padding: 0 35px 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 22px;
	line-height: 28px;
	color: #333;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255,255,255,0.78);
}

.catalog-output {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: space-around;
	-ms-flex-align: space-around;
	align-items: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.homesets-output {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: space-around;
	-ms-flex-align: space-around;
	align-items: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catalog-show-more {
	display: block;
	width: 215px;
	height: 47px;
	margin: 30px auto 105px;
	background: #efefef;
	text-align: center;
	font-size: 14px;
	line-height: 47px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
}

.catalog-show-more .icon {
	display: inline-block;
	width: 23px;
	height: 28px;
	margin-right: 20px;
	vertical-align: middle;
	fill: #555;
}

.no-touchevents .catalog-show-more:hover .icon {
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	will-change: transform;
	will-change: transform;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.catalog-item {
	margin-bottom: 45px;
	text-align: center;
}

.homeset-item {
	margin:0px 10px 45px;
	text-align: center;
	width: 280px;
	height: 350px;
}

.catalog-item__top {
	position: relative;
	display: block;
	width: 430px;
	height: 430px;
	overflow: hidden;
    border-radius: 16px;
}

.homeset-item__top {
	position: relative;
	display: block;
	width: 280px;
	height: 280px;
	overflow: hidden;
}

.no-touchevents .catalog-item__top:hover .catalog-item__content {
	opacity: 1;
}

.no-touchevents .catalog-item__top:hover .catalog-item__thumb {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.catalog-item__thumb {
	display: block;
	text-decoration: none;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	will-change: transform;
	aspect-ratio: 1 / 1;
	background-color: #f5f5f5;
	background-image: url('../images/design/placeholder-logo.svg');
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.catalog-item__thumb img {
	width: 100%;
	height: auto;
}

.catalog-item__thumb-img-big {
	display:none;
}

.catalog-item__thumb-img-small {
	display:block;

}

.no-stock {
	opacity: 0.7;
}


.catalog-item__content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	opacity: 0;
	background: rgba(20,20,20,0.6);
	will-change: opacity;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	will-change: opacity;
}

.catalog-item__content:before,
.catalog-item__content:after {
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
	content: '';
}

.catalog-item__content-inn {
	display: inline-block;
	max-width: 280px;
	vertical-align: middle;
}

.catalog-item__content-title {
	position: relative;
	margin-bottom: 42px;
	font-size: 40px;
	font-weight: 100;
	line-height: 1;
	text-transform: uppercase;
}

.catalog-item__content-title:after {
	position: absolute;
	left: 50%;
	bottom: -20px;
	width: 100px;
	height: 1px;
	margin-left: -50px;
	display: block;
	background: rgba(255,255,255,0.5);
	content: '';
}

.catalog-item__descr {
	padding-bottom: 18px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.catalog-item__descr p{
    margin: 0; 
    height: 5em; 
    overflow: hidden; 
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  }
  
  


.catalog-item__meta {
	margin-bottom: 27px;
}

.catalog-item__meta span {
	display: inline-block;
	margin: 0 7px;
}

.catalog-item__read-more {
	width: 146px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
    border-radius: 9999px;
}

.no-touchevents .catalog-item__read-more:hover .hover {
	top: 0;
}

.no-touchevents .catalog-item__read-more:hover .text {
	color: #000;
}

.catalog-item__read-more .hover {
	background: #fff;
}

.catalog-item__name {
	margin-bottom: 7px;
	font-size: 17px;
	font-weight: 300;
	line-height: 20px;
	color: #4b4b4b;
	text-decoration: none;
	display: inline-block;
	cursor:pointer;
    padding-top:12px;
}

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

.catalog-item__price {
	display: inline-block;
	font-size: 30px;
	font-weight: 100;
	vertical-align: middle;
}

.catalog-item__btn {
	vertical-align: middle;
	width: 130px;
	margin-left: 25px;
	border-color: #fff;
	background: #2EA967;
	color: #fff;
    border-radius: 9999px;
}

.homeset-feature__btn {
	vertical-align: middle;
	width: 180px;
	margin-left: 0px;
	font-weight: bold;
	border-color: #888;
	background: #888;
	color: #fff;
}

.homeset-select__btn {
	vertical-align: middle;
	width: 180px;
	margin-left: 10px;
	font-weight: bold;
	border-color: #888;
	background: #888;
	color: #fff;
	margin-top: 20px;
}

.catalog-item__btn.disabled {
	background: #E5E7EB;
	cursor:default;
}

.catalog-item__btn .hover {
	background: #28b463;
}

.catalog-bottom {
	box-sizing: border-box;
	padding: 50px 0;
	background: #86545b url("../img/catalog/bg-catalog-bottom.jpg") no-repeat center;
}

.catalog-bottom__article {
	box-sizing: border-box;
	width: 880px;
	margin: 0 auto;
	padding: 45px 70px 25px 60px;
	background: #ebe8e8;
}

.catalog-bottom__article p {
	margin-bottom: 22px;
	font-size: 15px;
	line-height: 22px;
	color: #626262;
}

.catalog-bottom__article p._lead {
	font-size: 19px;
	font-weight: bold;
	color: #000;
}

.catalog-bottom__article-title {
	margin-bottom: 25px;
	font-size: 36px;
	font-weight: 100;
	line-height: 40px;
	text-transform: uppercase;
}

.catalog-bottom__show-more {
	color: #626262;
	text-decoration: none;
	display: none;
}

.catalog-bottom__show-more span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
	margin-right: 5px;
}

.catalog-bottom__show-more .icon {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 11px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	will-change: transform;
	will-change: transform;
}

.catalog-bottom__show-more._opened .icon {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.contacts {
	overflow: hidden;
	margin-bottom: 95px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
}

.contacts-row {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
}

.contacts-block {
	padding-top: 38px;
	padding-left: 40px;
	padding-bottom: 25px;
	border-right: 1px solid #d7d7d7;
	box-sizing: border-box;
}

.contacts-block__title {
	margin-bottom: 13px;
	font-size: 20px;
	line-height: 20px;
}

.contacts-block__text {
	font-size: 15px;
	line-height: 20px;
}

.contacts-block__text p {
	margin-bottom: 12px;
}

.contacts-block__phone {
	margin-bottom: 7px;
	font-size: 21px;
	font-weight: 300;
	line-height: 26px;
}

.contacts-block__email {
	display: inline-block;
	color: #000;
	text-decoration: none;
	line-height: 23px;
}

.contacts-block__address {
	font-size: 21px;
	font-weight: 300;
	line-height: 20px;
}

.contacts .social {
	margin-top: 20px;
	font-size: 0;
}

.contacts .social__btn {
	margin-right: 20px;
}

.contacts .social .icon {
	width: 38px;
	height: 38px;
}

.corporate-services {
	overflow: hidden;
	margin-bottom: 60px;
	border: 1px solid #ccc;
	padding-top: 27px;
	padding-bottom: 17px;
	font-size: 0;
}

.corporate-services__item {
	float: left;
	width: 25%;
	text-align: center;
}

.corporate-services__item-icon {
	height: 85px;
}

.corporate-services__item-icon .icon._manager {
	width: 50px;
	height: 64px;
	margin-top: 2px;
}

.corporate-services__item-icon .icon._reporting {
	width: 61px;
	height: 59px;
	margin-top: 6px;
}

.corporate-services__item-icon .icon._cashless {
	width: 61px;
	height: 63px;
	margin-top: 6px;
}

.corporate-services__item-icon .icon._discount {
	width: 65px;
	height: 54px;
	margin-top: 13px;
}

.corporate-services__item-text {
	font-size: 16px;
	line-height: 1.2;
}

.corporate-text {
	width: 730px;
	margin-bottom: 55px;
	font-size: 14px;
	line-height: 21px;
}

.corporate-text li {
	position: relative;
	margin-bottom: 14px;
	padding-left: 13px;
}

.corporate-text .faq-question {
	cursor: pointer;
}

.corporate-text li:before {
	position: absolute;
	left: 0;
	top: 7px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	display: block;
	background: #000;
	content: '';
}

.corporate-text .subtitle {
	display: block;
	font-size: 16px;
}

.corporate-text p {
	padding-left: 13px;
}

.corporate-contact {
	overflow: hidden;
	margin-bottom: 45px;
	padding-top: 55px;
	border-top: 1px solid #d7d7d7;
}

.corporate-contact h2 {
	margin-bottom: 40px;
}

.corporate-contact-person {
	float: left;
}

.corporate-contact-person__avatar {
	width: 150px;
	height: 150px;
	border-radius: 150px;
	overflow: hidden;
	margin-bottom: 15px;
}

.corporate-contact-person__avatar img {
	width: 150px;
	height: 150px;
}

.corporate-contact-person__name {
	font-size: 16px;
	line-height: 30px;
}

.corporate-contact-person__phone {
	font-size: 24px;
	line-height: 36px;
}

.corporate-contact-person__email {
	font-size: 14px;
	line-height: 30px;
}

.corporate-form {
	float: left;
}

.corporate-form .form__center {
	width: 330px;
}

.corporate-form .form__input {
	width: 330px;
}

.corporate-form .form__input._text {
	min-width: 330px;
	max-width: 330px;
	height: 114px;
	min-height: 114px;
	max-height: 230px;
}

.corporate-form .form__btn {
	width: 175px;
}

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

.featured-banner {
	position: relative;
	overflow: hidden;
	width: 880px;
	margin: 0 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.no-touchevents .featured-banner:hover .featured-banner__bg img {
	-webkit-transform: scale3d(1.05, 1.05, 1.1) translateX(2%);
	transform: scale3d(1.05, 1.05, 1.1) translateX(2%);
}

.featured-banner__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.featured-banner__bg img {
	display: block;
	-webkit-transition-duration: 4s;
	transition-duration: 4s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	will-change: transform;
}

.featured-banner__content {
	position: relative;
	width: 400px;
	margin: 30px;
	padding: 40px 45px;
	background: rgba(255,255,255,0.8);
}

.featured-banner__title {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
	text-transform: uppercase;
}

.featured-banner__descr {
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 21px;
}

.featured-banner__btn {
	display: block;
	width: 170px;
	font-weight: bold;
	color: #343434;
}

.featured-slider {
	position: relative;
	width: 880px;
	margin: 0 10px 20px;
	height: 430px;
	box-sizing: border-box;
	border: 1px solid #c3c3c3;
    border-radius: 18px;
    overflow: hidden;
}

.featured-slider__slide {
	overflow: hidden;
	width: 100%;
	height: 428px;
	background: #fff;
	box-sizing: border-box;
}

.featured-slider__slide.swiper-slide-active .featured-slider__slide-subtitle,
.featured-slider__slide.swiper-slide-active .featured-slider__slide-text,
.featured-slider__slide.swiper-slide-active .featured-slider__slide-order {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.featured-slider__slide.swiper-slide-active .featured-slider__slide-photo img {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.featured-slider__slide-photo {
	float: left;
	display: block;
	width: 430px;
	height: 428px;
	margin-right: 90px;
	margin-left: 0px;
}

.homeset-slider__slide-photo {
	float: left;
	display: block;
	width: 250px;
	margin-right: 90px;
	margin-left: 0px;
}

.homeset-slider__slide-frame {
	height: 428px;
	width: 240px;
}

.featured-slider__slide-photo img {
	width: 100%;
	height: auto;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	will-change: transform;
}

.featured-slider__slide-content {
	float: left;
	width: 280px;
	height: 280px;
	margin-top: 60px;
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}


.homeset-slider__slide-content {
	float: left;
	width: 500px;
	height: 280px;
	margin-top: 60px;
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.featured-slider__slide-title {
	position: relative;
	display: block;
	margin-bottom: 35px;
	font-size: 50px;
	font-weight: 100;
	line-height: 50px;
	text-transform: uppercase;
	white-space: nowrap;
}

.featured-slider__slide-title:after {
	position: absolute;
	left: 50%;
	bottom: -32px;
	display: block;
	width: 80px;
	height: 1px;
	margin-left: -40px;
	background: #a9a9a9;
}

.featured-slider__slide-sep {
	position: relative;
	height: 65px;
	-ms-flex-negative: 10;
	flex-shrink: 10;
}

.featured-slider__slide-sep:after {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 80px;
	height: 1px;
	margin-left: -40px;
	background: #a9a9a9;
	content: '';
}

.featured-slider__slide-subtitle {
	display: block;
	width: 330px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: all;
	transition-property: all;
	will-change: all;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateY 10px;
	transform: translateY 10px;
}


.homeset-slider__slide-subtitle {
	display: block;
	width: 450px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: all;
	transition-property: all;
	will-change: all;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateY 10px;
	transform: translateY 10px;
}

.featured-slider__slide-text {
	padding-bottom: 22px;
	font-size: 15px;
	line-height: 1.2;
	color: #555;
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: all;
	transition-property: all;
	will-change: all;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.featured-slider__slide-order {
	font-size: 0;
	white-space: nowrap;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: all;
	transition-property: all;
	will-change: all;
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.featured-slider__slide-price {
	display: inline-block;
	vertical-align: middle;
	min-width: 145px;
	padding-right: 15px;
	font-size: 37px;
	font-weight: 100;
	text-transform: uppercase;
}

.featured-slider__slide-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 130px;
	height: 40px;
	font-size: 14px;
	line-height: 39px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #fff;
	background: #28b463;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: color, background;
	transition-property: color, background;
	will-change: color, background;
    border-radius: 12px;
}

.no-touchevents .featured-slider__slide-btn:hover .hover,
.featured-slider__slide-btn:active .hover {
	top: 0;
}

.no-touchevents .featured-slider__slide-btn:hover .text,
.featured-slider__slide-btn:active .text {
	color: #fff;
}

.featured-slider__slide-btn:active {
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	background: #28b463;
	color: #fff;
}

.featured-slider__slide-btn:active .hover {
	display: none;
}

.featured-slider__slide-btn:active .text {
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.featured-slider__slide-btn .hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	background: #28b463;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: top;
	transition-property: top;
	will-change: top;
}

.featured-slider__slide-btn .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	color: #555;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: color;
	transition-property: color;
	will-change: color;
	color: #fff;
}

.featured-slider__pagination {
	position: absolute;
	right: 85px;
	bottom: 45px;
	width: 280px;
	height: 12px;
	font-size: 0;
	text-align: center;
}

.featured-slider__pagination .swiper-pagination {
	position: relative;
	display: inline-block;
	padding: 0 6px;
}

.featured-slider__pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	margin: 0 8px;
	background: #c0c0c0;
	opacity: 1;
}

.featured-slider__pagination .swiper-pagination-bullet-active {
	background: #fff;
	border: 2px solid #000;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin: 0 6px;
}

.home-output {
	overflow: hidden;
	padding-left: 10px;
}

.home-output .item-sizer {
	width: 130px;
}

.home-output .gutter-sizer {
	width: 20px;
}

.home-item {
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
	box-sizing: border-box;
	overflow: hidden;
	background: #555;
	margin-bottom: 20px;
	margin-left: 0 !important;
	margin-right: 0 !important;
    border-radius: 12px;
}

.home-item__content {
	position: relative;
	background: #fff;
	height: 100%;

}

.no-touchevents .home-item__content:hover .home-item__thumb {
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}

.no-touchevents .home-item__content:hover .home-item__thumb:after {
	opacity: 0.4;
}

.no-touchevents .home-item__content:hover .home-item__border {
	position: absolute;
	left: 30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
}

.home-item__thumb {
	position: relative;
	height: 100%;
	background: #fff;
	opacity: 1;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	will-change: transform;
}

.home-item__thumb:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: #000;
	opacity: 0;
	content: '';
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	will-change: opacity;
}

.home-item__thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.home-item__name {
	position: absolute;
	bottom: 34px;
	left: 0;
	height: 22px;
	padding: 0 7px;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	background: #dadada;
}

.home-item__price {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 34px;
	padding: 0 7px;
	font-size: 30px;
	font-weight: 100;
	line-height: 34px;
	color: #000;
	text-transform: uppercase;
	background: rgba(255,255,255,0.4);
}

.home-item__border {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	border: 1px solid #fff;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: all;
	transition-property: all;
	will-change: all;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.home-item__banner {
	position: absolute;
	width: 220px;
	padding-top: 20px;
	padding-bottom: 25px;
	background: #fff;
	text-align: center;
}

._br .home-item__banner {
	bottom: 30px;
	right: 30px;
}

._tr .home-item__banner {
	right: 30px;
	top: 30px;
}

.home-item__banner-title {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 100;
	line-height: 27px;
	text-transform: uppercase;
}

.home-item__banner-btn {
	width: 170px;
	font-weight: bold;
	color: #555;
}

.home-info {
	margin-bottom: 75px;
	overflow: hidden;
}

.home-info-time {
	float: left;
	height: 280px;
	box-sizing: border-box;
	border: 1px solid #c3c3c3;
	font-size: 23px;
	font-weight: 300;
	line-height: 30px;
    border-radius: 12px;
}

.home-info-time b {
	display: block;
	font-size: 21px;
	font-weight: 500;
}

.home-info-time__call {
	position: relative;
	height: 138px;
	padding-top: 42px;
	padding-left: 22px;
}

.home-info-time__call .icon {
	display: inline-block;
	vertical-align: top;
	width: 53px;
	height: 48px;
	margin-right: 24px;
	margin-left: -4px;
	margin-top: 7px;
	fill: #000;
}

.home-info-time__call:after {
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 80px;
	height: 1px;
	margin-left: -40px;
	display: block;
	background: #b2b2b2;
	content: '';
}

.home-info-time__call-text {
	display: inline-block;
}

.home-info-time__delivery {
	height: 138px;
	padding-top: 42px;
	padding-left: 22px;
}

.home-info-time__delivery .icon {
	display: inline-block;
	vertical-align: top;
	width: 57px;
	height: 40px;
	margin-right: 20px;
	margin-top: 7px;
	fill: #000;
}

.home-info-time__delivery-text {
	display: inline-block;
	vertical-align: top;
}

.home-info-social {
	position: relative;
	float: left;
	height: 280px;
	overflow: hidden;
    border-radius: 12px;
}

.no-touchevents .home-info-social:hover .home-info-social__bg {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

.home-info-social__bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #e6ebf1 url("/static/images/design/bg-social.jpg") no-repeat center;
	-webkit-transition-duration: 3s;
	transition-duration: 3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	will-change: transform;
}

.home-info-social__inn {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: #fff;
	width: 220px;
	height: 154px;
	padding-top: 26px;
	text-align: center;
    border-radius: 12px;
}

.home-info-social__text {
	margin-bottom: 21px;
	font-weight: 300;
	font-size: 21px;
}

.home-info-social .social__btn {
	margin: 0 8px;
}

.home-info-social .social__btn .icon {
	width: 45px;
	height: 45px;
}

.responses {
	padding: 50px 0;
	/*background: #9b8273 url("../img/home/bg-responses.jpg") no-repeat center; */
	background: #9b8273 url("/static/images/design/bg-responses.jpg") no-repeat center;
}

.responses__text {
	width: 240px;
	float: left;
	margin-top: 130px;
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
}

.responses-slider {
	position: relative;
	float: right;
	width: 880px;
	height: 400px;
}

.responses-slider .swiper-wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.responses-slider__slides-wrap {
	overflow: hidden;
	width: 880px;
}

.responses-slider__slide {
	float: left;
	height: 320px !important;
	box-sizing: border-box;
	padding: 25px 35px;
	background: #fff;
    border-radius: 12px;
}

.responses-slider__slide-author {
	margin-bottom: 20px;
}

.responses-slider__slide-photo {
	display: inline-block;
	vertical-align: middle;
	width: 113px;
	height: 113px;
	margin-right: 20px;
	border-radius: 113px;
	overflow: hidden;
}

.responses-slider__slide-name {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 22px;
}

.responses-slider__slide-text {
	font-size: 15px;
	line-height: 22px;
	color: #626262;
}

.responses-slider__prev,
.responses-slider__next {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	background: #1e1e1e;
}

.responses-slider__prev .icon,
.responses-slider__next .icon {
	display: block;
	margin-top: 10px;
	width: 11px;
	height: 28px;
	fill: #fff;
}

.responses-slider__prev {
	left: -24px;
}

.responses-slider__prev .icon {
	margin-left: 16px;
}

.responses-slider__next {
	right: -24px;
}

.responses-slider__next .icon {
	margin-left: 21px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.responses-slider__pagination {
	position: absolute;
	bottom: -34px;
	left: 0;
	right: 0;
	height: 12px;
	text-align: center;
	font-size: 0;
}

.responses-slider__pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	margin: 0 11px;
	background: #fff;
	opacity: 1;
}

.responses-slider__pagination .swiper-pagination-bullet-active {
	background: none;
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin: 0 9px;
}

.order {
	overflow: hidden;
	margin-bottom: 90px;
}

.order._contacts .form__left {
	width: 90px;
}

.order._contacts .form__label {
	width: 80px;
}

.order._contacts .form__center {
	width: 320px;
}

.order._destination .form__left {
	width: 100px;
}

.order._destination .form__center {
	width: 310px;
}

.order._destination .form__input._text {
	min-height: 80px;
	padding: 7px 10px;
}

.order-cart {
	width: 210px;
	float: left;
	margin-right: 70px;
	border: 1px solid #ccc;
    border-radius: 8px;
}

.order-cart__sum {
	overflow: hidden;
	padding: 13px 20px 8px;
	font-size: 19px;
	line-height: 25px;
}

.order-cart__sum-text {
	float: left;
	font-weight: 300;
}

.order-cart__sum-cost {
	float: right;
	font-weight: 500;
}

.order-item {
	padding: 20px 20px 15px;
	border-bottom: 1px solid #ccc;
}

.order-item__thumb {
	margin-bottom: 12px;
}

.order-item__thumb img {
	display: block;
	max-width: 100%;
	height: auto;
    border-radius: 8px;
}

.order-item__title {
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
}

.order-item__price {
	font-size: 19px;
	line-height: 21px;
	font-weight: 300;
}

.order-item__price b {
	font-weight: 500;
}

.order-content {
	float: left;
	width: 600px;
}

.order-tabs {
	margin-bottom: 20px;
	padding-bottom: 22px;
	font-size: 0;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

.order-tabs__tab {
	display: inline-block;
	vertical-align: top;
	font-size: 21px;
	line-height: 20px;
	font-weight: 700;
	color: #919191;
	text-decoration: none;
}

.order-tabs__tab._active {
	color: #000;
}

.order-tabs__sep {
	display: inline-block;
	margin: 0 18px;
}

.order-tabs__sep .icon {
	width: 22px;
	height: 18px;
}

.order-form {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.order-form._contacts {
	padding-top: 30px;
}

.order-form .form__right {
	width: 150px;
}

.order-footer {
	overflow: hidden;
}

.order-footer__back {
	display: block;
	float: left;
	height: 16px;
	margin: 14px 0;
	color: #7a7a7a;
	text-decoration: none;
	font-size: 0;
}

.order-footer__back .icon {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 16px;
	margin-right: 10px;
}

.order-footer__back span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px;
}

.order-footer__btn__container {
	float: right;
}

.order-footer__btn {
	width: 250px;
    border-radius: 8px;
    background-color: #00965F;
}

.order-footer__btn__alert {
    top: 100%;
    left: 0;
    font-size: 12px;
    line-height: 21px;
    display: none;
	color: #fa2c2c;
	text-align: center;

}

.order-sent {
	border: 1px solid #bdbdbd;
	overflow: hidden;
    border-radius: 8px;
}

.order-sent__content {
	float: left;
	width: 483px;
	padding-top: 45px;
	padding-left: 50px;
	padding-right: 50px;
	border-right: 1px solid #bdbdbd;

}

.order-sent__title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 30px;
}

.order-sent__text {
	font-size: 15px;
	line-height: 20px;
	color: #999;
}

.order-sent__text b {
	color: #000;
	font-weight: bold;
}

.order-sent__text a {
	color: #000;
	text-decoration: none;
}

.order-sent__text p {
	margin-bottom: 20px;
}

.order-sent__share {
	overflow: hidden;
}

.order-sent__share span {
	display: block;
	float: left;
	margin-right: 15px;
	font-size: 15px;
	line-height: 28px;
}

.order-sent__share .social {
	float: left;
}

.order-sent__share .social .icon {
	width: 27px;
	height: 28px;
	margin-right: 11px;
	fill: #d6d6d6;
}

.order-sent__photo {
	float: right;
	width: 395px;
}

.order-sent__photo img {
	display: block;
	width: 100%;
	height: auto;
}

.payment-card {
	width: 580px;
}

.payment-card__lead {
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}

.payment-card__text {
	margin-bottom: 28px;
	font-size: 12px;
	line-height: 30px;
}

.payment-ways {
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 55px;
	border: 1px solid #ccc;
}

.payment-ways__item {
	width: 50%;
	height: 100%;
	padding: 40px 60px 40px 40px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #ccc;
}

.payment-ways__item:last-child {
	border-right: 0;
	border-bottom: 0;
}

.payment-ways__item-icon {
	width: 85px;
	float: left;
}

.payment-ways__item-icon .icon {
	margin-bottom: 0;
}

.payment-ways__item-icon .icon._payment-offline {
	width: 54px;
	height: 54px;
}

.payment-ways__item-icon .icon._payment-online {
	width: 55px;
	height: 40px;
}

.payment-ways__item-content {
	float: left;
	width: 250px;
}

.payment-ways__item-title {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 24px;
}

.payment-ways__item-text {
	font-size: 15px;
	line-height: 20px;
}

.how-to-pay {
	margin-bottom: 55px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}

.how-to-pay__item {
	float: left;
	width: 25%;
	padding-right: 25px;
}

.how-to-pay__item-num {
	height: 55px;
	margin-bottom: 7px;
	font-size: 55px;
	line-height: 1;
	font-weight: 100;
}

.how-to-pay__item-text {
	font-size: 15px;
	line-height: 20px;
}

.delivery {
	padding-top: 10px;
	margin-bottom: 40px;
}

.delivery .icon._delivery-free {
	width: 61px;
	height: 50px;
	margin-top: 6px;
	margin-left: -30px;
}

.delivery .icon._pack {
	width: 45px;
	height: 78px;
	margin-top: 4px;
	margin-left: 10px;
}

.product {
	margin-bottom: 65px;
	overflow: hidden;
}

.product .product__content {
	float: right;
	width: 300px;
}

.product__title {
	float: right;
	width: 300px;
	margin-bottom: 27px;
	font-size: 22px;
	line-height: 1;
}

.product__buy {
	margin-bottom: 15px;
	font-size: 0;
	text-align: center;
}

.product__price {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	font-size: 37px;
	font-weight: 100;
    padding-right:12px;
}

.product__buy-btn {
	display: inline-block;
	vertical-align: middle;
	height: 44px;
	width: 150px;
	background: #00965F;
	font-size: 14px;
	font-weight: bold;
    text-transform: uppercase;
	line-height: 45px;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background;
	transition-property: background;
	will-change: background;
	will-change: background;
    border-radius: 12px;
}


.product__buy-btn.disabled {
	background: #888;
	cursor: default;
}

.no-touchevents .product__buy-btn.disabled:hover {
	background: #888;
	cursor: default;
}


.no-touchevents .product__buy-btn:hover {
	background: #28b463;
}

.product__text {
	margin-bottom: 28px;
	font-size: 15px;
	line-height: 20px;
}

.product__descr {
	margin-bottom: 35px;
	padding: 23px 27px 13px;
	font-size: 14px;
	line-height: 20px;
	background: #f6f6f6;
    border-radius: 12px;
}

.product__descr p {
	margin-bottom: 10px;
}

.product__features {
	margin-bottom: 27px;
}

.product__features .icon {
	display: inline-block;
	fill: #000;
}

.product__features .icon._express {
	width: 24px;
	height: 24px;
}

.product__features .icon._postcard {
	width: 29px;
	height: 24px;
}

.product__features .icon._fresh {
	width: 21px;
	height: 26px;
}

.product__features-item {
	margin-bottom: 8px;
	font-size: 0;
}

.product__features-item-icon {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	margin-right: 10px;
	text-align: center;
}

.product__features-item-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	color: #555;
}

.product__note {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	overflow: hidden;
}

.product__note .icon {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 11px;
	margin-right: 5px;
	fill: #656565;
}

.product__note-visible {
	display: block;
}

.product__note-hidden {
	display: none;
}

.product__note-open {
	cursor: pointer;
	float: right;
}

.product__note-open span {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
}

.product__note-open._opened .icon {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.product__meta {
	overflow: hidden;
	height: 22px;
}

.product__vendor {
	float: left;
	font-size: 13px;
	line-height: 22px;
	color: #8a8a8a;
}

.product__soc {
	float: right;
}

.product__soc-btn {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	margin-left: 9px;
}

.product__soc-btn .icon {
	width: 22px;
	height: 22px;
	fill: #c7c7c7;
}

.product-slider {
	float: left;
	width: 540px;
	overflow: hidden;
}

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

.product-slider-top__slide img {
	display: block;
	width: 100%;
	height: auto;
    border-radius: 18px;
	aspect-ratio: 1 / 1;
	background-color: #f5f5f5;
	background-image: url('../images/design/placeholder-logo.svg');
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.product-slider-top .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	height: 11px;
	font-size: 0;
	text-align: center;
}

.product-slider-top .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin: 0 9px;
	background: #c0c0c0;
	opacity: 1;
}

.product-slider-top .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	border: 2px solid #000;
	width: 11px;
	height: 11px;
	border-radius: 11px;
	margin: 0 7px;
}

.product-slider-bottom {
	overflow: hidden;
	margin-left: -10px;
}

.product-slider-bottom__thumb {
	float: left;
	display: block;
	box-sizing: border-box;
	border: 1px solid #ccc;
	cursor: pointer;
	width: 100px;
}

.product-slider-bottom__thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.product-slider-bottom__thumb._active {
	border-color: #9c9c9c;
}

.popular-products {
	border-top: 1px solid #ccc;
	padding-top: 55px;
	padding-bottom: 65px;
}

.popular-products h2 {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

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

.popular-item {
	display: block;
	color: #000;
	text-decoration: none;
    margin-left: 0px;
}

.no-touchevents .popular-item:hover .popular-item__thumb:after {
	opacity: 0.4;
}

.no-touchevents .popular-item:hover .popular-item__thumb img {
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}

.popular-item__thumb {
	position: relative;
	margin-bottom: 7px;
	overflow: hidden;
    border-radius: 12px;
	aspect-ratio: 1 / 1;
	background-color: #f5f5f5;
	background-image: url('../images/design/placeholder-logo.svg');
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.popular-item__thumb:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: '';
	background: #000;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	will-change: opacity;
	will-change: opacity;
	opacity: 0;
}

.popular-item__thumb img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	will-change: transform;
	will-change: transform;
}

.popular-item__title {
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
}

.popular-item__price {
	display: inline-block;
	vertical-align: middle;
	font-size: 23px;
	font-weight: 300;
	line-height: 30px;
}

.popular-item__btn {
	vertical-align: middle;
	width: 155px;
	margin-left: 15px;
	font-weight: bold;
}

@media (max-width: 579px) and (min-width: 320px) {

.home-item {
	width: 100% !important;
	margin-bottom: 10px;
}

.home-item._height-3._banner {
	height: 120vw;
}

.home-item._height-3._banner .home-item__content {
	height: 100%;
}

.home-item._height-3._banner .home-item__content img {
	height: 100%;
	width: auto;
}

.home-item._height-4 {
	height: 120vw;
}

.home-info-time {
	width: 100%;
	margin: 0;
	float: none;
}

.home-info-social {
	width: 100%;
	margin: 0;
	float: none;
}

}

@media only screen and (min-width: 641px) {

.remodal {
	max-width: 700px;
}

}

@media (max-height: 700px) and (min-width: 900px) {

.sidebar {
	padding-top: 25px;
	padding-bottom: 45px;
}

}

@media (max-height: 700px) and (min-width: 899px) {

.menu-catalog {
	margin-bottom: 30px;
}

.menu-catalog__item {
	font-size: 15px;
	line-height: 18px;
}

}

@media (max-width: 899px) and (min-width: 580px) {

.home-item {
	margin: 0 0 2%;
}

.home-item._width-2 {
	width: 49%;
	margin: 0 0 2%;
}

.home-item._width-3 {
	width: 49%;
	margin: 0 0 2%;
}

.home-item._width-3._banner img {
	height: 100%;
	width: auto;
}

.home-item._m-width-2 {
	width: 49%;
	margin: 0 0 2%;
}

.home-item._m-_height-2 {
	width: 49%;
	margin: 0 0 2%;
}

.home-item._height-4 {
	height: 430px;
}

.home-info-time {
	width: 49%;
	margin: 0;
	margin-right: 2%;
}

.home-info-social {
	width: 49%;
	margin: 0;
}

.home-info-social__inn {
	position: relative;
	margin: 125px auto 0;
}

}

@media (max-width: 899px) and (min-width: 320px) {

.container {
	width: 100%;
	padding: 0 10px;
}

.main-col {
	width: 100%;
	float: none;
	margin: 0;
}

.wrapper {
	margin: 0;
}

.page-content {
	width: 100%;
	float: none;
	margin: 0;
	padding-top: 85px;
}

h1 {
	padding-left: 0px;
	margin-bottom: 24px;
	font-size: 35px;
	line-height: 38px;
}

.advantages {
	margin-bottom: 15px;
}

.catalog-page .advantages {
	display: none;
}

.advantages__item {
	width: auto;
	margin: 0;
	margin-bottom: 25px;
}

.advantages__item-icon {
	width: 90px;
	text-align: center;
}

.breadcrumbs {
	display: none;
}

.footer {
	padding: 0 40px;
	background: #ebebeb;
}

.footer__top {
	background: none;
	height: auto;
	padding-top: 28px;
	padding-bottom: 0;
}

.footer__top-right {
	float: none;
	margin-bottom: 40px;
}

.footer__phone {
	float: none;
	margin-bottom: 10px;
	margin-right: 0;
}

.footer__call-me {
	float: none;
	border-width: 2px;
	line-height: 37px;
	font-weight: 400;
	letter-spacing: 0.02em;
	border-color: #6f6f6f;
    border-radius: 8px;
}

.footer__call-me .hover {
	background: #6f6f6f;
}

.footer__middle {
	padding-top: 25px;
}

.footer__middle-right {
	float: none;
}

.footer__address {
	float: none;
	width: auto;
	font-size: 15px;
}

.footer__address p {
	margin-bottom: 12px;
}

.footer__apps {
	margin-bottom: 27px;
	float: none;
	margin-left: -15px;
}

.footer__bottom {
	background: none;
	height: auto;
	padding: 10px 0 5px;
	border-top: 1px solid #d1d1d1;
}

.footer__logo {
	float: none;
	width: 221px;
	height: 30px;
	margin-bottom: 10px;
}

.footer__copy {
	display: none;
}

.footer__sign {
	width: auto;
	float: none;
	text-align: center;
	line-height: 60px;
}

.footer-menu-catalog {
	text-align: left;
	float: none;
}

.footer-menu-catalog__item {
	display: block;
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.footer-menu-catalog ul {
	display: block;
	width: auto;
}

.footer-menu-pages-wrap {
	float: none;
	margin-bottom: 35px;
}

.footer-menu-pages {
	padding-top: 0;
	width: auto;
}

.footer-menu-pages__item {
	display: block;
}

.form__row {
	margin-bottom: 25px;
}

.form__left {
	display: block;
	width: auto;
	height: auto;
}

.form__left:after {
	height: 0;
}

.form__center {
	display: block;
	width: auto;
	height: auto;
	margin-right: 0;
}

._valid .form__center {
	margin-right: 0;
}

.form__center .form__checkboxes-wrap {
	margin-top: 0;
	margin-bottom: 0;
}

.form__label {
	width: auto;
	font-size: 13px;
	margin-bottom: 6px;
}

.form__input-wrap .icon-checked {
	right: -22px;
}

.form__input-wrap {
	margin-bottom: 0;
}

.form__input-note {
	position: static;
}

.form__right {
	display: block;
	width: auto;
	height: auto;
}


.form__right_cards {
	display: block;
	width: auto;
	height: auto;
	margin-top: 15px;
	margin-left: 0px;
}

.form__right:after {
	height: auto;
}

.form__descr {
	margin-top: 8px;
}

.form__radio-wrap {
	padding: 5px 30px 8px;
	margin: 0 -30px;
	border-bottom: 1px solid #e0e0e0;
}

.form__radio-block {
	margin-bottom: 17px;
}

.form__checkboxes-wrap {
	padding-top: 5px;
}

.form__date-day {
	width: 55%;
}

.form__date-day .icon {
	top: 8px;
	left: 10px;
}

.form__date-day input {
	padding-left: 45px;
}

.form__date-time {
	width: 44%;
}

.form__date-time .icon {
	top: 9px;
	left: 13px;
}

.form__date-time input {
	padding-left: 50px;
}

.map__contacts {
	top: 10px;
	width: 300px;
	margin: 0 auto;
}

._contacts .map__contacts {
	height: 67px;
	padding-top: 23px;
}

._contacts .map__contacts-phone {
	display: none;
}

._contacts .map__contacts-address:after {
	display: none;
}

._contacts .map__contacts-address small {
	display: inline;
}

._contacts .map__contacts-email {
	display: none;
}

.sidebar .social__btn {
	margin-right: 30px;
}

.sidebar .social__btn .icon {
	fill: #1e1e1e;
}

.sidebar {
	position: fixed;
	top: 0;
	left: -330px;
	z-index: 1001;
	width: 320px;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background: #ebebeb;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: left;
	transition-property: left;
	will-change: left;
	will-change: left;
}

.sidebar__top {
	margin-top: -200px;
	padding-top: 260px;
	padding-left: 60px;
	padding-bottom: 21px;
	background: #fff;
}

.sidebar__bottom {
	padding-top: 26px;
	padding-left: 60px;
	padding-bottom: 100px;
}

.sidebar._opened {
	left: -10px;
}

.sidebar .logo {
	display: none;
}

.sidebar__close {
	display: block;
	top: 12px;
	left: 12px;
}

.sidebar__phone {
	display: block;
}

.sidebar__time {
	display: block;
}

.menu-catalog {
	margin-bottom: 0;
}

.catalog-item__name {
    font-size: 14px;
    padding: 16px 8px 0px 8px;
    margin-top: auto;
    margin-bottom: 4px;
    font-weight: 400;
    line-height: 1.2;
}

.catalog-item__price {	
	font-size: 20px;
	vertical-align: middle;
    font-weight: 300;
    padding-bottom: 8px;
}

.catalog-item__btn {
	margin-left: 5px;
    width: 90px;
    height: 30px;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
}

.catalog-item__btn.disabled {
    width: 100px;
}



.menu-pages {
	margin-bottom: 35px;
}

.page-404 {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 50px;
}

.page-404__title {
	font-size: 18px;
}

.page-404__title br {
	display: none;
}

.page-404__img {
	padding-right: 20px;
}

.page-404__img img {
	width: 75%;
}

.about-quote {
	display: block;
	padding-left: 50px;
}

.about-quote__author {
	float: none;
}

.about-quote__content {
	width: auto;
}

.about-apps {
	padding: 75px 50px;
	height: auto;
	background-size: auto 100%;
	background-position: left;
}

.about-apps__block {
	width: auto;
	max-width: 290px;
	height: auto;
	text-align: left;
	padding: 25px;
}

.about-apps__title {
	font-size: 26px;
	line-height: 34px;
}

.about-apps__text {
	margin-bottom: 15px;
	line-height: 24px;
}

.about-apps__links-btn {
	margin: 8px 0;
	font-size: 26px;
	line-height: 34px;
}

.about-responses-slider__slide {
	padding: 25px 25px 30px 20px;
}

.about-responses-slider__slide-author {
	margin-bottom: 20px;
	white-space: nowrap;
}

.about-responses-slider__slide-photo {
	margin-left: 0;
	margin-right: 15px;
}

.about-responses-slider__prev,
.about-responses-slider__next {
	display: none;
}

.about-social {
	height: auto;
	padding: 60px 50px 70px;
	background-size: auto 100%;
	background-position: left;
}

.about-social__block {
	width: auto;
	height: auto;
	max-width: 290px;
	padding: 25px;
	text-align: left;
}

.about-social__title {
	font-size: 26px;
	line-height: 34px;
}

.about-social__text {
	margin-bottom: 32px;
}

.about-social .social__btn {
	margin-left: 0;
	margin-right: 10px;
}

.about-info {
	display: block;
	padding: 40px 0 30px;
}

.about-info__block {
	width: 100%;
	margin-bottom: 40px;
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

.about-info__block-icon {
	height: auto;
	margin-bottom: 25px;
}

.blog-item {
	overflow: visible;
}

.blog-item__thumb {
	float: none;
	width: auto;
	margin: 0 -10px 10px;
}

.blog-item__thumb {
	float: none;
	width: auto;
	margin: 0 -10px 10px;
    padding: 10px;
}

.blog-item__content {
	float: none;
	width: auto;
	padding: 0 10px;
}

.blog-item__content-top {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
	padding: 0;
	border: 0;
    border-radius: 10px;
}

.blog-post {
	margin-bottom: 90px;
}

.blog-post__head {
	margin: 0 -10px;
}

.blog-post__head-inn {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	padding: 100px 20px 0 30px;
}

.blog-post__title {
	font-size: 30px;
	padding-left: 0;
}

.blog-post__lead {
	padding: 32px 10px 30px 15px;
}

.blog-post__content {
	width: auto;
	margin: 0 -10px;
}

.blog-post__content p {
	padding-left: 25px;
}

.blog-post__content h2 {
	padding-left: 25px;
}

.blog-post__content img {
	display: block;
	max-width: 100%;
	margin-right: 0;
	margin-top: 45px;
	margin-bottom: 25px;
}

.blog-post__bottom {
	width: auto;
	text-align: center;
}

.blog-post__social {
	display: inline-block;
	float: none;
	margin-bottom: 40px;
}

.blog-post__all-link {
	display: inline-block;
	float: none;
}

.cart {
	margin-bottom: 60px;
}

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

.cart-item {
	padding: 10px 15px 12px 10px;
}

.cart-item__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: start;
	float: none;
	margin-bottom: 15px;
}

.cart-item__thumb {
	width: 80px;
	height: 80px;
    margin-right: 10px;
}

.cart-item__center {
	float: none;
	overflow: hidden;
	padding-top: 0;
}

.cart-item__title {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.cart-item__descr {
	display: none;
}

.cart-item__delivery {
	display: none;
}

.cart-item__vendor {
	display: none;
}

.cart-item__right {
	float: none;
	overflow: hidden;
	padding-top: 0;
	text-align: left;
}

.cart-item__del {
	float: right;
	line-height: 24px;
	margin: 8px 0;
}

.cart-item__price {
	float: right;
	margin-bottom: 0;
	width: 90px;
	font-size: 20px;
	line-height: 40px;
}

.cart-item__count {
	float: left;
}

.cart-bottom__back {
	width: auto;
	float: none;
	margin-bottom: 25px;
	padding-right: 0;
}

.cart-bottom__back .icon {
	position: absolute;
	top: 14px;
	left: 14px;
}

.cart-bottom__right {
	float: none;
	width: auto;
	text-align: center;
}

.cart-bottom__info br {
	display: none;
}

.catalog-filter {
	height: auto;

	margin: 5px 0px;
    border-radius: 8px;
}

.catalog-filter__title {
	display: none;
}

.catalog-filter__inn {
	padding-top: 5px;
}

.catalog-filter__cost {
	float: none;
	padding: 0 30px 17px;
	border-bottom: 1px solid #e0e0e0;
	display:none;
}

.catalog-filter__cost-text {
	float: none;
	color: #303030;
	font-weight: 600;
	margin: 7px 0;
}

.catalog-filter__cost-list {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-left: -15px;
	white-space: nowrap;
}

.catalog-filter__cost-list._selected+.catalog-filter__cost-clear {
	vertical-align: top;
	float: none;
	margin-left: 0;
}

.catalog-filter__cost-list li {
	border-radius: 30px;
	line-height: 30px;
	border: 0;
	margin: 0;
}

.catalog-filter__cost-list li._active {
	background: #d4d4d4;
	color: #000;
}

.catalog-filter__sort {
	float: none;
	width: auto;
	height: auto;
	/* padding: 10px 30px 10px; */
    padding-left: 10px;
    padding-bottom: 32px;
    
}

.catalog-filter__sort-text {
	display: none;
	color: #303030;
	font-weight: 600;
	margin: 7px 0;
}

.catalog-filter__sort-label {
	display: none;
}

.catalog-filter__sort-list {
	position: static;
	display: flex;
	background: none;
	border: 0;
	margin-left: -15px;
}

.catalog-filter__sort._opened .catalog-filter__sort-list {
	display: flex;
}

.catalog-filter__sort-item {
	display: table;
	width: auto;
	height: 30px;
	padding: 0 15px;
	margin-bottom: 6px;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 30px;
	color: #303030;
	border-radius: 30px;
    text-decoration: none;;

}

.catalog-filter__sort-item-text {
	display: none;
}

.catalog-filter__sort-item-text-mobile {
	display: block;
}

.catalog-filter__sort-item._active {
	display: table;
	background: #E5E7EB;
}

.action-banner {
	width: auto;
	margin: 0 -10px 20px;
}

.action-banner__img {
	position: relative;
}

.action-banner__img img {
	width: 100%;
	height: auto;
}

.action-banner__inn {
	top: auto;
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding: 25px;
	width: auto;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
}
/* 
.catalog-output {
	display: block;
	margin: 0 -10px;
	padding: 0 10px 15px;
	border-bottom: 1px solid #e0e0e0;
}

.homesets-output {
	display: block;
	margin: 0 -10 20px;
	padding: 0 10 15px;
	border-bottom: 1px solid #e0e0e0;
} */


.catalog-output {
    display: flex;
    justify-content: space-between;
	margin: 0 -10px;
	padding: 0 5px 15px;
	border-bottom: 1px solid #e0e0e0;
}

.homesets-output {
	display: flex;
    justify-content: space-evenly;
	margin: 0 -10 20px;
	padding: 0 10 15px;
	border-bottom: 1px solid #e0e0e0;
}

.catalog-show-more {
	margin-top: 35px;
	margin-bottom: 50px;
}

.catalog-item {
	width: 49%;
	margin: 0 0 40px;
	display: flex;
	flex-direction: column;
}

.catalog-item__bottom {
	margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.catalog-item__thumb-img-small {
	display:none;
}

.catalog-item__thumb-img-big {
	display:block;
}

.homeset-item {
	margin: 0 0 20px;
	width: 100%;
	height: auto;
}


.catalog-item__top {
	width: 100%;
	height: auto;
}



.homeset-item__top {
	width: 100%;
	height: auto;
}

.catalog-item__thumb {
	position: relative;
	z-index: 10;
}

.catalog-bottom {
	padding: 35px 30px;
	background-size: cover;
}

.catalog-bottom__article {
	width: auto;
	padding: 30px;
	background: rgba(255,255,255,0.9);
}

.catalog-bottom__article-title {
	padding-left: 0;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 300;
}

.catalog-bottom__article-hidden {
	display: none;
}

.catalog-bottom__show-more {
	display: block;
}

.contacts {
	margin: 0 20px 50px;
}

.contacts-row {
	display: block;
	border-right: 1px solid #d7d7d7;
	border-bottom: 0;
}

.contacts-block {
	width: auto;
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 0;
	border-bottom: 1px solid #d7d7d7;
}

.contacts-block br {
	display: none;
}

.corporate-services__item {
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.corporate-text {
	width: auto;
	padding-left: 20px;
}

.corporate-contact-person {
	float: none;
	width: auto;
	margin-left: 40px;
	margin-bottom: 30px;
}

.corporate-form {
	float: none;
	width: auto;
	margin: 0;
	padding: 30px 20px 55px;
	border-top: 1px solid #e0e0e0;
}

.corporate-form .form__left {
	float: none;
	width: auto;
	height: auto;
}

.corporate-form .form__center {
	float: none;
	width: auto;
}

.corporate-form .form__input {
	width: 100%;
}

.corporate-form .form__input._text {
	min-width: 100%;
	max-width: 100%;
}

.home-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 70px;
}

.featured-banner {
	width: auto;
	margin: 60px -10px 45px;
}

.featured-banner__bg {
	position: relative;
}

.featured-banner__bg img {
	width: 100%;
	height: auto;
}

.featured-banner__content {
	position: absolute;
	bottom: 20px;
	left: 50%;
	box-sizing: border-box;
	width: 280px;
	height: 195px;
	padding: 35px 30px 30px;
	margin: 0;
	margin-left: -140px;
}

.featured-banner__title {
	display: none;
}

.featured-banner__descr {
	margin-bottom: 17px;
	font-size: 19px;
	line-height: 24px;
}

.featured-banner__btn {
	width: 220px;
}

.featured-slider {
	width: 100%;
	height: auto;
	margin: 0 0 45px;
}

.featured-slider__slide {
	position: relative;
	height: auto;
	padding: 60px 0px 25px;
	text-align: center;
}

.homeset-slider__slide {
	padding: 20px 10px 25px !important;
}

.featured-slider__slide-photo {
	float: none;
	width: auto;
	margin: 15px 0 15px;
}

.homeset-slider__slide-photo {
	float: none;
	width: auto;
	margin: 0 0 15px;

}


.homeset-slider__slide-frame {
	width: 300px;
	height: 500px;
}



.featured-slider__slide-content {
	float: none;
	display: block;
	width: auto;
	height: auto;
	margin: 0;
}


.homeset-slider__slide-content {
	float: none;
	display: block;
	width: auto;
	height: auto;
	margin: 0;
}

.featured-slider__slide-title {
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	font-size: 37px;
	line-height: 1;
}

.featured-slider__slide-sep {
	display: none;
}

.featured-slider__slide-subtitle {
	margin-bottom: 8px;
	font-size: 20px;
	width: auto;
}

.homeset-slider__slide-subtitle {
	margin-bottom: 8px;
	font-size: 20px;
	width: auto;
}

.featured-slider__slide-text {
	font-size: 14px;
	text-transform: normal;
}

.featured-slider__slide-price {
	font-size: 30px;
	min-width: auto;
}

.featured-slider__pagination {
    position: static;
    margin-bottom: 15px;
	width: auto;
}

.featured-slider__pagination .swiper-pagination {
	background: #fff;
}

.home-output {
	padding-left: 0;
}

.home-output .item-sizer {
	width: 49%;
	height: 1px;
}

.home-output .gutter-sizer {
	width: 2%;
	height: 1px;
}

.home-item__banner {
	width: auto;
	left: 30px;
	right: 30px;
}

.home-item__banner-title {
	font-weight: 300;
}

.responses {
	padding-top: 60px;
	padding-bottom: 55px;
	background-size: cover;
}

.responses__text {
	float: none;
	width: auto;
	margin-top: 0;
	margin-bottom: 40px;
	padding: 0 40px;
	text-align: left;
}

.responses-slider {
	width: 100%;
	height: auto;
}

.responses-slider__controls {
	display: none;
}

.responses-slider__slide {
	padding: 25px 20px;
	height: auto;
	width: auto;
}

.responses-slider__slide-name {
	font-size: 16px;
	line-height: 1.2;
}

.order {
	padding: 0 20px;
	overflow: visible;
}

.order._contacts .form__left {
	width: auto;
}

.order._contacts .form__label {
	width: auto;
}

.order._contacts .form__center {
	width: auto;
}

.order._destination .form__center {
	width: auto;
}

.order-cart {
	display: none;
}

.order-content {
	float: none;
	width: auto;
}

.order-tabs {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px;
}

.order-tabs__tab {
	width: 100px;
	font-size: 14px;
}

.order-tabs__tab span {
	display: none;
}

.order-tabs__sep {
	margin: 5px 20px 0 15px;
}

.order-form {
	margin-bottom: 10px;
	overflow: visible;
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px;
}

.order-form .form__right {
	width: auto;
	height: auto;
	padding-left: 0;
}

.order-form .form__right .form__descr {
	width: auto;
	margin-left: 0;
}

.order-form .form__label {
	width: auto;
}

.order-footer__back {
	float: none;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 16px 0;
	text-align: center;
}

.order-footer__btn__container {
	float: none;
	width: 100%;
	display: block;
}

.order-footer__btn {
	width: 100%;

}

.order-footer__btn__alert {
    top: 100%;
    left: 0;
    font-size: 14px;
    line-height: 21px;
    display: none;
	color: #fa2c2c;
	text-align: center;

}


.order-sent {
	border: 0;
	overflow: visible;
	margin: 0 -10px 85px;

}

.order-sent__content {
	float: none;
	width: auto;
	border-right: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0;
}

.order-sent__title {
	margin-bottom: 30px;
}

.order-sent__share {
	margin-bottom: 35px;
}

.order-sent__photo {
	float: none;
	width: 100%;
}

.payment-card {
	width: auto;
}

.payment-delivery-page h2 {
	padding-left: 20px;
}

.payment-ways__item {
	width: 100%;
	float: none;
	padding: 20px 20px 25px 25px;
	border-right: 0;
	border-bottom: 1px solid #ccc;
}

.how-to-pay__item {
	overflow: hidden;
	float: none;
	width: 100%;
	margin-bottom: 34px;
	padding-left: 10px;
}

.how-to-pay__item-num {
	float: left;
	width: 65px;
	text-align: center;
}

.how-to-pay__item-text {
	padding-left: 65px;
}

.product .product__content {
	float: none;
	width: 100%;
	margin-top: 5px;
}

.product__title {
	float: none;
	width: 100%;
	text-align: center;
}

.product__text {
	text-align: center;
}

.product-slider {
	float: none;
	width: 100%;
}

.product-slider-top {
	/*padding-bottom: 44px;*/
	padding-bottom: 22px;
	margin-bottom: 0;
}

/*.product-slider-bottom {
	display: none;
} */

.popular-products__inn {
	display: block;
}

.popular-item {
	width: 100%;
	float: none;
	margin-bottom: 12px;
}

}

@media (min-width: 900px) {


.footer-menu-catalog__item:nth-child(5) {
	display: none;
}

.footer-menu-catalog__item:nth-child(6) {
	display: none;
}

.footer-menu-catalog__item:nth-child(7) {
	display: none;
}

.footer-menu-catalog__item:nth-child(8) {
	display: none;
}

.footer-menu-catalog__item:nth-child(9) {
	display: none;
}

.footer-menu-catalog__item:nth-child(10) {
	display: none;
}

.home-item._height-2 {
	height: 280px;
}

.home-item._height-3 {
	height: 430px;
}

.home-item._height-4 {
	height: 580px;
}

.responses-slider__slide {
	width: 430px;
	height: 400px;
}

.manual-example {
	min-width: 500px;
}

}

@media (max-width: 1179px) and (min-width: 900px) {

.footer-menu-catalog {
	display: none;
}

}

@media (max-width: 1199px) and (min-width: 900px) {

.container {
	width: 880px;
}

.main-col {
	float: none;
	padding-top: 60px;
}

.advantages {
	margin-top: 30px;
	margin-bottom: 40px;
}

.advantages__item-icon .icon {
	fill: #bdbdbd;
}

.advantages__item-icon .icon-bouquet {
	width: 46px;
	height: 71px;
}

.advantages__item-icon .icon-delivery {
	width: 71px;
	height: 49px;
}

.advantages__item-icon .icon-phone {
	width: 48px;
	height: 64px;
}

.advantages__item-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

.cart-mini {
	width: 47px;
	height: 47px;
}

.cart-mini__item {
	padding: 8px 11px;
	width: 47px;
	height: 47px;
	border-radius: 47px;
}

.cart-mini__item:hover,
.cart-mini__item:active {
	background: #e7e7e7;
}

.cart-mini__item .icon {
	width: 24px;
	height: 28px;
}


.footer__top {
	text-align: center;
}

.footer__top .container {
	display: table;
	width: auto;
}

.footer__call-me {
	border-width: 2px;
	line-height: 37px;
	font-weight: 400;
	letter-spacing: 0.02em;
	border-color: #6f6f6f;
    border-radius: 8px;
}

.footer__call-me .hover {
	background: #6f6f6f;
}

.footer__address {
	width: 180px;
	font-size: 15px;
}

.footer__address p {
	margin-bottom: 12px;
}

.footer__apps {
	float: right;
	margin-right: 70px;
}

.footer__bottom {
	padding: 10px 0 5px;
	border-top: 1px solid #d1d1d1;
}

.footer__logo {
	width: 180px;
	height: 25px;
	margin-top: 11px;
	margin-right: 35px;
}

.footer__copy {
	font-size: 12px;
	line-height: 45px;
	color: #888;
}

.footer__sign {
	width: 180px;
	font-size: 14px;
	line-height: 45px;
	color: #797979;
}

.footer-menu-pages {
	padding-top: 5px;
	width: 430px;
}

.footer-menu-pages__item {
	margin-right: 10px;
}

.manual-example {
	min-width: 500px;
}

.sidebar .social__btn .icon {
	fill: #d6d6d6;
}

.sidebar {
	position: fixed;
	top: 0;
	left: -290px;
	bottom: 0;
	z-index: 1001;
	width: 280px;
	padding-top: 80px;
	background: #fff;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: left;
	transition-property: left;
	will-change: left;
	will-change: left;
}

.sidebar__top {
	padding-left: 60px;
}

.sidebar__bottom {
	padding-left: 60px;
}

.sidebar._opened {
	left: -10px;
}

.sidebar .logo {
	display: none;
}

.sidebar__close {
	display: block;
}

.menu-pages__item {
	font-size: 14px;
}

.menu-pages__item a {
	color: #888;
}

.about-responses-slider {
	width: 780px;
	margin: 0 auto;
}

.about-info__block {
	width: 280px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 0;
	border-right: 0;
}

.responses {
	padding-top: 60px;
	padding-bottom: 75px;
}

.responses__text {
	float: none;
	width: 460px;
	margin: 0 auto 55px;
	text-align: center;
}

.responses-slider {
	width: 100%;
}

}

@media (max-width: 1199px) and (min-width: 320px) {

.responses-slider__slides-wrap {
	width: 100%;
}

}

@media screen and (min-width: 1900px) {

.catalog-bottom {
	background-size: cover;
}

.manual-example {
	min-width: 500px;
}

}

@media (max-width: 1199px) {

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
	margin: 0;
	width: 100%;
	height: 60px;
	padding-top: 6px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.header__inn {
	width: 880px;
	margin: auto;
}

.header__menu-btn {
	display: block;
    padding: 14px 14px;
    border-radius: 50px;
    margin-top: 1px;
}

.header__menu-btn:hover,
.header__menu-btn:active {
	background: #e7e7e7;
}

.header__logo {
	display: block;
	padding-left:60px;

}

.header__time {
	display: none;
}

.header__phone {
	margin-right: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #555;
}

.header__cart-wrap {
	height: 47px;
}

}

@media (max-width: 899px) {

.featured-slider__slide-photo {
height: auto;
}

.cart-mini {
	width: 40px;
	height: 40px;
	margin-right: 18px;
}

.cart-mini__item {
	padding: 8px 11px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
}

.cart-mini__item:hover,
.cart-mini__item:active {
	background: #e7e7e7;
}

.cart-mini:has(.cart-mini__count:hover) .cart-mini__item,
.cart-mini:has(.cart-mini__count:active) .cart-mini__item {
	background: #e7e7e7;
}

.cart-mini__item .icon {
	width: 19px;
	height: 23px;
}

.cart-mini__count {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	right: 1px;
	margin-top: -15px;
	font-size: 12px;
	line-height: 21px;
}

.header {
	padding-top: 10px;
}

.header__inn {
	width: auto;
	padding: 0 10px;
}

.header__menu-btn {
	display: block;
	margin-top: 3px;
	margin-right: 9px;
	padding: 9px;
}

.header__logo {
	display: block;
	margin-top: 12px;
}

.header__logo-img {
	display: none;
}

.header__logo-img_compact {
	display: block;
}

.header__logo-sub {
	display: none;
}

.header__time {
	display: none;
}

.header__phone {
	display: none;
}

.header__cart-wrap {
	height: 40px;
}



}

@media (max-height: 700px) {

.logo {
	margin-bottom: 35px;
}

.menu-pages {
	margin-bottom: 30px;
}

.menu-pages__item {
	font-size: 14px;
}

}

@-webkit-keyframes swiper-preloader-spin {

100% {
	-webkit-transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes remodal-opening-keyframes {

from {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0;
}

to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes remodal-opening-keyframes {

from {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0;
}

to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes remodal-closing-keyframes {

from {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

to {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

}

@keyframes remodal-closing-keyframes {

from {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

to {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

}

@-webkit-keyframes remodal-overlay-opening-keyframes {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes remodal-overlay-opening-keyframes {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes remodal-overlay-closing-keyframes {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes remodal-overlay-closing-keyframes {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}


/* vanila date picker */

.datepicker {
    display: none;
}

.datepicker.active {
    display: block;
}

.datepicker-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
    padding-top: 0;
    padding-bottom: 4px;
}

.datepicker-picker {
    display: inline-block;
    border-radius: 4px;
    background-color: white;
}

.datepicker-dropdown .datepicker-picker {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.datepicker-picker span {
    display: block;
    flex: 1;
    border: 0;
    border-radius: 4px;
    cursor: default;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.datepicker-main {
    padding: 2px;
}

.datepicker-footer {
    box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
    background-color: whitesmoke;
}

.datepicker-controls, .datepicker-view, .datepicker-view .days-of-week, .datepicker-grid {
    display: flex;
}

.datepicker-grid {
    flex-wrap: wrap;
}

.datepicker-view .dow, .datepicker-view .days .datepicker-cell {
    flex-basis: 14.28571%;
}

.datepicker-view.datepicker-grid .datepicker-cell {
    flex-basis: 25%;
}

.datepicker-view .week, .datepicker-cell {
    height: 2.25rem;
    line-height: 2.25rem;
}

.datepicker-title {
    box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
    background-color: whitesmoke;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-weight: 700;
}

.datepicker-header .datepicker-controls {
    padding: 2px 2px 0;
}

.datepicker-header .datepicker-controls .button {
    border-color: transparent;
}

.datepicker-header .datepicker-controls .button:hover {
    background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.datepicker-header .datepicker-controls .button:active {
    background-color: #f2f2f2;
}

.datepicker-header .datepicker-controls .button[disabled] {
     box-shadow: none;

}

.datepicker-footer .datepicker-controls .button {
    margin: calc(0.375rem - 1px) 0.375rem;
    border-radius: 2px;
    width: 100%;
    font-size: 0.75rem;
}

.datepicker-controls .view-switch {
    flex: auto;
}

.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    width: 2.25rem;
}

.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
     visibility: hidden;

}

.datepicker-view .dow {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
}

.datepicker-view .week {
    width: 2.25rem;
    color: #b5b5b5;
    font-size: 0.75rem;
}

@media (max-width: 22.5rem) {
    .datepicker-view .week {
        width: 1.96875rem;
    }
}

.datepicker-grid {
    width: 20rem;
}

@media (max-width: 22.5rem) {
    .calendar-weeks + .days .datepicker-grid {
        width: 13.78125rem;
    }
}

.datepicker-cell:not(.disabled):hover {
    background-color: #e8e8e8;
    cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
    background-color: #ffffff;
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
    background-color: #3273dc;
    color: #fff;
    font-weight: 600;
}

.datepicker-cell.disabled {
    color: #dbdbdb;
}

.datepicker-cell.prev:not(.disabled), .datepicker-cell.next:not(.disabled) {
    color: #7a7a7a;
}

.datepicker-cell.prev.selected, .datepicker-cell.next.selected {
    color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
    border-radius: 0;
    background-color: whitesmoke;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
    background-color: #eeeeee;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
    background-color: #e8e8e8;
}

.datepicker-cell.today:not(.selected) {
    background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
    color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
    background-color: #00c4a7;
}

.datepicker-cell.range-start:not(.selected), .datepicker-cell.range-end:not(.selected) {
    background-color: #b5b5b5;
    color: #fff;
}

.datepicker-cell.range-start.focused:not(.selected), .datepicker-cell.range-end.focused:not(.selected) {
    background-color: #afafaf;
}

.datepicker-cell.range-start {
    border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end {
    border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
    border-radius: 0;
    background-color: #dbdbdb;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
    background-color: #d5d5d5;
}

.datepicker-cell.range.disabled {
    color: #c2c2c2;
}

.datepicker-cell.range.focused {
    background-color: #cfcfcf;
}

.datepicker-view.datepicker-grid .datepicker-cell {
    height: 4.5rem;
    line-height: 4.5rem;
}

.datepicker-input.in-edit {
    border-color: #2366d1;
}

.datepicker-input.in-edit:focus, .datepicker-input.in-edit:active {
    box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2);
}

.hti {
    padding: 3rem 4em;
    width: 94%;
    margin: 0 auto;
}

.hti p {
    padding: 2rem 0;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(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%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-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,.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:flex;justify-content: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%;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;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;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}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* Utility class to hide scrollbar while maintaining scroll functionality */
.no-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.no-scrollbar::-webkit-scrollbar {
  display: none;  /* Chrome, Safari and Opera */
}

/* Pagination styles */
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 56px;
}

.pagination {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 9999px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f5f5f4;
    height: 42px;
    width: 100%;
    padding: 0 8px;
    max-width: 250px;
}

.pagination__prev,
.pagination__next {
    width: 48px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #78716c;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.no-touchevents .pagination__prev:hover,
.no-touchevents .pagination__next:hover {
    color: #3c9ac0;
}

.pagination__prev:focus,
.pagination__next:focus {
    outline: none;
}

.pagination__prev.disabled,
.pagination__next.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: pointer;
}

.pagination__counter {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #1c1917;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.025em;
}

.pagination__first,
.pagination__last {
    display: none;
}

