@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');

/* Сброс */
html {
	line-height: 1.15;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
body {
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	/* 1 */
	display: block;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
	pointer-events: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}
button,
input {
	/* 1 */
	overflow: visible;
}
button,
select {
	/* 1 */
	text-transform: none;
}
button,
html [type="button"],
* 1 */,
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
details,
* 1 */,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
@import 'css/font-awesome.min.css';

.pt0 {
	padding-top: 0px !important;	
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container-no-flexbox .titleglav-wrap {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.pcwrapper{
	width: 100%;
	margin: 0 auto;
	z-index: 9;
    position: relative;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .titleglav-wrap,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-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;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.titleglav-wrap {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .titleglav-wrap {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height;
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	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+xmlcharset=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+xmlcharset=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+xmlcharset=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+xmlcharset=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+xmlcharset=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+xmlcharset=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");
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background-color: rgba(28,36,56,0.15);
}
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-color: #1c2438;
}
.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);
	-moz-transform: translate3d(0px, -50%, 0);
	-o-transform: translate(0px, -50%);
	-ms-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;
}
.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);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-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;
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .titleglav-wrap,
.swiper-container-3d .titleglav-wrap-shadow-left,
.swiper-container-3d .titleglav-wrap-shadow-right,
.swiper-container-3d .titleglav-wrap-shadow-top,
.swiper-container-3d .titleglav-wrap-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .titleglav-wrap-shadow-left,
.swiper-container-3d .titleglav-wrap-shadow-right,
.swiper-container-3d .titleglav-wrap-shadow-top,
.swiper-container-3d .titleglav-wrap-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .titleglav-wrap-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+ */
	background-image: -moz-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* 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 .titleglav-wrap-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+ */
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* 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 .titleglav-wrap-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+ */
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* 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 .titleglav-wrap-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+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* 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+ */
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-cube .titleglav-wrap,
.swiper-container-flip .titleglav-wrap {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-cube .titleglav-wrap .titleglav-wrap,
.swiper-container-flip .titleglav-wrap .titleglav-wrap {
	pointer-events: none;
}
.swiper-container-cube .titleglav-wrap-active,
.swiper-container-flip .titleglav-wrap-active,
.swiper-container-cube .titleglav-wrap-active .titleglav-wrap-active,
.swiper-container-flip .titleglav-wrap-active .titleglav-wrap-active {
	pointer-events: auto;
}
.swiper-container-cube .titleglav-wrap-shadow-top,
.swiper-container-flip .titleglav-wrap-shadow-top,
.swiper-container-cube .titleglav-wrap-shadow-bottom,
.swiper-container-flip .titleglav-wrap-shadow-bottom,
.swiper-container-cube .titleglav-wrap-shadow-left,
.swiper-container-flip .titleglav-wrap-shadow-left,
.swiper-container-cube .titleglav-wrap-shadow-right,
.swiper-container-flip .titleglav-wrap-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .titleglav-wrap {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube.swiper-container-rtl .titleglav-wrap {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.swiper-container-cube .titleglav-wrap-active,
.swiper-container-cube .titleglav-wrap-next,
.swiper-container-cube .titleglav-wrap-prev,
.swiper-container-cube .titleglav-wrap-next + .titleglav-wrap {
	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;
}
.swiper-container-fade.swiper-container-free-mode .titleglav-wrap {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-container-fade .titleglav-wrap {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-fade .titleglav-wrap .titleglav-wrap {
	pointer-events: none;
}
.swiper-container-fade .titleglav-wrap-active,
.swiper-container-fade .titleglav-wrap-active .titleglav-wrap-active {
	pointer-events: auto;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: 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%;
	object-fit: contain;
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-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%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-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+xmlcharset=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%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xmlcharset=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");
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
@-o-keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
@-ms-keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
img {
	vertical-align: top;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hidden {
	display: none;
}
.a-black {
	color: #000;
}
.a-red {
	color: #db4775;
}
.btn {
	display: inline-block;
	vertical-align: top;
	border: none;
	text-decoration: none;
	position: relative;
}
.btn-book {
	width: 222px;
	height: 55px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	padding-top: 8px;
	text-align: center;
	text-transform: uppercase;
}
.btn-book:before {
	display: block;
	content: "";
	border: 3px solid transparent;
	border-image: linear-gradient(to right, #fca256, #f3536f, #ca4677, #89447a);
	-moz-border-image: -moz-linear-gradient(to right, #fca256, #f3536f, #ca4677, #89447a);
	-webkit-border-image: -webkit-linear-gradient(to right, #fca256, #f3536f, #ca4677, #89447a);
	border-image-slice: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.btn-book b {
	display: block;
	font-weight: 800;
}
.btn-book:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.titleglav {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1260px;
	margin-bottom: 100px;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #fff;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.in {
	opacity: 0.8;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html,
body {
	position: relative;
	height: 100%;
}
body {
	font: 16px/24px 'Open Sans';
	color: #000;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.wrap {
	background-color: #fff;
	min-height: 100%;
	min-width: 320px;
	overflow: hidden;
	position: relative;
}
.wrap-ng-tr {  
	width: 196px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
.wrap-ng-tl { 
	width: 196px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.wrap-ng-left {  
	width: 150px;
	position: absolute;
	top: -45px;
	left: 33%;
	z-index: 1;
}
.wrap-ng-right {
	width: 150px;
	position: absolute;
	top: -5px;
	left: 57%;
	z-index: 1;
}
.wrap-logo {
	width: 185px;
	position: absolute;
	top: 59px;
	left: 50%;
	margin-left: -92px;
	z-index: 100;
	text-align: center;
}
.wrap-logo a {
	display: block;
	vertical-align: top;
}
.wrap-logo img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
}
.wrap-up {
	padding-bottom: 205px;
}
.wrap-title {
	height: 970px;
	padding-top: 325px;
	position: relative;
}
.wrap-title:after {
	display: block;
	content: "";
	width: 100%;
	height: 330px;
	background: url("../images/head-line.png") top center no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.wrap-title-stat {
	height: 530px;
	padding-top: 325px;
	position: relative;
}
.wrap-title-stat:after {
	display: block;
	content: "";
	width: 100%;
	height: 330px;
	background: url("../images/head-line.png") top center no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.wrap-line {
	width: 300px;
	text-align: center;
	position: absolute;
	top: 675px;
	left: 50%;
	margin-left: -150px;
}
.wrap-line:before {
	display: block;
	content: "";
	width: 300px;
	height: 20px;
	background: url(../images/line.png) 0 0 no-repeat;
	position: absolute;
}
.wrap-dn {
	height: 384px;
	padding-top: 169px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.wrap-dn-bg {
	background-color: #fff;
	position: absolute;
	top: 170px;
	right: 0;
	bottom: 0;
	left: 0;
}
.wrap-video {
	overflow: hidden;
	position: fixed;
	pointer-events: none;
}
.wrap-video:before {
	display: block;
	content: "";
	background-color: #000000;
	opacity: 60%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.wrap-video iframe {
	border: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.wrap-video-static {
	overflow: hidden;
	position: absolute;
	pointer-events: none;
	height: 500px;
}
.wrap-video-static:before {
	display: block;
	content: "";
	background-color: #000000;
	opacity: 60%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.wrap-video-static iframe {
	border: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.row {
	width: 1260px;
	margin: 0 auto;
}
.head {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 10;
}
.head .row {
	position: relative;
}
.head .row:after {
	display: table;
	content: "";
	width: 100%;
}
.head-location {
	float: left;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	color: #fff;
	margin-top: 53px;
	margin-left: 31px;
}
.head-location a {
	color: inherit;
	text-decoration: none;
}
.head-location a:hover{
	border-bottom: 1px dashed;
}
.head-location:before {
	float: left;
	display: block;
	content: "";
	width: 19px;
	height: 24px;
	background: url(../images/location.png) 0 0 no-repeat;
	margin-right: 18px;
	position: relative;
	top: 0px;
}
.head-inst {
	float: left;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	color: #fff;
	margin-top: 53px;
	margin-left: 39px;
}
.head-inst a {
	color: inherit;
	text-decoration: none;
}
.head-inst a:hover{
	border-bottom: 1px dashed;
}
.head-inst:before {
	float: left;
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/inst.png) 0 0 no-repeat;
	margin-right: 18px;
	position: relative;
	top: 0px;
}
.head-phone {
	float: right;
	font-size: 17px;
	line-height: 23px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	margin-top: 53px;
	margin-right: 239px;
}
.head-phone:before {
	float: left;
	display: block;
	content: "";
	width: 25px;
	height: 24px;
	background: url(../images/phone.png) 0 0 no-repeat;
	margin-right: 18px;
	position: relative;
	top: 0px;
}
.head-phone b {
	font-weight: 600;
	font-size: 18px;
}
.head-phone a {
	color: inherit;
	text-decoration: none;
}
.head-phone a:hover{
	border-bottom: 1px dashed;
}
.head-btn {
	width: 177px;
	position: absolute;
	top: 38px;
	right: 30px;
}
.head-btn .btn {
	height: 50px;
	display: block;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	border: 3px solid #fff;
	box-shadow: 0 4px 10px rgba(1,16,4,0.89);
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}
.head-btn .btn b {
	display: block;
	font-weight: 700;
	font-size: 15px;
}
.head-btn .btn span {
	display: block;
	font-weight: 300;
	font-size: 15px;
}
.nav {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	z-index: 10;
}
.nav .row {
	position: relative;
	z-index: 300;
}
.nav-open {
	display: none;
}
.nav-menu {
	height: 64px;
	font-size: 0;
	line-height: 0;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 18px;
}
.nav-menu:after {
	display: table;
	content: "";
	width: 100%;
}
.nav-menu:before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	border: 5px solid #A5416F;
	border-radius: 50%;
	position: absolute;
	top: 22px;
}
.nav-menu_left {
	float: left;
	width: 50%;
	background: url("../images/nav-left.png") top left no-repeat;
	padding-left: 92px;
}
.nav-menu_left:before {
	left: 34px;
}
.nav-menu_right {
	float: right;
	width: 50%;
	background: url("../images/nav-right.png") top right no-repeat;
	text-align: right;
	padding-right: 92px;
}
.nav-menu_right:before {
	right: 34px;
}
.nav-menu .current-menu-item a {
	color: #be925c;
}
.nav-menu .current-menu-item:before {
	display: block;
	content: "";
	height: 10px;
	background-color: #295619;
	position: absolute;
	top: 100%;
	margin-top: -14px;
	left: -10px;
	right: -10px;
}
.menu-item {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
.menu-item + li {
	margin-left: 38px;
}
.menu-item a {
	display: block;
	color: inherit;
	text-decoration: none;
	position: relative;
}
.menu-item a:hover {
	color: #fb9c52;
}
.carousel {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.carousel-start .titleglav-wrap {
	display: block;
	text-decoration: none;
	text-align: center;
}
.carousel-item {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.titleglav-item-title {
	display: block;
	font-size: 56px;
	font-weight: 100;
	line-height: 50px;
}
.titleglav-item-text {
	display: inline-block;
	font-size: 68px;
	font-weight: 900;
	line-height: 83px;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 11px 0 11px 0;
}
.about {
	position: relative;
	background-color: #fff;
	padding-top: 70px;
	margin-bottom: -40px;
}
.about .carousel-control {
	display: none;
}
.about .row {
	min-height: 550px;
	padding-bottom: 100px;
	position: relative;
}
.about h1 {
	font-weight: 700;
	font-size: 84px;
	line-height: 84px;
	max-width: 510px;
	margin: 0 0 90px;
	position: relative;
}
.about h1:before {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url("../images/reviews-line.png") 0 0 no-repeat;
	position: absolute;
	bottom: -46px;
	left: 0;
}
.about h2 {
	font-weight: normal;
	font-size: 90px;
	line-height: 90px;
	font-family: 'IntroBold';
	max-width: 510px;
	margin: 0 0 90px;
	position: relative;
}
.about h2:before {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url("../images/reviews-line.png") 0 0 no-repeat;
	position: absolute;
	bottom: -46px;
	left: 0;
}
.about-collapse {
	display: none;
}
.about-collapse p {
	margin: 0 0 1em;
}
.about-time {
	width: 230px;
	position: absolute;
	top: -40px;
	left: 554px;
	text-align: center;
	text-transform: uppercase;
	background: url("../images/about2.png") top center no-repeat;
	padding-top: 350px;
}
.about-time_number {
	display: block;
	font-size: 118px;
	line-height: 90px;
	font-family: 'IntroBlack';
	position: relative;
	left: 3px;
}
.about-time_type {
	display: block;
	font-size: 25px;
	line-height: 25px;
	padding: 4px 0;
}
.about-time_location {
	font-size: 31px;
	line-height: 31px;
	font-family: 'IntroBlack';
}
.about-text {
	max-width: 510px;
}
.about-icon {
	display: inline-block;
	box-shadow: 0 4px 9px rgba(0,0,0,0.17);
	border-radius: 3px;
	position: relative;
	background: #fff;
}
.about-ntn .about-icon:nth-child(2n+1) {
	margin-right: 22px;
}
.about-ntn .about-icon:nth-child(1) {
	margin-bottom: 22px;
}
.about-ntn .about-icon:nth-child(2) {
	margin-bottom: 22px;
}
.about .carousel-about {
	width: 450px;
	height: auto;
	position: absolute;
	top: 0;
	right: 76px;
}
.carousel-about:after {
	float: left;
	content: "";
	width: 828px;
	height: 451px;
	background: url(../images/lump.png) 0 0 no-repeat;
	left: -300px;
	position: absolute;
	top: -48px;
	z-index: 0;
}
.pcswiper{
	display: inherit;
}
.mobileswiper{
	display: none;
}
.about-item {
	width: 200px;
	height: 200px;
	text-align: center;
	position: relative;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.about-item span {
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0 20px;
}
.about-photo {
	width: 94px;
	height: 94px;
	line-height: 78px;
	margin: 25px auto 15px auto;
}
.about-photo img {
	display: inline-block;
	vertical-align: middle;
}
.about-tour {
	position: absolute;
	bottom: 0;
	left: 0;
}
.about-tour i {
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 33px;
	background: url("../images/tour-black.png") 0 0 no-repeat;
	position: relative;
	top: -4px;
	margin-right: 16px;
}
.about-tour a {
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
}
.about-tour a:hover {
	color: #f01a21;
}
.about-more {
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	position: absolute;
	left: 0px;
	margin-top: 30px;
}
.about-more a {
	text-decoration: none;
	position: relative;
	border-bottom: 1px dashed;
}

.about-more a:hover {
	text-decoration: none;
	position: relative;
	border-bottom: none;
}
.about-more a:before {
	display: block;
	content: "";
	width: 36px;
	height: 10px;
	background: url(../images/long-arrow.png) 0 0 no-repeat;
	left: 111px;
	top: 5px;
	position: absolute;
}
.sliderglav {
	width: 100%;
	height: 900px;
	position: relative;
	overflow: hidden;
}
.sliderglav:before {
	display: block;
	content: "";
	width: 1920px;
	height: 140px;
	background: url(../images/smoke.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.sliderglav:after {
	display: block;
	content: "";
	width: 1920px;
	height: 140px;
	background: url(../images/smoke_reverse.png) 0 0 no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.catalog {
	padding-top: 140px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,248,246,1) 6%, rgba(246,248,246,1) 89%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,248,246,1) 6%,rgba(246,248,246,1) 89%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,248,246,1) 6%,rgba(246,248,246,1) 89%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	position: relative;
}

.catalog-lover-btn{
	position: absolute;
	bottom: -85px;
	display: flex;
	width: 100%;
	height: 55px;
}

.catalog-dn{
	left: 0;
	top: 0;
	position: relative;
	margin-right: 57px;
}

.btn-carousel {
	position: absolute;
	right: 445px;
	top: 0;
	width: 170px;
}
.catalog-text{
	font-size: 18px;
	font-weight: 500;
}

.catalog-mores{
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	left: 0px;
	margin-top: 15px;
	position: relative;
}

.catalog-mores a {
	text-decoration: none;
	position: relative;
	border-bottom: 1px dashed;
}

.catalog-mores a:hover {
	text-decoration: none;
	position: relative;
	border-bottom: none;
}
.catalog-mores a:before {
	display: block;
	content: "";
	width: 36px;
	height: 10px;
	background: url(../images/long-arrow.png) 0 0 no-repeat;
	left: 111px;
	top: 5px;
	position: absolute;
}

.catalog-tabs {
	margin: 0 0 66px;
	position: relative;
}
.title-catalog-tabs h2 {
	display: table;
	margin: 0px auto;
	text-align: center;
	font-size: 80px;
	line-height: 73px;
	position: relative;
	background: linear-gradient(to right, #fca256, #f3536f, #ca4677, #89447a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 2;
}
.title-catalog-tabs h2 span {
	z-index: 2
}
.title-catalog-tabs:after {
	display: block;
	content: "";
	width: 181px;
	height: 253px;
	bottom: 35px;
	left: 50%;
	margin-left: -90px;
	position: absolute;
	z-index: 1;
	background: url(../images/8house.png) 0 0 no-repeat;
}
.catalog-tabs:after {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url("../images/reviews-line.png") 0 0 no-repeat;
	position: absolute;
	top: 66px;
	right: 0;
}
.catalog-tabs:before {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url(../images/reviews-line.png) 0 0 no-repeat;
	position: absolute;
	top: 66px;
	left: 0;
}
.catalog-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 75%;
}
.catalog-tabs-nav:after {
	display: table;
	content: "";
	width: 100%;
}
.catalog-tabs-item {
	float: left;
	width: 33.333333%;
	text-align: center;
	padding: 0 10px;
}
.catalog-tabs-item a {
	display: block;
	height: 76px;
	font-size: 18px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #8e8c8c;
	text-decoration: none;
	border: 3px solid #ddd;
}
.catalog-tabs-item a b {
	display: block;
	font-weight: normal;
	font-family: 'IntroBlack';
	padding: 5px 0;
	text-transform: uppercase;
}
.catalog-tabs-item a:hover {
	border-color: #8e8c8c;
	color: #8e8c8c;
}
.catalog-tabs-item a.current {
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 4px 20px rgba(78,72,79,0.3);
	color: #000;
}
.catalog-body {
	height: 595px;
	position: relative;
}
.catalog .js-tabs-body {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: collapse;
}
.catalog .js-tabs-body.current {
	visibility: visible;
}
.catalog-content {
	padding-right: 745px;
	position: relative;
	height: 390px;
}
.catalog-content h3 {
	font-weight: normal;
	font-size: 100px;
	line-height: 90px;
	font-family: 'IntroBold';
	margin: 0 0 20px;
}
.catalog-anons {
	text-transform: uppercase;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 100;
}
.catalog-icons .carousel {
	text-align: center;
	overflow: hidden;
}
.catalog-icons .carousel-control {
	top: 50% !important;
	margin-top: -5px !important;
}
.catalog-icons .carousel-prev {
	left: 0 !important;
	margin-left: 0 !important;
}
.catalog-icons .carousel-next {
	right: 0 !important;
	margin-right: 0 !important;
}
.catalog-icons .carousel .titleglav-wrap {
	text-align: center;
}
.catalog-icons-item {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.catalog-icons-item span {
	display: block;
	width: 110px;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin: 0 auto;
}
.catalog-more {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 22px;
}
.catalog-price {
	font-size: 18px;
	line-height: 22px;
	position: relative;
	width: 250px;
	display: flex;
	top: 5px;
	left: 140px;
}
.catalog-price:before {
	float: left;
	display: block;
	content: "";
	width: 42px;
	height: 42px;
	background: url("../images/money.png") 0 0 no-repeat;
	position: relative;
	margin-right: 20px;
}
.catalog-carousel {
	width: 620px;
	border: 12px solid #fff;
	box-shadow: 0 10px 37px rgba(103,103,103,0.49);
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 3px;
}
.catalog-carousel img {
	display: block;
	/*max-width: 100%;*/
	width: 100%;
	max-height: 100%;
}
.catalog .carousel-control {
	top: 100%;
	margin-top: 38px;
}
.catalog .carousel-prev {
	margin-left: 25px;
}
.catalog .carousel-next {
	right: 100%;
	margin-right: -145px;
}
.catalog-btn {
	position: absolute;
	top: 0px;
	right: 0;
	border-radius: 3px;
	overflow: hidden;
}
.catalog-tour {
	width: 300px;
	text-align: center;
	position: absolute;
	top: 435px;
	right: 0;
}
.catalog-tour i {
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 33px;
	background: url("../images/tour-black.png") 0 0 no-repeat;
	position: relative;
	top: -4px;
	margin-right: 16px;
}
.catalog-tour a {
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
}
.catalog-tour a:hover {
	color: #f01a21;
}
.catalog-rules {
	width: 300px;
	text-align: center;
	position: absolute;
	top: 576px;
	right: 0;
}
.kitchen {
	background: #000 url("../images/kitchen_lg.jpg") top center no-repeat;
	padding-top: 200px;
	height: 1080px;
	color: #fff;
	text-align: center;
	position: relative;
}
.kitchen .carousel-control {
	display: none;
}
.kitchen-next:before {
    display: block;
    content: "";
    width: 36px;
    height: 10px;
    background: url(../images/arrow-carousel_right.png) 0 0 no-repeat;
    position: absolute;
    top: 1px;
    right: 0;
    transition: all 0.3s ease-out;
}
.kitchen-prev:before {
    display: block;
    content: "";
    width: 36px;
    height: 10px;
    background: url(../images/arrow-carousel_left.png) 0 0 no-repeat;
    position: absolute;
    top: 1px;
    left: 0;
    transition: all 0.3s ease-out;
}
.kitchen .row {
	position: relative;
}
.kitchen .row:before,
.kitchen .row:after {
	display: block;
	content: "";
	border: 1px solid #4e484f;
	border-radius: 50%;
	pointer-events: none;
	position: absolute;
	left: 50%;
}
.kitchen .row:before {
	top: 90px;
	width: 520px;
	height: 520px;
	margin-left: -260px;
}
.kitchen .row:after {
	top: -10px;
	width: 720px;
	height: 720px;
	margin-left: -360px;
}
.kitchen h2 {
	font-weight: 800;
	font-size: 100px;
	line-height: 130px;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 76px;
	z-index: 1;
}
.kitchen h2:before {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url("../images/kitchen-line.png") 0 0 no-repeat;
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin-left: -150px;
}
.kitchen-anons {
	width: 640px;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.kitchen-carousel {
	padding: 30px 0;
	margin-bottom: 60px;
}
.kitchen-item span {
	display: block;
	width: 100%;
	padding-top: 60px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
}
.kitchen-text {
	margin: 0 -10px;
	text-align: left;
	position: relative;
	z-index: 1;
}
.kitchen-text:after {
	display: table;
	content: "";
	width: 100%;
}
.kitchen-cell {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.kitchen-more {
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	text-transform: uppercase;
	position: absolute;
	top: 50px;
	right: 55px;
	z-index: 2;
}
.kitchen-more br {
	display: none;
}
.kitchen-more a {
	color: #fff;
	position: relative;
}
.kitchen-more a:after {
	display: block;
	content: "";
	width: 36px;
	height: 10px;
	background: url(../images/kitchen-arrow.png) 0 0 no-repeat;
	left: 111px;
	top: 5px;
	position: absolute;
}
.services {
	background-color: #fff;
	position: relative;
	padding-top: 100px;
	padding-bottom: 80px;
}
.service h1{
	font-size: 74px;
	margin: 0.58em 0;
}


.services .row {
	position: relative;
}
.services h2 {
	font-weight: normal;
	font-size: 130px;
	line-height: 130px;
	font-family: 'IntroBold';
	color: #be7b1d;
	margin: 0 0 80px;
	text-align: center;
}
.services-content {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0 -10px;
}
.services-content:after {
	display: table;
	content: "";
	width: 100%;
}
.services-item {
	float: left;
}
.services-field {
	display: block;
	font-size: 21px;
	line-height: 21px;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.services-field_long {
	font-size: 27px;
	line-height: 27px;
}
.services-field_long .services-field-cat {
	background-color: #c54b46;
	padding: 5px;
	position: relative;
	left: -5px;
}
.services-field_long .services-field-content {
	left: 15px;
}
.services-field-cat {
	display: inline-block;
	vertical-align: top;
	font-family: 'IntroBlack';
	text-transform: uppercase;
}
.services-field-title {
	display: block;
	font-weight: 300;
	text-transform: uppercase;
	padding: 5px 0;
}
.services-field-price {
	display: block;
}
.services-field-more {
	display: none;
}
.services-field-content {
	position: absolute;
	bottom: 30px;
	left: 10px;
}
.services-field:hover:before {
	display: block;
	content: "";
	border: 20px solid #f2b546;
	box-shadow: 0 4px 29px rgba(0,0,0,0.3);
	position: absolute;
	top: -20px;
	right: -20px;
	bottom: -20px;
	left: -20px;
	z-index: 1;
}
.services-more {
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	position: absolute;
	top: 50px;
	right: 0;
}
.services-more br {
	display: none;
}
.services-more a {
	position: relative;
}
.services-more a:before {
	display: block;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #c54b46;
	position: absolute;
	top: 11px;
	right: 100%;
	margin-right: 20px;
	transition: all 0.3s ease-out;
	border-width: 6px 10px 7px 10px;
	border-right-color: #c54b46;
}
.services-more a:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 7px 10px 6px 10px;
	border-left-color: #c54b46;
	position: absolute;
	top: 4px;
	right: 100%;
	margin-right: 8px;
	transition: all 0.3s ease-out;
}
.location {
	background-color: #fff;
	position: relative;
	padding-top: 40px;
	padding-bottom: 50px;
}
.location-row:after {
	display: table;
	content: "";
	width: 100%;
}
.location h2 {
	float: left;
	font-weight: 800;
	font-size: 94px;
	line-height: 100px;
	margin: 0;
}
.location-content {
	margin-left: 620px;
	padding-top: 20px;
}
.location-cell {
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-top: 25px;
}
.location-cell_long {
	width: 100%;
	padding-right: 320px;
	position: relative;
}
.location-cell_long:before {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url("../images/line-contact.png") 0 0 no-repeat;
	position: absolute;
	top: 10px;
	right: 20px;
}
.location-area {
	position: relative;
}
.location-area:before,
.location-area:after {
	display: block;
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.location-area:before {
	width: 536px;
	height: 389px;
	background-image: url("../images/location-left.png");
	top: -90px;
	left: -250px;
}
.location-area:after {
	width: 435px;
	height: 259px;
	background-image: url("../images/location-right.png");
	top: -94px;
	right: -174px;
}
.location-maps {
	height: 461px;
	position: relative;
	z-index: 1;
}
.location-maps:before {
	display: block;
	content: "";
	width: 1279px;
	height: 461px;
	background: url("../images/map_1920.png") 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -640px;
	pointer-events: none;
	z-index: 1;
}
.location-maps .maps {
	position: absolute;
	top: 12px;
	right: 12px;
	bottom: 12px;
	left: 12px;
}
.location-maps .maps iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ymaps-2-1-75-controls__toolbar_right{
	display: none;
}
.ymaps-2-1-75-controls__toolbar_left{
	display: none;
}
.area {
	background-color: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
	padding-bottom: 90px;
}
.area h2 {
	font-size: 46px;
	line-height: 46px;
	font-family: 'Bad Script';
	margin: 0 0 30px;
}
.area h2 b {
	display: block;
	font-family: 'IntroBold';
	padding-top: 10px;
}
.area-item {
	height: 270px;
	padding-top: 50px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.area-item:before,
.area-item:after {
	display: block;
	content: "";
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
}
.area-item:before {
	width: 124px;
	height: 124px;
	border: 1px solid #d1d1d1;
	margin: -82px 0 0 -62px;
}
.area-item:after {
	width: 235px;
	height: 235px;
	border: 1px solid #e8e8e8;
	margin: -142px 0 0 -118px;
}
.area-item span {
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto 10px auto;
	overflow: hidden;
	position: relative;
}
.area-item span img {
	display: block;
	width: 130px;
	height: 260px;
	position: absolute;
	top: 0;
	left: 0;
}
.area .carousel-control {
	display: none;
}
.reviews {
	background-color: #fff;
	background-image: linear-gradient(to top, #f4f4f4 0%, #fff 100%);
	position: relative;
	padding-bottom: 120px;
}
.reviews h2 {
	font-weight: normal;
	font-size: 72px;
	line-height: 72px;
	font-family: 'IntroBold';
	color: #d62053;
	text-align: center;
	position: relative;
	margin: 0 0 16px;
}
.reviews h2:before {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url("../images/reviews-line.png") 0 0 no-repeat;
	position: absolute;
	bottom: -52px;
	left: 50%;
	margin-left: -150px;
}
.reviews .carousel {
	max-width: 1048px;
	padding-left: 20px;
	padding-right: 20px;
}
.reviews .titleglav-wrap {
	width: 918px;
	height: 475px;
	background: url("../images/reviews-item_lg.png") 0 0 no-repeat;
	padding-top: 155px;
}
.reviews-item {
	width: 524px;
	height: 170px;
	position: relative;
	margin: 0 auto;
}
.reviews-item blockquote {
	margin: 0 0 20px;
}
.reviews-user {
	color: #a6a7a7;
}
.reviews-user_photo {
	width: 163px;
	height: 163px;
	line-height: 135px;
	text-align: center;
	border: 13px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -80px;
	margin-top: -30px;
}
.reviews-user_photo:before {
	display: block;
	content: "";
	width: 94px;
	height: 49px;
	background: url("../images/reviews-green.png") 0 0 no-repeat;
	position: absolute;
	top: 100%;
	left: 22px;
	margin-top: -20px;
}
.reviews-user_photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	border-radius: 50%;
}
.foot {
	min-height: 205px;
	padding-left: 200px;
	position: relative;
}
.mapspc{
	display: inherit;
}
.mapsmobile{
	display: none;
}
.menufoot{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menufoot li{
	display: inline;
}
.menufoot a{
	text-decoration: none;
	margin-right: 30px;
}
.menufoot a:hover{
	text-decoration: underline;
}
.foot-2info{
	font-size: 18px;
	font-weight: 600;
}
.foot .row {
	position: relative;
}
.foot-logo {
	width: 115px;
	position: absolute;
	left: 0;
	top: 6px;
}
.foot-logo img {
	display: block;
	width: 100%;
	height: auto;
}
.foot-social {
	width: 193px;
	position: absolute;
	top: 190px;
	left: 36px;
}
.foot-social .vk {
	margin: 0 16px;	
}
.foot-social .inst {
	margin: -4px 0 0 0;	
}
.foot-social .fb {
	margin: -8px 0 0 0;	
}
.foot-location:before {
	float: left;
	display: block;
	content: "";
	width: 19px;
	height: 24px;
	background: url(../images/location-foot.png) 0 0 no-repeat;
	margin-right: 18px;
	position: relative;
	top: 0px;
}
.foot-phone:before {
	float: left;
	display: block;
	content: "";
	width: 25px;
	height: 24px;
	background: url(../images/phone-foot.png) 0 0 no-repeat;
	margin-right: 18px;
	position: relative;
	top: 0px;
}
.foot-inst:before {
	float: left;
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/inst-foot.png) 0 0 no-repeat;
	margin-right: 18px;
	position: relative;
	top: 0px;
}
.foot-copy{
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.foot-2info .foot-cell {
	margin-right: 46px;
}
.foot-cell {
	float: left;
	width: auto;
	margin-left: 20px;
	margin-bottom: 31px;
}
.foot-cell_long {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
}
.foot-cell_long b {
	display: block;
	font-weight: bold;
	max-width: 300px;
}
.foot-btn {
	position: absolute;
	top: 17px;
	right: 0;
	border-radius: 3px;
	overflow: hidden;
}
.foot-dev {
	width: auto;
	float: right;
}
.body-page .wrap-title {
	background: #071f07 url("../images/head.jpg") top center no-repeat;
	height: 410px;
	margin-bottom: 10px;
}
.body-page .wrap-line {
	display: none;
}
.body-page-content {
	position: relative;
	z-index: 1;
}
.body-page-content .catalog {
	background: none;
}
.body-page-content .catalog-body {
	height: auto;
}
.body-page-content .catalog-content {
	position: static;
	padding-right: 0;
}
.body-page-content .catalog-content .left {
	float: left;
	width: 540px;
}
.body-page-content .catalog-content .right {
	float: right;
	width: 620px;
}
.body-page-content .catalog-content h3 {
	margin-bottom: 70px
}
.body-page-content .catalog-carousel {
	position: relative;
}
.body-page-content .catalog-anons {
	font-weight: bold;
}
.body-page-content .catalog-price {
	position: static;
	float: left;
}
.body-page-content .catalog-price .catalog-rules {
	font-size: 16px;
}
.body-page-content .catalog-rules {
	width: auto;
	position: static;
	text-align: left;
	margin-top: 10px;	
}
.body-page-content .catalog-btn {
	float: right;
	position: relative;
	top: 0;
}
.body-page-content .catalog-tour {
	text-align: right;
	padding-top: 30px;
	padding-right: 30px;
	position: relative;
	width: auto;
	top: 0;
	margin-bottom: 40px;
}
.body-page-content .space {
	clear: both;
	margin-bottom: 80px;
}
.body-page-content .catalog-seo {
	padding: 75px 0 50px;
}
.body-page-content .catalog-seo h3 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.catalog-seo h2{
	font-size: 40px;
}
.body-page-content .catalog-icons {
	position: relative;
	bottom: 0;
}
.body-page-content .catalog .js-tabs-body {
	display: none;
	visibility: visible;
	position: relative;
}
.body-page-content .catalog .js-tabs-body.current {
	display: block;
}
.catalog-icons {
	padding: 0 60px;
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
}
.body-page-content .carousel-control.swiper-button-disabled {
	display: none;
}
.body-page-content .services {
	padding-top: 40px;
	margin-bottom: 0;
}
.body-page-kitchen .service-block {
	min-height: 0;
}
.body-page-kitchen .service-info {
	padding-top: 60px;
	padding-bottom: 0;
}
.body-page-kitchen .service-info:after {
	display: none;
}
.body-page-kitchen .service-info h2 {
	position: relative;
	text-align: center;
}
.body-page-kitchen .service-info h2:before,
.body-page-kitchen .service-info h2:after {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url("../images/orange-line.png") 0 0 no-repeat;
	position: absolute;
	top: 25px;
}
.body-page-kitchen .service-info h2:before {
	left: 0;
}
.body-page-kitchen .service-info h2:after {
	right: 0;
}
.body-page-kitchen .service-sheff {
	background-color: #f6f8f6;
}
.body-page-kitchen .service-sheff h2 {
	line-height: 55px;
}
.body-page-kitchen .service-sheff h2:before,
.body-page-kitchen .service-sheff h2:after {
	margin-top: 8px;
}
.body-page-kitchen .service-sheff h2 span {
	display: block;
	max-width: 600px;
	margin: 0 auto;
}
.body-page-kitchen .service-sheff .service-tech span,
.body-page-kitchen .service-sheff .service-tech b {
	background-color: #f6f8f6;
}
.body-page-single .service-menu h2 {
	line-height: 55px;
}
.body-page-single .service-menu h2:before,
.body-page-single .service-menu h2:after {
	margin-top: 8px;
}
.body-page-single .service-menu h2 span {
	display: block;
	max-width: 600px;
	margin: 0 auto;
}
.offers h1 {
	font-weight: 800;
	font-size: 74px;
	margin: 0.58em 0 1.8em;
	position: relative;
}

.offers h1:before {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url("../images/line-contact.png") 0 0 no-repeat;
	position: absolute;
	bottom: -68px;
	left: 0;
}
.offers-block-list {
	list-style: none;
	margin: 0; 
	padding: 0;
}
.offers-block-list li + li {
	margin-top: 55px;
}
.offers-block-list li:nth-child(odd) .offers-block-photo {
	right: 0;
}
.offers-block-list li:nth-child(odd) .offers-block {
	padding-right: 740px;
}


.offers-block-list li:nth-child(even) .offers-block-photo {
	left: 0;
}
.offers-block-list li:nth-child(even) .offers-block {
	padding-left: 700px;
}
.offers-block {
	min-height: 440px;
	position: relative;
}
.offers-block h2 {
	font-weight: 600;
	font-size: 46px;
	line-height: 46px;
	color: #000000;
	padding-top: 40px;
	margin: 0 0 20px;
}
.offers-block-relative {
	position: relative;
}
.offers-block-anons {
	line-height: 24px;
	font-family: 'IntroBold';
	text-transform: uppercase;
	margin-bottom: 8px;
}
.offers-block-time {
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(to right, #fca256, #f3536f, #ca4677, #89447a);
	font-weight: bold;
	font-size: 18px;
	line-height: 14px;
	color: #fff;
	padding: 13px 20px;
	position: relative;
	border-radius: 3px;
}
.offers-block-time:before {
	display: block;
	content: "";
	float: left;
	width: 14px;
	height: 14px;
	background: url("../images/offers-time.png") 0 0 no-repeat;
	margin-right: 8px;
}
.offers-block-content {
	padding-top: 10px;
	margin-bottom: 24px;
}
.offers-block-term {
	margin-bottom: 12px;
}
.offers-block-photo {
	width: 618px;
	border: 12px solid #fff;
	box-shadow: 2.7px 6.4px 20px rgba(103,103,103,0.28);
	position: absolute;
	top: 0;
	border-radius: 3px;
	pointer-events: none;
}
.offers-block-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}
.offers-block-contacts:after {
	display: table;
	content: "";
	width: 100%;
}
.offers-block-contacts b {
	float: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 50px;
	text-transform: uppercase;
	margin-right: 10px;
}
.offers-block-contacts .btn {
	float: left;
	display: block;
	width: 194px;
	height: 51px;
	font-size: 20px;
	line-height: 45px;
	color: #000000;
	border: 3px solid #000000;
	border-radius: 3px;
	text-align: center;
	opacity: 0.5;
	cursor: pointer;
}
.offers-block-contacts .btn:hover {
	opacity: 1;

}
.offers-block-contacts .btn a {
	color: inherit;
	text-decoration: none;
}
.offers-container h2 {
	font-weight: normal;
	font-size: 46px;
	line-height: 36px;
	font-family: 'IntroBold';
	text-align: center;
	position: relative;
	margin: 0 0 60px;
}
.offers-container h2:before,
.offers-container h2:after {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url("../images/reviews-line.png") 0 0 no-repeat;
	position: absolute;
	top: 10px;
}
.offers-container h2:before {
	left: 0;
}
.offers-container h2:after {
	right: 0;
}
.offers-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	margin: 0 -10px;
}
.offers-list:after {
	display: table;
	content: "";
	width: 100%;
}
.offers-item {
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	padding: 0 10px;
	font-size: 16px;
	line-height: 22px;
	font-family: 'IntroBold';
}
.offers-item-photo {
	display: block;
	border: 18px solid #fff;
	box-shadow: 1.6px 3.7px 29px rgba(0,0,0,0.3);
	margin-bottom: 40px;
	position: relative;
}
.offers-item-photo span {
	display: none;
}
.offers-item-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.offers-item-photo:hover {
	border-color: #f2b546;
}
.offers-item-photo:hover:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(49,48,48,0.67);
}
.offers-item-photo:hover span {
	display: block;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Open Sans';
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
	right: 40px;
	z-index: 1;
}
.offers-item-photo:hover span:before {
	display: block;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 11px;
	right: 100%;
	margin-right: 20px;
	transition: all 0.3s ease-out;
	border-width: 6px 10px 7px 10px;
	border-right-color: #c54b46;
}
.offers-item-photo:hover span:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 7px 10px 6px 10px;
	border-left-color: #fff;
	position: absolute;
	top: 4px;
	right: 100%;
	margin-right: 8px;
	transition: all 0.3s ease-out;
}
.offers-item-title {
	display: inline-block;
	vertical-align: top;
	font-size: 27px;
	line-height: 32px;
	font-family: 'IntroBold';
	color: #000;
}
.offers-item p {
	text-transform: uppercase;
}
.offers-info {
	background-color: #f6f8f6;
	padding-bottom: 150px;
	position: relative;
}
.offers-info:before {
	display: block;
	content: "";
	height: 170px;
	background: url("../images/offers-about-top.png") 0 0 no-repeat;
	margin-bottom: 30px;
}
.offers-info:after {
	display: block;
	content: "";
	height: 130px;
	background: url("../images/offers-about-bottom.png") 0 0 no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.offers-info h2 {
	font-weight: normal;
	font-size: 100px;
	line-height: 100px;
	font-family: 'IntroBold';
	text-align: center;
	margin: 0 0 25px;
}
.offers-info .column {
	margin: 0 -60px;
}
.offers-info .column:after {
	display: table;
	content: "";
	width: 100%;
}
.offers-info .column-cell {
	float: left;
	width: 50%;
	padding: 0 60px;
}
.house{
	margin-bottom: 100px;
}
.house-price {
	font-size: 18px;
	line-height: 22px;
	position: relative;
	width: 250px;
	display: flex;
	top: 5px;
	left: 140px;
}
.house-price:before {
	float: left;
	display: block;
	content: "";
	width: 42px;
	height: 42px;
	background: url(../images/money.png) 0 0 no-repeat;
	position: relative;
	margin-right: 20px;
}
.body-page-content .house-price {
	position: static;
	float: left;
}
.house-count {
	font-size: 18px;
	line-height: 22px;
	position: relative;
	width: auto;
	display: flex;
	top: 5px;
	left: 140px;
}
.house-count:before {
	float: left;
	display: block;
	content: "";
	width: 42px;
	height: 42px;
	background: url(../images/count.png) 0 0 no-repeat;
	position: relative;
	margin-right: 20px;
	top: 3px;
}
.body-page-content .house-count {
	position: static;
	float: left;
	margin-left: 95px;
}
.rest-count {
	font-size: 18px;
	line-height: 22px;
	position: relative;
	width: auto;
	display: flex;
	top: 5px;
	left: 140px;
}
.rest-count:before {
	float: left;
	display: block;
	content: "";
	width: 42px;
	height: 42px;
	background: url(../images/rest-info.png) 0 0 no-repeat;
	position: relative;
	margin-right: 20px;
	top: 3px;
}
.body-page-content .rest-count {
	position: static;
	float: left;
	margin-left: 95px;
}
.house-btn {
	position: absolute;
	top: 0px;
	right: 0;
	border-radius: 3px;
	overflow: hidden;
}
.body-page-content .house-btn {
	float: right;
	top: 0;
}
.house .carousel-prev {
	margin-left: 25px;
}
.house .carousel-next {
	right: 100%;
	margin-right: -145px;
}
.house-lover-btn {
	position: relative;
	bottom: 0px;
	display: flex;
	width: 100%;
	height: 55px;
}
.house h1 {
	font-weight: 800;
	font-size: 74px;
	margin: 0.58em 0 1.6em;
	position: relative;
}
.house h1:before {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url("../images/line-contact.png") 0 0 no-repeat;
	position: absolute;
	bottom: -68px;
	left: 0;
}
.house-block-list {
	list-style: none;
	margin: 0; 
	padding: 0;
}
.house-block-list li + li {
	margin-top: 120px;
}
.house-block-list li:nth-child(odd) .house-block-photo {
	right: 0;
}
.house-block-list li:nth-child(odd) .house-block {
	padding-right: 740px;
}
.house-block-list li:nth-child(even) .house-block-photo {
	left: 0;
}
.house-block-list li:nth-child(even) .house-block {
	padding-left: 700px;
}
.house-block-list li:nth-child(even) .house-btn {
	left: 0;
	right: inherit;
}
.house-block-list li:nth-child(even) .btn-carousel {
	right: 645px;
}
.house-block-list li:nth-child(even) .house-count {
	position: absolute;
	left: inherit;
	right: 0;
}
.house-block-list li:nth-child(even) .rest-count {
	position: absolute;
	left: inherit;
	right: 0;
}
.house-block-list li:nth-child(even) .house-price {
	position: absolute;
	float: right;
	right: 300px;
	left: inherit;
}
.house-block {
	min-height: 440px;
	position: relative;
}
.house-block h2 {
	font-weight: 600;
	font-size: 46px;
	line-height: 46px;
	padding-top: 20px;
	margin: 0 0 20px;
	text-transform: uppercase;
	background: linear-gradient(to right, #fca256, #f3536f, #ca4677, #89447a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.house-block-relative {
	position: relative;
}
.house-block-anons {
	line-height: 24px;
	font-size: 22px;
	font-weight: 600;
}
.house-block-time {
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(to right, #fca256, #f3536f, #ca4677, #89447a);
	font-weight: bold;
	font-size: 18px;
	line-height: 14px;
	color: #fff;
	padding: 13px 20px;
	position: relative;
	border-radius: 3px;
}
.house-block-time:before {
	display: block;
	content: "";
	float: left;
	width: 14px;
	height: 14px;
	background: url("../images/house-time.png") 0 0 no-repeat;
	margin-right: 8px;
}
.house-block-content {
	padding-top: 10px;
	margin-bottom: 24px;
}
.house-block-term {
	margin-bottom: 12px;
}
.house-block-photo {
	width: 618px;
	border: 12px solid #fff;
	box-shadow: 2.7px 6.4px 20px rgba(103,103,103,0.28);
	position: absolute;
	top: 0;
	border-radius: 3px;
}
.house-block-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}
.house-block-contacts:after {
	display: table;
	content: "";
	width: 100%;
}
.house-block-contacts b {
	float: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 50px;
	text-transform: uppercase;
	margin-right: 10px;
}
.house-block-contacts .btn {
	float: left;
	display: block;
	width: 194px;
	height: 51px;
	font-size: 20px;
	line-height: 45px;
	color: #000000;
	border: 3px solid #000000;
	border-radius: 3px;
	text-align: center;
	opacity: 0.5;
	cursor: pointer;
}
.house-block-contacts .btn:hover {
	opacity: 1;

}
.house-block-contacts .btn a {
	color: inherit;
	text-decoration: none;
}
.house-container h2 {
	font-weight: normal;
	font-size: 46px;
	line-height: 36px;
	font-family: 'IntroBold';
	text-align: center;
	position: relative;
	margin: 0 0 60px;
}
.house-container h2:before,
.house-container h2:after {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url("../images/reviews-line.png") 0 0 no-repeat;
	position: absolute;
	top: 10px;
}
.house-container h2:before {
	left: 0;
}
.house-container h2:after {
	right: 0;
}
.house-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	margin: 0 -10px;
}
.house-list:after {
	display: table;
	content: "";
	width: 100%;
}
.house-item {
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	padding: 0 10px;
	font-size: 16px;
	line-height: 22px;
	font-family: 'IntroBold';
}
.house-item-photo {
	display: block;
	border: 18px solid #fff;
	box-shadow: 1.6px 3.7px 29px rgba(0,0,0,0.3);
	margin-bottom: 40px;
	position: relative;
}
.house-item-photo span {
	display: none;
}
.house-item-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.house-item-photo:hover {
	border-color: #f2b546;
}
.house-item-photo:hover:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(49,48,48,0.67);
}
.house-item-photo:hover span {
	display: block;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Open Sans';
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
	right: 40px;
	z-index: 1;
}
.house-item-photo:hover span:before {
	display: block;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 11px;
	right: 100%;
	margin-right: 20px;
	transition: all 0.3s ease-out;
	border-width: 6px 10px 7px 10px;
	border-right-color: #c54b46;
}
.house-item-photo:hover span:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 7px 10px 6px 10px;
	border-left-color: #fff;
	position: absolute;
	top: 4px;
	right: 100%;
	margin-right: 8px;
	transition: all 0.3s ease-out;
}
.house-item-title {
	display: inline-block;
	vertical-align: top;
	font-size: 27px;
	line-height: 32px;
	font-family: 'IntroBold';
	color: #000;
}
.house-item p {
	text-transform: uppercase;
}
.house-info {
	background-color: #f6f8f6;
	padding-bottom: 150px;
	position: relative;
}
.house-info:before {
	display: block;
	content: "";
	height: 170px;
	background: url("../images/house-about-top.png") 0 0 no-repeat;
	margin-bottom: 30px;
}
.house-info:after {
	display: block;
	content: "";
	height: 130px;
	background: url("../images/house-about-bottom.png") 0 0 no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.house-info h2 {
	font-weight: normal;
	font-size: 100px;
	line-height: 100px;
	font-family: 'IntroBold';
	text-align: center;
	margin: 0 0 25px;
}
.house-info .column {
	margin: 0 -60px;
}
.house-info .column:after {
	display: table;
	content: "";
	width: 100%;
}
.house-info .column-cell {
	float: left;
	width: 50%;
	padding: 0 60px;
}














.service-block {
	min-height: 550px;
	padding-right: 740px;
	padding-bottom: 70px;
	position: relative;
}
.service-block h1,
.service-block h2 {
	font-weight: 600;
	font-size: 46px;
	line-height: 46px;
	margin: 0 0 20px;
	padding-top: 25px;
	background: linear-gradient(to right, #fca256, #f3536f, #ca4677, #89447a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.service-block-anons {
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 18px;
	font-weight: 600;
}
.service-block-content {
	margin-bottom: 24px;
}
.service-block-photo {
	width: 618px;
	border: 12px solid #fff;
	box-shadow: 2.7px 6.4px 20px rgba(103,103,103,0.28);
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 3px;
}
.service-block-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.service-block-btn {
	position: absolute;
	top: 455px;
	right: 0;
	overflow: hidden;
	border-radius: 3px;
}
.service-block-price {
	font-size: 27px;
	line-height: 42px;
	position: absolute;
	top: 470px;
	left: 640px;
}
.service-block-price:before {
	float: left;
	display: block;
	content: "";
	width: 42px;
	height: 42px;
	background: url("../images/money.png") 0 0 no-repeat;
	position: relative;
	margin-right: 20px;
}
.service-block-rules {
	font-size: 18px;
	line-height: 22px;
	position: absolute;
	width: 270px;
	top: 455px;
	left: 655px;
}

.service-block-rules:before {
	float: left;
	display: block;
	content: "";
	width: 42px;
	height: 42px;
	background: url(../images/time.png) 0 0 no-repeat;
	position: relative;
	margin-right: 20px;
}
.service-menu h2 {
	font-weight: normal;
	font-size: 46px;
	line-height: 36px;
	font-family: 'IntroBold';
	color: #c54b46;
	text-align: center;
	position: relative;
	margin: 0 0 50px;
}
.service-menu h2:before,
.service-menu h2:after {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url("../images/reviews-line.png") 0 0 no-repeat;
	position: absolute;
	top: 10px;
}
.service-menu h2:before {
	left: 0;
}
.service-menu h2:after {
	right: 0;
}
.service-menu h2 a {
	color: #c54b46;
	text-decoration: none;
}
.service-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	margin: 0 -60px;
}
.service-list:after {
	display: table;
	content: "";
	width: 100%;
}
.service-row {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 60px;
	margin-bottom: 90px;
}
.service-row h3 {
	font-weight: normal;
	font-size: 27px;
	line-height: 27px;
	font-family: 'IntroBold';
	text-transform: uppercase;
	margin-bottom: 20px;
}
.service-text {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}
.service-tech {
	position: relative;
	border-bottom: 2px dotted rgba(0,0,0,0.7);
	margin-top: 8px;
}
.service-tech:after {
	display: table;
	content: "";
	width: 100%;
}
.service-tech span {
	float: left;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	padding-right: 10px;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	top: 4px;
	z-index: 1;
}
.service-tech b {
	float: right;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	padding-left: 10px;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	top: 4px;
	z-index: 1;
}
.service-info {
	background-color: #f6f8f6;
	position: relative;
}
.service-info h2 {
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	color: #000;
	text-align: center;
	margin: 0 0 60px;
}
.service-info h3 {
	min-width: 320px;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	background-color: #c54b46;
	text-transform: uppercase;
	padding: 5px;
	margin: 0 0 15px;
}
.gradienth3{
	background: linear-gradient(to right, #fca256, #f3536f, #ca4677, #89447a);
}
.service-info .service-tech span,
.service-info .service-tech b {
	background-color: #f6f8f6;
}
.service-info .service-row h3 {
	display: block;
	background-color: transparent;
	color: #000;
	padding: 0;
}
.service-info .service-row h3.service-row-title {
	min-width: 0;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	font-size: 27px;
	line-height: 28px;
	font-family: 'IntroBlack';
	color: #fff;
	background-color: #c54b46;
	text-transform: uppercase;
	padding: 5px;
	margin: 0 0 15px;
}
.service-info .service-row h3.service-row-title a {
	color: #fff;
	text-decoration: none;
}
/*
.single .catalog:after {
  display: block;
  content: "";
  height: 130px;
  background: url("../images/offers-about-bottom.png") 0 0 no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
*/
.single-text {
	margin: 0 -20px;
	padding-bottom: 100px;
}
.single-text:after {
	display: table;
	content: "";
	width: 100%;
}
.single-text-cell {
	float: left;
	width: 50%;
	padding: 0 20px;
}
.single-row {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 100px;
}
.single-row:after {
	display: table;
	content: "";
	width: 100%;
}
.single-column {
	margin: 0 -20px;
}
.single-column:after {
	display: table;
	content: "";
	width: 100%;
}
.single-column + li {
	margin-top: 130px;
}
.single-column:nth-child(even) .content {
	float: right;
}
.single-column:nth-child(even) .image {
	float: left;
}
.single-column .content {
	float: left;
	width: 50%;
	padding: 0 20px;
}
.single-column .image {
	float: right;
	width: 50%;
	padding: 0 20px;
}
.single-column .image img {
	display: block;
	width: 100%;
	border: 12px solid #fff;
	box-shadow: 2.7px 6.4px 20px rgba(103,103,103,0.28);
}
.single-column h3 {
	font-weight: normal;
	font-size: 50px;
	line-height: 60px;
	font-family: 'IntroBold';
	margin: 0;
	padding: 20px 0;
}
.single-column .tour {
	padding-top: 20px;
}
.single-column .tour i {
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 33px;
	background: url("../images/tour-black.png") 0 0 no-repeat;
	position: relative;
	top: -4px;
	margin-right: 16px;
}
.single-column .tour a {
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
}
.single-column .tour a:hover {
	color: #f01a21;
}
.single-more {
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	padding-top: 30px;
	padding-left: 72px;
}
.single-more a {
	position: relative;
}
.single-more a:before {
	display: block;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #c54b46;
	position: absolute;
	top: 11px;
	right: 100%;
	margin-right: 20px;
	transition: all 0.3s ease-out;
	border-width: 6px 10px 7px 10px;
	border-right-color: #c54b46;
}
.single-more a:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 7px 10px 6px 10px;
	border-left-color: #c54b46;
	position: absolute;
	top: 4px;
	right: 100%;
	margin-right: 8px;
	transition: all 0.3s ease-out;
}
@media screen and (min-width: 1921px) {
	.wrap-title,
	.wrap-title:after,
	.catalog:before,
	.offers-info:before,
	.offers-info:after,
	.body-page .wrap-title,
	.kitchen {
		background-size: cover;
	}
}
@media screen and (min-width: 768px) {
	.wa-button {
		position:fixed;
		bottom:105px;
		right:20px;
		z-index:1000
	}
	.wa-button img {
		width: 60px;
	}	
	.phone-button {
		display:none;
	/*
	position:fixed;
	bottom:80px;
	right:20px;
	z-index:1000
	*/
}
.phone-button img {
	width: 40px;
}	
.ngs-award {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:1000
}
.ngs-award img {
	width: 150px;
}	

.list-simple-item {
	margin-bottom: 20px !important;
}
.list-simple-item h3 {
	font-size: 20px !important;
	line-height: 25px !important;
	font-family: 'IntroRegular' !important;
}
}

body.body-homepage .catalog {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,248,246,1) 6%, rgba(246,248,246,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,248,246,1) 6%,rgba(246,248,246,1) 100);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,248,246,1) 6%,rgba(246,248,246,1) 100%);
}
body.body-homepage .nav-menu .current-menu-item:before {
	display: none;
}
body.body-homepage .nav-menu .current-menu-item a {
	color: #fff;
}
body.body-homepage .nav-menu .current-menu-item a:hover {
	color: #be925c;
}

.page-404 {
	font-family: 'IntroBold';
	text-align: center;
}

.page-404 h1 {
	margin-bottom: 100px;
}

.page-404-logo {
	font-size: 320px;
	line-height: 320px;
	position: relative;
	margin-bottom: 100px;
}

.page-404-logo span {
	visibility: hidden;
}

.page-404-logo:before {
	display: block;
	content: "";
	width: 405px;
	height: 527px;
	background: url('../images/404.png') 0 0 no-repeat;
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: -140px;
	pointer-events: none;
}

.page-404-back {
	font-size: 46px;
	line-height: 46px;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.page-404-back:before,
.page-404-back:after {
	display: block;
	content: "";
	width: 300px;
	height: 18px;
	background: url("../images/reviews-line.png") 0 0 no-repeat;
	position: absolute;
	bottom: 10px;
}
.page-404-back:before {
	left: 0;
}
.page-404-back:after {
	right: 0;
}

.service-info-gradient {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,248,246,1) 6%, rgba(246,248,246,1) 89%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,248,246,1) 6%,rgba(246,248,246,1) 89%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,248,246,1) 6%,rgba(246,248,246,1) 89%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.service-info-gradient .service-info,
.service-info-gradient .service-sheff {
	background: none;
}

.page-articles {
	max-width: 960px;
	margin: 0 auto 60px auto;
}

.page-articles img{
	border: 12px solid #fff;
	box-shadow: 2.7px 6.4px 20px rgba(103,103,103,0.28);
	margin-bottom: 25px;
	border-radius: 3px;
}

.ui-articles h1 {
	font-size: 60px;
	line-height: 65px;
}


@media screen and (min-width: 1301px) {
	.about .carousel .swiper-wrapper {
		width: auto !important;
		transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		display: inline-block;
	}
	.about .carousel .titleglav-wrap {
		float: left;
		width: 33.333333% !important;
		margin: 0px !important;
	}
	.about-item:hover {
		background-color: #f6f8f6;
		box-shadow: 0 4px 9px rgba(0,0,0,0.17);
		border-radius: 3px;
	}
	.area-item:hover:before,
	.area-item:hover:after {
		opacity: 1;
	}
	.area-item:hover img {
		top: -130px;
	}
	.area .carousel .swiper-wrapper {
		width: auto !important;
		transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		display: block !important;
		overflow: hidden;
	}
	.area .carousel .titleglav-wrap {
		float: left;
		width: 25% !important;
		margin: 0px !important;
	}
	.catalog-icons {
		text-align: center;
	}
/*
  .catalog-icons .swiper-wrapper {
    display: inline-block !important;
  }
  */
}

.service-info-cooking .service-list {
	margin-left: -20px;
	margin-right: -20px;
}

.service-info-cooking .service-row {
	width: 33.333333%;
	padding: 0 20px;
	margin-bottom: 40px;
}

.service-info-cooking .service-row h3 {
	font-size: 20px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 1300px) {
	.page-articles{
		margin-top: -40px;
	}
	.yamet{
	text-align: center;
    width: 100%!important;
    margin: 0!important;
    height: 50px!important;
	}
	.mobileoffers{
		margin-top: -40px!important;
	}
	.carousel-about:after {
		display: none;
	}
	.pcswiper{
		display: none;
	}
	.mapspc{
		display: none;
	}
	.mapsmobile{
		display: inherit;
	}
	.mobileswiper{
		display: inherit;
	}
	.wrap-title-stat{
		height: 350px;
	}
	.offers h1 {
		font-size: 36px;
		line-height: 43px;
		margin: 20px 0 50px;
	}
	.catalog-tabs:before {
		width: 150px;
	}
	.catalog-tabs:after {
		width: 150px;
	}
	.offers h1:before {
		display: block;
		content: "";
		width: 100%;
		height: 18px;
		background: url(../images/line-contact.png) 0 0 no-repeat;
		position: absolute;
		bottom: -25px;
		left: 0;
	}
	.body-page-content .catalog-seo {
		padding: 20px 0 50px;
	}
	.catalog-seo h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.service h1 {
		font-size: 43px;
		line-height: 43px;
		margin: 0 0 0.58em;
	}
	.menu-item {
		font-size: 14px;
	}
	.menu-item + li {
		margin-left: 25px;
	}
	.service-block {
		min-height: 400px;
	}
	.service-block-price {
		font-size: 19px;
		line-height: 24px;
		left: 372px;
		top: 285px;
	}
	.service-block-price:before {
		width: 24px;
		height: 24px;
		background-size: cover;
		margin-right: 20px;
	}
	.service-block-rules {
		width: 25%;
		top: 283px;
		left: 372px;
		font-size: 12px;
		line-height: 16px;
	}
	.service-block-btn {
		width: 152px;
		top: 283px;
		overflow: inherit;
	}
	.service-block-btn .btn {
		font-size: 14px;
		line-height: 18px;
		width: 100%;
		height: 50px;
		padding-top: 8px;
	}
	.service-menu h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.service-menu h2:before,
	.service-menu h2:after {
		width: 160px;
	}
	.service-list {
		margin-left: -50px;
		margin-right: -50px;
	}
	.service-row {
		padding: 0 50px;
	}
	.service-row h3 {
		font-size: 19px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.service-text {
		font-size: 14px;
	}
	.service-tech span,
	.service-tech b {
		font-size: 14px;
		top: 5px;
	}
	.service-info {
		background-image: linear-gradient(to top, #f6f8f6 0%, #fff 100%);
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.service-info:before {
		display: none;
	}
	.service-info h2 {
		font-size: 43px;
		line-height: 43px;
	}
	.service-info h3 {
		font-size: 19px;
		line-height: 19px;
		min-width: 200px;
		padding: 10px 5px;
	}
	.row {
		width: 768px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.wrap-ng-tr {    
		opacity: 0.5;  
	}
	.wrap-ng-tl {  
		opacity: 0.5;  
	}
	.wrap-ng-left {
		width: 120px;
		position: absolute;
		top: -55px;
		left: 41%;
		z-index: 1;
	}
	.wrap-ng-right {  
		display:none;  
	}
	.wrap-logo {
		top: 58px;
		width: 110px;
		margin-left: -66px;
	}
	.titleglav {
		width: 100%;
	}
	.sliderglav {
		height: 432px;
	}
	.sliderglav .slide_img .prev, .sliderglav .slide_img .next {
		height: 432px!important;
	}
	.wrap-dn .row {
		padding-left: 0;
		padding-right: 0;
	}
	.wrap-title {
		height: 550px;
		padding-top: 200px;
	}
	.wrap-title:after {
		height: 200px;
		background-size: cover;
	}
	.wrap-title-stat:after {
		height: 200px;
		background-size: cover;
	}
	.wrap-title .titleglav-item-title {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		font-size: 30px;
		line-height: 30px;
	}
	.wrap-title .titleglav-item-text {
		max-width: 480px;
		font-size: 22px;
		line-height: 30px;
		display: block;
	}
	.wrap-title .carousel-item-content {
		height: 50px;
	}
	.wrap-title .carousel-item-content img {
		width: auto;
		max-height: 100%;
	}
	.wrap-line {
		font-size: 12px;
		line-height: 16px;
		top: 400px;
	}
	.wrap-line i {
		width: 34px;
		height: 24px;
		background-size: cover;
	}
	.wrap-line a:before {
		width: 40px;
		height: 40px;
		background-size: cover;
		margin-top: 25px;
		margin-left: 200px;
	}
	.carousel-start {
		width: 724px;
	}
	.head-location {
		font-size: 14px;
		line-height: 20px;
		margin-top: 21px;
		margin-left: 5px;
	}
	.head-inst {
		font-size: 14px;
		line-height: 20px;
		margin-top: 21px;
		margin-left: 35px;
	}
	.head-phone {
		font-size: 14px;
		line-height: 20px;
		margin-right: 175px;
		margin-top: 21px;
	}
	.head-phone b {
		font-weight: 600;
		font-size: 14px;
	}
	.head-btn {
		font-size: 14px;
		width: 152px;
		top: 6px;
		right: 25px;
	}
	.nav {
		top: 86px;
		height: 49px;
	}
	.nav .row {
		padding-left: 10px;
		padding-right: 10px;
	}
	.nav-menu {
		padding-top: 12px;
	}
	.nav-menu:before {
		top: 19px;
	}
	.nav-menu_left {
		background-image: url("../images/nav-left_sm.png");
		padding-left: 40px;
	}
	.nav-menu_left:before {
		display: none;
	}
	.nav-menu_right {
		background-image: url("../images/nav-right_sm.png");
		padding-right: 40px;
	}
	.nav-menu_right:before {
		display: none;
	}
	.nav-menu-item {
		font-size: 14px;
		line-height: 20px;
	}
	.nav-menu-item + li {
		margin-left: 25px;
	}
	.offers-block-photo img {
		width: 100%;
		height: auto;
		max-width: none;
		max-height: none;
	}
	.offers-info {
		background-image: linear-gradient(to top, #f6f8f6 0%, #fff 100%);
		padding-top: 40px;
	}
	.offers-info:before {
		display: none;
	}
	.offers-block {
		min-height: 320px;
	}
	.offers-block-list li:nth-child(odd) .offers-block {
		padding-right: 400px;
	}
	.offers-block-list li:nth-child(even) .offers-block {
		padding-left: 380px;
	}
	.offers-block h2 {
		font-size: 30px;
		line-height: 30px;
		padding-top: 0;
	}
	.offers-block-content,
	.offers-block-term {
		font-size: 14px;
	}
	.offers-block-photo {
		width: 346px;
	}
	.offers-block-contacts b {
		line-height: 38px;
	}
	.offers-block-contacts .btn {
		font-size: 14px;
		line-height: 36px;
		width: 145px;
		height: 38px;
	}
	.offers-container h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.offers-container h2:before,
	.offers-container h2:after {
		width: 160px;
	}
	.offers-item {
		width: 50%;
		margin-bottom: 40px;
		font-size: 14px;
	}
	.offers-item-photo {
		margin-bottom: 29px;
	}
	.offers-item-title {
		font-size: 19px;
		line-height: 22px;
	}
	.offers-info h2 {
		font-size: 80px;
		line-height: 80px;
	}
	.offers-info .column {
		margin: 0 -30px;
	}
	.offers-info .column-cell {
		padding: 0 30px;
	}
	.service-block {
		padding-right: 400px;
	}
	.service-block h2 {
		font-size: 30px;
		line-height: 30px;
		padding-top: 0;
	}
	.service-block-content,
	.service-block-term {
		font-size: 14px;
	}
	.service-block-photo {
		width: 346px;
	}
	.about .carousel-about {
		padding: 0 50px;
		overflow: hidden;
	}
	.about .carousel-control {
		display: block;
	}
	.about .carousel-prev {
		left: -50px;
	}
	.about .carousel-next {
		right: -50px;
	}
	.area .carousel {
		overflow: hidden;
	}
	.area .carousel-control {
		display: block;
	}
	.area .carousel-control:before {
		background-color: #000;
	}
	.area .area-prev {
		left: 0;
	}
	.area .area-next {
		right: 0;
	}
	.area-prev:after {
		border-right-color: #000;
		left: -11px;
		border-width: 6px 10px 7px 10px;
	}
	.area-next:after {
		border-left-color: #000;
		right: -11px;
		border-width: 7px 10px 6px 10px
	}
	.foot {
		font-size: 14px;
		line-height: 18px;
		padding-left: 0px;
	}
	.foot-logo {
		display: none;
	}
	.foot-2info {
		font-size: 18px;
		font-weight: 600;
		width: 100%;
		height: auto;
		display: flex;
	}

	.foot-social {
		width: 164px;
		top: 150px;
		left: 25px;
	}
	.foot-cell {
		width: 196px;
		height: 60px;
		margin: 0 auto;
		display: inline-block;
	}
	.foot-2info .foot-cell {
		text-align: center;
		margin: 0 auto;
	}
	.menufoot a {
		text-decoration: none;
		margin-right: 15px;
	}
	.foot-copy {
		position: relative;
		display: flex;
		float: left;
		width: 100%;
	}
	.foot-copyright{
		text-align: center;
		width: 100%;
		margin: 0;
		height: 20px;
	}
	.foot-dev{
		width: 100%;
		top: 0px;
		height: 20px;
		margin: 0;
		text-align: center;
	}
	.foot-cell_long {
		width: 100%;
		padding-top: 0;
		height: 60px;
		margin: 0 auto;
		text-align: center;
	}
	.foot-cell_long b {
		width: 200px;
		font-size: 14px;
		line-height: 18px;
	}
	.foot-btn {
		width: 100%;
		right: 0;
		top: -89px;
		padding: 0 25px;
		position: absolute;
	}
	.location {
		background-color: #fff;
		position: relative;
		padding-top: 40px;
		padding-bottom: 90px;
	}
	.wrap-dn {
		height: 360px;
		padding-top: 169px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.foot-btn .btn {
		width: 100%;
		height: 60px;
		font-size: 14px;
		line-height: 18px;
		padding-top: 14px;
	}
	.body-page .wrap-title {
		height: 300px;
	}
	.body-page .wrap-title:after {
		height: 200px;
		background-size: cover;
	}
	.body-page h1 {
		font-size: 43px;
		line-height: 43px;
	}
	.body-page .wrap-title {
		height: 350px;
	}
	.body-page .services-item {
		width: 25%;
	}
	.body-page .services-item img {
		display: block;
		width: 100%;
		height: auto;
	}
	.body-page-kitchen .service-info h2:before,
	.body-page-kitchen .service-info h2:after {
		display: none;
	}
	.body-page-kitchen .service-sheff h2:before,
	.body-page-kitchen .service-sheff h2:after {
		display: none;
	}
	.body-page-single .service-menu h2 {
		line-height: 35px;
	}
	.body-page-single .service-menu h2:before,
	.body-page-single .service-menu h2:after {
		display: none;
	}
	.about .row {
		height: auto;
		padding-bottom: 200px;
		min-height: 466px;
	}
	.about h1 {
		font-size: 80px;
		line-height: 72px;
		margin-bottom: 60px;
		max-width: 100%;
	}
	.about h1:before {
		width: 100%;
	}
	.about h2 {
		font-size: 80px;
		line-height: 72px;
		margin-bottom: 60px;
	}
	.about h2:before {
		width: 210px;
	}
	.about-text {
		font-size: 14px;
		max-width: 476px;
	}
	.about .titleglav-wrap {
		width: 100px;
	}
	.about-item {
		width: auto;
		height: auto;
	}
	.about-item span {
		display: block;
		font-size: 12px;
		line-height: 14px;
		padding: 0;
	}
	.about-time {
		width: 161px;
		background-image: url("../images/about2_sm.png");
		padding-top: 243px;
	}
	.about-time_number {
		font-size: 88px;
		line-height: 80px;
		padding-right: 20px;
	}
	.about-time_type {
		font-size: 18px;
		line-height: 20px;
		padding: 0 20px 0 0;
	}
	.about-time_location {
		font-size: 22px;
		padding-right: 20px;
	}
	.about .carousel-about {
		width: auto;
		height: 130px;
		position: absolute;
		top: 100%;
		left: 25px;
		right: 25px;
		margin-top: -165px;
	}
	.about-more a:before {
		left: 85px;
	}
	.about-photo {
		margin-top: 0;
		width: 80px;
		height: 80px;
	}
	.about-photo img {
		display: inline-block;
		vertical-align: middle;
		width: 80px;
		height: 80px;
	}
	.about-tour {
		bottom: 150px;
		left: 25px;
	}
	.about-tour a {
		display: block;
		font-size: 12px;
		line-height: 26px;
	}
	.about-tour i {
		width: 34px;
		height: 24px;
		background-size: cover;
		top: 0;
	}
	.about-more {
		font-size: 12px;
		bottom: 190px;
		left: 25px;
	}
	.catalog .row {
		position: relative;
	}
	.catalog-tabs h2:before {
		width: 150px;
		bottom: -32px;
	}
	.catalog-tabs-item a {
		font-size: 12px;
		line-height: 14px;
		height: 76px;
	}
	.catalog-tabs-item a b {
		padding: 4px 0 2px;
		font-size: 16px;
		line-height: 20px;
	}
	.catalog-body {
		height: 815px;
	}
	.catalog-dn {
		display: none;
	}
	.catalog-content {
		padding-right: 0;
		position: static;
	}
	.catalog-content h3 {
		font-size: 80px;
		line-height: 70px;
	}
	.catalog-text {
		margin-bottom: 40px;
	}
	.catalog-carousel {
		width: auto;
		position: static;
	}
	.catalog-carousel img {
		display: block;
		max-width: none;
		max-height: none;
		width: 100%;
		height: auto;
	}
	.catalog .carousel-control {
		margin-top: -186px;
	}
	.catalog-icons {
		position: relative;
		bottom: 0;
		margin-bottom: 40px;
	}
	.catalog-icons-item span {
		font-size: 14px;
		line-height: 20px;
	}
	.catalog-anons {
		max-width: 100%;
	}
	.catalog-text {
		font-size: 14px;
	}
	.catalog-tour {
		width: auto;
		top: 100%;
		right: 25px;
		margin-top: -193px;
	}
	.catalog-tour a {
		display: block;
		font-size: 12px;
		line-height: 26px;
	}
	.catalog-tour i {
		width: 34px;
		height: 24px;
		background-size: cover;
		top: 0;
	}
	.catalog-rules {
		width: auto;
		font-size: 12px;
		top: 100%;
		right: 25px;
		margin-top: -69px;
	}
	.catalog-price {
		top: 0px;
		left: 210px;
		margin-top: 0px;
	}
	.btn-carousel {
		position: absolute;
		right: 188px;
		top: -85px;
		width: 170px;
	}
	.body-page-content .house-price {
		position: static;
		float: left;
	}
	.body-page-content .house-count {
		position: static;
		float: left;
		margin-left: 0px;
	}
	.body-page-content .rest-count {
		position: static;
		float: left;
		margin-left: 0px;
	}
	.house {
		margin-top: -20px;
		margin-bottom: 50px;
	}
	.house-block-list li:nth-child(even) .btn-carousel {
		right: 560px;
	}
	.house-block-list li:nth-child(even) .btn-carousel {
		right: 560px;
		top: -85px;
	}
	.house-block-list li:nth-child(even) .house-price {
		position: absolute;
		float: right;
		right: 180px;
		left: inherit;
	}
	.catalog-btn {
		width: 164px;
		position: absolute;
		top: 0px;
		left: 0px;
		margin-top: 0px;
	}
	.catalog-btn .btn {
		font-size: 14px;
		line-height: 16px;
		width: 100%;
		height: 49px;
	}
	.catalog-lover-btn {
		position: relative;
		bottom: -40px;
		display: flex;
		width: 100%;
		height: 55px;
	}
	.kitchen {
		height: 780px;
		background-size: cover;
		padding-top: 180px;
	}
	.kitchen .row:before {
		width: 460px;
		height: 460px;
		margin-left: -230px;
		margin-top: -100px;
	}
	.kitchen .row:after {
		width: 640px;
		height: 640px;
		margin-left: -320px;
		margin-top: -100px;
	}
	.kitchen h2 {
		font-size: 80px;
		line-height: 60px;
	}
	.kitchen h2:before {
		width: 130px;
		margin-left: -65px;
	}
	.kitchen-anons,
	.kitchen-item,
	.kitchen-text {
		font-size: 14px;
		line-height: 18px;
	}
	.kitchen-carousel {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.kitchen-anons {
		width: 410px;
	}
	.kitchen-item img {
		width: auto;
		height: 90px;
	}
	.kitchen-item span {
		width: auto;
	}
	.kitchen-more {
		line-height: 18px;
		top: 22px;
		right: 107px;
	}
	.about {
		position: relative;
		background-color: #fff;
		padding-top: 20px;
		margin-bottom: -40px;
	}
	.kitchen-more br {
		display: block;
	}
	.kitchen-more a:before,
	.kitchen-more a:after {
		margin-top: 1px;
	}
	.services h2 {
		font-size: 80px;
		line-height: 60px;
		margin-bottom: 40px;
	}
	.services-content {
		width: 737px;
	}
	.services-field {
		font-size: 12px;
		line-height: 12px;
	}
	.services-field-content {
		bottom: 20px;
	}
	.services-field:hover:before {
		border-width: 13px;
		top: -13px;
		right: -13px;
		bottom: -13px;
		left: -13px;
	}
	.services-item {
		width: 50%;
		padding: 0 1px 1px 0;
	}
	.services-item img {
		display: block;
		width: 100%;
		height: auto;
	}
	.services-item:first-child {
		width: 50%;
		border-right: 1px solid #fff;
	}
	.services-item:first-child img {
		width: auto;
		height: 289px;
		position: relative;
		right: 1px;
	}
	.services-more {
		line-height: 18px;
		top: 12px;
		right: 25px;
	}
	.services-more br {
		display: block;
	}
	.services-more a:before,
	.services-more a:after {
		margin-top: 7px;
	}
	.location .row {
		width: 724px;
	}
	.location-row {
		margin-bottom: 30px;
	}
	.location h2 {
		font-size: 80px;
		line-height: 76px;
	}
	.location-content {
		margin-left: 350px;
	}
	.location-cell {
		font-size: 14px;
		line-height: 18px;
		width: 100%;
	}
	.location-cell_long {
		font-size: 14px;
		line-height: 18px;
		width: 100%;
		padding-right: 100px;
		margin-top: 0;
	}
	.location-cell_long:before {
		width: 66px;
	}
	.location-area {
		margin: 0 -26px;
		overflow: hidden;
	}
	.location-area:before,
	.location-area:after {
		display: none;
	}
	.location-maps {
		width: 700px;
		height: 329px;
		margin-left: auto;
		margin-right: auto;
	}
	.location-maps:before {
		width: 745px;
		height: 329px;
		background-image: url("../images/map_768.png");
		margin-left: -362px;
	}
	.reviews h2 {
		margin-bottom: 40px;
	}
	.reviews .carousel {
		width: 600px;
		padding-left: 0;
		padding-right: 0;
	}
	.reviews .titleglav-wrap {
		background-image: url("../images/reviews-item_sm.png");
		height: 500px;
		padding-top: 116px;
	}
	.reviews-item {
		font-size: 14px;
		line-height: 22px;
		width: 260px;
		margin: 0 0 0 170px;
	}
	.reviews-user_photo {
		margin-top: 80px;
	}
	.single-text-cell {
		width: 100%;
		font-size: 14px;
	}
	.single-text-cell p {
		margin: 0 0 1em;
	}
	.single-column + li {
		margin-top: 80px;
	}
	.single-column h3 {
		font-size: 43px;
		line-height: 40px;
		padding-top: 0;
	}
	.service-info .service-row h3.service-row-title {
		font-size: 19px;
		line-height: 20px;
	}
	.page-404-back:before,
	.page-404-back:after {
		width: 150px;
	}
	.body-page-content .catalog-content .left {
		float: none;
		width: auto;
	}
	.body-page-content .catalog-content h3 {
		margin-bottom: 30px;
	}
	.body-page-content .catalog-content .left .catalog-icons {
		display: block;
	}
	.body-page-content .catalog-content .right {
		float: none;
		width: auto;
	}
	.body-page-content .catalog-content .right .catalog-tour {
		margin-top: 0;
		right: 0;
	}
	.body-page-content .catalog-content .right .catalog-btn {
		margin-top: 0;
		right: 0;
	}
	.body-page-content .catalog-content .right .catalog-price {
		margin-top: -6px;
	}
	.body-page-content .catalog-content .right .catalog-price .catalog-rules {
		font-size: 14px;
		line-height: 30px;
		right: 0;
		margin-top: 0;
		top: 0;
	}
	.body-page-content .catalog-content .right .carousel-control {
		margin-top: 38px;
	}
	.house-block-photo img {
		width: 100%;
		height: auto;
		max-width: none;
		max-height: none;
	}
	.house h1:before {
		display: block;
		content: "";
		width: 100%;
		height: 18px;
		background: url(../images/line-contact.png) 0 0 no-repeat;
		position: absolute;
		bottom: -25px;
		left: 0;
	}
	.house h1 {
		font-size: 36px;
		line-height: 43px;
		margin: 20px 0 50px;
	}
	.house-info {
		background-image: linear-gradient(to top, #f6f8f6 0%, #fff 100%);
		padding-top: 40px;
	}
	.house-info:before {
		display: none;
	}
	.house-block {
		min-height: 320px;
	}
	.house-block-list li:nth-child(odd) .house-block {
		padding-right: 400px;
	}
	.house-block-list li:nth-child(even) .house-block {
		padding-left: 380px;
	}
	.house-block h2 {
		font-size: 30px;
		line-height: 30px;
		padding-top: 0;
	}
	.house-block-content,
	.house-block-term {
		font-size: 14px;
	}
	.house-block-photo {
		width: 346px;
	}
	.house-block-contacts b {
		line-height: 38px;
	}
	.house-block-contacts .btn {
		font-size: 14px;
		line-height: 36px;
		width: 145px;
		height: 38px;
	}
	.house-container h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.house-container h2:before,
	.house-container h2:after {
		width: 160px;
	}
	.house-item {
		width: 50%;
		margin-bottom: 40px;
		font-size: 14px;
	}
	.house-item-photo {
		margin-bottom: 29px;
	}
	.house-item-title {
		font-size: 19px;
		line-height: 22px;
	}
	.house-info h2 {
		font-size: 80px;
		line-height: 80px;
	}
	.house-info .column {
		margin: 0 -30px;
	}
	.house-info .column-cell {
		padding: 0 30px;
	}
}
@media screen and (max-width: 1024px) {
	.wrap-title {
		background: #071f07 url("../images/head-xs.jpg") top center no-repeat;
	}
	.wrap-video {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.head-inst{
		display: none;
	}
		.foot-copy {
		position: relative;
		display: block;
		float: left;
		width: 100%;
	}
	.btn-book:before {
    border: 3px solid #db4775!important;
}
	.mobileoffers{
		margin-top: -40px!important;
	}
	.ui-articles h1 {
		font-size: 36px;
		line-height: 43px;
	}
	.page-articles img{
		width: 100%;
	}
	.pcwrapper{
		width: 100%!important;
		margin: inherit;
	}
	.head-phone:before{
		display: none;
	}
	.titleglav {
		width: 100%;
	}
	.kitchen-item img {
		width: auto;
		height: 140px;
		margin-bottom: -20px;
	}
	.catalog {
		padding-top: 50px;
	}

	.offers{
		margin-top: 35px;
	}
	.location {
		padding-bottom: 25px;
	}
	.sliderglav:before {
		display: none;
	}
	.sliderglav:after {
		display: none;
	}
	.sliderglav .slide_img .prev, 
	.sliderglav .slide_img .next{
		height: 100%!important;
	}
	.wrap-title-stat {
		height: 350px;
		padding-top: 222px;
		position: relative;
	}
	.catalog-lover-btn {
		position: absolute;
		bottom: 0;
		display: block;
		width: 100%;
		height: 225px;
	}
	.catalog-dn {
		width: 100%;
		margin-bottom: 30px;
		display: inherit;
	}
	.catalog-body {
		height: 855px;
	}
	.btn-carousel {
		position: absolute;
		right: -57px;
		top: 0px;
		width: 170px;
	}
	.house-lover-btn .btn-carousel {
		position: absolute;
		left: -26px;
		top: -10px;
		width: 100%;
		background: #ffff;
	}
	.house-btn .btn-book {
		width: 100%;
	}
	.house-block-list li + li {
		margin-top: 60px;
	}
	.house-block-list li:nth-child(even) .house-price {
		position: relative;
		float: left;
		display: block;
		left: 0;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 50px;
		right: inherit;
	}
	.house-block-list li:nth-child(even) .house-count{
		position: relative;
		float: left;
		display: block;
		margin-left: 0px;
		left: 0;
		width: 100%;
		margin-bottom: 20px;
		right: inherit;
	}
	.house-block-list li:nth-child(even) .rest-count{
		position: relative;
		float: left;
		display: block;
		margin-left: 0px;
		left: 0;
		width: 100%;
		margin-bottom: 20px;
		right: inherit;
	}
	.house-block-list li:nth-child(even) .btn-carousel {
		position: absolute;
		left: -26px;
		top: -10px;
		width: 100%;
		background: #ffff;
	}
	.house-block-list li:nth-child(even) .house-btn {
		float: left;
		position: relative;
		top: 0;
		left: 0;
		right: inherit;
		width: 100%;
	}
	.wa-button {
		position:fixed;
		bottom:60px;
		right:10px;
		z-index:1000
	}
	.wa-button img {
		width: 55px;
	}	
	.phone-button {
		position:fixed;
		bottom:120px;
		right:10px;
		z-index:1000
	}
	.phone-button img {
		width: 55px;
	}	
	.ngs-award {
		position:fixed;
		bottom:10px;
		right:10px;
		z-index:1000
	}
	.ngs-award img {
		width: 90px;
	}	

	.list-simple-item {
		margin-bottom: 40px !important;
	}
	.list-simple-item h3 {
		font-size: 20px !important;
		line-height: 25px !important;
		font-family: 'IntroRegular' !important;
	}

	.no-scroll {
		overflow: hidden;
	}
	.row {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.wrap-ng-tr {
		display:none;
	}
	.wrap-ng-tl {
		display:none;
	}
	.wrap-ng-left {
		width: 84px;
		position: absolute;
		top: -25px;
		left: 16%;
		z-index: 1;
	}
	.wrap-ng-right {  
		display: block;
		width: 84px;
		position: absolute;
		top: -5px;
		left: 60%;
		z-index: 1;
	}
	.wrap-logo {
		top: 20px;
		z-index: 150;
		width: 85px;
		margin-left: -42px;
	}
	.wrap-up {
		padding-bottom: 0px;
	}
	.wrap-dn {
		height: 400px;
		margin-top: 15px;
		position: relative;
	}
	.wrap-dn .row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wrap-line {
		display: block;
		width: 34px;
		height: 24px;
		margin: 0;
		position: absolute;
		top: 20px;
		left: 15px;
		z-index: 150;
	}
	.wrap-line:before,
	.wrap-line:after,
	.wrap-line span {
		display: none;
	}
	.wrap-line i {
		width: 34px;
		height: 24px;
		background-size: cover;
		top: 0;
		margin: 0;
	}
	.wrap-line a {
		display: block;
		width: 34px;
		height: 24px;
	}
	.wrap-line a:before {
		display: none;
	}
	.head {
		z-index: 150;
	}
	.head-location {
		display: none;
	}
	.head-btn {
		width: 100%;
		top: 110px;
		right: 0;
		text-align: center;
		z-index: 150;
	}
	.head-btn .btn {
		display: inline-block;
		vertical-align: top;
		width: 152px;
		height: 40px;
		line-height: 26px;
	}
	.head-btn .btn span {
		display: none;
	}
	.head-phone {
		width: 100%;
		text-align: center;
		margin: 0;
		position: absolute;
		top: 168px;
		left: 0;
		z-index: 150;
	}
	.nav {
		display: none;
	}
	.nav-open {
		display: block;
		width: 50px;
		height: 54px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		z-index: 150;
		padding-top: 20px;
	}
	.nav-open span {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #fff;
		position: relative;
		margin: 0 auto;
	}
	.nav-open span:before,
	.nav-open span:after {
		display: block;
		content: "";
		width: 20px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 6px;
		left: 0;
	}
	.nav-open span:after {
		margin-top: 6px;
	}
	.nav-open_current span {
		background-color: transparent;
	}
	.nav-open_current span:before,
	.nav-open_current span:after {
		border-radius: 2px;
	}
	.nav-open_current span:before {
		transform: rotate(45deg);
	}
	.nav-open_current span:after {
		transform: rotate(-45deg);
		margin-top: 0;
	}
	.nav_current {
		display: block;
		height: auto;
		background: #000 url("../images/head-xs-menu.jpg") top center no-repeat;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		padding-top: 220px;
	}
	.nav_current:before {
		display: block;
		content: "";
		width: 100%;
		height: 200px;
		background: url("../images/head-line.png") top center no-repeat;
		background-size: cover;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 200;
	}
	.nav_current .row {
		padding-left: 0;
		padding-right: 0;
	}
	.nav_current .nav {
		background: none;
	}
	.nav_current .nav-menu {
		background: none;
		float: none;
		width: 100%;
		height: auto;
		padding: 0;
	}
	.nav_current .nav-menu_left {
		padding-left: 0;
		text-align: center;
	}
	.nav_current .nav-menu_right {
		padding-right: 0;
		text-align: center;
	}
	.nav_current .nav-menu:before {
		display: none;
	}
	.nav_current .menu-item {
		display: block;
		font-size: 20px;
		line-height: 24px;
	}
	.nav_current .menu-item_current a:after {
		display: block;
		content: "";
		width: 100%;
		height: 10px;
		background-color: #295619;
		position: absolute;
		bottom: 11px;
		left: 10px;
		right: 10px;
		z-index: -1;
	}
	.nav_current .menu-item:before {
		display: none;
	}
	.nav_current .menu-item a {
		display: inline-block;
		vertical-align: top;
		padding: 8px 10px;
	}
	.nav_current .menu-item + li {
		margin-left: 0;
	}
	.offers-block {
		padding-right: 0;
	}
	.offers-block h2 {
		font-size: 24px;
	}
	.offers-block-list li:nth-child(odd) .offers-block,
	.offers-block-list li:nth-child(even) .offers-block {
		padding: 0
	}
	.offers-block-photo {
		position: relative;
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 20px;
	}
	.offers-container h2 {
		margin-bottom: 30px;
	}
	.offers-container h2:before,
	.offers-container h2:after {
		display: none;
	}
	.offers-item {
		display: block;
		width: auto;
		margin-bottom: 0;
	}
	.offers-item + li {
		margin-top: 20px;
	}
	.offers-item-photo {
		margin-left: -15px;
		margin-right: -15px;
	}
	.offers-item-photo img {
		width: 100%;
		height: auto;
		max-width: none;
		max-height: none;
	}
	.offers-item-photo:hover span {
		font-size: 12px;
		line-height: 22px;
		bottom: 15px;
		right: 15px;
	}
	.offers-info {
		padding-bottom: 80px;
	}
	.offers-info h2 {
		font-size: 30px;
		line-height: 30px;
		margin: 0 0 5px;
		text-align: left;
	}
	.offers-info .column {
		position: relative;
		z-index: 1;
	}
	.offers-info .column-cell {
		width: 100%;
		font-size: 14px;
	}
	.service-block {
		padding-right: 0;
		padding-bottom: 100px;
	}
	.service-block-photo {
		position: relative;
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 20px;
	}
	.service-block-price {
		font-size: 14px;
		line-height: 26px;
		position: relative;
		top: 0;
		left: 0;
	}
	.service-block-price:before {
		margin-right: 10px;
	}
	.service-block-rules {
		width: 100%;
		font-size: 18px;
		line-height: 20px;
		position: relative;
		top: 0;
		left: 0;
	}
	.service-block-btn {
		width: 100%;
		height: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 50px;
	}
	.service-block-btn .btn {
		width: 100%;
		height: 50px;
		font-size: 16px;
		line-height: 14px;
		padding-top: 11px;
		position: relative;
		top: -30px;
		right: 0;
	}
	.service-container h2 {
		margin-bottom: 30px;
	}
	.service-container h2:before,
	.service-container h2:after {
		display: none;
	}
	.service-menu h2:before,
	.service-menu h2:after {
		display: none;
	}
	.service-info-cooking .service-list,
	.service-list {
		margin-left: 0;
		margin-right: 0;
	}
	.service-info-cooking .service-row,
	.service-row {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	.service-row h3 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.service-info h2 {
		font-size: 30px;
		line-height: 24px;
	}
	.foot {
		padding-left: 0;
		position: relative;
		z-index: 10;
	}
	.foot-logo {
		display: none;
	}
	.foot-cell_long {
		display: none;
	}
	.foot-social {
		position: relative;
		top: 0;
		width: 170px;
		margin: 15px auto 20px auto;
	}
	.foot-cell {
		width: 100%;
		min-height: 0;
		height: auto;
		margin: 0 0 20px;
		text-align: left;
	}
	.foot-cell_long b {
		width: 100%;
	}
	.foot-btn {
		float: left;
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		padding-top: 22px;
		padding-bottom: 1px;
		padding: 25px 0px;
	}
	.foot-btn .btn {
		max-width: 100%;
		font-size: 20px;
		line-height: 24px;
		height: 80px;
		padding-top: 18px;
	}
	.foot-2info .foot-cell {
		text-align: left;
		margin: 0 0 20px;
	}
	.foot-2info {
		font-size: 18px;
		font-weight: 600;
		width: 100%;
		height: auto;
		display: inline-block;
	}
	.foot-dev {
		float: left;
		text-align: left;
		line-height: 18px;
		width: 100%;
		position: relative;
		top: 0;
		margin-top: 5px;	
	}
	.body-page h1 {
		margin-bottom: 20px;
	}
	.body-page .wrap-title {
		height: 270px;
		padding-top: 250px;
	}
	.body-page .wrap-title:after {
		height: 150px;
		background-size: cover;
	}
	.body-page .wrap-line {
		display: block;
		width: 34px;
		height: 24px;
		margin: 0;
		position: absolute;
		top: 20px;
		left: 15px;
	}
	.body-page .wrap-line:before,
	.body-page .wrap-line:after,
	.body-page .wrap-line span {
		display: none;
	}
	.body-page .wrap-line i {
		width: 34px;
		height: 24px;
		background-size: cover;
		top: 0;
		margin: 0;
	}
	.body-page .wrap-line a {
		display: block;
		width: 34px;
		height: 24px;
	}
	.body-page .wrap-line a:before {
		display: none;
	}
	.body-page .services-content {
		margin: 0;
	}
	.body-page .services-item {
		width: 100%;
	}
	.body-page .services-item + li {
		margin-top: 1px;
	}
	.body-page .services-field {
		font-size: 14px;
	}
	.body-page .service-sheff h2 {
		line-height: 30px;
	}
	.carousel-start {
		width: 300px;
	}
	.wrap-title {
		padding-top: 250px;
	}
	.wrap-title .carousel-control {
		margin-top: 50px;
	}
	.wrap-title .carousel-prev {
		left: 25px;
	}
	.wrap-title .carousel-next {
		right: 25px;
	}
	.wrap-title .titleglav-item-title {
		font-size: 20px;
		line-height: 24px;
	}
	.wrap-title .titleglav-item-text {
		font-size: 19px;
		line-height: 24px;
		padding-top: 10px;
		display: block;
	}
	.about {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.about h1 {
		font-size: 58px;
		line-height: 55px;
		margin-bottom: 75px;
	}
	.about h2 {
		font-size: 60px;
		line-height: 55px;
		margin-bottom: 75px;
	}
	.about-time {
		width: auto;
		height: 87px;
		top: 0;
		left: 0;
		padding-top: 0;
		padding-left: 65px;
		background: url("../images/about2_xs.png") 0 0 no-repeat;
		position: relative;
		text-align: left;
		margin-bottom: 20px;
	}
	.about-time_number {
		float: left;
		font-size: 60px;
	}
	.about-time_type {
		padding-top: 17px;
	}
	.about-more {
		top: 0;
		left: 0;
		position: relative;
	}
	.about-tour {
		left: 15px;
	}
	.catalog .row {
		padding-bottom: 40px;
	}
	.catalog-tabs h2 {
		float: none;
		font-size: 50px;
		line-height: 53px;
		text-align: left;
		width: 100%;
		margin-bottom: 0px;
	}
	.catalog-tabs:before {
		width: 100%;
		top: 125px;
	}
	.catalog-tabs {
		margin: 0 0 75px;
		position: relative;
	}
	.catalog-tabs:after {
		display: none;
	}
	.title-catalog-tabs:after {
		display: none;
	}
	.catalog-tabs-nav {
		width: 100%;
		margin: 0 -3px;
	}
	.catalog-tabs-item {
		width: 33.333333%;
		padding: 0 3px;
	}
	.catalog-content h3 {
		font-size: 60px;
		line-height: 54px;
	}
	.catalog-carousel {
		position: relative;
		overflow: visible;
		margin-bottom: 80px;
	}
	.catalog .carousel-control {
		top: 100%;
		margin-top: 40px;
	}
	.catalog .carousel-prev {
		margin-left: -10px;
	}
	.catalog .carousel-next {
		margin-right: -110px;
	}
	.catalog-price {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 30px;
	}
	.catalog-rules {
		width: 100%;
		text-align: center;
		position: relative;
		top: 0;
		right: 0;
		margin: 10px 0;
	}
	.catalog-tour {
		position: relative;
		margin: 20px 0;
		text-align: left;
		right: 0;
		top: 0;
	}
	.catalog-btn {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
		margin: 0;
	}
	.catalog-btn .btn {
		max-width: 100%;
		font-size: 20px;
		line-height: 24px;
		height: 80px;
		padding-top: 18px;
	}
	.reviews {
		background: none;
		padding-bottom: 40px;
	}
	.reviews h2 {
		font-size: 60px;
		line-height: 55px;
		margin: 0;
	}
	.reviews h2:before {
		width: 130px;
		margin-left: -65px;
	}
	.reviews .carousel {
		width: 100%;
		padding: 0 15px;
	}
	.reviews .titleglav-wrap {
		height: auto;
		background: none;
		padding-bottom: 100px;
		position: relative;
	}
	.reviews .carousel-control {
		top: 100%;
		margin-top: -40px;
	}
	.reviews .carousel-prev {
		left: 15px;
	}
	.reviews .carousel-next {
		right: 15px;
	}
	.reviews-item {
		width: 100%;
		height: 400px;
		margin: 0;
		padding: 20px 20px 100px 20px;
		background-color: #fff;
		border: 18px solid #f4f4f4;
		position: static;
	}
	.reviews-user_photo {
		margin-top: -190px;
	}
	.kitchen {
		height: 850px;
	}
	.kitchen .carousel-control {
		display: block;
	}
	.kitchen .carousel-control.swiper-button-disabled {
		display: none;
	}
	.kitchen .kitchen-prev {
		left: 0;
	}
	.kitchen .kitchen-next {
		right: 0;
	}
	.kitchen-prev:after {
		border-right-color: #fff;
	}
	.kitchen-next:after {
		border-left-color: #fff;
	}
	.kitchen h2 {
		font-size: 60px;
		line-height: 55px;
	}
	.kitchen-item span {
		text-align: center;
	}
	.kitchen-anons {
		width: auto;
	}
	.kitchen-carousel {
		padding: 10px 0 0;
		margin-bottom: 10px;
	}
	.kitchen-more {
		position: relative;
		padding-top: 20px;
		top: 0;
		right: 0;
		text-align: center;
	}
	.kitchen-more a {
		color: #fff;
		position: relative;
		width: 148px;
		display: flex;
		margin: 0 auto;
	}
	.kitchen-more br {
		display: none;
	}
	.kitchen-more a:before,
	.kitchen-more a:after {
		margin-top: 0;
	}
	.kitchen-cell {
		text-align: center;
		width: 100%;
	}
	.services {
		margin-bottom: 70px;
	}
	.services h2 {
		font-size: 60px;
		line-height: 55px;
	}
	.services-content {
		width: auto;
		margin: 0 -15px;
	}
	.services-item {
		width: 50%;
	}
	.services-item:first-child {
		width: 100%;
	}
	.services-more {
		padding-top: 20px;
		position: relative;
		top: 0;
		right: 0;
		text-align: right;
	}
	.services-more br {
		display: none;
	}
	.services-more a:before,
	.services-more a:after {
		margin-top: 0;
	}
	.location .row {
		width: 100%;
	}
	.location h2 {
		font-size: 60px;
		line-height: 55px;
		margin-bottom: 20px;
	}
	.location-content {
		margin-left: 0;
	}
	.location-cell {
		width: 100%;
		margin-left: 0;
	}
	.location-cell_long {
		padding-right: 0;
	}
	.location-cell_long:before {
		display: none;
	}
	.location-maps {
		width: 100%;
		height: 300px;
	}
	.location-maps:before {
		display: none;
	}
	.area h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.area-item {
		height: 180px;
		padding-top: 0;
		font-size: 12px;
		line-height: 14px;
		font-family: 'IntroBold';
	}
	.area-item:after {
		display: none;
	}
	.single-column .content,
	.single-column .image {
		width: auto;
		margin-bottom: 40px;
	}
	.single-column .image {
		margin: 0 -15px;
	}
	.page-404 h1 {
		margin-bottom: 40px;
	}
	.page-404-logo {
		font-size: 100px;
		line-height: 100px;
		margin-bottom: 40px;
	}
	.page-404-logo span {
		visibility: visible;
	}
	.page-404-logo:before {
		display: none;
	}
	.page-404-back {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.page-404-back:before,
	.page-404-back:after {
		display: none;
	}
	.wrap-dn-bg {
		top: 0;
	}
	.body-page-content .catalog-content .right .catalog-tour {
		text-align: left;
		padding-top: 0;
	}
	.body-page-content .catalog-content .space {
		margin-bottom: 40px;
	}
	.body-page-content .catalog-content .catalog-icons {
		padding: 0 40px;
		margin-bottom: 0;
	}
	.house-block {
		padding-right: 0;
	}

	.house{
		margin-top: -20px;
	}
	.house-block h2 {
		font-size: 34px;
	}
	.house-block-list li:nth-child(odd) .house-block,
	.house-block-list li:nth-child(even) .house-block {
		padding: 0
	}
	.house-block-photo {
		position: relative;
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 20px;
	}
	.house-container h2 {
		margin-bottom: 30px;
	}
	.house-container h2:before,
	.house-container h2:after {
		display: none;
	}
	.house-item {
		display: block;
		width: auto;
		margin-bottom: 0;
	}
	.house-item + li {
		margin-top: 20px;
	}
	.house-item-photo {
		margin-left: -15px;
		margin-right: -15px;
	}
	.house-item-photo img {
		width: 100%;
		height: auto;
		max-width: none;
		max-height: none;
	}
	.house-item-photo:hover span {
		font-size: 12px;
		line-height: 22px;
		bottom: 15px;
		right: 15px;
	}
	.house-info {
		padding-bottom: 80px;
	}
	.house-info h2 {
		font-size: 30px;
		line-height: 30px;
		margin: 0 0 5px;
		text-align: left;
	}
	.house-info .column {
		position: relative;
		z-index: 1;
	}
	.house-info .column-cell {
		width: 100%;
		font-size: 14px;
	}
	.body-page-content .house-btn {
		float: left;
		position: relative;
		top: 0;
		left: 0;
		right: inherit;
		width: 100%;
	}
	.body-page-content .house-price {
		position: relative;
		float: left;
		display: block;
		left: 0;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 50px;
	}
	.body-page-content .house-count {
		position: relative;
		float: left;
		display: block;
		margin-left: 0px;
		left: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.body-page-content .rest-count {
		position: relative;
		float: left;
		display: block;
		margin-left: 0px;
		left: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.house-lover-btn {
		position: relative;
		bottom: 0px;
		display: inline-block;
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 419px) {
	.services-item:first-child img {
		height: 324px;
	}
}

.video-responsive {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.sliderglav input {
	display: none;
}
.sliderglav .slide_img {
	position: absolute;
	width: 100%;
	z-index: -1;
}
.sliderglav .slide_img img {
	width: inherit;
	height: inherit;
}
.sliderglav .slide_img .prev, .sliderglav .slide_img .next {
	width: 12%;
	height: 900px;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 99;
	transition: .45s;
	cursor: pointer;
	text-align: center;
}
.sliderglav .slide_img .next {
	right: 0;
}
.sliderglav .slide_img .prev {
	left: 0;
}
.sliderglav .slide_img .prev:hover, .sliderglav .slide_img .next:hover {
	transition: .3s;
	background-color: rgba(0, 0, 0, 0.5);
}
.sliderglav .slide_img .prev span, .sliderglav .slide_img .next span {
	position: absolute;
	width: 0px;
	height: 0px;
	border: solid 20px;
	top: 50%;
	transform: translateY(-50%);
}
.sliderglav .slide_img .prev span {
	border-color: transparent;
	right: 35%;
}
.sliderglav .slide_img .prev span:before {
    display: block;
    content: "";
    width: 36px;
    height: 10px;
    background: url(../images/long-arrow-left.png) 0 0 no-repeat;
    position: absolute;
    top: -4px;
    right: -18px;
    transition: all 0.3s ease-out;
}

.sliderglav .slide_img .next span {
	border-color: transparent;
	left: 35%;
}
.sliderglav .slide_img .next span:before {
    display: block;
    content: "";
    width: 36px;
    height: 10px;
    background: url(../images/long-arrow-rigth.png) 0 0 no-repeat;
    position: absolute;
    top: -4px;
    right: -18px;
    transition: all 0.3s ease-out;
}

.sliderglav #nav_slide {
	width: 100%;
	bottom: 12%;
	height: 11px;
	position: absolute;
	text-align: center;
	z-index: 99;
	cursor: default;
}
.sliderglav #nav_slide .dots {
	top: -5px;
	width: 18px;
	height: 18px;
	margin: 0 3px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
	transition: .4s;
	cursor: pointer;
}
.sliderglav #nav_slide #dot1:hover {
	background: #795548;
}
.sliderglav #nav_slide #dot2:hover {
	background: #F44336;
}
.sliderglav #nav_slide #dot3:hover {
	background: #2196F3;
}
.sliderglav #nav_slide #dot4:hover {
	background: #4CAF50;
}

#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three,
#i4:checked ~ #four {
	z-index: 0;
	animation: scroll 0s ease-in-out;
}

#i1:checked ~ #nav_slide #dot1 {
	background: #795548;
}

#i2:checked ~ #nav_slide #dot2 {
	background: #F44336;
}

#i3:checked ~ #nav_slide #dot3 {
	background: #2196F3;
}

#i4:checked ~ #nav_slide #dot4 {
	background: #4CAF50;
}

@keyframes scroll {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@media screen and (max-width: 685px) {
	.sliderglav {
		border: none;
		width: 100%;
		height: 0;
		padding-bottom: 55%;
	}
	.sliderglav .slide_img .prev, .sliderglav .slide_img .next {
		width: 15%;
	}
	.sliderglav .slide_img .prev span, .sliderglav .slide_img .next span {
		border: solid 12px;
	}
	.sliderglav .slide_img .prev span {
		border-color: transparent;
	}
	.sliderglav .slide_img .next span {
		border-color: transparent;
	}
	.sliderglav #nav_slide .dots {
		width: 12px;
		height: 12px;
	}
}



.carousel-control {
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	width: 60px;
	height: 13px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.carousel-prev:before {
	display: block;
	content: "";
	width: 36px;
	height: 10px;
	background: url(../images/arrow-carousel_left.png) 0 0 no-repeat;
	position: absolute;
	top: 1px;
	left: 0;
	transition: all 0.3s ease-out;
}

.carousel-next:before {
	display: block;
	content: "";
	width: 36px;
	height: 10px;
	background: url(../images/arrow-carousel_right.png) 0 0 no-repeat;
	position: absolute;
	top: 1px;
	right: 0;
	transition: all 0.3s ease-out;
}

.carousel-prev,
.icons-prev {
	left: 0;
}
.carousel-prev:after,
.kitchen-prev:after,
.icons-prev:after {
	left: -11px;
	border-width: 6px 10px 7px 10px;
	border-right-color: #000;
}
.carousel-prev:hover:after,
.icons-prev:hover:after {
	border-right-color: #c54b46;
}
.carousel-next,
.icons-next {
	right: 0;
}
.carousel-next:after,
.kitchen-next:after,
.icons-next:after {
	right: -11px;
	border-width: 7px 10px 6px 10px;
	border-left-color: #000;
}
.carousel-next:hover:after,
.icons-next:hover:after {
	border-left-color: #c54b46;
}


.body-kitchen-page .service-info h2 {
	position: relative;
}
.body-kitchen-page .service-info h2:before, 
.body-kitchen-page .service-info h2:after {
    display: block;
    content: "";
    width: 300px;
    height: 18px;
    background: url(../images/line-contact.png) 0 0 no-repeat;
    position: absolute;
    top: 25px;
}

.body-kitchen-page .service-info h2:before {
    left: 0;
}
.body-kitchen-page .service-info h2:after {
    right: 0;
}




















.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height;
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	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+xmlcharset=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+xmlcharset=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+xmlcharset=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+xmlcharset=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+xmlcharset=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+xmlcharset=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");
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background-color: rgba(28,36,56,0.15);
}
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-color: #1c2438;
}
.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);
	-moz-transform: translate3d(0px, -50%, 0);
	-o-transform: translate(0px, -50%);
	-ms-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;
}
.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);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-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;
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-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;
	-moz-transform-style: preserve-3d;
	-ms-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+ */
	background-image: -moz-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* 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+ */
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* 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+ */
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* 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+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
	/* 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+ */
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}
.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;
	-moz-backface-visibility: hidden;
	-ms-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;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-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;
	-moz-transform-origin: 100% 0;
	-ms-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;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: 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%;
	object-fit: contain;
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-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%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-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+xmlcharset=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%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xmlcharset=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");
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
@-o-keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
@-ms-keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}