

/* Start:/local/templates/index/css/complex.css?1731310793255348*/
@font-face {
	font-weight: 300;
	font-family: "Gotham Pro";
	font-style: normal;
	font-display: swap;
	src: url("/local/templates/index/css/../fonts/GothamPro-Light.woff2") format("woff2"), url("/local/templates/index/css/../fonts/GothamPro-Light.woff") format("woff");
}

@font-face {
	font-weight: 400;
	font-family: "Gotham Pro";
	font-style: normal;
	font-display: swap;
	src: url("/local/templates/index/css/../fonts/GothamPro.woff2") format("woff2"), url("/local/templates/index/css/../fonts/GothamPro.woff") format("woff");
}

@font-face {
	font-weight: 400;
	font-family: "Gotham Pro";
	font-style: italic;
	font-display: swap;
	src: url("/local/templates/index/css/../fonts/GothamPro-Italic.woff2") format("woff2"), url("/local/templates/index/css/../fonts/GothamPro-Italic.woff") format("woff");
}

@font-face {
	font-weight: 500;
	font-family: "Gotham Pro";
	font-style: normal;
	font-display: swap;
	src: url("/local/templates/index/css/../fonts/GothamPro-Medium.woff2") format("woff2"), url("/local/templates/index/css/../fonts/GothamPro-Medium.woff") format("woff");
}

@font-face {
	font-weight: 700;
	font-family: "Gotham Pro";
	font-style: normal;
	font-display: swap;
	src: url("/local/templates/index/css/../fonts/GothamPro-Bold.woff2") format("woff2"), url("/local/templates/index/css/../fonts/GothamPro-Bold.woff") format("woff");
}

@font-face {
	font-weight: 900;
	font-family: "Gotham Pro";
	font-style: normal;
	font-display: swap;
	src: url("/local/templates/index/css/../fonts/GothamPro-Black.woff2") format("woff2"), url("/local/templates/index/css/../fonts/GothamPro-Black.woff") format("woff");
}

/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
}

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

.swiper-container-vertical > .swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
}

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

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

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

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

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

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

/* Auto Height */

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

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

/* 3D Effects */

.swiper-container-3d {
	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 {
	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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-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;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

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

/* Common Styles */

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

/* Bullets */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Progress */

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

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

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff;
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000;
}

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

/* Scrollbar */

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

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

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

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

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

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

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

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

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

/* Preloader */

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

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

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

/* a11y */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform-origin: 0 0;
}

/* Offset direction
 */

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	transition: transform 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
	height: 18px;
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -17px;
	left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
	background: #FAFAFA;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
	border-radius: 3px;
}

.noUi-connect {
	background: #3FB8AF;
}

/* Handles and cursors;
 */

.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
	background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
	color: #999;
}

/* Values;
 *
 */

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
	position: absolute;
	background: #CCC;
}

.noUi-marker-sub {
	background: #AAA;
}

.noUi-marker-large {
	background: #AAA;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
	transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	transform: translate(0, -50%, 0);
	padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
	transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

html,
body {
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html *,
body * {
	box-sizing: inherit;
}

body {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	min-width: 320px;
	max-width: 100vw;
	padding-top: 60px;
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background-color: #f8f8f9;
}

body._has-intro {
	padding-top: 0;
}

body._complex {
	padding-top: 0;
	/*background-color: #F8F8F9;*/
}

body._booking > .complex.container {
	overflow: visible;
}

body._booking-auth {
	padding-top: 0;
	background-color: #0B4EAD;
}

body._fullscreen {
	padding-top: 0;
}

h1,
h2,
h3,
h4 {
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 900;
	color: #45525a;
}

h2 {
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 900;
	line-height: 56px;
	color: #333;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

a {
	color: #103e7f;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

button {
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	padding: 0;
	background: none;
	border: 0;
	outline: 0;
	color: inherit;
}

button:focus,
.btn:focus,
.social__item:focus {
	outline: 0;
}

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

.layout {
	overflow: hidden;
}

.layout.reset {
	overflow: visible;
}

.container {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.container .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.white-bg {
	background: #fff;
}

.blue-bg {
	background: #103e7f;
	color: #fff;
}

.gray-bg {
	background-color: #F8F8F9;
}

.no-bg {
	background: none !important;
}

._hidden {
	opacity: 0;
	pointer-events: none;
}

.review-form__fields:after {
	width: 400px;
	height: 1px;
	content: '';
}

.last-row-fix-4 {
	width: 294px;
	height: 1px;
}

.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

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

.mt-20 {
	margin-top: 20px !important;
}

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

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mt-105 {
	margin-top: 105px !important;
}

.mb-105 {
	margin-bottom: 105px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pt-85 {
	padding-top: 85px !important;
}

.pb-85 {
	padding-bottom: 85px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.btn {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	height: 66px;
	padding-left: 40px;
	padding-right: 40px;
	color: #fff;
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 66px;
	background-color: #00aee2;
	border: 0;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition-duration: .2s;
	transition-property: background-color, color;
}

.btn:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 350px;
	height: 350px;
	margin-left: -175px;
	margin-top: -175px;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	transform: scale3d(1, 1, 1);
	transition: all .6s;
	content: '';
	pointer-events: none;
}

.btn:active:after {
	transition-duration: 0s;
	transform: scale3d(0, 0, 0);
	opacity: .5;
}

.btn._transparent {
	background-color: transparent;
	border: 1px solid rgba(16, 62, 127, 0.2);
	color: #103e7f;
	transition-property: color, background-color, border-color;
}

.btn._border-blue-light {
	border: 1px solid #103E7F;
	line-height: 100%;
	font-size: 16px;
	text-align: center;
	color: #103E7F;
	background-color: transparent;
	height: auto;
}

.btn._border-blue {
	line-height: 62px;
	background-color: transparent;
	border: 2px solid #00aee2;
	color: #103e7f;
	transition-property: color, background-color, border-color;
}

.btn._white {
	line-height: 62px;
	background-color: #fff;
	border: 2px solid #4a90e2;
	color: #103e7f;
	transition-property: color, background-color, border-color;
}

.btn._inverse {
	line-height: 60px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.download-btn {
	display: -ms-flexbox;
	display: flex;
	height: 64px;
	font-size: 19px;
	font-weight: 500;
	line-height: 1;
	color: #103e7f;
	background-color: #fff;
	border: 2px solid #00aee2;
	transition-duration: .2s;
	transition-property: background-color, color;
}

.download-btn__text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.download-btn__label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #fff;
	background-color: #00aee2;
}

.social {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.social__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
}

.social__item:not(:last-child) {
	margin-right: 40px;
}

.social__item._fb {
	background-color: #3b5898;
}

.social__item._vk {
	background-color: #4c6c91;
}

.social__item._inst {
	background-color: #d34286;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IB2cksfwAADeZJREFUeJy9Wg2MXUUVnjNz73tbKFINBjWYFjdSjCZiLLEshVA0gQasChQKBgtqQCCEbZUSooESQmgDUjQYIkIggEColqCJQOiuSyTaAEUJwRpBfgyIIWhRt7v73rszx/M3895SsPwUb3N777t/833nfOdnpgW3B7ZlZz053EpukU9wiI9pUXDxkODQhYTOJ+cCJtqRH32sSritavzvEbuP/Wjz4S+827HhHYM+/+n2nMmdZzjENT7hQQEZaHSewLYYOIKA9vSsT0QgBToSKZf0Nz+f3DYX3VV/nvu3n23adHL8vxBYseKxfbHtvuXRryYg+5O1BSjvNQNGtbwScgqaSPnyOzngawnkGnuIji9WiFftRLhh3cTSmfeEwIoVT81tweS5zqULAXE/BZhcJUe2LNK5EvH5WnRCCBI/Rx6ho3cmKyLAf4LsjQChey+T566c6u5z45rfjUzvMQJf/8pvPt0kfy8BnA8mCyAgdWpci85rp1YOzpnuWT4MWCUFMamUSGL8LA8a6C8PtQHAAkRoAf6JPLzszIllz79rAt9c9tApBOxm0voc59TCYBausHFt+lELGfWAN/lUTuXERD3pHmiv7dyD/E1AvQIeJAHZL+4f9KmVqyaO3/KOCZx39NgoPXINAQF1Mb/QiFWDACJp0LWWnBPoyGTIyoDiDQatQyiRIM/TNVDh6C0iBXzXAEEo0OiNDpE9feX48ZveNoE1Rzw46lLaiGw9z4Oo2xlEALpmqVGsT9Jgfas3GiFQAX+crQxqW0GY1BvFymp1D2A0GZE3cuo7fonunnTi+JfvecsE1h5+33Ky0z2A0Qcxe9IgBZMEJLG0pspGdM9EWhD7ngG1oYNKrIoGFpSWntsz/JsNlDAjAnlPCfB7YZqkefTyiRO37pbAxYf98mAE3EaW2ot/B1DrqwfIgrFHQJPIhj/P0IA9INZXoko2DwBi8TIgWdjbsGJffh9cpqTkfDDwXrxi1F8hix36xS0n//VNCVz0hbv3bU23tnrAg13qyeuaMfizUazeMgtrNqGjDB7luUosn0zvqmuViAJEgwRFMmAQ6R5dq0AjByzIxfZ2bm8+/sHXdixetO3s3hsSuGTJPes8xEs9p73UpZcZGlvTS8aZ49HkocFYSTxkGWiQCmEbEkAhCkj6BiK6WZsFsRCi+0HAV/o25GSt5sgxgVitPnZ8xbW7ELj88HsXIjRPEPB2JS1BIzJAS3RtCs4hIdATTzC5ULKNk+AMgJZ5TFp2T+57EwyiBqsAp2vIpVijooJQxuNMpclXvmyEZP+Pj+5jSydOe3UWgSuW3H0tlfkLGLxWRi1SGgdA5z3LMLTTgJVY1hwNqnu1WTTQaO9mrbvihWTKlmgAvZ7jAkqZ9JwmNKoYvMjLzAXh4qVbTltfCFy55KfvJ1W8RDKZI1VVXo2aHSyjsAcCgW/Rec3uhjQgGyxeAIuNALlEYZESnycsqaYULkKohLzmKGQZoVeTgJlG5Byclkh4EeMBBy6dWNrINzYcdusoFaKNmkW4EEXJ82B5nwO1TddU+/YZUN1rqMW+WgH6JMRas+Cq7S0WWPsJoZw7+a6XgNZEHTSgUWMCLVUoAjj1yLGv3UUwEK4ZufXJtoufZPlUluOzVYNV1pZH+6S+Hkr26RNB8ZbXWOAO1HJ6v8qCgUcHZQQoqZK/UfksRBIyewEImUUVe8OLaSo+f2hky6qjYOPimxe0vHuOswwXqLaBlPABJ/Jhz7RIPv00aVnGabugqTZJYFZWN5wlzZIGAApcLlhqfe2LInvBMpGJSGOACESoLYi1EckBTt+enm7gA3DdyI0rSfd3al/TmIOiZZRMIErwVmb1KoeZSSrndw1aDeZktSBbOFdeJqlyMHJFRmBUc93wYvkomieEQgRyDOi590vgxyM3bKBbayVIJfgaC2A0/WuGYQn5ktQUfP7tTN0ZRoCseiz3sr8qzzIC63nIHNhvMvSa0ndaFbh1NA/UWTr0jpNAxwSr4aaR6+8fcvGYHKDecQXuynnuRrQ5M61DLJ2mZqJoYFUmJWUWy2twsxnEslAZofwMlihyZg61r5c/mtS1QQHf0qJmIie018FtIz98hnQ/XHEpJ/DgOtScdcniHNCx9DUw4JXKGzBUAt4Cj7/gc/c5sPX7fbsn9cCVTlUSslwIJXKUZGX1oDIv0G9oFaKI4QG4a2Tj36mL3L+WwqXW99iRzrIKUSbqweqB5HxI1uek4hEPwbSrluQnfClt/exjNVi7U8w9kLUOXJEtVWp09JM0FgJc1ILNPqRh2QqbR9bPtH3TlhjwLB3aoaux4DWgeeLn0XTPA8nYSaq7XOeBkrReNiHRPjWXNpYN401ZbCWd2jTHDJAnP7kSJyOinqi0z2UCINMnDv7tcN+Rl820oNuuPROgdsF3rQ8ibwQ6+qSrCtLzm2sl5nI7QMOkIM08RJaCTUjMbyo6HRhLwIbBNrnkK02P/chJpbYHkWcO5uwFGms7jH/+otdavtnXM2CyeF31rFj1XFXRMZDmaQ5QcYeKWLonOXBGoYm7w0rvNZxAiADSQLajFR5EbxLSbKKxAJaJLIUKSadhDTkXWhYyLzCB2L+2FR4+dvXzdejM5yxEKMny7AnaWf+ePUDNWxNlvstB67LxLWGjjqjXJHHTh6NNdSIrjaxFBKVYlSlQLQEp8nKaFlMmYKXCmUdilo7FghCRdoM9AA/AI8vPvr/y8Ri2PktGvEBWl3OI2j5HIiQEQLRf8jqY9hk9HSW/c3vV0HUmwT1MBJFYTBrYuZdBK1ANanUVUKhNW5JWu5IhEK33YdlI5qpNlkLiOvjDSWduoPS5NghoImFe8GR5zjgtWRbUmlhw53JJHmECltMEnOsREZOS67EXrNtEsnqqlBTm6ZCSYD0zMAYe0eZooHMA/XxLW+p+IlePoF8Nfzzl9JVV6N7JgEOl0pFixQQIc5XQFY2ALLX1g5glJf5PKg9OUOIBlZF4oec1FphE0nMXW+IVW4ThOm/tAnvKglnAa8ZSsnVOwiapip9dAtvPWLmg5brPVZSBgHXP4EOjSye9NJBx2AtJFzPBlknYM1ELkHiAR080QKw1M4mUQINbCFZGrKWxkvIMu22garF0xGA1wWo+20g0n9tqDuJ6pm7NnSfJ5IWzjnuSgH8qWM8PoafWbqJJw1Zhc4rPhRJdTu4WwM4yEajVG68BzaSSxQR7hIALyR5LKpPQNiFipQEOwQgMFrM8J5Bp1sQnxr63VAi8eM4xo8HHjYEKGBcrBg8UzJiLlilE6od3/VbG7mEGnwaOPb0vMpI6oRJCkVctu3jCSKiUOFspGel5SyBr7dCsBLlInrpw7JK7hMCO0aPm9Vx6ibS/FwiBxmRjW9L4LKt+eUNzUI7xQSLJvBEzSYuBhq3P8qrtnD7ccJ3QZWJuaKIQamnHKdJKhYCtf7y0cGzdAaUe8fbqhUuuBWguUOtj39K5uuf5dG5bXF9dGTCahHDQG4O7eKAW/cuxFxS8eKJ2OvNgL/C0aoicpgRy6y2TV5QMdPHC8cvXzyKw47sj8xF7z3OWgcrl9l23vKIxSCgNnGcpNQOeaPq/izfkaEFMBLCbU20l3nBN2+bCnFKHzAuhFDhbmf1XiPWCAyfWvTaLgJC4bNE6unLpwGKPy5KDHLyZiIVHiYdBSzP4rhHIRFL/noDvVHq9q9nIRcpEtLMntH1mLxAhTgZlfZXTcVg9PH7FrgtbhcSGRc/Qc8NlPb0syXgpXpJBk1VkkU5Siw9KSYDRkQO5Z8fYv851AruWZkVG5pGmEi9g0tQqsQCtgTmAf2R4bMPnBvHuQuDfV3/24FTDNiK9FxUEAg9adavaVvtyKXbaPkSr0FwPGq7CtHNh60WVSJP6hAg09ujdblIiLB8OZM5EWVLihVbxQIMtWZkgKb1CNeLQ4S0b3nxxt5C4afFyQnsvWx28Wb6q1Au8sOFtusjtcZMsXWpRK/rvEPCutRpidSI0AyqtTpKWw3VBwdMuHunWJqMh8UJ0GswSEz4cMbzl+w+/HusbEuBt8o6jR6kcb9QFIPYEDcC7f90rCU1GduzigHSiSoevcVHsNA6nLT66RqzDhIIS6ZK1u7XGQ8Pg53DBSgnaq+aP/eD2N8L5pgR4m/rFcaPowzXAywzeVoxNQWgrapxLMQ4UPAYusqGdW5FutIBmD9DNjpHs8E7fmHJCypF8kAl0mMCQxELjhuipodMPGL/+7f8TUyHx4EknQPC30z7H2TJ3Bp43qdgSyF7IiOULCbJ6134TAQVO7043LrH1p+h8iqQ0xQQq0T/2REb/TLE64cO/vu2h/4VvtwR46/72G58hiJvp6QXyirdXcyttJVmCV1JpkpiQ+GDLC4lG46JDv0VKdG8muTTN4OmdnXScJhIzIqMnqK3+0kd+tfmF3WF7SwQE4lPnzu3MwDk01VtLDPbL9UBnZIMEoh4bszqD52tdlU8i8I5IpGn2CL0zSft0VA/s9C/jpFvf8fv85KObNu25f+ieReSJ7+zdhHAena2hn/vLPDcZiaRZB2kGJ5ZnIt0+AclKbH2OBbY+7Swh8sazcRKumtwxdcuBt0y8N//VYBciT5/f7uG8VTTN/DZxOEjyZ7SApnkCk8BIQNkDXBN6WUo9tThLaTptczPx6vft/aGfw9k39HY/6h4kMIvMXy7/eExpMXni0BTTYRQDi1RKBLhhb3Dw9qYpEz2eOr1HKZ0+2szg1nlfvePZdzv2fwGKBkXuD2Q2QQAAAABJRU5ErkJggg==");
}

.social__item._tw {
	background-color: #55acee;
}

.social__item._zen {
	background-color: #ff0000;
}

.social__item._tg {
	background-color: #2fa7e3;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: 78px;
	background-color: #fff;
	transform: translate3d(0, 0, 0);
	transition: transform .3s;
	will-change: transform;
}

.header._hidden {
	transform: translate3d(0, -100%, 0);
}

.header._booking {
	transform: translate3d(0, 0, 0) !important;
	opacity: 1 !important;
	pointer-events: all !important;
}

.header._404 {
	background-color: transparent;
}

.header._404 .logo {
	width: 102px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	border-right: 0;
}

.header__inner {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__left,
.header__right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header__left {
	position: relative;
	z-index: 1001;
}

.header__menu-btn {
	position: relative;
	width: 70px;
	height: 48px;
	padding: 5px 25px;
	border-left: 1px solid #c3ced3;
}

.header__menu-btn:before,
.header__menu-btn:after,
.header__menu-btn span {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	margin-top: -1px;
	background-color: #0b4eac;
	transition-duration: .3s;
	transition-property: transform, background-color;
}

.header__menu-btn:before,
.header__menu-btn:after {
	content: '';
}

.header__menu-btn:before {
	transform: translateY(-7px);
}

.header__menu-btn:after {
	transform: translateY(7px);
}

.header__menu-btn span {
	transform: scale3d(1, 1, 1);
}

.header__menu-btn._opened:before {
	transform: translateY(0) rotate(45deg);
}

.header__menu-btn._opened:after {
	transform: translateY(0) rotate(-45deg);
}

.header__menu-btn._opened span {
	transform: scale3d(0, 1, 1);
}

.header__menu-btn._opened:before,
.header__menu-btn._opened:after,
.header__menu-btn._opened span {
	background: #fff;
}

.header__btn {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 48px;
	padding-left: 25px;
	padding-right: 25px;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	border-left: 1px solid #c3ced3;
}

.header__btn:first-child {
	border-left-width: 0;
}

.header__btn:first-child:before {
	display: none;
}

.header__btn:last-child {
	padding-right: 0;
}

.header__btn .icon {
	display: block;
	fill: #394452;
	stroke: #394452;
	stroke-width: .5px;
	transition: .2s fill, .2s stroke;
}

.header__btn:hover .icon {
	fill: #00aee2;
	stroke: #00aee2;
}

.header__search {
	margin-bottom: 5px;
	z-index: 1001;
	transform: translate3d(0, 0, 0);
	transition: .4s transform, .3s border-color;
	will-change: transform;
}

._menu-opened .header__search {
	transform: translate3d(282px, 0, 0);
}

.header__search .search {
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -22px;
}

.header__search-open {
	cursor: pointer;
}

.header__search-open .icon {
	transform: translate3d(-1px, 2px, 0);
}

._menu-opened .header__search-open .icon {
	fill: #fff;
	stroke: #fff;
}

.header__fav {
	position: relative;
	width: 74px;
}

.header__fav._active .header__fav-count {
	opacity: 1;
	pointer-events: all;
	transition: .1s opacity;
	will-change: opacity;
}

.header__fav-count {
	position: absolute;
	right: 17px;
	top: 3px;
	width: 16px;
	height: 16px;
	background: #00aee2;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 500;
	line-height: 17px;
	color: #fff;
	text-align: center;
	opacity: 0;
	pointer-events: none;
}

.header__phone {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 245px;
	font-size: 18px;
	font-weight: 700;
	color: #45525a;
	line-height: 26px;
	white-space: nowrap;
}

.header__phone .icon {
	margin-right: 19px;
	stroke-width: .3px;
}

.header__string {
	pointer-events: none;
	background-color: #0B2B70;
	font-size: 0;
	padding: 10px 0;
	white-space: nowrap;
	overflow: hidden;
}

.header__string-text {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: white;
	padding: 0 10px;
	font-size: 16px;
	width: auto;
}

.header__string-text span {
	font-weight: 700;
}

.logo {
	position: relative;
	margin-right: 35px;
}

.logo svg {
	display: block;
}

.logo_reset {
	display: block;
	width: 100% !important;
	height: auto !important;
	padding: 0 !important;
	border-right: none !important;
}

.logo__img {
	display: block;
	fill: #042C60;
	transition: .3s fill;
	will-change: fill;
}

._menu-opened .logo__img {
	fill: #fff;
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}

.nav__item {
	position: relative;
	padding: 0;
	margin-top: auto;
	margin-bottom: 0;
	margin-left: 13px;
	margin-right: 13px;
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	list-style: none;
	text-transform: uppercase;
}

.nav__item:after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: block;
	height: 2px;
	margin-top: 26px;
	background: #103e7f;
	content: '';
	opacity: 0;
	pointer-events: none;
	transition: .3s opacity;
	will-change: opacity;
}

.nav__item:hover:after {
	opacity: 1;
	pointer-events: all;
}

.nav__item:hover .nav__submenu {
	opacity: 1;
	pointer-events: all;
}

.nav__link {
	color: #103e7f;
	transition: .3s background-color;
	will-change: background-color;
}

.nav__submenu {
	position: absolute;
	top: 100%;
	left: 0;
	margin-left: -40px;
	margin-top: 26px;
	padding-top: 32px;
	padding-bottom: 27px;
	background: #fff;
	border: 1px solid #c3ced3;
	opacity: 0;
	pointer-events: none;
	transition: .2s opacity;
	will-change: opacity;
}

.nav__submenu:before {
	position: absolute;
	top: -29px;
	left: 0;
	right: 0;
	display: block;
	height: 29px;
	content: '';
}

.nav__subitem {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	list-style: none;
	white-space: nowrap;
	text-transform: none;
}

.nav__subitem .nav__link {
	display: block;
	padding-left: 40px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 18px;
}

.nav__subitem .nav__link:hover {
	background-color: #e3f2fd;
}

.search {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 660px;
	height: 48px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #103e7f;
	transform: scale3d(0, 1, 1);
	transform-origin: right;
	transition: .4s transform, .4s width;
	will-change: transform;
}

.search._opened {
	transform: scale3d(1, 1, 1);
}

._menu-opened .search {
	width: 830px;
	border-bottom-color: rgba(233, 233, 233, 0.35);
}

.search__field {
	width: 100%;
	height: 47px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-size: 16px;
	line-height: 37px;
	color: #103e7f;
	background: none;
	border: 0;
	opacity: 0;
	outline: 0;
	transition: .3s opacity;
	will-change: opacity;
}

.search__field:-ms-input-placeholder {
	color: #103e7f;
}

.search__field::placeholder {
	color: #103e7f;
}

._opened .search__field {
	transition-delay: .2s;
	opacity: 1;
}

._menu-opened .search__field {
	color: #fff;
}

._menu-opened .search__field:-ms-input-placeholder {
	color: #fff;
}

._menu-opened .search__field::placeholder {
	color: #fff;
}

.search__btn {
	width: 20px;
	height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	opacity: 0;
	will-change: opacity;
}

.search__btn .icon {
	opacity: 0;
	fill: #394452;
	stroke: #394452;
	stroke-width: .3px;
	transition: .2s fill, .2s stroke;
}

._menu-opened .search__btn .icon {
	fill: #fff;
	stroke: #fff;
}

._opened .search__btn {
	transition: .2s opacity .3s;
	opacity: 1;
}

.search__btn:hover .icon {
	fill: #00aee2;
	stroke: #00aee2;
}

.search-open-hiding {
	opacity: 1;
	transition: .2s opacity;
	transition-delay: .2s;
	will-change: opacity;
	pointer-events: all;
}

._search-opened .search-open-hiding {
	opacity: 0;
	transition-delay: 0s;
	pointer-events: none;
}

.search__results {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	margin-top: 1px;
	display: none;
}

.search__field:focus ~ .search__results {
	display: block;
}

.search__result {
	display: block;
	padding-left: 50px;
	padding-right: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #777777;
	background-color: #fff;
	border-bottom: 1px solid #C4CED4;
}

.search__result:hover {
	background-color: #F8F8F8;
}

.search__result-title {
	margin-bottom: 5px;
	font-size: 21px;
	line-height: 26px;
	color: #252525;
}

.search__result-text {
	font-size: 14px;
	line-height: 17px;
}

.footer {
	background: #fff;
	border-top: 1px solid #e9e9e9;
}

.footer__contacts {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e9e9e9;
}

.footer__contacts a {
	font-weight: 500;
}

.footer__col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__contact:not(:last-child) {
	margin-bottom: 35px;
}

.footer__phone {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 28px;
	font-weight: 500;
	line-height: 30px;
	transition: .3s color;
	will-change: color;
}

.footer__phone:hover {
	color: #00aee2;
}

.footer__text {
	color: rgba(0, 0, 0, 0.8);
	font-size: 18px;
	line-height: 26px;
}

.footer__email {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 30px;
	transition: .3s color;
	will-change: color;
}

.footer__email:hover {
	color: #00aee2;
}

.footer__social {
	margin-top: auto;
	padding-top: 9px;
	padding-bottom: 9px;
}

.footer__disclaimer {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 13px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.6);
	border-top: 1px solid #e9e9e9;
}

.footer__bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 92px;
	font-size: 16px;
	line-height: 26px;
	color: rgba(0, 0, 0, 0.8);
	border-top: 1px solid #e9e9e9;
}

.footer__bottom a {
	color: rgba(0, 0, 0, 0.8);
}

.footer__copy {
	width: 30%;
}

.footer__author {
	width: 30%;
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: right;
}

.footer__author a {
	opacity: 0.5;
	transition: .3s opacity;
	will-change: opacity;
}

.footer__author a:hover {
	opacity: 1;
}

.sitemap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
}

.sitemap a {
	display: block;
	transition: .3s color;
	will-change: color;
}

.sitemap a:hover {
	color: #00aee2;
}

.sitemap__section {
	min-width: 200px;
	max-width: 300px;
}

.sitemap__title {
	margin-bottom: 26px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}

.sitemap__title:after {
	opacity: 0;
}

.sitemap__item {
	line-height: 25px;
	margin-bottom: 12px;
	list-style: none;
}

.sitemap__item a {
	color: rgba(0, 0, 0, 0.8);
}

.menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 100vh;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(16, 62, 127, 0.95);
	opacity: 0;
	pointer-events: none;
	transition-duration: .3s;
	transition-property: opacity;
	will-change: opacity;
}

.menu._opened {
	opacity: 1;
	pointer-events: all;
}

.menu._opened .menu__content,
.menu._opened .menu__footer {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: .2s;
}

.menu__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu__header {
	height: 78px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.menu__search {
	width: 830px;
}

.menu__content {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	opacity: 0;
	transform: translate3d(0, -10px, 0);
	transition-duration: .3s;
	transition-property: opacity, transform;
	will-change: opacity, transform;
}

.menu__content a {
	color: #fff;
}

.menu__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 133px;
	border-top: 1px solid rgba(233, 233, 233, 0.35);
	opacity: 0;
	transform: translate3d(0, -10px, 0);
	transition-duration: .3s;
	transition-property: opacity, transform;
	will-change: opacity, transform;
}

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

.menu__contact {
	margin-right: 90px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.menu__contact span {
	display: none;
	margin-top: -8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

.menu__contact-link {
	display: inline-block;
	margin-bottom: 8px;
	color: #fff;
	line-height: 30px;
}

.menu__contact-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.menu__subscribe {
	display: none;
}

.menu__social {
	width: 292px;
}

.menu-open-hiding {
	opacity: 1;
	transition: .2s opacity;
	transition-delay: .2s;
	will-change: opacity;
	pointer-events: all;
}

._menu-opened .menu-open-hiding {
	opacity: 0;
	transition-delay: 0s;
	pointer-events: none;
}

.checkbox {
	position: relative;
	font-size: 18px;
}

.checkbox__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	box-sizing: border-box;
	visibility: hidden;
}

.checkbox__label {
	position: relative;
	display: block;
	min-height: 20px;
	padding-left: 36px;
	color: #45525a;
	line-height: 20px;
	cursor: pointer;
}

.checkbox__label:before {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #c4ced4;
	content: '';
	transition: .1s border-color;
	will-change: border-color;
}

.checkbox__label:after {
	position: absolute;
	top: 6px;
	left: 5px;
	box-sizing: border-box;
	display: block;
	width: 10px;
	height: 8px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAiIGhlaWdodD0iNi45OSIgdmlld0JveD0iMCAwIDEwIDYuOTkiPjxkZWZzPjxwYXRoIGlkPSJkenJhYSIgZD0iTS41IDQuMWwtLjUuNSAzLjIgMy4yNmguMzlMMTAgMS40IDkuNDEuODZsLTUuMSA1LjI1LS45Ni44NHoiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtLjg2KSI+PHVzZSBmaWxsPSIjMTAzZTdmIiB4bGluazpocmVmPSIjZHpyYWEiLz48L2c+PC9nPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: .1s opacity;
	will-change: opacity;
	content: '';
}

:checked + .checkbox__label:before {
	border-color: #103e7f;
}

:checked + .checkbox__label:after {
	opacity: 1;
}

.form__field,
.form__textarea {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #c4ced4;
	color: #333;
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.form__field {
	height: 64px;
}

.form__textarea {
	height: 134px;
	min-height: 134px;
	max-height: 134px;
}

.form__btn {
	width: 100%;
	margin-bottom: 30px;
}

.form__checkbox {
	font-size: 14px;
	margin-bottom: 20px;
}

.content h3 {
	margin-top: 45px;
	margin-bottom: 25px;
	max-width: 510px;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

.content p {
	margin-bottom: 1.5em;
}

.content ul {
	margin-bottom: 1.5em;
	list-style: none;
	font-size: 16px;
	line-height: 1.5;
}

.content ul li {
	position: relative;
	margin-bottom: 14px;
	padding-left: 40px;
}

.content ul li:after {
	position: absolute;
	left: 12px;
	top: .75em;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	background-color: #333;
	border-radius: 50%;
	content: '';
}

.content blockquote {
	margin-top: 45px;
	margin-bottom: 48px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 60px;
	padding-right: 60px;
	background-color: #f0f4f7;
	color: #333;
	font-size: 26px;
	line-height: 38px;
}

.content figure {
	margin-top: 45px;
	margin-bottom: 48px;
	margin-left: 0;
	margin-right: 0;
}

.content figure img {
	display: block;
}

.content figcaption {
	margin-top: 32px;
	color: #9b9b9b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.content .text-big {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 24px;
	line-height: 32px;
}

.with-arrow {
	position: relative;
}

.with-arrow:after {
	position: absolute;
	top: 50%;
	right: 0;
	box-sizing: border-box;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-bottom: 1px solid #45525a;
	border-left: 1px solid #45525a;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	content: '';
	transform: rotate(-45deg);
	transition: .2s transform;
	transform-origin: center;
}

.menu .with-arrow:after {
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.with-arrow._opened:after {
	transform: rotate(-45deg) scale3d(-1, -1, 1);
}

.mob-dropdown {
	position: relative;
}

.mob-dropdown__active {
	display: none;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #103e7f;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	transition: .3s color;
}

.mob-dropdown__active:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	display: block;
	height: 2px;
	background-color: #103e7f;
	transform: scale3d(1, 1, 1);
	content: '';
	transition: .2s transform, .2s background-color;
}

.mob-dropdown__active:before {
	position: absolute;
	top: 24px;
	right: 3px;
	z-index: 2;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #445259;
	border-left: 1px solid #445259;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	content: '';
	transform: rotate(-45deg);
	transition: .2s transform, .2s border-color;
	transform-origin: center;
}

.mob-dropdown__active-text {
	white-space: nowrap;
	overflow: hidden;
}

.mob-dropdown__active-text:before,
.mob-dropdown__active-text:after {
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 120px;
	content: '';
	transition: .2s opacity;
}

.mob-dropdown__active-text:before {
	background-image: linear-gradient(to left, #103e7f 60%, rgba(16, 62, 127, 0));
	opacity: 0;
}

.mob-dropdown__active-text:after {
	background-image: linear-gradient(to left, #f8f8f9 60%, rgba(248, 248, 249, 0));
	opacity: 1;
}

.white-bg .mob-dropdown__active-text:after {
	background-image: linear-gradient(to left, #fff 40%, rgba(255, 255, 255, 0));
}

.show-more {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 88px;
	margin-bottom: 70px;
	background-color: #fff;
	border-bottom: 1px solid #c3ced3;
}

.show-more._pagenavi .show-more__btn {
	padding-left: 30px;
	padding-right: 30px;
}

.show-more._pagenavi._wide {
	padding-left: 18px;
	padding-right: 25px;
}

.show-more._complex {
	background-color: #f8f8f9;
}

.show-more__btn-block {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.show-more__btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 87px;
	font-size: 18px;
	font-weight: 500;
	line-height: 88px;
	color: rgba(0, 0, 0, 0.8);
	background-color: inherit;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: .3s background-color, .2s color, .3s opacity .4s;
}

.show-more__btn .icon {
	margin-right: 16px;
	fill: #010101;
	transition: .3s fill;
	transform: rotate(45deg);
	vertical-align: middle;
}

.show-more__btn:hover {
	color: #00aee2;
}

.show-more__btn:hover .icon {
	fill: #00aee2;
	transition: .3s fill, .3s transform;
	transform: rotate(405deg);
}

.show-more__btn:active,
.show-more._loading .show-more__btn {
	color: #bbb;
}

.show-more__btn:active .icon,
.show-more._loading .show-more__btn .icon {
	fill: #bbb;
}

.show-more._loading .show-more__btn {
	opacity: 0;
	transition: .3s background-color, .2s color, .2s opacity .1s;
	pointer-events: none;
}

.show-more__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border: 2px solid transparent;
	border-left: 2px solid #103e7f;
	border-top: 2px solid #103e7f;
	border-radius: 40px;
	pointer-events: none;
	animation-name: spinning;
	animation-duration: .6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	opacity: 0;
	transition: .2s opacity;
	will-change: opacity;
}

.show-more._loading .show-more__spinner {
	opacity: 1;
	transition-delay: .3s;
}

.pagenavi {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 86px;
}

.pagenavi__item {
	margin-left: 7px;
	margin-right: 7px;
	padding-left: 15px;
	padding-right: 15px;
	color: #9b9b9b;
	transition: .3s color;
}

.pagenavi__item._current {
	color: rgba(0, 0, 0, 0.8);
}

.pagenavi__item:not(span):hover {
	color: #00aee2;
}

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

.breadcrumbs._inner {
	padding-top: 12px;
}

.breadcrumbs__link {
	position: relative;
	margin-right: 30px;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #45525a;
	transition: .3s color;
}

.breadcrumbs._inner .breadcrumbs__link {
	color: #fff;
}

.breadcrumbs._inner .breadcrumbs__link:after {
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.breadcrumbs__link:hover {
	color: #00aee2;
}

.breadcrumbs__link:after {
	position: absolute;
	left: 100%;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	margin-left: 9px;
	margin-top: -5px;
	border-bottom: 2px solid #45525a;
	border-right: 2px solid #45525a;
	transform: rotate(-45deg);
	content: '';
	pointer-events: none;
}

.breadcrumbs__link:last-child:after {
	display: none;
}

.tabs-links {
	position: relative;
	max-width: 100%;
}

.tabs-links__link {
	position: relative;
	text-decoration: none;
	transition: .3s opacity;
}

.docs {
	margin-bottom: 100px;
	padding-top: 75px;
}

.docs._complex {
	padding-top: 0;
	margin-bottom: 0;
}

.docs__subtitle {
	margin-bottom: 25px;
	color: #777;
	font-size: 24px;
	font-weight: 700;
	line-height: 1x;
}

.docs__content {
	min-height: 270px;
	background: #fff;
}

.docs__item {
	width: 100%;
	max-width: 25%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 54px;
	background-color: transparent;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
	transition: .3s background-color;
	will-change: background-color;
}

.docs__item._complex {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 482px;
	max-width: 482px;
	min-height: 128px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #f8f8f9;
	border-bottom: 0;
	text-align: left;
}

.docs__item:hover {
	background-color: #e3f2fd;
}

.docs__item:last-child {
	border-right: 0;
}

.docs__icon {
	position: relative;
	width: 55px;
	height: 67px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 27px;
}

.docs__icon .icon {
	fill: #2e92ff;
}

.docs._complex .docs__icon {
	margin-left: 0;
	margin-right: 30px;
	margin-bottom: 0;
}

.docs__format {
	position: absolute;
	left: 0;
	bottom: 17px;
	height: 19px;
	padding-left: 2px;
	padding-right: 2px;
	color: #278cfd;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.13px;
	background-color: #e3f2fd;
	text-transform: uppercase;
}

.docs__text {
	color: #333;
	font-size: 18px;
	line-height: 26px;
}

.tabs__links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 33px;
}

.tabs__link {
	position: relative;
	color: #103e7f;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-transform: uppercase;
	white-space: nowrap;
}

.tabs__link:after {
	position: absolute;
	bottom: -33px;
	left: 0;
	right: 0;
	display: block;
	height: 3px;
	background-color: #103e7f;
	content: '';
	opacity: 0;
	transition: .2s opacity;
}

.tabs__link._current:after {
	opacity: 1;
}

.tabs__wrap {
	position: relative;
	background-color: #fff;
	transition: .3s height;
}

.tabs__tab._no-padding {
	padding: 0;
}

.tabs._activated .tabs__tab {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: .3s opacity;
	pointer-events: none;
}

.tabs._activated .tabs__tab._active {
	opacity: 1;
	transition-delay: .2s;
	pointer-events: all;
}

.map._elite {
	height: 680px;
}

.spoiler {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.spoiler:last-child {
	border-bottom: 0;
}

.spoiler__head {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: 112px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 30px;
	padding-right: 80px;
	color: #45525a;
	font-size: 24px;
	line-height: 32px;
	cursor: pointer;
	transition-property: background-color, color;
	transition-duration: .3s;
	will-change: background-color, color;
}

.spoiler__head:before,
.spoiler__head:after {
	position: absolute;
	right: 34px;
	top: 55px;
	display: block;
	width: 16px;
	height: 2px;
	background-color: #45525a;
	content: '';
	transition-property: background-color, transform;
	transition-duration: .3s;
	will-change: background-color, transform;
}

.spoiler__head:after {
	transform: rotate(90deg) scale3d(1, 1, 1);
}

.spoiler._unfolded .spoiler__head:after {
	transform: rotate(90deg) scale3d(0, 1, 1);
}

.spoiler__content {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 40px;
	color: #45525a;
	font-size: 16px;
	line-height: 24px;
}

.spoiler__inner {
	transition-property: opacity;
	transition-duration: .3s;
	will-change: opacity;
}

.spoiler__inner._hidden {
	transition-delay: .1s;
}

.popup-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgba(20, 39, 66, 0.7);
	opacity: 0;
	pointer-events: none;
	transition: .4s opacity;
	overflow: auto;
}

.popup-wrap._opened {
	opacity: 1;
	pointer-events: all;
}

.popup-wrap__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100%;
}

.popup {
	position: relative;
	display: none;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: .3s opacity, .2s transform;
	transform: translate3d(0, -15px, 0);
}

.popup._opened {
	opacity: 1;
	pointer-events: all;
	transform: translate3d(0, 0, 0);
	transition-delay: .15s;
	will-change: opacity, transform;
}

.popup._lightbox {
	background-color: transparent;
}

.popup._lightbox-video {
	width: calc(100% - 160px);
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.popup._order {
	width: 510px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 40px;
	padding-bottom: 25px;
}

.popup._callback {
	width: 450px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 15px;
}

.popup._booking {
	max-width: 520px;
	border-radius: 20px;
	overflow: hidden;
	padding: 50px 60px;
}

.popup._booking .popup__title {
	font-weight: 500;
	color: black;
	opacity: 0.8;
	margin-bottom: 25px;
}

.popup._booking .popup__close {
	top: 17px;
	right: 17px;
}

.popup._booking .popup__close::before,
.popup._booking .popup__close::after {
	background-color: #9B9B9B;
	border-radius: 999px;
	width: 24px;
	margin-left: -12px;
}

.popup__icon {
	background-image: url("/local/templates/index/css/../img/popup-checkbox.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 70px;
	height: 62px;
	margin: 0 auto 25px auto;
}

.popup__agreement-checkbox {
	margin-bottom: 22px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup__agreement-checkbox-holder {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.popup__agreement-checkbox-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	margin: 0 !important;
	display: block;
	z-index: 1;
	cursor: pointer;
}

.popup__agreement-checkbox-input:checked + .popup__agreement-checkbox-field svg {
	opacity: 1 !important;
	fill: #2C2C2C;
}

.popup__agreement-checkbox-field {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #00AEE2;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border-radius: 2px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 11px 0 0;
	position: relative;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	z-index: 0;
}

.popup__agreement-checkbox-field svg {
	display: block;
	margin: auto;
	opacity: 0;
	transition: opacity 0.15s ease-in-out;
}

.popup__agreement-checkbox-text {
	font-size: 13px;
	line-height: 120%;
	padding-top: 3px;
	position: relative;
	z-index: 0;
}

.popup__agreement-button {
	width: 100%;
}

.popup__close {
	position: absolute;
	right: -40px;
	top: -40px;
	width: 40px;
	height: 40px;
	font-size: 0;
	border-radius: 40px;
	transform: rotate(45deg);
	cursor: pointer;
}

.popup__close:before,
.popup__close:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 32px;
	height: 2px;
	margin-left: -16px;
	margin-top: -1px;
	background: #fff;
	content: '';
}

.popup__close:after {
	transform: rotate(90deg);
}

.popup__close:hover {
	transform: rotate(225deg);
	transition: .3s transform;
}

.popup__title {
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 25px;
	color: #45525a;
	font-size: 32px;
	font-weight: 900;
	line-height: 40px;
	text-align: center;
}

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

.popup__title_small {
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 0 !important;
}

.popup__title_arrow {
	position: relative;
}

.popup__title_arrow::before {
	content: '';
	width: 36px;
	height: 59px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/local/templates/index/css/../img/popup-arrow.svg");
	position: absolute;
	left: 70px;
	bottom: -47px;
	display: block;
}

.popup__text {
	font-weight: 400;
	font-size: 23px;
	line-height: 125%;
	color: rgba(0, 0, 0, 0.8);
	text-align: center;
	margin: 0 0 30px 0;
}

.popup__check {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
}

.popup__form-note {
	color: #45525a;
	font-size: 13px;
	line-height: 18px;
}

.popup__form-note a {
	color: #1b4785;
	text-decoration: underline;
}

.popup__form-note a:hover {
	text-decoration: none;
}

.popup__thanks {
	padding-top: 40px;
	padding-bottom: 60px;
}

.popup__thanks-text {
	padding-bottom: 179px;
	font-size: 32px;
	font-weight: 500;
	line-height: 44px;
	color: #103E7F;
	letter-spacing: -0.750191px;
	text-align: center;
	background-image: url("/local/templates/index/css/../img/form-sent.svg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 217px 124px;
}

.booking {
	padding: 45px 0 48px 0;
}

.booking_auth {
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	padding: 100px 0 48px 0;
}

.booking__container_auth {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.booking__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.booking__header_statement {
	margin-bottom: 45px;
}

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

.booking__header-title {
	font-size: 40px;
	font-weight: 500;
	line-height: 100%;
	color: #042C60;
	margin-right: 30px;
}

.booking__timer {
	background-color: #FFFFFF;
	box-shadow: 0 14px 22px rgba(20, 64, 125, 0.05);
	border-radius: 999px;
	padding: 10px 20px;
	font-size: 13px;
	line-height: 100%;
	color: #697588;
}

.booking__timer b {
	font-weight: 700;
	color: black;
}

.booking__close {
	width: 24px;
	height: 24px;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
	will-change: transform;
}

.booking__close::before,
.booking__close::after {
	content: '';
	display: block;
	width: 32px;
	height: 2px;
	background-color: #042C60;
	position: absolute;
}

.booking__close::before {
	transform: rotate(-45deg);
	left: -4px;
	top: 10px;
}

.booking__close::after {
	transform: rotate(45deg);
	right: -4px;
	top: 10px;
}

.booking__close:hover {
	transform: rotate(180deg);
}

.booking__progress {
	margin-bottom: 55px;
}

.booking__progress-wrapper {
	white-space: nowrap;
	font-size: 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
}

.booking__progress-item {
	white-space: normal;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 2px solid #D1DCEB;
	padding: 0 0 17px 0;
	width: 20%;
	box-sizing: border-box;
	position: relative;
}

.booking__progress-item:first-child {
	padding-left: 0;
}

.booking__progress-item:last-child {
	padding-right: 0;
}

.booking__progress-item_active {
	border-color: #00AEE2 !important;
}

.booking__progress-item_active .booking__progress-item-num {
	border-color: #00AEE2 !important;
}

.booking__progress-item_active .booking__progress-item-text {
	color: black;
}

.booking__progress-item_active::before {
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #00AEE2;
}

.booking__progress-item_success {
	border-color: #00AEE2 !important;
}

.booking__progress-item_success .booking__progress-item-num {
	border-color: transparent !important;
	font-weight: 500;
	color: white;
	background-color: #00AEE2;
}

.booking__progress-item_success .booking__progress-item-text {
	color: black;
}

.booking__progress-item_success::before {
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #00AEE2;
}

.booking__progress-item-num {
	color: #697588;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #DCE5F0;
	border-radius: 100%;
	padding-top: 1px;
}

.booking__progress-item-text {
	font-size: 14px;
	line-height: 100%;
	font-weight: 400;
	color: #697588;
}

.booking__body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.booking__sidebar {
	width: 100%;
	max-width: 402px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 140px;
}

.booking__sidebar_open .booking__sidebar-arrow-icon {
	transform: rotateX(180deg);
}

.booking__sidebar-content {
	background-color: #ffffff;
	border-radius: 8px;
}

.booking__sidebar-head {
	padding: 23px 40px 22px 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.booking__sidebar-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
}

.booking__sidebar-title span {
	font-size: 16px;
	display: block;
	margin-bottom: 2px;
}

.booking__sidebar-arrow {
	display: none;
	will-change: transform;
}

.booking__sidebar-arrow-icon {
	margin: auto;
	transition: transform 0.15s ease-in-out;
}

.booking__sidebar-body {
	padding: 0 40px;
}

.booking__sidebar-holder {
	padding: 27px 0 35px 0;
	border-top: 1px solid #D1DCEB;
}

.booking__sidebar-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.booking__sidebar-text {
	font-size: 14px;
	line-height: 110%;
	color: #697588;
}

.booking__sidebar-text_value {
	color: #000000;
}

.booking__sidebar-text_big {
	color: #000000;
	font-size: 18px;
}

.booking__sidebar-text_bold {
	font-weight: 700;
}

.booking__sidebar-footer {
	border-top: 1px solid #D1DCEB;
	padding-top: 22px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
}

.booking__content {
	width: 100%;
}

.booking__title {
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 40px;
	max-width: 400px;
}

.booking__holder {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.booking__head {
	padding: 15px 90px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.booking__head-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.booking__head-logotype {
	width: 123px;
}

.booking__head-logotype svg {
	width: 100%;
	display: block;
}

.booking__head-phone {
	font-size: 18px;
	line-height: 144%;
	color: white;
}

.booking__modal {
	background-color: #FFFFFF;
	box-shadow: 0 20px 40px rgba(0, 11, 26, 0.4);
	border-radius: 20px;
	max-width: 520px;
	width: 100%;
	margin: auto;
	padding: 60px;
	text-align: center;
}

.booking__modal-title {
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	margin-bottom: 40px;
}

.booking__modal-text {
	font-size: 18px;
	line-height: 144%;
	color: #000000;
	opacity: 0.7;
	margin-bottom: 15px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.booking__modal-text:last-child {
	margin-bottom: 0;
}

.booking__modal-text_bold,
.booking__modal-text b {
	font-weight: 500;
}

.booking__modal-text_last {
	margin-bottom: 70px;
}

.booking__modal-button {
	width: 100%;
}

.booking__block {
	position: relative;
	max-width: 510px;
}

.booking__block_data {
	max-width: 618px;
}

.booking__block_agreement {
	width: 100%;
	max-width: 785px;
}

.booking__block-title {
	font-weight: 500;
	font-size: 32px;
	line-height: 114%;
}

.booking__block-link {
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 0;
	font-weight: 500;
	font-size: 17px;
	line-height: 100%;
	color: #103E7F;
	transition: opacity 0.15s ease-in-out;
}

.booking__block-link:hover {
	opacity: 0.5;
}

.booking__block-link::before {
	background-image: url("/local/templates/index/css/../img/file-pdf.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 16px;
	position: relative;
	top: -1px;
	margin-right: 6px;
}

.booking__block-link_statement {
	top: -72px;
}

.booking__block-table {
	width: 100%;
	max-width: 508px;
	margin: 40px 0 60px 0;
}

.booking__block-table-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #D1DCEB;
	margin-bottom: 15px;
}

.booking__block-table-row:last-child {
	margin-bottom: 0;
}

.booking__block-table-text {
	font-size: 15px;
	line-height: 100%;
}

.booking__block-table-text_bold {
	font-weight: 500;
}

.booking__block-list {
	margin-bottom: 40px;
}

.booking__block-list-item {
	font-size: 13px;
	line-height: 100%;
	margin-bottom: 15px;
}

.booking__block-list-item:last-child {
	margin-bottom: 0;
}

.booking__block-message {
	font-weight: 400;
	font-size: 13px;
	line-height: 123%;
	background: #ECF1F6;
	border-radius: 8px;
	padding: 18px 35px;
	max-width: 510px;
	margin-bottom: 45px;
}

.booking__block-buttons {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.booking__block-buttons-item {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}

.booking__block-buttons-item:last-child {
	margin-right: 0;
}

.booking__block-button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	border-radius: 6px;
	height: 56px;
	line-height: 100%;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.booking__block-button_w100 {
	width: 100%;
}

.booking__block-button_disabled {
	cursor: default;
	opacity: 0.4;
}

.booking__block-button:hover {
	background-color: #00aee2 !important;
}

.booking__block-button:hover:not(.booking__block-button_disabled) {
	background-color: #103e7f !important;
}

.booking__block-button:hover:not(.booking__block-button_disabled)._border-blue {
	background-color: #00aee2 !important;
	border-color: #00aee2 !important;
	color: white !important;
}

.booking__block-phone {
	margin-top: 17px;
}

.booking__block-phone-value {
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 24px;
}

.booking__block-phone-text {
	font-size: 18px;
	line-height: 144%;
	color: #000000;
	opacity: 0.7;
	margin-bottom: 35px;
	max-width: 500px;
}

.booking__block-phone-button {
	width: 100%;
	max-width: 510px;
}

.booking__block-code {
	margin-top: 30px;
}

.booking__block-code-text {
	font-size: 18px;
	line-height: 144%;
	color: #000000;
	opacity: 0.7;
	margin-bottom: 34px;
	margin-left: auto;
	margin-right: auto;
	max-width: 360px;
}

.booking__block-code-text b {
	font-weight: 500;
}

.booking__block-code-text_counter {
	font-weight: 500;
	font-size: 15px;
	line-height: 120%;
	color: #000000;
	opacity: 0.3;
	max-width: 155px;
	margin-bottom: 0 !important;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.booking__block-code-link {
	cursor: pointer;
	font-size: 15px;
	line-height: 15px;
	color: #00AEE2;
	margin-bottom: 0 !important;
	font-weight: 500;
	position: relative;
}

.booking__block-code-link:hover .booking__block-code-link-tooltip {
	opacity: 1;
	pointer-events: all;
}

.booking__block-code-link-tooltip {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	padding-top: 5px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.15s ease-in-out;
}

.booking__block-code-link-tooltip span {
	display: block;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 8px;
	font-size: 12px;
	line-height: 120%;
	font-weight: 400;
	color: black;
	width: 200px;
}

.booking__block-code-field {
	max-width: 400px;
}

.booking__block-code-field-holder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.booking__block-code-input {
	background: #FFFFFF;
	border: 1px solid #C4CED4;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	font-size: 39px;
	line-height: 100%;
	color: rgba(0, 0, 0, 0.8);
	width: 100%;
	margin-right: 20px;
	height: 60px;
	font-weight: 600;
}

.booking__block-code-input:last-child {
	margin-right: 0;
}

.booking__block-code-input:focus {
	outline: none;
	border: 1px solid #00aee2;
}

.booking__block-code-field-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.booking__block-code-button {
	width: 100%;
	max-width: 400px;
}

.booking__block-attention {
	display: -ms-flexbox;
	display: flex;
	background-color: #ECF1F6;
	border-radius: 8px;
	padding: 15px 40px 15px 25px;
	margin: 20px 0 40px 0;
}

.booking__block-attention-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	margin-right: 15px;
}

.booking__block-attention-icon svg {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
}

.booking__block-attention-text {
	font-size: 15px;
	line-height: 133%;
}

.booking__block-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.booking__block-field {
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
}

.booking__block-field_last-name {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}

.booking__block-field_first-name {
	width: calc((100% - 30px) / 2);
}

.booking__block-field_middle-name {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}

.booking__block-field_passport-series {
	width: calc((100% - 30px * 3) / 4);
	margin-right: 30px;
}

.booking__block-field_passport-number {
	width: calc((100% - 30px * 3) / 4);
}

.booking__block-field_whom {
	width: 100%;
}

.booking__block-field_date {
	width: calc((100% - 30px * 2) / 3);
	margin-right: 30px;
}

.booking__block-field_code {
	width: calc((100% - 30px * 2) / 3);
}

.booking__block-field_owner {
	width: 100%;
	margin-bottom: 65px;
}

.booking__block-field_error .booking__block-field-input {
	background-color: #FFE7E7 !important;
	border-color: #EC0303 !important;
}

.booking__block-field_error .booking__block-field-error {
	opacity: 1;
	pointer-events: all;
}

.booking__block-field-label {
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 7px;
}

.booking__block-field-input {
	padding: 17px 15px;
	font-size: 18px;
	line-height: 100%;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #D1DCEB;
	border-radius: 4px;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	font-family: inherit;
}

.booking__block-field-input_textarea {
	resize: none;
	min-height: 73px;
}

.booking__block-field-input:focus {
	outline: none !important;
}

.booking__block-field-input:focus:not([readonly]) {
	border-color: #00AEE2;
}

.booking__block-field-error {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.15s ease-in-out;
	font-size: 13px;
	line-height: 100%;
	color: #EC0303;
	position: absolute;
	left: 0;
	top: calc(100% + 7px);
}

.booking__block-field-select {
	width: 100%;
	position: relative;
	z-index: 0;
}

.booking__block-field-select_open .booking__block-field-select-body {
	opacity: 1;
	pointer-events: all;
}

.booking__block-field-select_open .booking__block-field-select-arrow {
	transform: rotateX(180deg);
}

.booking__block-field-select-head {
	background-color: #ECF1F6;
	border: 1px solid #D1DCEB;
	padding: 18px 35px 18px 15px;
	border-radius: 4px;
	width: 100%;
	position: relative;
	line-height: 100%;
	font-size: 18px;
}

.booking__block-field-select-arrow {
	position: absolute;
	right: 24px;
	top: calc((100% - 6px) / 2);
	width: 10px;
	height: 6px;
}

.booking__block-field-select-arrow svg {
	display: block;
	margin: 0;
}

.booking__block-field-select-body {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
}

.booking__block-field-select-item {
	cursor: pointer;
	padding: 18px 15px;
	font-size: 18px;
	background-color: #ECF1F6;
}

.booking__block-field-select-item_active {
	background-color: #D9E5F1;
}

.booking__block-field-select-item:hover:not(.booking__block-field-select-item_active) {
	background-color: whitesmoke;
}

.booking__block-form-button {
	width: 100%;
	max-width: 400px;
}

.booking__block-agreement {
	margin: 30px 0 0 0;
}

.booking__block-agreement_open .booking__block-agreement-control-icon {
	transform: rotateX(180deg);
}

.booking__block-agreement_reset {
	margin: 0;
}

.booking__block-agreement-frame {
	margin: 0 0 40px 0;
	display: block;
	position: relative;
	right: 7.97%;
	width: 107.97%;
	height: 430px;
}

.booking__block-agreement-content {
	margin-bottom: 25px;
	height: 420px;
	overflow-y: auto;
	transition: height 0.3s ease-in-out;
}

.booking__block-agreement-content::-webkit-scrollbar {
	width: 6px;
}

.booking__block-agreement-content::-webkit-scrollbar-track {
	background-color: #E6EDF7;
	border-radius: 999px;
}

.booking__block-agreement-content::-webkit-scrollbar-thumb {
	background-color: #00AEE2;
	border-radius: 999px;
}

.booking__block-agreement-holder {
	font-size: 14px;
	line-height: 130%;
	padding-right: 45px;
}

.booking__block-agreement-holder p {
	margin-bottom: 15px;
}

.booking__block-agreement-holder p:last-child {
	margin-bottom: 0;
}

.booking__block-agreement-control {
	cursor: pointer;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 38px;
	font-size: 16px;
	line-height: 100%;
}

.booking__block-agreement-control-icon {
	width: 10px;
	height: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 12px;
	position: relative;
	top: -1px;
}

.booking__block-agreement-control-icon svg {
	display: block;
	margin: 0;
}

.booking__block-agreement-checkbox {
	margin-bottom: 18px;
}

.booking__block-agreement-checkbox_last {
	margin-bottom: 32px;
}

.booking__block-agreement-checkbox-holder {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.booking__block-agreement-checkbox-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 100%;
	opacity: 0;
	margin: 0 !important;
	display: block;
	z-index: 1;
	cursor: pointer;
}

.booking__block-agreement-checkbox-input:checked + .booking__block-agreement-checkbox-field svg {
	opacity: 1 !important;
	fill: #2C2C2C;
}

.booking__block-agreement-checkbox-field {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #00AEE2;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border-radius: 2px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 11px 0 0;
	position: relative;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	z-index: 0;
}

.booking__block-agreement-checkbox-field svg {
	display: block;
	margin: auto;
	opacity: 0;
	transition: opacity 0.15s ease-in-out;
}

.booking__block-agreement-checkbox-text {
	color: rgba(0, 0, 0, 0.7);
	font-size: 13px;
	line-height: 120%;
	padding-top: 3px;
	position: relative;
	z-index: 0;
}

.booking__block-agreement-checkbox-text_nowrap {
	white-space: nowrap;
}

.booking__block-agreement-checkbox-text a,
.booking__block-agreement-checkbox-text span {
	border-bottom: 1px dashed #8CADDB;
}

.booking__block-agreement-button {
	width: 100%;
	max-width: 400px;
}

.booking__confirmation-title {
	font-size: 32px;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 35px;
}

.booking__confirmation-holder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.booking__confirmation-content {
	width: 100%;
	max-width: 618px;
	margin-right: 100px;
}

.booking__confirmation-head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 34px;
}

.booking__confirmation-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
}

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

.booking__confirmation-table {
	margin-bottom: 45px;
	max-width: none;
}

.booking__confirmation-attention {
	margin-bottom: 35px;
}

.booking__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 62px;
}

.booking__footer-text {
	font-size: 15px;
	line-height: 100%;
	color: #757575;
}

.booking__footer-text_link {
	border-bottom: 1px solid rgba(117, 117, 117, 0.3);
	transition: border-color 0.15s ease-in-out;
}

.booking__footer-text_link:hover {
	border-color: transparent;
}

.booking__payment {
	padding: 40px;
	background-color: #FFFFFF;
	box-shadow: 0 14px 22px rgba(18, 59, 116, 0.05);
	border-radius: 8px;
	width: 100%;
	max-width: 540px;
}

.booking__payment-head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 35px;
}

.booking__payment-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 144%;
}

.booking__payment-text_price {
	font-weight: 700;
	font-size: 22px;
}

.booking__payment-content {
	margin-bottom: 35px;
}

.booking__payment-tab {
	border-radius: 8px;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}

.booking__payment-tab:last-child {
	margin-bottom: 0;
}

.booking__payment-tab-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}

.booking__payment-tab-input:checked + .booking__payment-tab-holder {
	border-color: #00AEE2;
}

.booking__payment-tab-input:checked + .booking__payment-tab-holder .booking__payment-radio {
	border-color: #00AEE2;
}

.booking__payment-tab-input:checked + .booking__payment-tab-holder .booking__payment-radio::before {
	opacity: 1;
}

.booking__payment-tab-holder {
	position: relative;
	border: 2px solid #D1DCEB;
	border-radius: 8px;
	padding: 16px;
	display: -ms-flexbox;
	display: flex;
	z-index: 0;
	transition: border-color 0.15s ease-in-out;
}

.booking__payment-tab-box_left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 24px;
}

.booking__payment-tab-text {
	font-size: 14px;
	line-height: 136%;
	color: #697588;
}

.booking__payment-tab-text_title {
	font-weight: 500;
	font-size: 18px;
	line-height: 133%;
	margin-bottom: 8px;
	color: #000000;
}

.booking__payment-radio {
	width: 24px;
	height: 24px;
	border: 2px solid #D1DCEB;
	border-radius: 999px;
	transition: border-color 0.15s ease-in-out;
	position: relative;
}

.booking__payment-radio::before {
	content: '';
	position: absolute;
	left: calc((100% - 14px) / 2);
	top: calc((100% - 14px) / 2);
	width: 14px;
	height: 14px;
	background-color: #00AEE2;
	opacity: 0;
	transition: opacity 0.15s ease-in-out;
	border-radius: 999px;
}

.booking__payment-button {
	width: 100%;
}

.cookie-alert {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background-color: #103e7f;
	transition: .3s transform;
	transform: translate3d(0, 0, 0);
}

.cookie-alert._hidden {
	opacity: 1;
	transform: translate3d(0, 100%, 0);
}

.cookie-alert__text {
	font-size: 12px;
	line-height: 16px;
}

.cookie-alert__text a {
	color: #00aee2;
}

.cookie-alert__btn {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	height: 36px;
	padding-left: 40px;
	padding-right: 40px;
	color: #fff;
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	background-color: #00aee2;
	border: 0;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition-duration: .2s;
	transition-property: background-color, color;
}

.callback__day {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}

.callback__day-radio {
	display: none;
}

.callback__day-label {
	height: 30px;
	margin-left: 17px;
	margin-right: 17px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	border-bottom: 2px solid #d8d8d8;
	cursor: pointer;
	transition: .3s color, .3s border-bottom-color;
}

.callback__day-label:hover {
	color: #00aee2;
	border-bottom-color: #00aee2;
}

:checked + .callback__day-label {
	color: #103e7f;
	border-bottom-color: #103e7f;
}

.callback__time {
	position: relative;
	margin-bottom: 35px;
	cursor: pointer;
}

.callback__time input {
	display: none;
}

.callback__time .noUi-base,
.callback__time .noUi-connects {
	background-color: none;
}

.callback__time .noUi-target {
	position: relative;
	width: 100%;
	height: 43px;
	background-image: linear-gradient(to right, #c3ced3, #c3ced3);
	background-size: 100% 3px;
	background-position: center 20px;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.callback__time .noUi-connect {
	background-image: linear-gradient(to right, #103e7f, #103e7f);
	background-size: 100% 3px;
	background-position: center 20px;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-right: 10px;
	box-sizing: content-box;
}

.callback__time .noUi-horizontal .noUi-handle {
	top: 15px;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 0;
	border-radius: 50%;
	outline: 0;
	transform: translateX(-10px) scale3d(1, 1, 1);
	transition: .1s all;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
}

.callback__time .noUi-horizontal .noUi-handle:before {
	position: static;
	box-sizing: border-box;
	display: block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 2px solid #103e7f;
	border-radius: 50%;
	outline: 0;
	transform: scale3d(1, 1, 1);
	transition: .1s all;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	content: '';
}

.callback__time .noUi-horizontal .noUi-handle:after {
	display: none;
}

.callback__time .noUi-horizontal .noUi-handle:hover:before,
.callback__time .noUi-horizontal .noUi-handle:active:before {
	transform: scale3d(1.3, 1.3, 1);
}

.callback__time .noUi-horizontal .noUi-tooltip {
	bottom: auto;
	top: 100%;
	color: #103e7f;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	border: 0;
	background-color: transparent;
	transition-duration: .2s;
	transition-property: opacity, transform;
	opacity: 1;
}

.callback__time._close-values .noUi-handle-lower .noUi-tooltip {
	transform: translate(-75%, 0);
}

.callback__time._close-values .noUi-handle-upper .noUi-tooltip {
	transform: translate(-25%, 0);
}

.callback__time._same-values .noUi-handle-lower .noUi-tooltip {
	opacity: 0;
}

.callback__time._same-values .noUi-handle-upper .noUi-tooltip {
	transform: translate(-50%, 0);
}

.cards {
	margin-bottom: 70px;
}

.cards__output {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 34px;
}

.cards__output + .cards__output {
	margin-top: -34px;
}

.cards__output:after {
	width: 400px;
	height: 1px;
	content: '';
}

.cards__output._diary:after {
	width: 328px;
}

.card {
	position: relative;
	box-sizing: border-box;
	width: 400px;
	height: 420px;
	margin-bottom: 30px;
	background: #103e7f;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	transition: .2s opacity, .2s transform;
	will-change: opacity;
	transform: translate3d(0, 0, 0);
}

.card._hidden {
	transform: translate3d(0, 10px, 0);
}

.card:not(._no-hover):hover .card__thumb {
	opacity: .2;
}

.card._no-image {
	color: #333;
	transition: .2s opacity, .2s transform, .3s color;
}

.card._no-image:not(._no-hover):hover {
	color: #fff;
}

.card._no-image:not(._no-hover):hover .card__thumb {
	opacity: 0;
}

.card__thumb {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: #000;
	opacity: 1;
	transition: .3s opacity;
}

.card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	opacity: .6;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.card__content {
	position: relative;
	z-index: 2;
	height: 100%;
}

.building {
	min-height: 420px;
}

.building._wide {
	width: 510px;
}

.building._large {
	width: 100%;
	height: 500px;
	margin-bottom: 0;
}

.building._descr:hover .building__desrc {
	opacity: 1;
}

.building._descr:hover .building__bottom-inner {
	opacity: 0;
}

.building._elite .building__place {
	font-size: 20px;
	text-transform: none;
}

.building._elite .building__top {
	height: 212px;
}

.building._elite .building__bottom {
	min-height: 116px;
}

.building._elite .building__desrc {
	font-size: 20px;
	line-height: 28px;
}

.building._elite .card__thumb:after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	background-image: linear-gradient(360deg, rgba(27, 29, 32, 0.7) 0%, rgba(27, 29, 32, 0.2) 100%);
}

.building._elite .card__thumb img {
	opacity: 1;
}

.building:not(._no-hover) .building__logo {
	transition: .3s opacity;
	opacity: 0;
}

.building:not(._no-hover):hover .building__logo {
	opacity: 1;
}

.building__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 48px;
	padding-right: 48px;
	padding-bottom: 44px;
	padding-left: 48px;
}

.building._large .building__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 58px;
	padding-left: 105px;
	padding-right: 105px;
	padding-bottom: 75px;
}

.building__top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 192px;
	padding-bottom: 10px;
}

.building._large .building__top {
	height: auto;
}

.building__logo {
	width: 260px;
	height: 140px;
}

.building__logo img {
	max-height: 100%;
}

.building__title {
	font-size: 32px;
	font-weight: 500;
	line-height: 36px;
}

.building._large .building__title {
	margin-bottom: 34px;
}

.building__bottom {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	min-height: 136px;
	padding-top: 12px;
}

.building._large .building__bottom {
	min-height: auto;
}

.building._large .building__bottom:before {
	display: none;
}

.building__bottom:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 210px;
	height: 2px;
	background: #fff;
	content: '';
}

.building__desrc {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	margin-right: -100%;
	padding-right: 24px;
	font-size: 22px;
	line-height: 30px;
	text-transform: none;
	transition: .3s opacity;
	opacity: 0;
}

.building__bottom-inner {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	transition: .3s opacity;
}

.building__place {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.building._large .building__place {
	font-size: 17px;
	text-transform: none;
}

.building__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.building__price {
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
}

.building._large .building__price {
	margin-bottom: 26px;
}

.building__fav {
	position: absolute;
	bottom: 44px;
	right: 40px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	transition: .3s transform;
	transform: scale3d(1, 1, 1);
	will-change: transform;
	cursor: pointer;
}

.building__fav .icon {
	fill: transparent;
	stroke: #fff;
	stroke-width: 2px;
	transition: .2s fill;
}

.building__fav:hover {
	transform: scale3d(1.18, 1.18, 1);
}

.building__fav._active {
	opacity: 1;
}

.building__fav._active .icon {
	fill: #fff;
}

.filter {
	position: relative;
	padding-top: 35px;
}

.filter._expandable {
	background: #fff;
}

.filter._layouts {
	padding-top: 0;
}

.filter._no-style {
	padding-top: 0;
}

.filter._elite {
	padding-bottom: 24px;
}

.filter__inner {
	position: relative;
	z-index: 2;
}

.filter__head {
	max-width: calc(100% - 260px);
}

.filter__title.filter__title_reset {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0 !important;
	margin-bottom: 0 !important;
}

.filter__select {
	font-family: 'Gotham Pro';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 0 0 15px;
	position: relative;
	z-index: 1;
}

.filter__select:hover .filter__select-head {
	color: #012E64;
}

.filter__select .filter__select-head {
	display: inline;
	cursor: pointer;
	font-weight: normal;
	color: #45525A;
	border-bottom: 2px dashed #4A90E2;
	font-size: 48px;
	line-height: 43px;
	position: relative;
}

.filter__select .filter__select-head::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUw5LjUgOS41TDE4IDEiIHN0cm9rZT0iIzU3NTc1NyIgc3Ryb2tlLXdpZHRoPSIxLjYiLz4KPC9zdmc+Cg==");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	width: 17px;
	height: 8.5px;
	position: absolute;
	top: 16px;
	right: -30px;
}

.filter__select .filter__select-body {
	background: #FFFFFF;
	box-shadow: 0px 20px 30px rgba(0, 11, 26, 0.05);
	position: absolute;
	width: 390px;
	top: -10px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease-in-out;
}

.filter__select .filter__select-body_show {
	pointer-events: all;
	opacity: 1;
}

.filter__select .filter__select-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.filter__select .filter__select-list-item {
	cursor: pointer;
	font-size: 18px;
	line-height: 100%;
	color: #252525;
	padding: 18px 30px;
	transition: background-color 0.15s ease-in-out;
}

.filter__select .filter__select-list-item:hover {
	background-color: #E5F3FD;
}

.filter__select .filter__select-list-item_selected {
	font-weight: 700;
}

.filter__show-map {
	position: absolute;
	right: 0;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	font-size: 14px;
	font-weight: 500;
	color: #103e7f;
	text-transform: uppercase;
	border: 1px solid #103E7F;
	padding: 12px 17px 11px 22px;
}

.filter__show-map:hover {
	background: #103E7F;
	color: white;
}

.filter__show-map:hover .icon {
	fill: white;
}

.filter._home .filter__show-map {
	top: -9px;
}

.filter__show-map._in-row {
	position: static;
	height: 64px;
	-ms-flex-pack: center;
	justify-content: center;
}

.filter__show-map .icon {
	width: 20px;
	height: 24px;
	margin-left: 16px;
	fill: #103e7f;
}

.filter__content {
	opacity: 1;
	transition: .4s opacity;
	will-change: opacity;
	margin: 55px 0 0 0;
}

.filter__content._hidden {
	opacity: 0;
}

.filter__multirow {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filter__multirow:after {
	width: 294px;
	height: 1px;
	content: '';
}

.filter__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
}

.filter__block {
	width: 294px;
	margin-bottom: 34px;
}

.filter__block._wide {
	width: 614px;
}

.filter__block._actions {
	position: relative;
}

.filter__block._actions .btn {
	margin-bottom: 0;
}

.filter__block._actions .filter__clear {
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.filter__btn {
	width: 291px;
	height: 64px;
	margin-bottom: 34px;
	padding-left: 20px;
	padding-right: 20px;
}

.filter__label {
	margin-bottom: 18px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

.filter__control {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 64px;
}

.filter__radio-input,
.filter__checkbox-input {
	display: none;
}

.filter__toggle {
	width: 100%;
	margin-right: -1px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	border: 1px solid #c3ced3;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	transition: .2s all;
}

:checked + .filter__toggle,
.filter__toggle._active {
	position: relative;
	z-index: 1;
	background: #103e7f;
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.filter__input {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -1px;
	color: #333;
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	font-size: 15px;
	line-height: 62px;
	border: 1px solid #c3ced3;
	background-color: transparent;
}

.filter__input:focus {
	z-index: 1;
}

.filter__cats {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 64px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.filter__cat {
	font-size: 18px;
}

.filter__dropdown {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 290px;
	padding-left: 28px;
	padding-right: 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 64px;
	background-color: #498fe1;
	color: #fff;
	white-space: nowrap;
	cursor: pointer;
	transition: .3s background-color;
}

.filter__dropdown:hover {
	background-color: #103e7f;
}

.filter__dropdown .icon {
	display: -ms-flexbox;
	display: flex;
	width: 6px;
	height: 6px;
	margin-left: 30px;
	margin-top: -2px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg) scale3d(1.3, 1.3, 1) translate3d(0, 0, 0);
	transition: .3s transform;
	content: '';
}

.filter__dropdown._opened .icon {
	transform: rotate(135deg) scale3d(1.3, 1.3, 1) translate3d(2px, -2px, 0);
}

.filter__dropdown-content {
	position: relative;
	display: none;
	margin-top: 34px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	background: #fff;
}

.filter__border {
	position: relative;
	height: 65px;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.filter__border:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 4000px;
	height: 1px;
	margin-left: -2000px;
	background-color: #c4ced4;
	content: '';
}

.filter__border:after {
	position: absolute;
	top: -16px;
	right: 145px;
	box-sizing: border-box;
	display: block;
	width: 22px;
	height: 22px;
	background: #fff;
	border-top: 1px solid #c4ced4;
	border-right: 1px solid #c4ced4;
	transform: rotate(-45deg);
	transform-origin: top right;
	content: '';
	pointer-events: none;
}

.filter__hidden {
	display: none;
}

.filter__bottom {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	z-index: 1;
}

.filter__bottom:before,
.filter__bottom:after {
	width: 100%;
	height: 1px;
	background-color: #c3ced3;
	content: '';
}

.filter__bottom button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.filter__bottom .filter__btn {
	margin-bottom: 0;
	margin-left: 30px;
}

.filter._with-sort .filter__bottom:after {
	display: none;
}

.filter__expand {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 26px;
	cursor: pointer;
}

.filter__expand:after {
	width: 8px;
	height: 8px;
	margin-left: 16px;
	border-bottom: 2px solid #889096;
	border-left: 2px solid #889096;
	content: '';
	transform: rotate(-45deg) translateY(-5px);
	transition: .4s transform;
}

.filter__expand._opened:after {
	transform: rotate(135deg) translateY(-5px);
}

.filter__actions {
	position: relative;
	padding-right: 20px;
}

.filter__clear {
	position: absolute;
	left: 100%;
	top: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 52px;
	margin-top: -26px;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 26px;
	cursor: pointer;
	background: #fff;
	white-space: nowrap;
	transition: .2s opacity;
}

.filter__clear .icon {
	position: relative;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	transform: rotate(0deg);
}

.filter__clear .icon:before,
.filter__clear .icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 16px;
	height: 1px;
	margin-left: -8px;
	background-color: #535e66;
	content: '';
}

.filter__clear .icon:before {
	transform: rotate(45deg);
}

.filter__clear .icon:after {
	transform: rotate(-45deg);
}

.filter__clear:hover .icon {
	transform: rotate(180deg);
	transition: .3s transform;
}

.filter__clear._static {
	position: static;
	margin-top: 0;
	font-weight: 400;
	height: auto;
}

.filter__sort {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 500px;
	padding-left: 18px;
	font-size: 15px;
	font-weight: 400;
	line-height: 13px;
	color: #333;
}

.filter__sort-text {
	margin-right: 30px;
}

.filter__sort-select {
	position: relative;
	margin-left: 20px;
}

.filter__sort-select:after {
	position: absolute;
	top: 0;
	left: -20px;
	box-sizing: border-box;
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #889096;
	border-left: 2px solid #889096;
	content: '';
	transform: rotate(-45deg) translate3d(2px, 6px, 0);
	transform-origin: bottom left;
	transition: .4s transform;
}

.filter__mob-drop {
	width: 100%;
}

.filter__mob-drop-open {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-left: 28px;
	padding-right: 20px;
	font-size: 17px;
	line-height: 52px;
	background-color: #fff;
	border: 1px solid #c4ced4;
	color: #333;
	white-space: nowrap;
	cursor: pointer;
	transition: .3s background-color;
}

.filter__mob-drop-open:hover {
	background-color: #103e7f;
	color: #fff;
}

.filter__mob-drop-open:hover .icon {
	border-color: #fff;
}

.filter__mob-drop-open .icon {
	display: -ms-flexbox;
	display: flex;
	width: 6px;
	height: 6px;
	margin-left: 30px;
	margin-top: -2px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(-45deg) scale3d(1.3, 1.3, 1) translate3d(0, 0, 0);
	transition: .3s transform;
	content: '';
}

.filter__mob-drop-open._opened .icon {
	transform: rotate(135deg) scale3d(1.3, 1.3, 1) translate3d(2px, -2px, 0);
}

.filter__result {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.filter__found {
	margin-right: 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #45525A;
}

.field__label {
	margin-bottom: 18px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

.field__control {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 64px;
}

.field__radio-input,
.field__checkbox-input {
	display: none;
}

.field__toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-right: -1px;
	font-size: 15px;
	line-height: 22px;
	color: #333;
	border: 1px solid #c3ced3;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	transition: .2s all;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.field__toggle:hover {
	background-color: #00aee2;
	color: #fff;
	border-color: #00aee2;
}

:checked + .field__toggle,
.field__toggle._active {
	position: relative;
	z-index: 1;
	background: #103e7f;
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.field__input {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: -1px;
	color: #333;
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	font-size: 15px;
	line-height: 32px;
	border: 1px solid #c3ced3;
	background-color: transparent;
}

.field__input:focus {
	z-index: 1;
}

.field__textarea {
	display: block;
	max-width: 100%;
	min-width: 100%;
	min-height: 118px;
	max-height: 206px;
	line-height: 22px;
}

.field-range {
	position: relative;
}

.field-range .noUi-target {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #c3ced3;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.field-range .noUi-connect {
	background: #103e7f;
	padding-right: 10px;
	box-sizing: content-box;
	height: 3px;
}

.field-range .noUi-origin {
	height: 3px;
}

.field-range .noUi-horizontal .noUi-handle {
	top: -5px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 2px solid #103e7f;
	border-radius: 50%;
	outline: 0;
	transform: translateX(-10px) scale3d(1, 1, 1);
	transition: .1s all;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.field-range .noUi-horizontal .noUi-handle:before,
.field-range .noUi-horizontal .noUi-handle:after {
	display: none;
}

.field-range .noUi-horizontal .noUi-handle:hover,
.field-range .noUi-horizontal .noUi-handle:active {
	transform: translateX(-10px) scale3d(1.3, 1.3, 1);
}

.field-range__field {
	position: relative;
	width: 100%;
	margin-right: -1px;
	border: 1px solid #c3ced3;
}

.field-range__label {
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	font-size: 15px;
	line-height: 64px;
	color: #333;
}

.field-range__input {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 62px;
	padding-left: 37px;
	padding-right: 2px;
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	font-size: 15px;
	line-height: 62px;
	color: #333;
	background: none;
	border: none;
}

.field-num {
	position: relative;
}

.field-num .noUi-target {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #c3ced3;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.field-num .noUi-connect {
	background: #103e7f;
	padding-right: 10px;
	box-sizing: content-box;
}

.field-num .noUi-horizontal .noUi-handle {
	top: -5px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 2px solid #103e7f;
	border-radius: 50%;
	outline: 0;
	transform: translateX(-10px) scale3d(1, 1, 1);
	transition: .1s all;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.field-num .noUi-horizontal .noUi-handle:before,
.field-num .noUi-horizontal .noUi-handle:after {
	display: none;
}

.field-num .noUi-horizontal .noUi-handle:hover,
.field-num .noUi-horizontal .noUi-handle:active {
	transform: translateX(-10px) scale3d(1.3, 1.3, 1);
}

.field-num__field {
	position: relative;
	width: 100%;
	height: 64px;
	padding-left: 16px;
	padding-right: 16px;
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 62px;
	color: #333;
	background: none;
	border: 1px solid #c3ced3;
}

.field-num__persent {
	position: absolute;
	top: 0;
	right: 16px;
	font-size: 18px;
	line-height: 62px;
	color: #103e7f;
}

.field-num__scale {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 24px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 24px;
}

.field-num__scale-item {
	width: 1px;
	color: #777;
	cursor: pointer;
	transition: .2s color;
	text-align: center;
}

.field-num__scale-item:hover {
	color: #000;
}

.field-num__scale-item span {
	display: block;
	width: 50px;
	margin-left: -25px;
	text-align: center;
}

.field-num__scale-item:first-child {
	margin-right: -10px;
}

.field-num__scale-item:first-child span {
	margin-left: 0;
	text-align: left;
}

.field-num__scale-item:last-child span {
	margin-left: -50px;
	text-align: right;
}

.field-select {
	color: #333;
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	font-size: 15px;
	line-height: 52px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.field-select__input {
	position: relative;
	width: 100%;
	height: 54px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -1px;
	color: #333;
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	font-size: 15px;
	line-height: 52px;
	border: 1px solid #c3ced3;
	background-color: transparent;
}

.field-select__input:focus {
	z-index: 1;
}

.field-select__input.select-hidden {
	display: none;
	visibility: hidden;
}

.field-select__checkbox {
	width: 20px;
	height: 20px;
	border: 1px solid #103E7F;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 8px 1px 0;
	position: relative;
	vertical-align: middle;
}

.field-select__checkbox::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-size: 14px 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/local/templates/index/css/../img/checkbox.svg");
	opacity: 0;
	transition: opacity 0.15s ease-in-out;
}

.field-select__checkbox:checked::before {
	opacity: 1 !important;
}

.field-select__checkbox:focus {
	outline: none;
}

.field-select__label {
	width: 100%;
	display: block;
}

.field-select__wrap {
	position: relative;
	width: 100%;
	height: 54px;
}

.field-select__select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 40px;
	background-color: transparent;
	border: 1px solid #c3ced3;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.field-select__select:after {
	position: absolute;
	top: 22px;
	right: 18px;
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	border-bottom: 1px solid #889096;
	border-left: 1px solid #889096;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	content: '';
	transform: rotate(-45deg);
	transition: .2s transform;
	transform-origin: center;
}

.field-select__select._active {
	z-index: 1000;
}

.field-select__select._active:after {
	transform: rotate(-45deg) scale3d(-1, -1, 1);
}

.field-select__options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 100;
	display: none;
	max-height: 272px;
	margin-top: -1px;
	overflow-y: auto;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #c3ced3;
}

.field-select__options::-webkit-scrollbar {
	-webkit-appearance: none;
}

.field-select__options::-webkit-scrollbar {
	width: 8px;
}

.field-select__options::-webkit-scrollbar-track:vertical {
	background-color: #fff;
	background-clip: content-box;
}

.field-select__options::-webkit-scrollbar-thumb:vertical {
	background-color: rgba(0, 0, 0, 0.2);
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.field-select__option {
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: 54px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: transparent;
	color: #333;
	line-height: 20px;
	cursor: pointer;
	transition-duration: .2s;
	transition-property: background-color, color;
}

.field-select__option:after {
	width: 1px;
	height: 40px;
	content: '';
}

.field-select__option:hover {
	background-color: #00aee2;
	color: #fff;
}

.order {
	padding-top: 48px;
	padding-bottom: 72px;
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
}

.order._calc {
	margin-bottom: 70px;
}

.order._flat-modal {
	padding-bottom: 32px;
}

.order._tradein {
	padding-top: 60px;
}

.white-bg + .order._rent {
	background-color: #f8f8f8;
}

.order._rent .container {
	max-width: 1050px;
}

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

.order__title {
	margin-bottom: 32px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 32px;
	font-weight: 500;
	color: #333;
	line-height: 1;
}

.order._calc .order__title {
	margin-bottom: 10px;
}

.order._department .order__title {
	margin-bottom: 7px;
}

.order._unsubscribe .order__title {
	margin-bottom: 48px;
	padding: 0;
}

.order._elite .order__title {
	margin-bottom: 15px;
}

.order._elite-flat .order__title {
	text-align: center;
}

.order__text {
	margin-bottom: 42px;
	max-width: 780px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

.order._elite .order__text {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.order__row {
	margin-bottom: 24px;
}

.order__hidden-wrap {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.order._unsubscribe .order__hidden-textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 120px;
	min-height: 120px;
	max-height: 200px;
}

.order__select-wrap,
.order__field {
	width: 100%;
	margin-bottom: 24px;
}

.order__field {
	height: 54px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Gotham Pro", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	color: #333;
	border: 1px solid #c3ced3;
}

.order__select {
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
	color: #333;
}

.order__btn {
	width: 100%;
	height: 54px;
}

.order__bottom {
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

.order__check {
	padding-left: 38px;
	font-size: 14px;
}

.order__check label {
	font-size: inherit;
}

.flat-modal {
	width: 1100px;
}

.flat-modal__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 25px;
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	background-color: #103e7f;
}

.flat-modal__slider-wrap {
	position: relative;
	padding-top: 42px;
	padding-bottom: 38px;
}

.flat-modal__form-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 65px;
	padding-bottom: 40px;
	padding-left: 145px;
	padding-right: 135px;
}

.flat-modal__request {
	margin-bottom: auto;
}

.flat-modal__request-title {
	margin-bottom: 30px;
}

.flat-modal__request-field {
	margin-bottom: -1px;
}

.flat-modal__form-btn {
	margin-top: 30px;
	margin-bottom: 20px;
}

.flat-modal__form-note {
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #45525A;
}

.flat-modal__form-note a {
	color: #1b4785;
}

.flat-modal__pagination {
	margin-bottom: 30px;
	text-align: center;
}

.flat-modal__pagination .swiper-pagination-bullet {
	width: 12px;
	height: 4px;
	margin-right: 14px;
	background-color: #9b9b9b;
	transition: .2s width, .2s opacity;
	will-change: width, opacity;
	border-radius: 0;
}

.flat-modal__pagination .swiper-pagination-bullet-active {
	width: 36px;
}

.flat-modal__slider {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.flat-modal__arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -30px;
	border-bottom: 2px solid #4a90e2;
	border-left: 2px solid #4a90e2;
	cursor: pointer;
	transition: .2s opacity;
}

.flat-modal__arrow.swiper-button-disabled {
	opacity: .3;
}

.flat-modal__arrow._prev {
	left: 35px;
	transform: rotate(45deg);
}

.flat-modal__arrow._next {
	right: 45px;
	transform: rotate(-135deg);
}

.flat-modal__actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.flat-modal__action {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 33px;
	margin-right: 35px;
	color: #103e7f;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

.flat-modal__action:first-child:last-child {
	margin-left: auto;
	margin-right: auto;
}

.flat-modal__action .icon {
	margin-right: 12px;
}

.flat-modal__data {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 65px;
	padding-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #f8f8f9;
	border-left: 1px solid #c4ced4;
}

.flat-modal__data-title {
	margin-bottom: 25px;
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 22px;
}

.flat-modal__data-title._request-title {
	margin-bottom: 30px;
}

.flat-modal__table {
	margin-bottom: 38px;
}

.flat-modal__table-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	height: 42px;
}

.flat-modal__table-cell:last-child {
	font-weight: 500;
}

.flat-modal__price {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 24px;
	font-weight: 500;
}

.flat-modal__price-text {
	max-width: 150px;
	color: #333;
}

.flat-modal__price-text small {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	line-height: 20px;
}

.flat-modal__price-num {
	color: #103e7f;
}

.flat-modal__price-discount {
	position: relative;
	display: table;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	color: #333;
}

.flat-modal__price-discount:after {
	position: absolute;
	top: 50%;
	left: -4px;
	right: -4px;
	display: block;
	height: 1px;
	background-color: #d43d36;
	transform: rotate(5deg);
	content: '';
}

.flat-modal__order {
	padding-left: 25px;
	padding-right: 25px;
	border-top: 1px solid #c4ced4;
}

.flat-modal__order .order__title {
	color: #45525a;
	font-size: 32px;
	font-weight: 900;
}

.flat-modal__close {
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 54px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	background-color: #103e7f;
}

.flat-modal__close .icon {
	position: relative;
	width: 14px;
	height: 14px;
	margin-bottom: -3px;
	margin-left: 12px;
	transform: rotate(45deg);
}

.flat-modal__close .icon:before,
.flat-modal__close .icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 1px;
	margin-left: -10px;
	margin-top: -1px;
	background: #fff;
	content: '';
}

.flat-modal__close .icon:after {
	transform: rotate(90deg);
}

.lightbox-video {
	height: 100%;
}

.lightbox-video__wrap {
	height: 100%;
}

.lightbox-video__frame {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.subscribe-popup {
	padding-bottom: 44px;
	padding-top: 44px;
	padding-left: 20px;
	padding-right: 20px;
}

.subscribe-popup__title {
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	text-align: center;
}

.subscribe-popup__form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.subscribe-popup__field {
	width: 100%;
	margin-bottom: 30px;
}

.subscribe-popup__label {
	display: block;
	line-height: 1;
	margin-bottom: 15px;
}

.subscribe-popup__checkboxes {
	padding-top: 12px;
	padding-bottom: 17px;
}

.subscribe-popup__checkbox {
	list-style: none;
	padding: 0;
	margin-bottom: 15px;
}

.subscribe-popup__checkbox-label {
	display: block;
	position: relative;
	padding-left: 32px;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #103e7f;
}

.subscribe-popup__checkbox-label::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #103e7f;
	content: "";
	background-position: center;
	background-repeat: no-repeat;
}

:checked + .subscribe-popup__checkbox-label::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNEw1IDhMMTIgMSIgc3Ryb2tlPSIjMTAzRTdGIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
}

.subscribe-popup__btn {
	width: 100%;
	margin-bottom: 20px;
}

.subscribe-popup__note {
	font-size: 13px;
	line-height: 20px;
	color: #45525A;
}

.review-form {
	padding-top: 60px;
	padding-bottom: 60px;
}

.review-form__title {
	font-size: 32px;
	font-weight: 500;
	line-height: 56px;
	color: #333;
	text-align: center;
}

.review-form__title._compact {
	text-align: left;
}

.review-form__fields {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.review-form__textarea {
	width: 100%;
	margin-bottom: 38px;
}

.review-form__field {
	width: 100%;
	margin-bottom: 22px;
}

.review-form__file-wrap {
	margin-bottom: 25px;
}

.review-form__file {
	width: 100%;
	margin-bottom: 20px;
}

.review-form__file-btn {
	position: relative;
	display: block;
	width: 255px;
	height: 52px;
	padding-left: 52px;
	padding-right: 20px;
	font-size: 17px;
	font-weight: 500;
	line-height: 52px;
	color: rgba(0, 0, 0, 0.64);
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
	background-color: #DDDDDD;
	cursor: pointer;
	transition-duration: .2s;
	transition-property: background-color, color;
}

.review-form__file-btn * {
	pointer-events: none;
}

.review-form__file-btn .icon {
	position: absolute;
	top: 14px;
	left: 16px;
	fill: #103e7f;
}

.review-form__file-descr {
	font-size: 13px;
	line-height: 16px;
	color: #333;
}

.review-form__bottom {
	padding-top: 40px;
	border-top: 1px solid #EAEAEA;
}

.review-form__note {
	font-size: 14px;
	line-height: 17px;
}

.review-form__note-check {
	margin-bottom: 22px;
	font-size: inherit;
}

.review-form__note-check label {
	color: #333;
}

.review-form__note-text {
	padding-left: 36px;
	color: #333;
}

.review-form__btn {
	width: 100%;
}

.intro {
	position: relative;
	min-height: 670px;
}

.intro__slide {
	position: relative;
	height: 670px;
	background: #ccc;
}

.intro__slide .container {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 130px;
}

.intro__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	height: 100%;
}

.intro__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.intro__bg:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-image: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	content: '';
}

.intro__content {
	position: relative;
	z-index: 1;
	width: 640px;
	color: #fff;
}

.intro._elite .intro__content {
	width: auto;
	max-width: 780px;
}

.intro__title {
	display: block;
	margin-bottom: 40px;
	margin-top: -.2em;
	padding-top: .2em;
	font-size: 64px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.8px;
	color: #fff;
	text-transform: uppercase;
}

.intro__price {
	position: relative;
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: -0.6px;
	text-transform: uppercase;
}

.intro__price:before {
	position: absolute;
	top: -12px;
	left: 0;
	display: block;
	width: 430px;
	height: 2px;
	background: #fff;
	content: '';
}

.intro__price a {
	color: #fff;
}

.intro._elite .intro__price:before {
	width: 100%;
}

.intro__descr {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}

.intro._elite .intro__descr {
	max-width: 580px;
}

.intro__container {
	position: relative;
	z-index: 10;
}

.intro__pagination {
	position: absolute;
	bottom: 48px;
	left: 0;
}

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

.intro__controls {
	position: absolute;
	right: 0;
	bottom: 270px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 64px;
}

.intro__arrow {
	position: relative;
	width: 64px;
	height: 64px;
	margin-left: 36px;
	border-radius: 50%;
	cursor: pointer;
	outline: 0;
}

.intro__arrow:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-left: -4px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	content: '';
	transform: rotate(45deg);
}

.intro__next {
	background-color: rgba(0, 0, 0, 0.3);
	transition: .3s background-color;
}

.intro__next:after {
	margin-left: -8px;
	transform: rotate(-135deg);
}

.intro__next:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.intro__arrow-progress {
	display: block;
	margin-left: -2px;
	margin-top: -2px;
	stroke-dasharray: 201;
	stroke-dashoffset: 201;
	transform: rotate(-90deg);
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

._animated .intro__arrow-progress {
	animation-name: progress;
	animation-play-state: running;
}

._paused .intro__arrow-progress {
	animation-play-state: paused;
}

.slider__controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 126px;
	height: 48px;
}

.slider__arrow {
	position: relative;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border: 1px solid rgba(69, 82, 90, 0.3);
	border-radius: 50%;
	cursor: pointer;
	transition: .3s background-color, .3s opacity;
	will-change: background-color;
}

.slider__arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 8px;
	height: 2px;
	margin-top: -1px;
	margin-left: -5px;
	background-color: #445259;
	content: '';
	transform: scale3d(1, 1, 1);
	transform-origin: left;
	transition: .3s background-color, .3s transform;
	will-change: background-color, transform;
}

.slider__arrow span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -4px;
	margin-left: -6px;
	transform: translate3d(2px, 0, 0);
	transition: .3s transform;
	will-change: transform;
}

.slider__arrow span:after {
	box-sizing: border-box;
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #445259;
	border-right: 2px solid #445259;
	transform: rotate(-45deg);
	content: '';
	transition: .3s border-color;
	will-change: border-color;
}

.slider__arrow.swiper-button-disabled {
	opacity: 0;
}

.slider__arrow._prev {
	transform: scale3d(-1, 1, 1);
}

.slider__arrow._white {
	background-color: #fff;
	border-color: transparent;
}

.slider-cards {
	overflow: hidden;
	margin-bottom: 180px;
}

.slider-cards_videos {
	margin-bottom: 100px;
}

.slider-cards__container {
	position: relative;
	overflow: visible;
}

.slider-cards__slide {
	position: relative;
}

.slider-cards__text {
	position: relative;
	top: 100%;
	left: 0;
	margin-top: 32px;
	max-width: 830px;
	color: #45525a;
	font-size: 16px;
	line-height: 24px;
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	transition-property: transform, opacity;
	transition-duration: .4s;
	will-change: transform, opacity;
}

.swiper-slide-active .slider-cards__text {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	transition-delay: .2s;
}

.slider-cards__controls {
	position: absolute;
	top: -88px;
	right: 0;
}

.slider-cards__pagination {
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
}

.gallery__tab-links {
	display: -ms-flexbox;
	display: flex;
}

.gallery__tab-link {
	padding-bottom: 18px;
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	color: rgba(69, 82, 90, 0.8);
	transition: .3s all;
	border-bottom: 4px solid transparent;
}

.gallery__tab-link:not(:last-child) {
	margin-right: 35px;
}

.gallery__tab-link._current {
	color: rgba(0, 0, 0, 0.8);
	border-bottom-color: #0b4ead;
}

.gallery__tabs-wrap {
	position: relative;
	transition: .3s height;
}

.gallery__tab {
	height: 700px;
}

.gallery._activated .gallery__tab {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: .3s opacity;
	pointer-events: none;
}

.gallery._activated .gallery__tab._active {
	opacity: 1;
	transition-delay: .2s;
	pointer-events: all;
}

.slider-gallery {
	position: relative;
	width: 100%;
}

.slider-gallery._post {
	margin-bottom: 60px;
}

.slider-gallery__container {
	position: relative;
}

.slider-gallery__controls {
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	z-index: 10;
	width: auto;
	margin-top: -24px;
}

.slider-gallery__slide img {
	display: block;
	width: 100%;
	height: auto;
}

.slider-gallery__thumbs {
	display: -ms-flexbox;
	display: flex;
	margin-top: 23px;
}

.slider-gallery__thumb {
	position: relative;
	width: 155px;
	height: 85px;
	background: #103e7f;
	opacity: 0.4;
	transition: .3s opacity;
}

.slider-gallery__thumb:not(:last-child) {
	margin-right: 20px;
}

.slider-gallery__thumb:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border: 3px solid #00aee2;
	content: '';
	opacity: 0;
	transition: .3s opacity;
}

.slider-gallery__thumb._active {
	opacity: 1;
}

.slider-gallery__thumb._active:after {
	opacity: 1;
}

.slider-gallery__thumb img {
	object-fit: cover;
	font-family: "object-fit: cover;";
	width: 100%;
	height: 100%;
}

.slider-photos__container {
	position: relative;
	overflow: visible;
	width: 935px;
	margin-left: 0;
}

.slider-photos__slide {
	position: relative;
	height: 560px;
	opacity: 0.3;
	transition: .3s opacity;
}

.slider-photos__slide.swiper-slide-active {
	opacity: 1;
}

.slider-photos__img {
	height: 100%;
	overflow: hidden;
}

.slider-photos__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.slider-photos__controls {
	position: absolute;
	top: 50%;
	left: 870px;
	z-index: 10;
	width: 136px;
	margin-top: -24px;
}

.slider-photos__controls .swiper-button-disabled {
	opacity: 0;
}

.aside {
	position: relative;
	z-index: 90;
	width: 185px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.aside__active {
	background-color: #103e7f;
	color: #fff;
	padding-left: 20px;
	border-bottom: 1px solid rgba(253, 253, 253, 0.5);
}

.aside__active:before {
	top: 20px;
	right: 23px;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.aside__active:after {
	display: none;
}

.aside__active-text:before {
	background-image: linear-gradient(to left, #103e7f 60%, rgba(16, 62, 127, 0));
	opacity: 1;
}

.aside__active-text:after {
	display: none;
	background-image: linear-gradient(to left, #103e7f 60%, rgba(16, 62, 127, 0)) !important;
}

.aside__menu {
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
}

.aside__menu-item {
	list-style: none;
	margin-bottom: -1px;
}

.aside__menu-item:first-child .aside__link {
	border-top: 0;
}

.aside__menu-item._current .aside__link {
	background-color: #103e7f;
	border-color: #103e7f;
	color: #fff;
}

.aside__menu-item._current .aside__icon .icon {
	fill: #fff;
}

.aside__link {
	display: block;
}

.aside__icon {
	width: 52px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
}

.aside__icon .icon {
	fill: #9b9b9b;
	transition: .3s fill;
}

.aside__text {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.complex-mob-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #f7fafc;
	border-top: 1px solid #eaeaea;
	margin-bottom: -1px;
}

.complex-mob-menu__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	min-height: 54px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	color: #103e7f;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase;
}

.intro._complex {
	padding-bottom: 60px;
}

.intro._complex .intro__bg:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-image: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	content: '';
}

.intro._complex .intro__content {
	width: 100%;
	margin-top: 85px;
}

.intro._complex .intro__title {
	position: relative;
	max-width: 640px;
	margin-bottom: 65px;
	line-height: 1;
}

.intro._complex .intro__title:after {
	position: absolute;
	bottom: -42px;
	left: 0;
	display: block;
	width: 490px;
	height: 2px;
	background: #fff;
	content: '';
}

.intro._complex .intro__price:before {
	display: none;
}

.intro._complex .intro__descr {
	max-width: 520px;
}

.intro__left {
	max-width: 520px;
}

.intro__pan {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 294px;
	height: 64px;
	padding-left: 35px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 16px;
	border: 2px solid #fff;
	transition: .3s all;
}

.intro__pan .icon {
	width: 22px;
	height: 22px;
	margin-right: 20px;
	fill: #fff;
	transition: .3s fill;
}

.intro__pan:hover {
	background-color: #fff;
	color: #103e7f;
}

.intro__pan:hover .icon {
	fill: #103e7f;
}

.complex-about__text {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	transition: 1s height;
}

.complex-about__text._folded {
	height: 724px !important;
}

.complex-about__text._inited .complex-about__text-inn {
	padding-bottom: 60px;
}

.complex-about__text._inited .complex-about__read-more {
	display: -ms-flexbox;
	display: flex;
}

.complex-about__text p {
	margin-bottom: 1.5em;
}

.complex-about__text p:last-child {
	margin-bottom: 0;
}

.complex-about__text-inn {
	box-sizing: content-box;
}

.complex-about__read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 60px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 14px;
	color: #0B4EAD;
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, #fff 70%);
	border: 0;
	cursor: pointer;
	transition: .5s transform;
}

.complex-about__read-more .icon {
	margin-right: 15px;
	fill: #0B4EAD;
	transform: rotate(-90deg);
	transition: .3s transform;
}

.complex-about__read-more._folded .icon {
	transform: rotate(90deg);
}

.complex-about__read-more:hover {
	transform: translateY(-5px);
}

.complex-about__read-more:hover._folded {
	transform: translateY(5px);
}

.complex-about__slider {
	margin-bottom: 60px;
}

.complex-about__slider_apartment {
	overflow: visible !important;
}

.complex-about__advants {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 50px;
}

.complex-about__advants:after {
	width: 294px;
	height: 1px;
	content: '';
}

.complex-about__advants_apartment {
	display: block;
}

.complex-about__advants-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	margin-bottom: 40px;
}

.complex-about__advants-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 50px;
}

.complex-about__advant {
	width: 294px;
	margin-bottom: 40px;
}

.complex-about__advant-icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 105px;
	margin-bottom: 20px;
}

.complex-about__advant-icon .icon {
	fill: none;
}

.complex-about__advant-title {
	margin-bottom: 20px;
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	min-height: 56px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}

.complex-about__advant-text {
	font-size: 16px;
	line-height: 22px;
	color: #686565;
}

.complex-about__logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 50px;
}

.complex-about__logo img {
	display: block;
}

.complex-about__address {
	margin-bottom: 32px;
}

.complex-about__address-title {
	margin-bottom: 10px;
	line-height: 21px;
	color: #777;
	font-size: 22px;
}

.complex-about__address-text {
	color: #333;
	font-size: 18px;
	line-height: 24px;
}

.complex-about__address-text b {
	display: block;
	font-weight: 500;
}

.complex-about__address-text p {
	margin-top: 8px;
	color: #777;
	font-size: 16px;
	line-height: 22px;
}

.complex-about__download {
	margin-bottom: 60px;
}

.complex-about__tiles {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.complex-about__tile {
	position: relative;
	width: 508px;
	height: 338px;
}

.complex-about__turnkey-img {
	position: relative;
	width: 100%;
	height: 100%;
	background: #103e7f;
}

.complex-about__turnkey-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.complex-about__turnkey-img:after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	content: '';
}

.complex-about__turnkey-text {
	position: absolute;
	left: 48px;
	bottom: 32px;
	color: #fff;
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
}

.complex-about__turnkey-text b {
	display: block;
	font-size: 38px;
	font-weight: 900;
}

.complex-about__video {
	width: 100%;
	margin: 30px 0 50px 0;
}

.complex-about__video-holder {
	padding-bottom: 56.23%;
	height: 0;
	position: relative;
	z-index: 0;
}

.complex-about__video-play {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 18px 0 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/local/templates/index/css/../img/complex_about_video.jpg");
	box-sizing: border-box;
	cursor: pointer;
}

.complex-about__video-play-icon {
	width: 64px;
	height: 64px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiByeD0iMzIiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDEuNSAzMi41TDI4LjUgNDIuNVYyMi41TDQxLjUgMzIuNVoiIGZpbGw9IiMxMDNFN0YiLz4KPC9zdmc+Cg==");
	margin-bottom: 35px;
}

.complex-about__video-play-text {
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: white;
}

.complex-about__video-iframe {
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.complex-news__item {
	min-height: 250px;
	padding-top: 55px;
	padding-left: 32px;
	padding-right: 75px;
	padding-bottom: 40px;
}

.complex-news__date {
	margin-bottom: 20px;
	font-weight: 500;
}

.complex-news__title {
	margin-bottom: 5px;
}

.complex-posts._stock-discounts {
	margin-top: 50px;
	margin-bottom: 50px;
}

.complex-posts__output {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.complex-posts__item {
	width: 508px;
	margin-bottom: 30px;
	background-color: #f8f8f9;
	transition: .3s background-color;
}

.complex-posts__item:hover {
	background-color: #e3f2fd;
}

.complex-posts__date {
	color: #777;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}

.complex-posts__title {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}

.complex-posts__descr {
	color: #333;
	font-size: 18px;
	line-height: 26px;
}

.deadline {
	margin-bottom: 80px;
	border-bottom: 1px solid #c4ced4;
}

.deadline__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.deadline__item {
	width: 160px;
	margin-bottom: 60px;
}

.deadline__item:not(:last-child) {
	margin-right: 60px;
}

.deadline__housing {
	margin-bottom: 22px;
	padding-bottom: 7px;
	line-height: 20px;
	color: #333;
	font-size: 22px;
	font-weight: 500;
	border-bottom: 2px solid #4a90e2;
}

.deadline__time {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}

.deadline__time small {
	display: block;
	font-weight: 400;
}

.map-filter {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 2;
	width: 370px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #c4ced4;
	transform: translate3d(0, -50%, 0);
}

.map-filter__item {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
	font-size: 21px;
	line-height: 1;
	background-color: #fff;
	cursor: pointer;
	text-align: left;
	transition-duration: .3s;
	transition-property: background-color, border-color, color;
}

.map-filter__item._active {
	background-color: #103e7f;
	border-color: #103e7f;
	color: #fff;
}

.map-filter__item._active .icon {
	fill: #fff;
}

.map-filter__item:hover {
	background-color: #00aee2;
	border-color: #00aee2;
	color: #fff;
}

.map-filter__item:hover .icon {
	fill: #fff;
}

.map-filter__item .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 22px;
	fill: #4a4a4a;
	transition: .3s fill;
}

.map-filter__item-icon {
	width: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.map-filter__item-text {
	width: 100%;
	font-weight: 500;
}

.map-filter__item-num {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 300;
}

.map-infra {
	width: 100vw;
	height: 100%;
}

.map-infra__marker {
	position: relative;
	box-sizing: border-box;
	width: 51px;
	height: 68px;
	padding: 5px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEiIGhlaWdodD0iNjgiIHZpZXdCb3g9IjAgMCA1MSA2OCI+PGRlZnM+PHBhdGggaWQ9ImRtbDNhIiBkPSJNMTIxMy41MyAxMTA2LjVjLTE0Ljg5IDAtMjQuOTYgMTEuMjUtMjQuOTYgMjUuMTIgMCAxMy44OCAyNC44MSA0MS44OCAyNC45NiA0MS44OCAwIDAgMjQuOTUtMjggMjQuOTUtNDEuODggMC0xMy44Ny0xMC4wNy0yNS4xMi0yNC45NS0yNS4xMnoiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExODggLTExMDYpIj48dXNlIGZpbGw9IiM0YTkwZTIiIHhsaW5rOmhyZWY9IiNkbWwzYSIvPjwvZz48L2c+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	left: -25px;
	top: -68px;
}

.map-infra__marker-icon {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	background-color: #fff;
}

.map-infra__balloon {
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 1;
	box-sizing: border-box;
	width: 238px;
	max-width: 238px;
	margin-left: -119px;
	padding-bottom: 30px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #4a90e2;
	color: #fff;
}

.map-infra__balloon .map-infra__marker {
	position: absolute;
	top: auto;
	bottom: -40px;
	left: 50%;
	z-index: -1;
	margin-left: -25px;
}

.map-infra__balloon-title {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

.map-infra__balloon-text {
	display: block;
	font-size: 16px;
	line-height: 18px;
}

.placement {
	position: relative;
}

.placement__toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 70px;
	max-width: 400px;
	margin-bottom: 50px;
}

.placement__toggle_small {
	height: auto;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.placement__toggle_small .placement__toggle-btn {
	border: none;
	color: #4A4A4A;
	width: auto;
	margin-right: 20px;
}

.placement__toggle_small .placement__toggle-btn:last-child {
	margin-right: 0;
}

.placement__toggle_small .placement__toggle-btn::before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 15px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/local/templates/index/css/../../img/location.svg);
	margin-right: 5px;
	filter: grayscale(100%);
	position: relative;
	top: -2px;
}

.placement__toggle_small .placement__toggle-btn span {
	vertical-align: middle;
	border-bottom: 2px dashed #00AEE2;
}

.placement__toggle_small .placement__toggle-btn._active {
	background-color: transparent;
	color: #103E7F;
}

.placement__toggle_small .placement__toggle-btn._active::before {
	filter: none;
}

.placement__toggle_small .placement__toggle-btn._active span {
	border-bottom: 2px dashed transparent;
}

.placement__toggle-btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-right: -1px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	border: 1px solid #c4ced4;
	background-color: #ffffff;
	cursor: pointer;
	transition: .3s color, .3s background-color;
}

.placement__toggle-btn .icon {
	margin-right: 10px;
	fill: #000;
	transition: .3s fill;
}

.placement__toggle-btn._active {
	background-color: #00aee2;
	color: #fff;
}

.placement__toggle-btn._active .icon {
	fill: #fff;
}

.placement__toggle-btn:last-child {
	margin-right: 0;
}

.placement__tabs-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.placement__tab {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	opacity: 0;
	transition: .3s opacity, .3s transform;
	pointer-events: none;
	transform: translate3d(0, 30px, 0);
}

.placement__tab p {
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

.placement__tab:last-child {
	transform: translate3d(-100%, 30px, 0);
}

.placement__tab._active {
	transition-delay: .3s;
	opacity: 1;
	pointer-events: all;
	transform: translate3d(0, 0, 0);
}

.placement__tab._active:last-child {
	transform: translate3d(-100%, 0, 0);
}

.placement__route-field {
	display: block;
	margin-bottom: 0;
}

.placement__route-btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
}

.placement__route-btn .icon {
	margin-right: 17px;
	fill: #fff;
}

.placement__mark {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 42px;
	padding-left: 30px;
	color: #333;
	cursor: pointer;
	opacity: 0.8;
	text-align: left;
	transition: .3s opacity;
}

.placement__mark .icon {
	position: absolute;
	left: 0;
	top: 0;
	fill: #c4ced4;
}

.placement__mark:hover {
	opacity: 1;
}

.placement__mark._active {
	color: #4a4a4a;
	opacity: 1;
}

.placement__mark._active .icon {
	fill: #00aee2;
}

.placement__mark._active .placement__mark-name {
	color: #103e7f;
}

.placement__mark-name {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

.placement__mark-time {
	font-size: 18px;
	line-height: 24px;
}

.placement__mark-time b {
	font-weight: 500;
}

.placement__map {
	width: 100vw;
	background-color: #ddd;
}

.infra_apartment {
	margin-bottom: 88px;
}

.infra_apartment .infra__map {
	background-color: whitesmoke;
	left: 0;
	width: 100vw;
	margin-left: calc((100vw - 1260px) / -2);
	margin-bottom: 0;
}

.infra_apartment .map-infra {
	width: 100%;
}

.infra_apartment .map-filter {
	right: 0;
}

.infra__inner {
	max-width: 1260px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.infra__title {
	margin-bottom: 30px;
}

.infra__map {
	position: relative;
	z-index: 0;
	width: 100vw;
}

.infra__content {
	margin-bottom: 50px;
}

.infra__content p {
	margin-bottom: 1.5em;
}

.infra__subtitle {
	margin-top: 50px;
	margin-bottom: 28px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.gallery {
	margin-top: 30px;
	margin-bottom: 80px;
}

.review {
	margin-bottom: 30px;
	padding-top: 35px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	background-color: #f8f8f9;
	color: #333;
	text-align: right;
	cursor: pointer;
	transition: .3s background-color;
}

.review:hover {
	background-color: #e3f2fd;
}

.review__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.review__author {
	margin-right: 25px;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
}

.review__date {
	font-size: 16px;
	line-height: 22px;
}

.review__content {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}

.review__original {
	color: #103e7f;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}

.diary {
	width: 328px;
	height: 270px;
}

.diary__thumb {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	display: block;
	content: '';
	background-image: linear-gradient(20deg, rgba(0, 0, 0, 0.5), transparent);
}

.diary__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 30px;
	padding-bottom: 30px;
}

.diary__title {
	margin-bottom: 2px;
	font-size: 28px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
}

.diary__date {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

.diary-slider {
	width: 1100px;
	height: 736px;
	box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.3);
	overflow: visible;
}

.diary-slider__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 76px;
	padding-left: 30px;
}

.diary-slider__title {
	width: 210px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #4a4a4a;
	font-size: 28px;
	font-weight: 700;
	line-height: 26px;
}

.diary-slider__num {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
	margin-right: 10px;
	color: #9b9b9b;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}

.diary-slider__text {
	width: 100%;
	padding-right: 40px;
	color: #4a4a4a;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}

.diary-slider__close {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 76px;
	height: 76px;
	font-size: 0;
	background-color: #9b9b9b;
	cursor: pointer;
}

.diary-slider__close span {
	display: block;
	width: 40px;
	height: 40px;
	margin: 18px;
	border-radius: 40px;
	transform: rotate(45deg);
}

.diary-slider__close span:before,
.diary-slider__close span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 32px;
	height: 2px;
	margin-left: -16px;
	margin-top: -1px;
	background: #fff;
	content: '';
}

.diary-slider__close span:after {
	transform: rotate(90deg);
}

.diary-slider__close:hover span {
	transform: rotate(225deg);
	transition: .3s transform;
}

.diary-slider__controls {
	position: absolute;
	top: 50%;
	left: -70px;
	right: -70px;
	width: auto;
	margin-top: -10px;
}

.diary-slider__container {
	height: 660px;
	overflow: hidden;
}

.diary-slider__pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -38px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.diary-slider__pagination .swiper-pagination-bullet {
	width: 12px;
	height: 4px;
	margin-right: 16px;
	background: #fff;
	border-radius: 0;
	opacity: 0.3;
	transition: .2s width, .2s opacity;
	will-change: width, opacity;
}

.diary-slider__pagination .swiper-pagination-bullet-active {
	width: 36px;
	opacity: 1;
}

.complex-stock {
	width: 100%;
	margin-bottom: 20px;
	background-color: #f8f8f9;
}

.complex-stock:hover .complex-stock__title {
	color: #00aee2;
}

.complex-stock__content {
	width: 100%;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.complex-stock__date {
	margin-bottom: 8px;
	color: #777;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.complex-stock__title {
	display: block;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	color: #103e7f;
	transition: .3s color;
}

.complex-stock__title b {
	display: block;
	font-size: 48px;
	font-weight: 500;
}

.complex-stock__descr {
	font-size: 18px;
	line-height: 26px;
	color: #45525a;
}

.discount {
	padding-top: 45px;
	padding-left: 40px;
	padding-right: 65px;
	padding-bottom: 60px;
}

.discount__date {
	margin-bottom: 24px;
	letter-spacing: 1px;
}

.discount__title {
	margin-bottom: 20px;
}

.layouts {
	padding-bottom: 120px;
}

.layouts__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 52px;
}

.layouts__title {
	margin-bottom: 0;
}

.layouts__title span {
	padding-left: 20px;
	color: #777777;
	font-size: 24px;
	font-weight: 400;
}

.layouts__switch {
	display: -ms-flexbox;
	display: flex;
}

.layouts__switch-btn {
	width: 121px;
	height: 36px;
	font-size: 14px;
	font-weight: 500;
	line-height: 34px;
	color: #000;
	border: 1px solid #c4ced4;
	text-align: center;
}

.layouts__switch-btn:last-child {
	margin-left: -1px;
}

.layouts__switch-btn._current {
	color: #fff;
	border-color: #103e7f;
	background-color: #103e7f;
}

.layouts__filter-btn {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.layouts__genplan-btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.layouts__genplan-btn .icon {
	fill: #103e7f;
	margin-right: 22px;
	transition: .3s fill;
}

.layouts__genplan-btn span {
	margin-right: 24px;
}

.layouts__genplan-btn:hover .icon {
	fill: #fff;
}

.layouts__output {
	padding-top: 40px;
}

.layouts__note {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 28px;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.layouts__note:before {
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width: 18px;
	height: 2px;
	background-color: #103e7f;
	content: '';
}

.layouts__table {
	width: 100%;
	margin-bottom: 30px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 15px;
	border-collapse: collapse;
}

.layouts__table tbody tr {
	background-color: #f8f8f9;
	cursor: pointer;
	transition: .2s opacity, .2s transform, .3s background-color;
	transform: translate3d(0, 0, 0);
}

.layouts__table tbody tr:hover {
	background-color: #e3f2fd;
}

.layouts__table tbody tr._hidden {
	transform: translate3d(0, 10px, 0);
}

.layouts__table thead tr {
	border-bottom: 4px solid #00aee2;
	text-align: left;
}

.layouts__table th {
	position: relative;
	padding-left: 20px;
	padding-right: 30px;
	height: 58px;
	background-color: transparent;
	transition: .3s color, .3s background-color;
}

.layouts__table th:first-child {
	padding-left: 30px;
}

.layouts__table th[aria-sort="descending"] span:after,
.layouts__table th._active span:after {
	transform: rotate(135deg) translate3d(3px, -3px, 0);
}

.layouts__table th[aria-sort],
.layouts__table th._active,
.layouts__table th:hover {
	background-color: #00aee2;
	color: #fff;
	cursor: pointer;
}

.layouts__table th[aria-sort] span:after,
.layouts__table th._active span:after,
.layouts__table th:hover span:after {
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.layouts__table th span {
	position: relative;
	display: inline-block;
	line-height: 20px;
}

.layouts__table th span:after {
	position: absolute;
	top: 4px;
	right: -18px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #45525a;
	border-left: 1px solid #45525a;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	content: '';
	transform: rotate(-45deg) translate3d(0, 0, 0);
	transition: .2s transform, .2s border-color;
	transform-origin: center;
}

.layouts__table td {
	height: 80px;
	padding-left: 20px;
	border-bottom: 1px solid #c4ced4;
}

.layouts__table td:first-child {
	padding-left: 30px;
}

.layouts__price-discount {
	position: relative;
	display: table;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.layouts__price-discount:after {
	position: absolute;
	top: 50%;
	left: -4px;
	right: -4px;
	display: block;
	height: 1px;
	background-color: #d43d36;
	transform: rotate(5deg);
	content: '';
}

.layouts__text {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}

.layouts__text h2 {
	margin-bottom: 28px;
	color: #333;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.layouts__text p {
	margin-bottom: 1.5em;
}

.mortgage_apartment .mortgage__head .mortgage__rows {
	padding-left: 30px;
	padding-right: 55px;
}

.mortgage_apartment .mortgage__rows {
	width: 100%;
}

.mortgage_apartment .mortgage__row {
	width: 100%;
	padding-right: 55px;
}

.mortgage_apartment .mortgage__col._col_1 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 300px;
	padding-left: 38px;
}

.mortgage_apartment .mortgage__col._col_1.mortgage__bank {
	padding-left: 0;
}

.mortgage_apartment .mortgage__col._col_1.mortgage__bank small {
	max-width: 166px;
	margin-left: auto;
	margin-right: auto;
}

.mortgage_apartment .mortgage__col._col_2 {
	width: 100%;
}

.mortgage_apartment .mortgage__col._col_3 {
	width: 180px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mortgage_apartment .mortgage__col._col_4 {
	width: 180px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mortgage_apartment .mortgage__col._col_5 {
	width: 180px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 0;
}

.mortgage__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	margin-bottom: 48px;
}

.mortgage__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 28px;
	padding-bottom: 24px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	background-color: #f8f8f9;
}

.mortgage__col {
	padding-right: 40px;
}

.mortgage__col._col-1 {
	width: 215px;
	padding-left: 25px;
}

.mortgage__col._col-2 {
	width: 325px;
}

.mortgage__col._col-3 {
	width: 185px;
}

.mortgage__col._col-4 {
	width: 175px;
}

.mortgage__col._col-5 {
	width: 145px;
}

.mortgage__block {
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	padding-bottom: 22px;
	border-bottom: 1px solid #c4ced4;
}

.mortgage__bank {
	width: 185px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	text-align: center;
}

.mortgage__bank img {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.mortgage__bank small {
	display: block;
	color: #777;
	font-size: 12px;
	line-height: 14px;
}

.mortgage__rows_head {
	display: -ms-flexbox;
	display: flex;
}

.mortgage__row {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 64px;
	padding-left: 30px;
	color: #333;
	font-size: 18px;
	line-height: 20px;
	cursor: pointer;
	background-color: transparent;
	transition: .3s background-color;
}

.mortgage__btn {
	position: absolute;
	right: 100%;
	top: 0;
	width: 185px;
	height: 64px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 64px;
	opacity: 0;
	transition-property: opacity, background-color;
}

.mortgage__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px 0 0 0;
}

.mortgage__button {
	cursor: pointer;
	font-size: 17px;
	line-height: 100%;
	text-align: center;
	color: #0B4EAD;
	border-bottom: 1px solid #0B4EAD;
	transition: border-bottom 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.mortgage__button:hover {
	border-bottom: 1px solid transparent;
	opacity: 0.5;
}

.complex-docs {
	margin-bottom: 60px;
	border: 1px solid #ddd;
}

.complex-docs__sect-name {
	min-height: 112px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 30px;
	padding-right: 80px;
	font-weight: 500;
}

.complex-docs__content {
	padding-right: 30px;
}

.complex-docs {
	margin-bottom: 60px;
	border: 1px solid #ddd;
}

.complex-docs__sect-name {
	min-height: 112px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 30px;
	padding-right: 80px;
	font-weight: 500;
}

.complex-docs__content {
	padding-right: 30px;
}

.apartment-promo {
	background: #F8F8F9;
	padding: 150px 0 92px 0;
	margin-bottom: 95px;
}

.apartment-promo__breadcrumbs {
	margin-bottom: 50px;
}

.apartment-promo__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 75px;
}

.apartment-promo__content {
	display: -ms-flexbox;
	display: flex;
}

.apartment-promo__box_left {
	width: 100%;
	padding-right: 30px;
}

.apartment-promo__box_right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 510px;
}

.apartment-promo__plan {
	display: -ms-flexbox;
	display: flex;
	padding-top: 82px;
}

.apartment-promo__plan img {
	max-width: 600px;
	display: block;
	margin: 0 auto;
}

.apartment-promo__panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 105px;
}

.apartment-promo__panel-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 55px;
}

.apartment-promo__panel-item:last-child {
	margin-right: 0;
}

.apartment-promo__panel-item-icon {
	width: 20px;
	height: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 12px;
}

.apartment-promo__panel-item-icon_layout {
	background-image: url("/local/templates/index/css/../../img/complex/icons/icon-complex-layout.svg");
}

.apartment-promo__panel-item-icon_favourites {
	background-image: url("/local/templates/index/css/../../img/complex/icons/icon-complex-favourites.svg");
}

.apartment-promo__panel-item-text {
	font-weight: 500;
	font-size: 21px;
	line-height: 100%;
	color: #103E7F;
	position: relative;
	top: 1px;
}

.apartment-promo__info {
	padding: 50px 40px;
	background-color: #ffffff;
	text-align: center;
}

.apartment-promo__info-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	text-align: left;
}

.apartment-promo__info-row:last-child {
	margin-bottom: 0;
}

.apartment-promo__info-cell {
	font-size: 19px;
	line-height: 116%;
	min-width: 176px;
}

.apartment-promo__info-cell_bold {
	font-weight: 500;
}

.apartment-promo__info-cell_big {
	font-size: 24px;
}

.apartment-promo__info-cell_blue {
	color: #103E7F;
}

.apartment-promo__info-footer {
	border-top: 1px solid #979797;
	padding-top: 30px;
	margin-top: 30px;
}

.apartment-promo__info-button {
	width: 100%;
	margin-top: 20px;
	text-transform: uppercase;
}

.apartment-promo__info-link {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	color: #1B3F81;
	margin-top: 30px;
	font-weight: 700;
	border-bottom: 1px solid #1B3F81;
	cursor: pointer;
	transition: opacity 0.15s ease-in-out;
}

.apartment-promo__info-link:hover {
	opacity: 0.5;
}

.apartment-installments {
	background-color: #3CAFE4;
	background-size: 125px 115px;
	background-position: 35px center;
	background-image: url("/local/templates/index/css/../../img/percent.svg");
	background-repeat: no-repeat;
	color: white;
	padding: 35px 60px 35px 180px;
	margin-bottom: 96px;
}

.apartment-installments__title {
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.apartment-installments__text {
	font-weight: 700;
	font-size: 21px;
	line-height: 100%;
}

.apartment-installments__text br {
	display: none;
}

.apartment-installments__text span {
	font-size: inherit;
	line-height: inherit;
}

.apartment-recommendations {
	margin-bottom: 100px;
}

.apartment-recommendations__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	margin-bottom: 50px;
}

.apartment-recommendations__content {
	position: relative;
	z-index: 0;
}

.apartment-recommendations__slider {
	overflow: hidden;
}

.apartment-recommendations__slider-wrapper {
	display: -ms-flexbox;
	display: flex;
}

.apartment-recommendations__slider-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	box-sizing: border-box;
}

.apartment-recommendations__item {
	border: 1px solid #C4CED4;
	padding: 27px 30px;
	width: calc((100% - 30px * 2) / 3);
	margin-right: 30px;
}

.apartment-recommendations__item:last-child {
	margin-right: 0;
}

.apartment-recommendations__item-title {
	font-weight: 700;
	font-size: 19px;
	line-height: 120%;
	margin-bottom: 10px;
}

.apartment-recommendations__item-text {
	font-size: 17px;
	line-height: 100%;
	margin-bottom: 5px;
}

.apartment-recommendations__item-price {
	font-weight: 700;
	font-size: 17px;
	line-height: 100%;
	color: #103E7F;
}

.apartment-recommendations__item-image {
	display: -ms-flexbox;
	display: flex;
	height: 192px;
	margin-top: 15px;
}

.apartment-recommendations__item-image img {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.apartment-recommendations__navigation {
	width: 48px;
	height: 48px;
	position: absolute;
	z-index: 1;
	top: calc((100% - 48px) / 2);
	background-color: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 100%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .3s background-color, .3s border-color, 0.3s opacity;
}

.apartment-recommendations__navigation:hover {
	background-color: #103e7f;
	border-color: #103e7f;
}

.apartment-recommendations__navigation:hover::before {
	background-color: #ffffff !important;
}

.apartment-recommendations__navigation:hover span::after {
	border-color: #ffffff !important;
}

.apartment-recommendations__navigation_prev {
	left: -24px;
	transform: rotate(180deg);
}

.apartment-recommendations__navigation_next {
	right: -24px;
}

.apartment-recommendations__navigation::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 8px;
	height: 2px;
	margin-top: -1px;
	margin-left: -5px;
	background-color: #445259;
	content: '';
	transform: scale3d(1, 1, 1);
	transform-origin: left;
	transition: .3s background-color, .3s transform;
	will-change: background-color, transform;
}

.apartment-recommendations__navigation span::after {
	box-sizing: border-box;
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #445259;
	border-right: 2px solid #445259;
	transform: rotate(-45deg);
	content: '';
	transition: .3s border-color;
	will-change: border-color;
}

.apartment-recommendations__navigation.swiper-button-disabled {
	opacity: 0 !important;
}

.apartment-booking__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
}

.apartment-booking__form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.apartment-booking__box {
	margin-top: 37px;
}

.apartment-booking__box_25 {
	width: calc((100% - 30px * 3) / 4);
	margin-right: 30px;
}

.apartment-booking__box_25:nth-child(4) {
	margin-right: 0;
}

.apartment-booking__box_50 {
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}

.apartment-booking__box_50:last-child {
	margin-right: 0;
}

.apartment-booking__field {
	width: 100%;
}

.apartment-booking__field input:focus {
	outline-color: #0B2B70;
}

.apartment-booking__button {
	width: 100%;
	display: block;
}

.apartment-booking__checkbox .checkbox__input {
	width: 15px;
	height: 15px;
	margin: 0;
}

.apartment-booking__checkbox .checkbox__label {
	font-size: 14px;
	line-height: 115%;
	color: #45525A;
}

.apartment-booking__text {
	font-size: 14px;
	line-height: 115%;
	color: #45525A;
}

.apartment-services {
	padding: 100px 0 120px 0;
}

.apartment-services__content {
	display: -ms-flexbox;
	display: flex;
}

.apartment-services__item {
	position: relative;
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}

.apartment-services__item:last-child {
	margin-right: 0;
}

.apartment-services__item::before {
	content: '';
	display: block;
	height: 0;
	padding-bottom: 45.38%;
}

.apartment-services__item-title {
	font-size: 32px;
	line-height: 125%;
	position: absolute;
	z-index: 1;
	left: 48px;
	right: 48px;
	bottom: 25px;
	color: white;
}

.apartment-services__item-title b {
	font-weight: 900;
	font-size: 38px;
	line-height: 105%;
}

.apartment-services__item-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: whitesmoke;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.apartment-services__item-image::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.596694) 100%);
}

.complex__content_apartment {
	padding-left: 0 !important;
	width: 100% !important;
	padding-top: 0 !important;
}

.complex__content_booking {
	padding-left: 0 !important;
	width: 100% !important;
	padding-top: 0 !important;
	background-color: #F8F8F9;
}

.complex__title-wrap {
	margin-bottom: 40px;
}

.complex__title-wrap .complex__title {
	margin-bottom: 0;
}

.complex__title {
	color: #333;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
}

.complex__title-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 6px;
	color: #103e7f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	transition: .3s color;
}

.complex__title-link .icon {
	margin-right: 15px;
	fill: #242c2e;
	transition: .3s fill;
}

.complex__title-link:hover {
	color: #00aee2;
}

.complex__title-link:hover .icon {
	fill: #00aee2;
}

.lock-scroll {
	overflow: hidden !important;
}

@media (min-width: 768px) {

body {
	padding-top: 78px;
}

.mob-visible {
	display: none;
}

.breadcrumbs._inner {
	padding-top: 25px;
}

.tabs-links {
	padding-bottom: 32px;
	padding-top: 35px;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	border-bottom: 1px solid #777;
	text-transform: uppercase;
}

.tabs-links._compact {
	font-size: 16px;
	line-height: 24px;
}

.tabs-links._stretch {
	padding-top: 58px;
}

.tabs-links._stretch .tabs-links__inner {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tabs-links._stretch .tabs-links__link {
	margin-right: 0;
}

.tabs-links._complex {
	padding-top: 0;
}

.tabs-links._complex .tabs-links__link:not(:last-child) {
	margin-right: 35px;
}

.tabs-links__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tabs-links__link {
	margin-right: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #45525a;
	opacity: 0.6;
}

.tabs-links__link:after {
	position: absolute;
	bottom: -33px;
	left: 0;
	right: 0;
	display: block;
	height: 3px;
	background: #103e7f;
	content: '';
	opacity: 0;
	transition: .3s opacity;
}

.tabs-links__link:hover {
	opacity: 1;
}

.tabs-links__link._current {
	opacity: 1;
	color: #103e7f;
}

.tabs-links__link._current:after {
	opacity: 1;
}

.docs__content {
	display: -ms-flexbox;
	display: flex;
}

.docs._complex .docs__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.spoiler__head:hover {
	background-color: #103e7f;
	color: #fff;
}

.spoiler__head:hover:before,
.spoiler__head:hover:after {
	background-color: #fff;
}

.cookie-alert__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.filter {
	margin-bottom: 54px;
	padding-top: 60px;
}

.filter._expandable {
	padding-bottom: 34px;
}

.filter__title {
	padding-right: 250px;
	margin-bottom: 30px;
	line-height: 38px;
}

.filter__control._single-row {
	opacity: 1 !important;
}

.field-select {
	line-height: 62px;
}

.field-select__input {
	height: 64px;
	line-height: 62px;
}

.field-select__wrap {
	height: 64px;
}

.field-select__select:after {
	top: 28px;
}

.field-select__option {
	min-height: 64px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.order__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.order__select-wrap,
.order__field {
	width: 48%;
	margin-bottom: 28px;
}

.order__field {
	height: 64px;
	line-height: 64px;
}

.order__btn {
	width: 48%;
	height: 64px;
	margin-bottom: 28px;
}

.order__bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
}

.order._department .order__bottom,
.order._elite .order__bottom {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.order__check {
	padding-left: 0;
	width: 48%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.order._department .order__check,
.order._elite .order__check {
	width: auto;
}

.order__note {
	margin-left: 3%;
	width: 48.5%;
}

.order._unsubscribe .order__note {
	width: 100%;
	margin: 0;
}

.flat-modal__slider {
	width: 465px;
}

.subscribe-popup {
	width: 660px;
	padding-top: 24px;
	padding-bottom: 34px;
	padding-left: 40px;
	padding-right: 40px;
}

.subscribe-popup__title {
	font-size: 32px;
	line-height: 40px;
}

.subscribe-popup__field {
	width: 280px;
	margin-bottom: 30px;
}

.subscribe-popup__field._wide {
	width: 100%;
}

.subscribe-popup__checkboxes {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.subscribe-popup__checkbox {
	width: 270px;
	margin-bottom: 30px;
}

.subscribe-popup__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.subscribe-popup__btn {
	width: 280px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 40px;
	margin-bottom: 0;
}

.aside__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 60px;
	color: #103e7f;
	background-color: #f8f8f9;
	border: 1px solid #eaeaea;
	transition: .3s all;
}

.aside__link:hover {
	color: #fff;
	background-color: #00aee2;
	border-color: #00aee2;
}

.aside__link:hover .aside__icon .icon {
	fill: #fff;
}

.complex-mob-menu {
	display: none;
}

.intro._complex .intro__price {
	margin-bottom: 22px;
	font-size: 32px;
	font-weight: 900;
	line-height: 30px;
}

.intro__btns {
	display: -ms-flexbox;
	display: flex;
	margin-top: 95px;
}

.complex-stock__content {
	padding-top: 28px;
	padding-right: 150px;
	padding-left: 35px;
	padding-bottom: 55px;
}

.complex-stock__date {
	margin-bottom: 18px;
}

.complex__title-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}

}

@media (min-width: 768px) and (max-width: 1155px) {

.map._elite {
	max-height: 480px;
}

}

@media (max-width: 800px) and (min-width: 768px) {

.slider-photos__container {
	padding-right: 10vw;
}

.slider-photos__img {
	height: 510px;
}

.slider-photos__controls {
	right: 10vw;
}

}

@media (max-width: 1155px) and (min-width: 768px) {

.tab-hidden {
	display: none;
}

.footer__author {
	display: none;
}

.sitemap__section {
	width: 48%;
	margin-bottom: 65px;
}

.mob-dropdown._tablet {
	padding-left: 50px;
	padding-right: 50px;
	overflow: visible;
	background-color: transparent;
	transition: .3s background-color;
}

.mob-dropdown._tablet._opened {
	background-color: #103e7f;
}

.mob-dropdown._tablet._opened .mob-dropdown__list {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	background-color: #103e7f;
}

.mob-dropdown__list._tablet {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 100;
	display: block;
	background-color: transparent;
	opacity: 0;
	transform: scale3d(1, 0, 1);
	transform-origin: top;
	transition: .3s transform, .3s background-color, .3s opacity;
}

.mob-dropdown__item._tablet {
	display: block;
	height: 50px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 18px;
	line-height: 50px;
	border-bottom: 1px solid rgba(253, 253, 253, 0.5);
}

.mob-dropdown__item._tablet,
.mob-dropdown__item._tablet a {
	color: #fff;
}

.mob-dropdown__item._tablet._current {
	display: none;
}

.aside {
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	height: 76px;
	margin-bottom: 50px;
	margin-left: -50px;
	margin-right: -50px;
}

.aside__menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow-x: auto;
	overflow-y: hidden;
	padding-right: 100px;
	padding-bottom: 50px;
	position: relative;
	top: 0;
}

.aside__link {
	min-height: 76px;
}

.intro__btn {
	margin-right: 30px;
}

.complex-about__title {
	width: 48%;
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 40px;
}

.complex-about__text {
	margin-bottom: 40px;
}

.complex-about__data {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 42px;
	padding-bottom: 16px;
	border-bottom: 1px solid #c4ced4;
}

.complex-about__logo {
	width: 48%;
	-ms-flex-order: 2;
	order: 2;
}

.complex-about__logo img {
	width: auto;
	max-height: 195px;
}

.complex-about__address {
	width: 48%;
	-ms-flex-order: 3;
	order: 3;
}

.complex-about__address:nth-child(2) {
	-ms-flex-order: 1;
	order: 1;
}

.deadline__inner {
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: -50px;
}

.placement__route {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.placement__route-field {
	width: 100%;
}

.placement__route-btn {
	width: 280px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.placement__marks {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.complex-stock {
	margin-bottom: 3.6%;
}

.discount__text {
	font-size: 18px;
	line-height: 26px;
}

.layouts__head {
	-ms-flex-align: start;
	align-items: flex-start;
}

.layouts__title span {
	margin-top: 12px;
}

.layouts__filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.layouts__filter-btn {
	width: 48%;
}

.layouts__genplan-btn {
	width: 48%;
	margin-top: 0;
}

.mortgage__head {
	margin-left: -50px;
	margin-right: -50px;
	padding-left: 50px;
	padding-right: 50px;
}

}

@media (min-width: 1156px) {

.tab-visible {
	display: none;
}

.cookie-alert__text {
	width: 800px;
}

.filter__title {
	margin-bottom: 40px;
	line-height: 42px;
}

.filter._long-title .filter__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 130%;
	color: #333;
}

.filter._long-title .filter__title .filter__title {
	margin-right: 15px;
}

.filter._long-title .filter__title .filter__select {
	margin-left: 0;
}

.filter._compact .filter__title {
	margin-bottom: 55px;
}

.filter__mob-drop-open {
	display: none;
}

.flat-modal__head {
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 95px;
}

.flat-modal__content {
	display: -ms-flexbox;
	display: flex;
}

.flat-modal__slider-wrap {
	width: 640px;
	padding-left: 85px;
}

.flat-modal__form-wrap {
	width: 640px;
}

.flat-modal__pagination {
	margin-right: 85px;
}

.flat-modal__slider {
	margin-bottom: 70px;
	margin-left: 0;
}

.flat-modal__data {
	width: 460px;
	padding-left: 50px;
	padding-right: 80px;
}

.flat-modal__order {
	padding-left: 85px;
	padding-right: 85px;
}

.slider__arrow:hover {
	background-color: #103e7f;
}

.slider__arrow:hover:before {
	background-color: #fff;
}

.slider__arrow:hover span:after {
	border-color: #fff;
}

.intro._complex {
	padding-top: 86px;
}

.intro._complex .intro__price {
	font-size: 48px;
	font-weight: 700;
	line-height: 42px;
	text-transform: none;
}

.intro__top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.intro__btns {
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 70px;
}

.complex-about__top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 614px;
}

.complex-about__slider {
	margin-bottom: 100px;
}

.complex-about__data {
	width: 295px;
}

.placement {
	display: -ms-flexbox;
	display: flex;
}

.placement {
	height: 710px;
	margin-top: -60px;
	margin-right: calc(((100vw - 1260px) / -2));
}

.placement__content {
	width: 365px;
	padding-top: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.placement__map {
	width: auto;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.infra__map {
	height: 660px;
	margin-left: calc(((100vw - 1260px) / -2) - 185px - 30px);
	margin-bottom: 100px;
}

.infra__content {
	width: 835px;
	margin-bottom: 90px;
}

.complex-stock {
	display: -ms-flexbox;
	display: flex;
	height: 380px;
	margin-bottom: 30px;
}

.complex-stock__photo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.complex-stock__content {
	padding-left: 35px;
	padding-top: 65px;
	padding-right: 50px;
	padding-bottom: 35px;
}

.complex-stock__date {
	margin-bottom: 48px;
}

.layouts__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}

.layouts__filter {
	width: 294px;
}

.complex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.complex__title-wrap {
	margin-bottom: 55px;
}

.complex__title {
	font-size: 32px;
}

}

@media (max-width: 1179px) and (min-width: 640px) {

.tab-mt-0 {
	margin-top: 0px !important;
}

.tab-mb-0 {
	margin-bottom: 0px !important;
}

.tab-mt-40 {
	margin-top: 40px !important;
}

.tab-mb-40 {
	margin-bottom: 40px !important;
}

.tab-mt-50 {
	margin-top: 50px !important;
}

.tab-mb-50 {
	margin-bottom: 50px !important;
}

.tab-mt-60 {
	margin-top: 60px !important;
}

.tab-mb-60 {
	margin-bottom: 60px !important;
}

.tab-mt-70 {
	margin-top: 70px !important;
}

.tab-mb-70 {
	margin-bottom: 70px !important;
}

.tab-pt-0 {
	padding-top: 0px !important;
}

.tab-pb-0 {
	padding-bottom: 0px !important;
}

.tab-pt-10 {
	padding-top: 10px !important;
}

.tab-pb-10 {
	padding-bottom: 10px !important;
}

.tab-pt-60 {
	padding-top: 60px !important;
}

.tab-pb-60 {
	padding-bottom: 60px !important;
}

.tab-pt-80 {
	padding-top: 80px !important;
}

.tab-pb-80 {
	padding-bottom: 80px !important;
}

.btn {
	padding-left: 25px;
	padding-right: 25px;
}

.footer__contacts {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.sitemap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.tabs-links {
	white-space: nowrap;
	height: 82px;
	padding-bottom: 34px;
	padding-top: 32px;
	overflow-x: auto;
	overflow-y: hidden;
	font-size: 16px;
	line-height: 24px;
}

.tabs-links::-webkit-scrollbar {
	-webkit-appearance: none;
}

.tabs-links::-webkit-scrollbar {
	height: 0;
}

.tabs-links._stretch {
	padding-top: 32px;
}

.tabs-links._stretch .tabs-links__inner {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tabs-links._stretch .tabs-links__link {
	margin-right: 40px;
}

.tabs-links__inner:after {
	width: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 10px;
	content: '';
}

.tabs-links__link:after {
	position: absolute;
	bottom: -26px;
}

.docs {
	padding-top: 55px;
}

.docs__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}

.docs__item {
	width: 50%;
	max-width: 50%;
	margin-bottom: -1px;
	padding-bottom: 25px;
	border-right: 1px solid #eaeaea;
}

.docs__item:nth-child(even) {
	border-right: 0;
}

.docs__item._complex {
	display: block;
	width: 48.5%;
	min-height: 92px;
	margin-bottom: 3%;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.docs__icon {
	margin-bottom: 40px;
}

.docs._complex .docs__icon {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
}

.tabs__links {
	overflow-x: auto;
	overflow-y: hidden;
	margin-left: -50px;
	margin-right: -50px;
	margin-bottom: -10px;
	padding-left: 50px;
	padding-bottom: 43px;
}

.container .tabs__links {
	padding-left: 0;
}

.tabs__links:after {
	width: 1px;
	height: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	content: '';
}

.tabs__wrap {
	margin-left: -50px;
	margin-right: -50px;
}

.tabs__tab {
	padding-left: 50px;
	padding-right: 50px;
}

.spoiler__head {
	font-size: 18px;
}

.popup._flat .popup__close {
	top: 44px;
	right: 25px;
}

.filter__inner.container .filter__show-map {
	right: 50px;
}

.filter__row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.filter__control._single-row .filter__toggle {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.filter__mob-drop {
	padding-right: 289px;
	margin-right: -290px;
}

.filter__mob-drop-open {
	line-height: 62px;
}

.filter__mob-drop-content {
	margin-right: -289px;
	margin-top: -1px;
}

.order._flat-modal {
	padding-top: 32px;
}

.order._app {
	padding-top: 30px;
	padding-bottom: 65px;
}

.order._unsubscribe {
	margin-top: 65px;
	margin-bottom: 95px;
	margin-left: -50px;
	margin-right: -50px;
	padding-left: 50px;
	padding-right: 50px;
}

.order._app .order__btn,
.order._rent .order__btn,
.order._unsubscribe .order__btn,
.order._elite-flat .order__btn {
	width: 100%;
}

.flat-modal {
	width: 665px;
}

.flat-modal__head {
	min-height: 130px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 95px;
	line-height: 42px;
}

.flat-modal__slider-wrap {
	padding-left: 75px;
	padding-right: 75px;
}

.flat-modal__form-wrap {
	padding-left: 75px;
	padding-right: 75px;
}

.flat-modal__data {
	padding-top: 40px;
}

.flat-modal__table {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 20px;
	overflow: hidden;
}

.flat-modal__table-row {
	width: 50%;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #c4ced4;
	margin-right: -1px;
}

.flat-modal__price {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flat-modal__price-num {
	padding-left: 10px;
}

.slider-cards__controls {
	top: -74px;
}

.gallery__tab {
	height: 453px;
}

.slider-gallery__container {
	height: 375px;
}

.slider-gallery__slide {
	height: 375px;
}

.aside__menu-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.placement__map {
	height: 650px;
	margin-left: -50px;
}

.infra__title {
	margin-bottom: 45px;
}

.infra__map {
	height: 650px;
	margin-left: -50px;
	margin-bottom: 85px;
}

.gallery {
	margin-bottom: 65px;
}

.diary-slider {
	width: 665px;
	height: 510px;
}

.diary-slider__head {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 110px;
	padding-top: 25px;
	padding-bottom: 15px;
}

.diary-slider__title {
	width: 100%;
	margin-bottom: 12px;
}

.diary-slider__text {
	max-width: 460px;
	padding-right: 0;
}

.diary-slider__close {
	position: absolute;
	right: 0;
	top: 0;
	height: 110px;
}

.diary-slider__controls {
	right: -50px;
	left: -50px;
}

}

@media (min-width: 1180px) {

.desktop-hidden {
	display: none;
}

.btn:hover {
	transition-duration: .2s;
	background-color: #103e7f;
}

.btn._transparent:hover {
	background-color: #103e7f;
	border-color: #103e7f;
	color: #fff;
}

.btn._border-blue-light:hover {
	background-color: #00aee2;
	border-color: #00aee2;
	color: #fff;
}

.btn._border-blue:hover {
	background-color: #103e7f;
	border-color: #103e7f;
	color: #fff;
}

.btn._white:hover {
	background-color: #103e7f;
	border-color: #103e7f;
	color: #fff;
}

.btn._inverse:hover {
	background-color: #fff;
	color: #103e7f;
}

.download-btn:hover {
	transition-duration: .2s;
	color: #fff;
	background-color: #00aee2;
}

.cookie-alert__btn:hover {
	transition-duration: .2s;
	background-color: #fff;
	color: #103e7f;
}

.filter__toggle:hover {
	background-color: #00aee2;
	color: #fff;
	border-color: #00aee2;
}

.review-form__file-btn:hover {
	color: #fff;
	background-color: #103e7f;
}

.review-form__file-btn:hover .icon {
	fill: #fff;
}

.mortgage__row:hover {
	background-color: #e3f2fd;
}

.mortgage__row:hover .mortgage__btn {
	opacity: 1;
}

}

@media (max-width: 1279px) and (min-width: 1180px) {

.container {
	width: 1140px;
}

.review-form__fields:after {
	width: 360px;
}

.last-row-fix-4 {
	width: 270px;
}

.btn {
	padding-left: 30px;
	padding-right: 30px;
}

.social__item:not(:last-child) {
	margin-right: 25px;
}

.header__btn {
	padding-left: 18px;
	padding-right: 18px;
}

.header__fav {
	width: 60px;
}

.header__fav-count {
	right: 10px;
}

.header__phone {
	font-size: 16px;
	width: 228px;
}

.nav__item {
	font-size: 14px;
}

.search {
	width: 600px;
}

.footer__phone {
	font-size: 24px;
	line-height: 26px;
}

.footer__text {
	font-size: 16px;
	line-height: 22px;
}

.footer__email {
	font-size: 20px;
	line-height: 26px;
}

.breadcrumbs._inner {
	padding-top: 56px;
}

.tabs-links {
	font-size: 16px;
}

.tabs-links._compact {
	font-size: 15px;
}

.docs__item._complex {
	width: 448px;
	max-width: 448px;
}

.cards__output._diary:after {
	width: 292px;
}

.card {
	width: 360px;
}

.building__content {
	padding: 36px;
}

.filter__block {
	width: 270px;
}

.filter__block._wide {
	width: 560px;
}

.filter__btn {
	width: 270px;
}

.field-range__label {
	font-size: 14px;
}

.field-range__input {
	font-size: 14px;
	padding-left: 34px;
}

.slider-gallery__thumb {
	width: 145px;
}

.complex-about__text {
	width: 560px;
}

.complex-about__tile {
	width: 448px;
	height: 320px;
}

.complex-about__turnkey-text {
	left: 32px;
	font-size: 26px;
}

.complex-posts__item {
	width: 448px;
}

.deadline__item {
	margin-right: 30px;
	margin-bottom: 24px;
}

.map-filter {
	width: 320px;
}

.map-filter__item {
	min-height: 44px;
	font-size: 18px;
}

.placement {
	height: 680px;
	margin-right: calc((100vw - 1140px) / -2);
}

.placement__content {
	padding-right: 20px;
}

.infra__map {
	height: 580px;
	margin-left: calc(((100vw - 1140px) / -2) - 185px - 30px);
}

.diary {
	width: 292px;
	height: 240px;
	margin-bottom: 25px;
}

.complex-stock__photo {
	width: 560px;
}

.complex__content {
	width: 955px;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding-left: 30px;
	padding-top: 60px;
}

}

@media (min-width: 1280px) {

.container {
	width: 1260px;
}

.breadcrumbs {
	padding-top: 16px;
}

.breadcrumbs._inner {
	padding-top: 56px;
}

.tabs-links__link {
	margin-right: 60px;
}

.tabs-links__link:last-child {
	margin-right: 0;
}

.docs__item {
	border-right: 1px solid #eaeaea;
	border-bottom: 0;
}

.docs__item._complex {
	border-right: 0;
}

.order._unsubscribe {
	margin-top: 75px;
	margin-bottom: 125px;
	padding-top: 65px;
	padding-bottom: 60px;
	padding-left: 110px;
	padding-right: 110px;
}

.order._consult .order__title {
	text-align: center;
}

.order__row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.order._flat-modal .order__row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.order._department .order__row {
	margin-bottom: 10px;
}

.order._flat-modal .order__row {
	margin-bottom: 0;
}

.order._unsubscribe .order__row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.order._elite-flat .order__row {
	-ms-flex-pack: center;
	justify-content: center;
}

.order._unsubscribe .order__hidden-wrap {
	width: 720px;
	-ms-flex-order: 1;
	order: 1;
}

.order._unsubscribe .order__hidden-textarea {
	width: 720px;
	min-width: 720px;
	max-width: 720px;
	height: 120px;
	min-height: 120px;
	max-height: 200px;
}

.order__select-wrap,
.order__field {
	width: 292px;
}

.order__select-wrap._wide,
.order__field._wide {
	width: 490px;
}

.order._rent .order__select-wrap,
.order._rent
      .order__field {
	width: 348px;
}

.order._unsubscribe .order__select-wrap,
.order._unsubscribe
      .order__field {
	width: 345px;
}

.order__field {
	font-size: 18px;
}

.order._flat-modal .order__field {
	margin-bottom: 30px;
}

.order._elite .order__field {
	margin-bottom: 0;
}

.order._elite-flat .order__field {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0;
}

.order__select {
	font-size: 18px;
}

.order__btn {
	width: 292px;
}

.order__btn._narrow {
	width: 220px;
	padding-left: 20px;
	padding-right: 20px;
}

.order__btn._wide {
	width: 100%;
}

.order._elite .order__btn {
	margin-bottom: 0;
}

.order._elite-flat .order__btn {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0;
}

.order__bottom {
	font-size: 14px;
	line-height: 20px;
}

.subscribe-popup {
	width: 720px;
	padding-top: 44px;
	padding-bottom: 54px;
	padding-left: 60px;
	padding-right: 60px;
}

.subscribe-popup__title {
	margin-bottom: 40px;
}

.subscribe-popup__checkboxes {
	padding-top: 25px;
	padding-bottom: 35px;
}

.review-form__field {
	width: 400px;
	margin-bottom: 38px;
}

.review-form__field._compact {
	width: 330px;
}

.review-form__file-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 44px;
}

.review-form__file {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 255px;
	margin-right: 40px;
}

.review-form__bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.review-form__note {
	width: 640px;
}

.review-form__btn {
	width: 400px;
}

.review-form__btn._compact {
	width: 330px;
}

.slider-cards__container {
	padding-right: 210px;
}

.slider-cards__container._videos {
	padding-right: 120px;
}

.slider-cards__container._full-width {
	padding-right: 0;
}

.complex-about__text {
	width: 680px;
	margin-bottom: 80px;
	transition: .5s height;
}

.complex-about__slider {
	width: 100vw;
	margin-left: calc(((100vw - 1260px) / -2) - 185px - 30px);
	padding-left: calc(((100vw - 1260px) / 2) + 185px + 30px);
	overflow: hidden;
}

.placement__content {
	padding-right: 30px;
}

.placement__toggle-btn {
	font-size: 22px;
}

.complex-stock__photo {
	width: 610px;
}

.layouts__genplan-btn {
	margin-top: 70px;
}

.layouts__output {
	width: 720px;
	padding-top: 0;
}

.complex__content {
	width: 1075px;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding-left: 30px;
	padding-top: 60px;
}

}

@media (max-width: 1366px) {

.booking__block-agreement-frame {
	width: 100%;
	right: 0;
}

}

@media (max-width: 1280px) {

.container {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.booking__container {
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

.booking__sidebar_agreement {
	margin-right: 48px;
}

.infra_apartment .infra__map {
	margin-left: calc((100vw - 1140px) / -2);
	width: 100vw;
}

}

@media (max-width: 1155px) {

h1 {
	display: block;
	font-size: 32px;
	line-height: 56px;
	color: #333;
}

h2 {
	display: block;
	margin-bottom: 32px;
	font-size: 32px;
	line-height: 42px;
}

.container {
	width: auto;
	padding-left: 50px;
	padding-right: 50px;
}

._menu-opened .header__search,
._search-opened .header__search {
	transform: translate3d(344px, 0, 0);
}

.nav {
	display: none;
}

._menu-opened .search,
._search-opened .search {
	width: 420px;
}

.footer__contacts {
	padding-bottom: 10px;
}

.footer__col {
	width: 48%;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 30px;
}

.footer__col._tablet-full-width {
	width: 100%;
}

.footer__btn {
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
}

.footer__address {
	display: none;
}

.footer__social {
	-ms-flex-order: 2;
	order: 2;
	margin-top: 21px;
	-ms-flex-pack: center;
	justify-content: center;
}

.sitemap__section {
	max-width: 100%;
	min-width: auto;
}

.menu {
	display: block;
	padding-top: 90px;
}

.menu__inner {
	overflow: auto;
	height: 100%;
	border-top: 1px solid #e9e9ee;
}

.menu__inner .sitemap {
	margin-top: -1px;
}

.menu__footer {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: auto;
	padding-top: 45px;
	padding-bottom: 45px;
	border-top: 0;
}

.menu__contacts {
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 40px;
}

.menu__contact {
	margin-right: 0;
	width: 45%;
	text-align: center;
}

._search-opened .menu-open-hiding {
	opacity: 0;
	transition-delay: 0s;
	pointer-events: none;
}

.mob-dropdown._opened .mob-dropdown__active {
	color: #fff;
}

.mob-dropdown._opened .mob-dropdown__active:before {
	transform: rotate(-45deg) scale3d(-1, -1, 1);
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.mob-dropdown._opened .mob-dropdown__active:after {
	background-color: rgba(253, 253, 253, 0.5);
	transform: scale3d(1.2, 0.5, 1);
}

.mob-dropdown._opened .mob-dropdown__active-text:before {
	opacity: 1;
}

.mob-dropdown._opened .mob-dropdown__active-text:after {
	opacity: 0;
}

.mob-dropdown__active._tablet {
	display: block;
}

.tabs__link {
	margin-right: 28px;
}

.popup._lightbox-video {
	width: 100%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.booking__header {
	margin-bottom: 35px;
}

.booking__timer {
	width: 200px;
	line-height: 110%;
	padding: 10px 12px 10px 20px;
}

.booking__progress {
	overflow-x: auto;
	position: relative;
	left: -50px;
	width: calc(100% + 100px);
	padding: 0 50px;
}

.booking__progress-item {
	min-width: 200px;
	width: 100%;
}

.booking__progress-item-text {
	font-size: 13px;
}

.booking__body {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.booking__sidebar {
	max-width: 512px;
	margin-right: 0;
	margin-bottom: 58px;
}

.booking__sidebar-content {
	box-shadow: 0 14px 22px rgba(18, 59, 116, 0.05);
}

.booking__sidebar-arrow {
	display: -ms-flexbox;
	display: flex;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	border: 1px solid #D1DCEB;
}

.booking__sidebar-body {
	height: 0;
	transition: height 0.3s ease-in-out;
	overflow: hidden;
}

.booking__content {
	max-width: 512px;
}

.booking__head {
	padding: 15px 50px;
}

.booking__modal {
	padding: 60px 60px 55px 60px;
}

.booking__modal-title {
	margin-bottom: 30px;
}

.booking__modal-text {
	max-width: none;
}

.booking__block {
	max-width: none;
}

.booking__block-link_statement {
	top: -38px;
}

.booking__block-button {
	width: 100% !important;
	max-width: none !important;
}

.booking__block-phone-text {
	max-width: none;
}

.booking__block-attention {
	margin: 25px 0 40px 0;
}

.booking__block-field {
	margin-bottom: 30px;
}

.booking__block-field_last-name {
	width: 100%;
	margin-right: 0;
}

.booking__block-field_first-name {
	width: 100%;
}

.booking__block-field_middle-name {
	width: 100%;
	margin-right: 0;
}

.booking__block-field_passport-series {
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
}

.booking__block-field_passport-number {
	width: calc((100% - 20px) / 2);
}

.booking__block-field_date {
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
}

.booking__block-field_code {
	width: calc((100% - 20px) / 2);
}

.booking__block-agreement {
	width: 700px;
	left: calc((700px - 512px) / -2);
	position: relative;
}

.booking__confirmation {
	max-width: 512px;
	margin: 0 auto;
}

.booking__confirmation-holder {
	display: block;
}

.booking__confirmation-content {
	max-width: none;
	margin-right: 0;
}

.booking__footer {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 67px;
}

.booking__footer-text {
	margin-bottom: 20px;
}

.booking__footer-text:last-child {
	margin-bottom: 0;
}

.cards__output {
	margin-bottom: 0;
}

.card {
	width: calc(50% - 12px);
	height: auto;
	min-height: calc(50vw - 50px);
	margin-bottom: 25px;
}

.building {
	height: calc(50vw - 50px);
}

.building__content {
	padding-top: 40px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 35px;
}

.building__top {
	height: 55%;
}

.building__logo {
	max-width: 70%;
	max-height: 60px;
}

.building__title {
	font-size: 24px;
	line-height: 28px;
}

.building__bottom {
	min-height: 45%;
}

.building__place {
	font-size: 16px;
}

.filter__select {
	display: block;
	margin: 8px 0 0 0;
}

.filter__select .filter__select-head {
	font-size: 32px;
	line-height: 31px;
}

.filter__content {
	margin: 35px 0 0 0;
}

.filter__block {
	width: 48%;
}

.filter__block._tablet-wide,
.filter__block._wide {
	width: 100%;
}

.filter__btn {
	width: 48%;
}

.filter__dropdown-content {
	padding-left: 0;
	padding-right: 0;
}

.filter__bottom:before {
	display: none;
}

.filter__bottom .filter__btn {
	width: 100%;
	margin-left: 0;
}

.filter__actions {
	width: 104%;
	padding-right: 4%;
}

.filter__clear {
	width: 80%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 6%;
}

.filter__mob-drop-content {
	display: none;
}

.filter__found {
	display: none;
}

.field-range .noUi-target {
	height: 28px;
	bottom: -15px;
	border-top: 10px solid transparent;
	border-bottom: 15px solid transparent;
	background-clip: padding-box;
}

.field-range .noUi-horizontal .noUi-handle:after {
	width: auto;
	height: auto;
	top: -5px;
	right: -20px;
	bottom: -20px;
	left: -20px;
	display: block;
	content: '';
	background-color: transparent;
}

.field-num .noUi-target {
	height: 28px;
	bottom: -15px;
	border-top: 10px solid transparent;
	border-bottom: 15px solid transparent;
	background-clip: padding-box;
}

.field-num .noUi-horizontal .noUi-handle:after {
	width: auto;
	height: auto;
	top: -5px;
	right: -20px;
	bottom: -20px;
	left: -20px;
	display: block;
	content: '';
	background-color: transparent;
}

.flat-modal__form-note {
	margin-bottom: 30px;
}

.lightbox-video__close {
	right: 40px;
	top: -50px;
}

.lightbox-video__frame {
	width: 100vw;
	height: 56.25vw;
}

.intro__title {
	font-size: 48px;
}

.slider__arrow._slider-wide {
	background-color: #fff;
	border-color: transparent;
}

.slider-cards {
	margin-bottom: 65px;
}

.slider-gallery__slide img {
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.slider-gallery__thumb {
	width: 95px;
	height: 55px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.slider-photos .container {
	padding-left: 0;
}

.slider-photos__container {
	width: auto;
	margin-left: -50px;
	padding-right: 17.96875vw;
}

.slider-photos__slide {
	height: auto;
}

.slider-photos__img {
	height: 440px;
	overflow: hidden;
}

.slider-photos__controls {
	left: auto;
	right: 17.96875vw;
	z-index: 10;
	width: 136px;
	margin-right: -68px;
}

.intro._complex {
	height: 610px;
	padding-top: 85px;
	padding-bottom: 40px;
}

.intro._complex .intro__content {
	margin-top: 42px;
}

.intro._complex .intro__title {
	display: table;
	max-width: 100%;
}

.intro._complex .intro__title:after {
	bottom: -35px;
	width: 100%;
}

.intro._complex .intro__descr {
	max-width: 430px;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

.complex-about__advants:after {
	width: 32%;
}

.complex-about__advants_apartment .complex-about__advants-title {
	font-size: 32px;
}

.complex-about__advants_apartment .complex-about__advants-content {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.complex-about__advants_apartment .complex-about__advant {
	width: calc((100% - 30px * 2) / 3);
	margin-right: 30px;
}

.complex-about__advants_apartment .complex-about__advant:nth-child(3n) {
	margin-right: 0 !important;
}

.complex-about__advant {
	width: 32%;
	margin-bottom: 20px;
}

.complex-about__advant-title {
	font-size: 15px;
	line-height: 20px;
	min-height: 40px;
}

.complex-about__advant-text {
	font-size: 15px;
	line-height: 20px;
}

.complex-about__tiles {
	margin-bottom: 65px;
}

.complex-about__tile {
	width: 48.2%;
	height: 28vw;
}

.complex-about__turnkey-text {
	left: 24px;
	bottom: 30px;
	font-size: 18px;
	line-height: 26px;
}

.complex-about__turnkey-text b {
	font-size: 24px;
}

.complex-news__item {
	padding-top: 32px;
	padding-left: 24px;
	padding-bottom: 40px;
	padding-right: 32px;
}

.complex-news__date {
	margin-bottom: 15px;
}

.complex-posts__item {
	width: 48.2%;
	margin-bottom: 3.6%;
}

.complex-posts__title {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
}

.complex-posts__descr {
	font-size: 16px;
	line-height: 24px;
}

.deadline {
	margin-bottom: 15px;
	border-bottom: 0;
}

.deadline__item {
	width: 180px;
	margin-right: 50px;
	margin-bottom: 40px;
}

.map-filter {
	display: none;
}

.infra_apartment .infra__map {
	margin-left: 0;
	left: -50px;
	width: calc(100% + 100px);
}

.review {
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 30px;
}

.diary {
	height: 35.15vw;
	min-height: auto;
	margin-bottom: 25px;
}

.complex-stock__photo img {
	display: block;
	width: 100%;
}

.complex-stock__title {
	font-size: 32px;
	line-height: 40px;
}

.complex-stock__title b {
	font-size: 32px;
	font-weight: 700;
}

.discount {
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 35px;
	padding-bottom: 35px;
}

.discount__title {
	font-size: 24px;
	line-height: 32px;
}

.layouts__title span {
	display: block;
	padding-left: 0;
}

.layouts__table th {
	padding-left: 15px;
}

.layouts__table th:first-child {
	padding-left: 20px;
}

.layouts__table td {
	padding-left: 15px;
}

.layouts__table td:first-child {
	width: 100px;
	padding-left: 20px;
}

.layouts__table td:last-child {
	padding-right: 10px;
	white-space: nowrap;
}

.mortgage_apartment {
	overflow-x: scroll;
	margin-left: -50px;
	margin-right: -50px;
	padding: 0 50px;
}

.mortgage_apartment .mortgage__head .mortgage__rows {
	padding-left: 0;
	padding-right: 0;
}

.mortgage_apartment .mortgage__row {
	padding-right: 0;
}

.mortgage_apartment .mortgage__col._col_1 {
	width: 200px;
	padding-left: 0;
}

.mortgage_apartment .mortgage__col._col_3 {
	width: 160px;
}

.mortgage_apartment .mortgage__col._col_4 {
	width: 160px;
}

.mortgage_apartment .mortgage__col._col_5 {
	width: 160px;
}

.mortgage__table {
	width: 1070px;
}

.mortgage__col {
	padding-right: 25px;
}

.mortgage__col:last-child {
	padding-right: 0;
}

.mortgage__col._col-1 {
	width: 150px;
	padding-left: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mortgage__col._col-2 {
	width: 150%;
	min-width: 200px;
}

.mortgage__col._col-3 {
	min-width: 140px;
	width: 100%;
}

.mortgage__col._col-4 {
	width: 100%;
}

.mortgage__col._col-5 {
	width: 100%;
}

.mortgage__bank {
	width: 150px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 0;
	text-align: left;
}

.mortgage__bank img {
	margin-bottom: 15px;
}

.mortgage__rows {
	width: 100%;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.mortgage__row {
	padding-left: 0;
	font-size: 16px;
	line-height: 24px;
}

.apartment-promo {
	padding: 150px 0 60px 0;
	margin-bottom: 65px;
}

.apartment-promo__breadcrumbs {
	margin-bottom: 30px;
}

.apartment-promo__title {
	font-size: 32px;
	margin-bottom: 55px;
}

.apartment-promo__content {
	display: block;
}

.apartment-promo__box_left {
	margin-bottom: 62px;
	padding-right: 0;
}

.apartment-promo__box_right {
	width: 100%;
}

.apartment-promo__plan {
	padding-top: 0;
}

.apartment-promo__plan img {
	max-width: 540px;
}

.apartment-promo__panel {
	margin-top: 50px;
}

.apartment-promo__info {
	padding: 60px 75px 45px 75px;
}

.apartment-installments {
	padding: 35px 97px 45px 147px;
	background-size: 213px 196px;
	background-position: 17px center;
	margin-bottom: 65px;
}

.apartment-installments__text {
	font-size: 21px;
	line-height: 145%;
	max-width: 410px;
}

.apartment-installments__text br {
	display: block;
}

.apartment-installments__text span {
	font-size: 25px;
}

.apartment-recommendations__item {
	width: calc((100% - 30px) / 2);
}

.apartment-booking__box:nth-child(2n) {
	margin-right: 0 !important;
}

.apartment-booking__box_25 {
	width: calc((100% - 30px) / 2);
}

.apartment-services {
	padding: 80px 0;
}

.apartment-services__item::before {
	padding-bottom: 50%;
}

.apartment-services__item-title {
	font-size: 25px;
	left: 30px;
	bottom: 20px;
	right: 30px;
}

.apartment-services__item-title b {
	font-size: 25px;
}

}

@media (max-width: 767px) {

h1 {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 36px;
}

h2 {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 36px;
}

.mob-hidden {
	display: none;
}

.tab-visible {
	display: none;
}

.container {
	width: auto;
	padding-left: 25px;
	padding-right: 25px;
}

.container_booking-auth {
	padding: 0 10px;
}

.mob-mt-0 {
	margin-top: 0px !important;
}

.mob-mb-0 {
	margin-bottom: 0px !important;
}

.mob-mt-40 {
	margin-top: 40px !important;
}

.mob-mb-40 {
	margin-bottom: 40px !important;
}

.mob-mt-50 {
	margin-top: 50px !important;
}

.mob-mb-50 {
	margin-bottom: 50px !important;
}

.mob-pt-0 {
	padding-top: 0px !important;
}

.mob-pb-0 {
	padding-bottom: 0px !important;
}

.mob-pt-55 {
	padding-top: 55px !important;
}

.mob-pb-55 {
	padding-bottom: 55px !important;
}

.btn {
	height: 54px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 54px;
}

.btn._white,
.btn._border-blue {
	line-height: 52px;
}

.btn._inverse {
	line-height: 50px;
}

.download-btn {
	height: 54px;
}

.social {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social__item:not(:last-child) {
	margin-right: 0;
}

.header {
	height: 60px;
	border-bottom: 1px solid #c3ced3;
}

.header._404 {
	border-bottom: 0;
}

.header__inner {
	padding-right: 70px;
}

.header._404 .header__inner {
	padding-right: 25px;
}

.header__left {
	position: static;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header__menu-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	padding: 11px 25px;
}

.header__right {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.header__btn {
	padding-right: 0;
	padding-left: 0;
	width: 33%;
	height: 28px;
}

._search-opened .header__btn {
	border-left-color: transparent;
}

.header__btn:first-child {
	border-left-width: 1px;
}

.header__btn:last-child {
	border-left-width: 0;
}

._menu-opened .header__search,
._search-opened .header__search {
	transform: translate3d(0, 0, 0);
}

.header__search .search {
	right: 0;
}

.header__search-open .icon {
	width: 18px;
	height: 18px;
	stroke-width: 0;
	transform: translate3d(-2px, 4px, 0);
}

.header__fav .icon {
	width: 20px;
	height: 20px;
	stroke-width: 0;
}

.header__fav-count {
	right: 12px;
	bottom: -5px;
}

.header__phone .icon {
	width: 20px;
	height: 20px;
	margin-right: 0;
	stroke-width: .1px;
}

.header._404 .header__phone {
	width: 35px;
}

.header__phone-num {
	display: none;
}

.logo {
	height: 100%;
	width: 123px;
	margin-right: 0;
	padding-right: 32px;
	padding-top: 11px;
	padding-bottom: 12px;
	border-right: 1px solid #c3ced3;
	transition: .3s opacity;
}

._search-opened .logo {
	opacity: 0;
}

.logo__img {
	width: 91px;
	height: 38px;
}

.search {
	border-bottom: 0;
}

._menu-opened .search,
._search-opened .search {
	width: calc(100vw - 70px);
	border-bottom: 0;
}

.search__field {
	padding-left: 25px;
}

.footer__contacts {
	display: block;
	text-align: center;
	margin-bottom: 0;
	border-bottom: 0;
}

.footer__col {
	width: auto;
	margin-bottom: 25px;
}

.footer__phone {
	font-size: 26px;
}

.footer__text {
	font-size: 17px;
}

.footer__btn {
	margin-bottom: 30px;
	font-size: 17px;
}

.footer__social {
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__disclaimer {
	border-top: 0;
	text-align: center;
}

.footer__bottom {
	display: block;
	text-align: center;
	border-top: 0;
	height: auto;
	padding-bottom: 25px;
}

.footer__copy {
	width: auto;
}

.footer__author {
	width: auto;
	text-align: center;
	margin-top: 15px;
}

.sitemap {
	display: block;
	margin-left: -25px;
	margin-right: -25px;
}

.sitemap__section {
	width: 100%;
	margin-bottom: -1px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.sitemap__title {
	height: 60px;
	margin-bottom: 0;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 60px;
}

.sitemap__title:after {
	right: 25px;
	opacity: 1;
}

.sitemap__list {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
}

.sitemap__item {
	font-size: 15px;
}

.menu {
	padding-top: 59px;
}

.menu__header {
	display: none;
}

.menu__contacts {
	display: block;
	margin-bottom: 0;
	margin-bottom: 24px;
}

.menu__contact {
	display: block;
	width: auto;
	margin-bottom: 18px;
}

.menu__contact span {
	display: block;
}

.menu__contact-text {
	font-size: 16px;
	line-height: 24px;
}

.menu__subscribe {
	display: block;
	width: auto;
	margin-bottom: 36px;
}

.form__field,
.form__textarea {
	margin-bottom: 24px;
	padding: 15px 20px;
}

.form__field {
	height: 54px;
}

.content blockquote {
	margin-left: -25px;
	margin-right: -25px;
	padding: 25px;
	font-size: 18px;
	line-height: 26px;
}

.content figure {
	margin-top: 35px;
	margin-bottom: 38px;
	margin-left: -25px;
	margin-right: -25px;
}

.content figcaption {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}

.content .text-big {
	margin-top: 35px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 26px;
}

.mob-dropdown {
	padding-left: 25px;
	padding-right: 25px;
	overflow: visible;
	background-color: transparent;
	transition: .3s background-color;
}

.mob-dropdown._opened {
	background-color: #103e7f;
}

.mob-dropdown._opened .mob-dropdown__list {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	background-color: #103e7f;
}

.mob-dropdown__active {
	display: block;
}

.mob-dropdown__active-text:before,
.mob-dropdown__active-text:after {
	right: -25px;
	width: 95px;
}

.mob-dropdown__list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 80;
	display: block;
	background-color: transparent;
	opacity: 0;
	transform: scale3d(1, 0, 1);
	transform-origin: top;
	transition: .3s transform, .3s background-color, .3s opacity;
}

.mob-dropdown__item {
	display: block;
	min-height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 18px;
	line-height: 20px;
	border-bottom: 1px solid rgba(253, 253, 253, 0.5);
}

.mob-dropdown__item,
.mob-dropdown__item a {
	color: #fff;
}

.mob-dropdown__item._current {
	display: none;
}

.show-more {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 54px;
	margin-bottom: 50px;
}

.show-more._pagenavi {
	margin-bottom: 100px;
}

.show-more__btn-block {
	width: 100%;
}

.show-more__btn {
	height: 53px;
	font-size: 17px;
	line-height: 54px;
}

.pagenavi {
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagenavi__item {
	padding-left: 10px;
	padding-right: 10px;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.breadcrumbs__link {
	font-size: 14px;
}

.breadcrumbs__link:first-child {
	font-size: 0;
	margin-left: -9px;
}

.breadcrumbs__link:after {
	transform: rotate(-45deg) scale3d(0.75, 0.75, 1);
}

.container .tabs-links {
	max-width: 100vw;
	margin-left: -25px;
	margin-right: -25px;
}

.docs__item {
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	padding-top: 30px;
	padding-bottom: 32px;
	padding-right: 20px;
	padding-left: 30px;
	text-align: left;
}

.docs__item._complex {
	width: 100%;
	min-height: 92px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-right: 35px;
}

.docs__icon {
	margin-right: 20px;
	margin-bottom: 0;
}

.docs._complex .docs__icon {
	width: 38px;
	height: 46px;
}

.docs._complex .docs__icon .icon {
	width: 38px;
	height: 46px;
}

.docs._complex .docs__format {
	bottom: 13px;
	width: 28px;
	height: 11px;
	font-size: 9px;
	line-height: 11px;
}

.docs__text {
	font-size: 16px;
	line-height: 22px;
}

.tabs__links {
	padding-left: 25px;
	margin-left: -25px;
	margin-right: -25px;
}

.tabs__links:not(.mob-dropdown) {
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom: -10px;
	padding-bottom: 20px;
}

.tabs__links:not(.mob-dropdown):after {
	width: 1px;
	height: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	content: '';
}

.tabs__link {
	font-size: 14px;
}

.tabs__link:after {
	bottom: -10px;
}

.mob-dropdown .tabs__link {
	margin-right: 0;
	white-space: normal;
}

.tabs__wrap {
	margin-left: -25px;
	margin-right: -25px;
}

.tabs__tab {
	padding-left: 25px;
	padding-right: 25px;
}

.map {
	max-height: 70vh;
}

.container .spoiler {
	margin-left: -25px;
	margin-right: -25px;
}

.spoiler__head {
	min-height: 82px;
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.spoiler__head:before,
.spoiler__head:after {
	top: 50%;
	margin-top: -1px;
}

.spoiler._unfolded .spoiler__head {
	background-color: #103e7f;
	color: #fff;
}

.spoiler._unfolded .spoiler__head:before,
.spoiler._unfolded .spoiler__head:after {
	background-color: #fff;
}

.popup-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.popup._diary {
	margin-top: -32px;
}

.popup._order {
	padding-left: 30px;
	padding-right: 30px;
}

.popup._callback {
	padding-top: 22px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 40px;
}

.popup._booking {
	padding: 30px;
}

.popup._booking .popup__title {
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 20px;
	width: 100% !important;
}

.popup._booking .popup__close {
	right: 10px;
	top: 10px;
}

.popup__agreement-button {
	font-size: 14px;
	height: 50px !important;
}

.popup__close {
	right: 15px;
	top: 22px;
	z-index: 10;
}

.popup__close:before,
.popup__close:after {
	width: 28px;
	margin-left: -14px;
	background-color: #103e7f;
}

.popup._flat .popup__close {
	top: 25px;
}

.popup._flat .popup__close:before,
.popup._flat .popup__close:after {
	background-color: #fff;
}

.popup__title_small {
	max-width: none !important;
	font-size: 18px !important;
	margin-top: 15px;
}

.popup__title_arrow::before {
	display: none;
}

.popup__title {
	margin-left: 0;
	margin-right: 0;
	max-width: 90%;
	font-size: 26px;
	text-align: left;
}

.popup__thanks {
	padding-top: 10px;
	padding-bottom: 15px;
}

.popup__thanks-text {
	padding-bottom: 131px;
	font-size: 21px;
	line-height: 28px;
	background-size: 160px 91px;
}

.booking {
	padding: 30px 0;
	top: 60px;
	bottom: 0;
}

.booking__container {
	padding: 0 25px;
}

.booking__header-title {
	margin-right: 17px;
	font-size: 30px;
}

.booking__timer {
	font-size: 0;
	width: auto;
	padding: 8px 10px;
}

.booking__timer b {
	font-size: 13px;
	line-height: 100%;
}

.booking__close {
	width: 15px;
	height: 15px;
}

.booking__close::before,
.booking__close::after {
	width: 18px;
	height: 1px;
}

.booking__close::before {
	left: -1.5px;
	top: 8px;
}

.booking__close::after {
	right: -1.5px;
	top: 8px;
}

.booking__progress {
	margin-bottom: 25px;
	left: -25px;
	width: calc(100% + 50px);
	padding: 0 25px;
}

.booking__progress-item {
	padding-bottom: 9px;
}

.booking__progress-item:last-child {
	margin-right: 10px;
}

.booking__progress-item-num {
	margin-right: 9px;
}

.booking__sidebar {
	margin-bottom: 45px;
}

.booking__sidebar-head {
	padding: 15px;
}

.booking__sidebar-title {
	font-size: 15px;
}

.booking__sidebar-title span {
	font-size: 15px;
}

.booking__sidebar-body {
	padding: 0 15px;
}

.booking__sidebar-holder {
	padding: 20px 0;
}

.booking__sidebar-row {
	margin-bottom: 10px;
}

.booking__sidebar-text_big {
	font-size: 17px;
}

.booking__sidebar-footer {
	margin-top: 22px;
	padding-top: 16px;
}

.booking__head {
	padding: 10px 10px;
}

.booking__head-logotype {
	width: 100px;
}

.booking__head-phone {
	font-size: 14px;
}

.booking__modal {
	padding: 40px 20px;
}

.booking__modal-title {
	font-size: 23px;
	margin-bottom: 25px;
}

.booking__modal-text {
	font-size: 17px;
	margin-bottom: 20px;
}

.booking__modal-text_last {
	margin-bottom: 55px;
}

.booking__block-title {
	font-size: 24px;
}

.booking__block-link {
	top: 4px;
	font-size: 14px;
}

.booking__block-link span {
	display: none;
}

.booking__block-link_statement {
	top: -42px;
}

.booking__block-table {
	margin: 33px 0 43px 0;
}

.booking__block-table-row {
	padding-bottom: 14px;
	margin-bottom: 14px;
}

.booking__block-table-row:last-child .booking__block-table-text:last-child {
	max-width: 166px;
}

.booking__block-table-text {
	line-height: 120%;
}

.booking__block-table-text:last-child {
	text-align: right;
}

.booking__block-list-item {
	line-height: 120%;
}

.booking__block-message {
	margin-bottom: 25px;
}

.booking__block-buttons {
	display: block;
}

.booking__block-buttons-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}

.booking__block-buttons-item:last-child {
	margin-bottom: 0;
}

.booking__block-button {
	height: 52px;
	font-weight: 400;
}

.booking__block-phone {
	margin-top: 12px;
}

.booking__block-phone-value {
	font-size: 24px;
	margin-bottom: 20px;
}

.booking__block-phone-text {
	font-size: 15px;
	margin-bottom: 28px;
}

.booking__block-code {
	margin-top: 20px;
}

.booking__block-code-text {
	font-size: 16px;
	margin-bottom: 24px;
}

.booking__block-code-text_counter {
	font-size: 12px;
	line-height: 125%;
}

.booking__block-code-link {
	font-size: 12px;
	line-height: 125%;
	text-align: right;
	max-width: 90px;
}

.booking__block-code-input {
	margin-right: 14px;
	height: 46px;
	border-radius: 7px;
	font-size: 28px;
}

.booking__block-code-field-footer {
	margin-bottom: 26px;
}

.booking__block-attention {
	margin: 10px 0 30px 0;
	padding: 16px 14px 16px 18px;
}

.booking__block-attention-icon {
	width: 30px;
	height: 30px;
	margin-right: 13px;
}

.booking__block-attention-text {
	font-size: 13px;
	line-height: 130%;
}

.booking__block-form {
	margin-top: 25px;
}

.booking__block-field {
	margin-bottom: 27px;
}

.booking__block-field_owner {
	margin-bottom: 40px;
}

.booking__block-field-label {
	margin-bottom: 5px;
}

.booking__block-field-input {
	padding: 16px 15px 14px 15px;
	font-size: 17px;
}

.booking__block-field-input_textarea {
	min-height: 80px;
}

.booking__block-field-error {
	top: calc(100% + 5px);
	font-size: 12px;
}

.booking__block-field-select-head {
	padding: 16px 35px 14px 15px;
	font-size: 16px;
}

.booking__block-field-select-arrow {
	right: 14px;
}

.booking__block-field-select-item {
	padding: 16px 14px;
	font-size: 16px;
}

.booking__block-agreement {
	margin: 25px 0 0 0;
	width: 100%;
	left: 0;
}

.booking__block-agreement-frame {
	height: 300px;
	margin: 0 0 10px 0;
}

.booking__block-agreement-content {
	height: auto;
}

.booking__block-agreement-holder {
	padding-right: 0;
}

.booking__block-agreement-control {
	margin-bottom: 25px;
	display: none;
}

.booking__block-agreement-footer {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

.booking__block-agreement-footer-holder {
	background-color: #ffffff;
	padding: 10px 25px 20px 25px;
	position: relative;
	left: -25px;
	width: calc(100% + 50px);
}

.booking__block-agreement-checkbox-holder {
	-ms-flex-align: start;
	align-items: flex-start;
}

.booking__block-agreement-checkbox-text {
	padding-top: 0;
}

.booking__block-agreement-checkbox-text_nowrap {
	white-space: normal;
}

.booking__confirmation-title {
	font-size: 20px;
	margin-bottom: 25px;
}

.booking__confirmation-head {
	margin-bottom: 20px;
}

.booking__confirmation-text {
	font-size: 15px;
}

.booking__footer {
	padding-top: 40px;
}

.booking__footer-text {
	font-size: 12px;
	margin-bottom: 15px;
}

.booking__payment {
	padding: 33px 20px 35px 20px;
}

.booking__payment-head {
	margin-bottom: 25px;
}

.booking__payment-text {
	font-size: 17px;
}

.booking__payment-text_price {
	font-size: 18px;
}

.booking__payment-content {
	margin-bottom: 25px;
}

.booking__payment-tab {
	margin-bottom: 15px;
}

.booking__payment-tab-holder {
	padding: 12px 14px;
}

.booking__payment-tab-box_left {
	margin-right: 8px;
}

.booking__payment-tab-text {
	line-height: 116%;
}

.booking__payment-tab-text_title {
	margin-bottom: 4px;
	line-height: 100%;
}

.booking__payment-radio {
	width: 18px;
	height: 18px;
	border: 1.5px solid #00AEE2;
}

.booking__payment-radio::before {
	left: calc((100% - 10px) / 2);
	top: calc((100% - 10px) / 2);
	width: 10px;
	height: 10px;
}

.booking__payment-button span {
	display: none;
}

.cookie-alert {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cookie-alert__text {
	margin-bottom: 20px;
	text-align: center;
}

.cookie-alert__text a {
	display: block;
}

.cookie-alert__btn {
	display: block;
	width: 140px;
	height: 48px;
	line-height: 48px;
}

.card {
	width: 100%;
	min-height: 90vw;
	margin-bottom: 20px;
}

.building {
	height: 90vw;
}

.building._large {
	height: 380px;
}

.building._large .building__content {
	padding-bottom: 50px;
	padding-top: 40px;
	padding-left: 25px;
	padding-right: 25px;
}

.filter__inner {
	padding-bottom: 1px;
}

.filter__title {
	margin-bottom: 26px;
	line-height: 32px;
}

.filter__select .filter__select-head {
	font-size: 24px;
	line-height: 23px;
}

.filter__show-map {
	position: static;
	width: 100%;
	height: 54px;
	margin-bottom: 20px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	border: 1px solid #c3ced3;
	color: #000;
}

.filter__show-map .icon {
	margin-left: 0;
	margin-right: 16px;
}

.filter__content {
	margin: 35px 0 0 0;
}

.filter__row._mob-multirow {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filter__block {
	width: 100%;
	margin-bottom: 22px;
}

.filter__block._actions {
	margin-bottom: 8px;
}

.filter__block._actions .filter__clear {
	margin-top: 8px;
}

.filter__btn {
	margin-bottom: 20px;
	width: 100%;
}

.filter__label {
	font-size: 16px;
	margin-bottom: 8px;
}

.filter__control {
	height: 54px;
}

.filter__control._single-row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
	transition: .3s opacity;
}

.filter__control._single-row .filter__toggle {
	height: 54px;
	margin-bottom: -1px;
}

.filter__toggle {
	font-size: 14px;
}

.filter__input {
	line-height: 50px;
}

.filter__dropdown {
	width: 100%;
	font-size: 17px;
	line-height: 54px;
}

.filter__dropdown-content {
	margin-top: 10px;
	margin-bottom: 20px;
}

.filter__border {
	height: 25px;
}

.filter__border:after {
	right: 50%;
}

.filter__bottom .filter__btn {
	margin-left: 0;
}

.filter__bottom {
	margin-top: 0;
	padding-bottom: 20px;
}

.filter__bottom:before,
.filter__bottom:after {
	display: none;
}

.filter__actions {
	display: block;
	width: 100%;
	padding-right: 0;
}

.filter__clear {
	position: static;
	width: 100%;
	margin-left: 0;
	margin-top: 12px;
}

.filter__mob-drop-open {
	border-bottom: 0;
}

.field__label {
	margin-bottom: 8px;
	font-size: 16px;
}

.field__control {
	height: 54px;
}

.field__input {
	line-height: 22px;
}

.field-range__label {
	line-height: 54px;
}

.field-range__input {
	height: 52px;
	line-height: 52px;
}

.field-num__field {
	height: 52px;
	line-height: 52px;
}

.order._flat-modal {
	padding-top: 30px;
}

.order {
	padding-bottom: 44px;
}

.order._tradein {
	padding-top: 40px;
}

.order._unsubscribe {
	margin-top: 55px;
	margin-bottom: 50px;
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	padding-right: 25px;
}

.order__title {
	margin-bottom: 25px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 22px;
	line-height: 26px;
}

.order._calc .order__title {
	margin-bottom: 20px;
}

.order._unsubscribe .order__title {
	margin-bottom: 22px;
}

.order__text {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 22px;
}

.order__check {
	margin-bottom: 15px;
	padding-left: 0;
	font-size: 12px;
}

.order__check label {
	line-height: 18px;
}

.flat-modal {
	width: 100vw;
}

.flat-modal__head {
	min-height: 90px;
	padding-right: 65px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
}

.flat-modal__slider-wrap {
	padding-left: 25px;
	padding-right: 25px;
}

.flat-modal__form-wrap {
	padding-left: 25px;
	padding-right: 25px;
}

.flat-modal__request-title {
	display: block;
}

.flat-modal__form-btn {
	margin-top: 0;
}

.flat-modal__slider {
	width: 305px;
	max-width: calc(100vw - 50px);
}

.flat-modal__arrow {
	width: 16px;
	height: 16px;
	margin-top: -10px;
}

.flat-modal__arrow._prev {
	left: 10px;
}

.flat-modal__arrow._next {
	right: 10px;
}

.flat-modal__actions {
	-ms-flex-pack: center;
	justify-content: center;
}

.flat-modal__action {
	margin-right: 12px;
	margin-left: 12px;
	font-size: 14px;
	line-height: 16px;
}

.flat-modal__data {
	padding-top: 30px;
	padding-bottom: 35px;
}

.flat-modal__data-title._request-title {
	display: block;
}

.flat-modal__data-title {
	display: none;
}

.flat-modal__table {
	margin-bottom: 10px;
}

.flat-modal__table-row {
	height: 36px;
}

.flat-modal__price {
	font-size: 18px;
}

.flat-modal__order .order__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
}

.flat-modal__order .order__row {
	margin-bottom: 0;
}

.flat-modal__order .order__btn {
	margin-bottom: 25px;
}

.flat-modal__close {
	display: -ms-flexbox;
	display: flex;
}

.lightbox-video__close:before,
.lightbox-video__close:after {
	background-color: #fff;
}

.intro {
	min-height: 520px;
}

.intro__slide {
	height: 520px;
}

.intro__content {
	width: 260px;
}

.intro__title {
	margin-bottom: 102px;
	font-size: 30px;
	line-height: 27px;
	letter-spacing: -0.37px;
}

.intro__price {
	margin-bottom: 22px;
	font-size: 24px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: -0.3px;
}

.intro__price:before {
	top: -30px;
	width: 200px;
}

.intro__descr {
	font-size: 18px;
	line-height: 24px;
}

.intro__pagination {
	left: 25px;
	bottom: 38px;
	height: 3px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.intro__controls {
	right: 25px;
	bottom: 20px;
	height: 44px;
}

.intro__arrow:after {
	transform: scale3d(0.75, 0.75, 1) rotate(45deg);
}

.intro__arrow {
	width: 44px;
	height: 44px;
	margin-left: 20px;
}

.intro__next:after {
	transform: scale3d(0.75, 0.75, 1) rotate(-135deg);
}

.intro__arrow-progress {
	transform: scale3d(0.6875, 0.6875, 1);
	margin-top: -12px;
	margin-left: -12px;
}

.slider__arrow._slider-wide {
	width: 42px;
	height: 42px;
}

.slider__arrow._slider-wide._prev {
	background-color: transparent;
}

.slider__arrow._slider-wide._prev:before {
	background-color: #fff;
}

.slider__arrow._slider-wide._prev span:after {
	border-color: #fff;
}

.slider-cards {
	margin-bottom: 40px;
}

.slider-cards__controls {
	display: none;
}

.slider-cards__pagination {
	display: -ms-flexbox;
	display: flex;
}

.gallery__tab {
	height: auto;
}

.slider-gallery__container {
	margin-left: -25px;
	margin-right: -25px;
}

.slider-gallery__controls {
	display: none;
}

.slider-gallery__slider {
	display: block;
}

.slider-gallery__slide {
	height: 76vw;
	margin-bottom: 5px;
}

.slider-gallery__thumbs {
	overflow-x: auto;
	display: none;
}

.slider-gallery__thumb {
	margin-right: 14px;
}

.slider-photos {
	margin-left: -25px;
	margin-right: -25px;
	overflow: hidden;
}

.slider-photos__container {
	padding-right: 0;
	margin-right: 50px;
}

.slider-photos__img {
	height: 75vw;
}

.slider-photos__controls {
	right: -21px;
	width: 92px;
	height: 42px;
	margin-top: -21px;
	margin-right: 0;
}

.aside {
	width: auto;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 40px;
}

.aside__active-text:before,
.aside__active-text:after {
	right: 0;
	width: 70px;
}

.aside__menu-item {
	padding-left: 20px;
}

.aside__icon {
	display: none;
}

.intro._complex {
	position: relative;
	height: auto;
	margin-bottom: 20px;
	padding-top: 75px;
	padding-bottom: 30px;
	overflow: hidden;
}

.intro._complex._complex-index {
	padding-top: 165px;
	padding-bottom: 30px;
}

.intro._complex._complex-index .intro__breadcrumbs {
	display: none;
}

.intro._complex._complex-page .intro__content {
	margin-top: 55px;
}

.intro._complex._complex-page .intro__title {
	margin-bottom: 25px;
}

.intro._complex._complex-page .intro__title:after {
	display: none;
}

.intro._complex._complex-page .intro__price {
	display: none;
}

.intro._complex._complex-page .intro__descr {
	margin-bottom: 55px;
}

.intro._complex._complex-page .intro__btn {
	margin-bottom: 0;
}

.intro._complex .intro__bg {
	height: 100%;
}

.intro._complex .intro__content {
	margin-top: 0;
}

.intro._complex .intro__title {
	margin-bottom: 42px;
}

.intro._complex .intro__title:after {
	bottom: -20px;
}

.intro._complex .intro__price {
	margin-bottom: 30px;
}

.intro._complex .intro__descr {
	margin-bottom: 40px;
	line-height: 24px;
}

.intro__btn {
	display: block;
	margin-bottom: 20px;
}

.intro__pan {
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 54px;
	padding-right: 75px;
}

.intro._complex-page .intro__pan {
	display: none;
}

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

.complex-about__text._folded {
	height: 300px !important;
}

.complex-about__advants:after {
	display: none;
}

.complex-about__advants_apartment .complex-about__advants-title {
	font-size: 17px;
	line-height: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.complex-about__advants_apartment .complex-about__advant {
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
	display: block;
}

.complex-about__advants_apartment .complex-about__advant:nth-child(3n) {
	margin-right: 20px !important;
	margin-bottom: 20px;
}

.complex-about__advants_apartment .complex-about__advant:nth-child(2n) {
	margin-right: 0 !important;
}

.complex-about__advants_apartment .complex-about__advant .complex-about__advant-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}

.complex-about__advants_apartment .complex-about__advant .complex-about__advant-inn {
	padding: 0;
}

.complex-about__advants_apartment .complex-about__advant .complex-about__advant-text {
	font-size: 12px;
	line-height: 130%;
}

.complex-about__advant {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 30px;
}

.complex-about__advant-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 90px;
	height: auto;
	text-align: center;
}

.complex-about__advant-icon .icon {
	max-height: 100%;
	width: auto;
}

.complex-about__advant-inn {
	padding-left: 15px;
}

.complex-about__advant-title {
	display: block;
	min-height: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}

.complex-about__logo {
	-ms-flex-pack: center;
	justify-content: center;
}

.complex-about__tile {
	width: auto;
	height: 200px;
	margin-bottom: 10px;
}

.complex-about__turnkey-text {
	left: 24px;
	bottom: 25px;
}

.complex-about__video-play-icon {
	width: 36px;
	height: 36px;
	margin-bottom: 15px;
}

.complex-about__video-play-text {
	font-size: 17px;
	line-height: 17px;
}

.complex-news__item {
	padding-bottom: 35px;
}

.complex-posts__item {
	width: auto;
}

.deadline__item {
	width: 48%;
	margin-bottom: 30px;
	margin-right: 0;
}

.deadline__housing {
	margin-bottom: 10px;
	font-size: 18px;
}

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

.deadline__time small {
	font-size: 16px;
}

.placement__toggle {
	height: 60px;
	margin-bottom: 40px;
}

.placement__route-field {
	margin-bottom: 0;
}

.placement__mark {
	margin-bottom: 25px;
	padding-left: 25px;
}

.placement__mark .icon {
	width: 13px;
	height: 18px;
}

.placement__mark-name {
	margin-bottom: 6px;
	font-size: 18px;
}

.placement__mark-time {
	font-size: 16px;
}

.placement__map {
	height: 440px;
	margin-left: -25px;
}

.infra__map {
	height: 440px;
	margin-left: -25px;
	margin-bottom: 50px;
}

.infra__map {
	height: 440px;
}

.infra__subtitle {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 32px;
}

.gallery {
	margin-bottom: 70px;
}

.review {
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: left;
}

.review__head {
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px;
}

.review__author {
	font-size: 22px;
}

.review__date {
	font-size: 14px;
}

.review__content {
	margin-bottom: 17px;
}

.diary {
	width: 100%;
	height: 250px;
	min-height: 250px;
}

.diary__content {
	padding-left: 25px;
	padding-bottom: 22px;
}

.diary-slider {
	width: 100vw;
	height: 485px;
}

.diary-slider__head {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 185px;
	padding-top: 23px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
}

.diary-slider__title {
	-ms-flex-order: 1;
	order: 1;
	padding-top: 10px;
	padding-bottom: 10px;
}

.diary-slider__num {
	-ms-flex-order: 4;
	order: 4;
	width: 40px;
	margin-right: 0;
	text-align: center;
}

.diary-slider__text {
	-ms-flex-order: 3;
	order: 3;
	max-width: 260px;
}

.diary-slider__close {
	-ms-flex-order: 2;
	order: 2;
	width: 46px;
	height: 46px;
}

.diary-slider__close span {
	margin: 3px;
}

.diary-slider__close span:before,
.diary-slider__close span:after {
	width: 24px;
	margin-left: -12px;
}

.diary-slider__controls {
	left: 0;
	right: 0;
	z-index: 10;
	margin-top: 68px;
}

.diary-slider__container {
	height: 300px;
}

.diary-slider__container img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.diary-slider__pagination .swiper-pagination-bullet {
	width: 7px;
	height: 3px;
	margin-right: 10px;
}

.diary-slider__pagination .swiper-pagination-bullet-active {
	width: 22px;
}

.diary-slider__pagination {
	left: 25px;
	right: 25px;
	bottom: -28px;
}

.complex-stock__title {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 35px;
}

.complex-stock__descr {
	font-size: 16px;
}

.discount {
	margin-bottom: 20px;
	padding-top: 30px;
}

.discount__date {
	margin-bottom: 15px;
}

.discount__title {
	margin-bottom: 15px;
}

.layouts {
	padding-bottom: 20px;
}

.layouts__head {
	display: block;
	margin-bottom: 20px;
}

.layouts__title span {
	font-size: 18px;
}

.layouts__switch {
	display: none;
}

.layouts__table {
	width: 100vw;
	margin-left: -25px;
	margin-right: -25px;
	font-size: 14px;
	font-weight: 400;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #f8f8f9;
}

.layouts__table tbody {
	padding-left: 25px;
	padding-right: 25px;
}

.layouts__table thead tr {
	display: none;
}

.layouts__table td {
	height: 60px;
	padding-left: 10px;
}

.layouts__table td:first-child {
	width: 70px;
	padding-left: 25px;
	color: #103e7f;
}

.layouts__table td:nth-child(2),
.layouts__table td:nth-child(3) {
	width: 0;
	padding-left: 0;
	font-size: 0;
}

.mortgage {
	overflow-x: scroll;
	margin-left: -25px;
	margin-right: -25px;
}

.mortgage::-webkit-scrollbar {
	-webkit-appearance: none;
}

.mortgage::-webkit-scrollbar {
	height: 4px;
}

.mortgage::-webkit-scrollbar-track:horizontal {
	background-color: #eaeaea;
}

.mortgage::-webkit-scrollbar-thumb:horizontal {
	background-color: #103e7f;
}

.mortgage_apartment {
	margin-left: -25px;
	margin-right: -25px;
	padding: 0;
}

.mortgage_apartment .mortgage__col._col_1 {
	width: 150px;
}

.mortgage_apartment .mortgage__col._col_1.mortgage__bank img {
	margin-left: 0;
	margin-right: 0;
	max-width: 110px;
}

.mortgage_apartment .mortgage__col._col_1.mortgage__bank small {
	max-width: 110px;
	margin: 0;
}

.mortgage_apartment .mortgage__col._col_2 {
	min-width: 250px;
}

.mortgage_apartment .mortgage__col._col_2 {
	width: 140px;
}

.mortgage_apartment .mortgage__col._col_3 {
	width: 140px;
}

.mortgage_apartment .mortgage__col._col_4 {
	width: 140px;
}

.mortgage_apartment .mortgage__col._col_5 {
	width: 140px;
}

.mortgage__title {
	font-size: 26px;
	margin-bottom: 27px;
	left: 20px;
	position: relative;
}

.mortgage__table {
	width: 900px;
}

.mortgage__head {
	width: auto;
	padding-left: 25px;
	padding-right: 25px;
}

.mortgage__block {
	padding-left: 25px;
	padding-right: 25px;
}

.mortgage__footer {
	display: none;
}

.complex-docs {
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	padding-right: 25px;
}

.complex-docs__sect-name {
	min-height: 62px;
}

.complex-docs__content {
	padding-left: 25px;
	padding-right: 25px;
}

.complex-docs {
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	padding-right: 25px;
}

.complex-docs__sect-name {
	min-height: 62px;
}

.complex-docs__content {
	padding-left: 25px;
	padding-right: 25px;
}

.apartment-promo {
	padding: 120px 0 80px 0;
	margin-bottom: 35px;
}

.apartment-promo__breadcrumbs {
	margin-bottom: 25px;
}

.apartment-promo__title {
	font-size: 24px;
	line-height: 133%;
	margin-bottom: 20px;
}

.apartment-promo__box_left {
	margin-bottom: 32px;
}

.apartment-promo__box_right {
	position: relative;
	left: -15px;
	width: calc(100% + 30px);
}

.apartment-promo__plan img {
	width: 100%;
}

.apartment-promo__panel {
	margin-top: 40px;
}

.apartment-promo__panel-item {
	margin-right: 40px;
}

.apartment-promo__panel-item-text {
	font-size: 14px;
	line-height: 115%;
}

.apartment-promo__info {
	padding: 20px 15px 30px 15px;
}

.apartment-promo__info-row {
	margin-bottom: 18px;
}

.apartment-promo__info-cell {
	font-size: 16px;
	line-height: 120%;
	min-width: 143px;
}

.apartment-promo__info-cell_big {
	font-size: 18px;
}

.apartment-promo__info-footer {
	padding-top: 20px;
	margin-top: 20px;
}

.apartment-promo__info-button {
	margin-top: 5px;
}

.apartment-promo__info-link {
	font-size: 16px;
	line-height: 100%;
	margin-top: 20px;
	font-weight: 500;
	border-bottom: 1px solid rgba(27, 63, 129, 0.5);
}

.apartment-installments {
	padding: 20px;
	background-size: 110% auto;
	margin-bottom: 50px;
}

.apartment-installments__title {
	font-size: 26px;
	margin-bottom: 10px;
}

.apartment-installments__text {
	font-size: 16px;
}

.apartment-installments__text span {
	font-size: 18px;
}

.apartment-recommendations {
	margin-bottom: 50px;
}

.apartment-recommendations__title {
	font-size: 17px;
	margin-bottom: 15px;
	max-width: 175px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.apartment-recommendations__item {
	width: 100%;
	border: none;
	padding: 0;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.apartment-recommendations__item-title {
	-ms-flex-order: 2;
	order: 2;
}

.apartment-recommendations__item-text {
	-ms-flex-order: 2;
	order: 2;
	font-size: 14px;
	margin-bottom: 10px;
}

.apartment-recommendations__item-price {
	-ms-flex-order: 2;
	order: 2;
}

.apartment-recommendations__item-image {
	margin-top: 0;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 20px;
	height: 161px;
}

.apartment-recommendations__navigation {
	top: 65px;
	width: 30px;
	height: 30px;
	border: none;
	background: rgba(97, 97, 97, 0.2);
}

.apartment-recommendations__navigation_prev {
	left: -15px;
}

.apartment-recommendations__navigation_prev span::after {
	left: -2px;
}

.apartment-recommendations__navigation_next {
	right: -15px;
}

.apartment-recommendations__navigation_next span::after {
	left: -2px;
}

.apartment-recommendations__navigation::before {
	display: none;
}

.apartment-recommendations__navigation span::after {
	position: relative;
	width: 11px;
	height: 11px;
	border-bottom: 1px solid #445259;
	border-right: 1px solid #445259;
}

.apartment-booking__title {
	font-size: 17px;
	text-align: center;
}

.apartment-booking__box {
	width: 100% !important;
	margin-right: 0 !important;
	margin-top: 15px;
}

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

.apartment-booking__checkbox .checkbox__label {
	font-size: 10px;
	line-height: 140%;
	padding-left: 23px;
}

.apartment-booking__checkbox .checkbox__label::before {
	width: 15px;
	height: 15px;
}

.apartment-booking__checkbox .checkbox__label::after {
	left: 3px;
	top: 2px;
}

.apartment-booking__text {
	font-size: 10px;
	line-height: 140%;
}

.apartment-services {
	padding: 50px 0;
}

.apartment-services__content {
	display: block;
}

.apartment-services__item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.apartment-services__item:last-child {
	margin-bottom: 0;
}

.apartment-services__item-title {
	font-size: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
}

.apartment-services__item-title b {
	font-size: 20px;
}

.complex.container {
	overflow: hidden;
}

.complex__title {
	margin-bottom: 25px;
}

.complex__title-link {
	margin-top: 25px;
}

.lock-scroll .booking {
	top: -50px;
	transform: translateY(50px);
	padding-bottom: 150px;
	padding-top: 90px;
}

}

@media (max-width: 639px) {

.filter__head {
	max-width: none;
}

}

@media (max-width: 374px) {

.booking__block-link {
	position: relative;
	top: 0;
	margin-top: 15px;
}

.mortgage__title {
	font-size: 22px;
}

}

@media (max-width: 320px) {

h1 {
	font-size: 26px;
	line-height: 32px;
}

h2 {
	font-size: 26px;
	line-height: 32px;
}

.container {
	padding-left: 20px;
	padding-right: 20px;
}

.header__inner {
	padding-right: 60px;
}

.header__menu-btn {
	width: 60px;
	padding: 11px 20px;
}

.search__field {
	padding-left: 20px;
}

.sitemap {
	margin-left: -20px;
	margin-right: -20px;
}

.sitemap__title {
	padding-left: 20px;
	padding-right: 20px;
}

.sitemap__title:after {
	right: 20px;
}

.sitemap__list {
	padding-left: 20px;
	padding-right: 20px;
}

.content blockquote {
	margin-left: -20px;
	margin-right: -20px;
	padding: 25px 20px;
}

.content figure {
	margin-left: -20px;
	margin-right: -20px;
}

.mob-dropdown {
	padding-left: 20px;
	padding-right: 20px;
}

.mob-dropdown__active-text:before,
.mob-dropdown__active-text:after {
	right: -20px;
	width: 90px;
}

.mob-dropdown__item {
	padding-left: 20px;
	padding-right: 20px;
}

.container .tabs-links {
	margin-left: -20px;
	margin-right: -20px;
}

.tabs__links {
	padding-left: 20px;
	margin-left: -20px;
	margin-right: -20px;
}

.tabs__wrap {
	margin-left: -20px;
	margin-right: -20px;
}

.tabs__tab {
	padding-left: 20px;
	padding-right: 20px;
}

.container .spoiler {
	margin-left: -20px;
	margin-right: -20px;
}

.spoiler__head {
	padding-left: 20px;
}

.popup._callback {
	padding-left: 20px;
	padding-right: 20px;
}

.building._large .building__content {
	padding-left: 20px;
	padding-right: 20px;
}

.flat-modal__head {
	padding-left: 20px;
	padding-right: 60px;
}

.flat-modal__slider-wrap {
	padding-left: 20px;
	padding-right: 20px;
}

.flat-modal__data {
	padding-left: 20px;
	padding-right: 20px;
}

.flat-modal__table {
	margin-left: -20px;
	margin-right: -20px;
}

.flat-modal__table-row {
	padding-left: 20px;
	padding-right: 20px;
}

.flat-modal__order {
	padding-left: 20px;
	padding-right: 20px;
}

.intro__pagination {
	left: 20px;
}

.intro__controls {
	right: 20px;
}

.aside {
	padding-left: 0;
	padding-right: 0;
}

.aside__active-text:before,
.aside__active-text:after {
	right: 0;
	width: 70px;
}

.layouts__genplan-btn span {
	margin-right: 0;
}

}

@media (max-height: 720px) {

.map._elite {
	max-height: 380px;
}

}

@keyframes swiper-preloader-spin {

100% {
	transform: rotate(360deg);
}

}

@keyframes pressed {

0% {
	background-color: #1b6ada;
}

100% {
	background-color: #103e7f;
}

}

@keyframes spinning {

from {
	transform: rotate(0deg);
}

to {
	transform: rotate(360deg);
}

}

@keyframes progress {

from {
	stroke-dashoffset: 201;
}

to {
	stroke-dashoffset: 0;
}

}


/*# sourceMappingURL=complex.css.map */

/* End */


/* Start:/local/templates/index/custom.css?17641769698450*/
li.nav__subitem:hover > .nav_sub__submenu {
  display: block;
}
li.nav__subitem .nav_sub__submenu {
  display: none;
  left: 100%;
  top: -1px;
  margin-top: 0;
  position: absolute;
  background: #fff;
  border: 1px solid #c3ced3;
  transition: .2s opacity;
  overflow: hidden;
  max-height: 100%;
  overflow-y: scroll;
}
.nav_sub__submenu {
  scrollbar-width: auto;
  scrollbar-color: #498fe1 #ffffff;
  cursor: pointer;
}
/* Chrome, Edge, and Safari */
.nav_sub__submenu::-webkit-scrollbar {
  width: 15px;
}
.nav_sub__submenu::-webkit-scrollbar-track {
  background: #ffffff;
}
.nav_sub__submenu::-webkit-scrollbar-thumb {
  background-color: #498fe1;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.footer .hide_footer {
  display: none!important;
}
.sitemap__item.mobile_only,
.js-sitemap-subtitle > .sitemap__list--lvl3 {
  display: none;
}
li.sitemap__item.js-sitemap-subtitle._opened > a {
  color: #00aee2;
}
ul.sitemap__list--lvl3 {
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.h1 {
  color: #45525a;
  font-size: 48px;
  font-weight: 900;
}

.filter {
  z-index: 2;
}
/* index slider */
@media (max-width: 639px) {
  .sitemap__item.mobile_only {
    display: block;
  }
  .intro__slide .container {
    padding-bottom: 110px;
  }
  .intro__title {
    margin-bottom: 82px;
  }
}
.intro {
	margin-top: 78px;
}
@media (max-width: 767px) {
  .intro {
    margin-top: 60px;
  }
}
/* index news slider */
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .post-slider__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .post-slider__description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 639px) {
  .post-slider__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .post-slider__description {
    font-size: 15px;
    line-height: 22px;
  }
}

/*photo_video*/
.main_tab__gallery-wrap {
  opacity: 0;
  height: 0;
  margin: 0;
}
.main_tab__gallery-wrap._current {
  opacity: 1;
  height: auto;
  margin-top: 30px;
  margin-bottom: 80px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .main_tab__gallery-wrap .gallery__tab-links {
    flex-wrap: wrap;
  }
  .main_tab__gallery-wrap .gallery__tab-links .gallery__tab-link {
    padding-bottom: 5px;
  }
}
/* realty */
.complex-about__advant-title {
	-ms-flex-align: start;
	align-items: flex-start;
}
.placement__descriptions {
    margin-bottom: 25px;
}
.route__description {
  display: none;
}
.route__description._active {
  display: block;
}
.layouts__note {
	font-weight: 400;
}
.orange-btn {
  background-color: #FFA500;
  text-transform: uppercase;
}
.orange-btn:hover {
  background-color: #FF8C00;
}
/* преимущества */
.complex-about__advant-link .complex-about__advant-text {
  color: #103e7f;
  font-weight: 500;
  text-decoration: underline;
}
.intro__below_price_text {
  display:block;
  font-size:20px;
  margin-top:15px;
  text-transform: uppercase;
}
@media (min-width: 640px) and (max-width: 1179px) {
  .intro__below_price_text {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  .intro__below_price_text {
    font-size: 11px;
    margin-top: 10px;
  }
}
/* .page__content ul, .page__content ol {
	padding-left: 20px;
} */
@media (min-width: 1180px) {
  .slider-cards__container._similar .slider-cards__controls {
    right: 215px;
  }
}
/* buy_kvartira */
.layouts__floor_plan-btn {
  white-space: normal;
  line-height: normal;
}
.layouts__floor_plan-btn .icon {
  min-width: 24px;
}
@media (min-width: 1280px) {
  .layouts__floor_plan-btn {
      margin-top: 35px;
  }
}

/* analitica */
.analitica_order_form.btn {
  width: 100%;
}
/*Привлечение инвестиций*/
.invests-page__descr-lead {
	color: #204b88;
}
.invests-page__descr-list {
    font-size: 22px;
}
.invests-page__descr-text {
    font-size: 22px;
    line-height: 38px;
}
@media (max-width: 639px) {
  .invests-page__descr-list, .invests-page__descr-text {
      font-size: 16px;
      line-height: 26px;
  }
}

@media (max-width: 639px) {
  .orange-btn {
    text-transform: none;
    font-size: 16px;
  }
  .intro._complex._complex-index .intro__breadcrumbs {
    display: block;
  }
  .analitica_order_form.btn {
    display: block;
    width: 294px;
    margin-left: auto;
    margin-right: auto;
  }
  .search__field {
    padding-left: 20px;
  }
  .header__search .search {
    right: 10px;
  }
  .breadcrumbs__link:first-child {
    font-size: 14px;
  }
}


/* news.detail press*/
.building__btn {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

/* popup banner */
body._popup_banner {
  overflow: auto !important;
  padding-right: 0px !important;
}
._popup_banner .popup-wrap._opened {
  background-color: transparent !important;
}
.popup__close__banner {
  right:5px;
  top:5px;
}
.popup__close__banner:after,.popup__close__banner:before {
  /* background:#0b2b70; */
}

/* best-service */
.best-service-poll {
  margin-bottom: 70px;
  text-align:center;
}
@media (max-width: 900px) {
  .poll__btn {
    white-space: normal;
    line-height: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
  }
}

/* Ремонт квартир под ключ */
.design-top-txt {
    margin-bottom: 50px;
}
.design_download_block {
  line-height: 38px;
  font-size: 22px;
  font-weight: 500;
  color: #103e7f;
}
.design_download_block a {
  text-decoration: underline;
}

/* startprodazhnovostroek | Покупателям - Инвестиции*/
 form.order__form label.error {
  margin-left: 36px;
  width: 220px;
}
form.order__form label.error, label.error {
  color: red;
  font-style: italic;
}
form.order__form label.error {
  display: none;
}

/* reviews | Отзывы */
.review_company_name {
	padding-bottom: 10px;
}
.review_company_logo {
	padding-right: 20px;
}

/* шапка */
.header__phone a {
	color: inherit;
}
/* menu */
.menu__contact-link a {
    color: #fff;
}

/* Ипотека */
@media (min-width: 1156px) {
  .calc-result__row {
    height: 390px;
  }
  .calc-result__block._summary {
    margin-bottom: 167px;
  }
}
/* Дубай слайдер */
@media (max-width: 767px) {
  ._dubai .intro__title {
    line-height: 32px;
  }
}
/* Дубай описание */
.order._dubai {
    background: transparent;
    border-bottom: none;
}
@media (min-width: 1280px) {
  ._dubai .order__field {
      width: 322px
  }
   ._dubai .order__btn {
      width: 322px
  }
}
/* Дубай Комплекс Заголовок */
@media (min-width: 1156px) {
  ._dubai.intro._complex .intro__title {
    font-size: 52px;
  }
}
/* index меню */
@media (min-width:1280px) {
  .tabs-links {
      font-size: 16px
  }
}

.dubai_interactive_map .pic .interactive-map-menu{
  padding: 0 16px 16px 0 !important;
  top: 48px !important;
  left: 48px !important;
}
@media (max-width: 639px) {
  .dubai_interactive_map .pic .interactive-map-menu{
    padding: 0px !important;
    top: 0px !important;
    left: 0px !important;
	}
}



.skv_sub_text_1.js-text-folding{
	overflow: hidden;
	position: relative;
	transition: .5s height;
}
.skv_sub_text_1.js-text-folding .js-text-inner{
	padding-bottom: 60px;
}
.skv_sub_text_1.js-text-folding._folded{
	height: 500px !important;
}
.seotext-about__read-more{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 60px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 14px;
	color: #0B4EAD;
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(248, 248, 249, 0.5) 35%, #f8f8f9 70%);
	border: 0;
	cursor: pointer;
	transition: .5s transform;
}
.seotext-about__read-more .icon {
	margin-right: 15px;
	fill: #0B4EAD;
	transform: rotate(-90deg);
	transition: .3s transform;
}
.seotext-about__read-more._folded .icon {
	transform: rotate(90deg);
}
._inited .seotext-about__read-more {
	display: -ms-flexbox;
	display: flex;
}



.filter__title.filter__title_reset{
	max-width: calc(100% - 260px);
}
.subscribe-popup__footer {
  margin-bottom: 30px;
}

.checkbox__label {
  cursor: auto;
}
.checkbox__label a {
  text-decoration: underline;
}

@media (max-width: 639px) {
  .breadcrumbs._inner .breadcrumbs__link {
      display: inline-block;
  }
}
/* End */


/* Start:/local/templates/index/styles.css?172526664931683*/
.js-field-select-option-disabled {
	opacity: 0.3;
	cursor: default;
}

/** tmp styles */
.intro._complex .intro__title {
	/* max-height: 150px; */
	max-height: 200px;
}
.ix-hidden {
	display: none;
}

.ix-show-include .page-head__bg:not(._no-overlay):after {
	position: static;
}
.user-data {
	display: none;
}


.ix-field-error {
	border: 1px solid red;
}

.mortgage__row {
	height: auto;
	margin-bottom: 10px;
}
.ix-text-page .content {
	padding-bottom: 20px;
	min-height: 400px;
}

.ix-add-to-fav {

}
.ix-pop-error {
	text-align: center;
	padding-bottom: 30px;
}
.complex__title {
	margin-bottom: 40px;
}
.tabs._activated .tabs__tab._active {
	opacity: 1!important;
}

.ix-panorama iframe {
	height: 550px;
	width: 100%;
}
.ix-gallery-web  iframe{
	height: 550px;
	width: 100%;
}


@media (min-width: 640px) {
	.calc-result__block {
		width: 270px;
	}
}


.layouts__price-discount {
	position: relative;
	display: table;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}
.layouts__price-discount:after {
	position: absolute;
	top: 50%;
	left: -4px;
	right: -4px;
	display: block;
	height: 1px;
	background-color: #d43d36;
	transform: rotate(5deg);
	content: '';
}

.price-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.layouts__title span {
    padding-left: 0;
}
select.ix-field-error + div {
    border: 1px solid red;
}
.filter__block .noUi-connect,
.filter__block .noUi-origin {
    height: 3px;
}

div#wh-widget-send-button {
    bottom: 120px !important;
}
.ix-custom-success {
    font-size: 20px;
}
.intro__bg.ix-no__bg:after {
    background-image:none!important;
}
.ix-visible-block {
    display: block!important;
}
[v-cloak] {display: none}

.ix-short-h1 h1.page-head__title {
    width: 350px;
}
.ix-field-error-message {
	color: red;
	font-size: 11px;
	display: none;
}
.ix-field-error + .ix-field-error-message {
	display: block;
}

.header__string-text {
	padding: 0 40px!important;
}
.search-open-hiding {
	z-index: 2;
}

.question-item__question-review::before {
	background-image: url("data:image/svg+xml,%3Csvg width='37' height='34' viewBox='0 0 37 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 0C7.62632 0 0 7.62632 0 17C0 26.3737 7.62632 34 17 34C20.5739 34 23.8938 32.8914 26.6338 31H37L32.5886 23.7813C33.4963 21.7028 34 19.4091 34 17C34 7.62632 26.3736 0 17 0ZM14 6H19L18 21H15L14 6ZM14 23H19V28H14V23Z' fill='%2300AEE2'/%3E%3C/svg%3E%0A");
}

.filter._long-title  .filter__select .filter__select-head {
	font-size: 32px;
}

.filter-map .js-field-select-option-disabled {
	display: none;
}
.js-placement-tab-type {
	display: none;
}
.js-placement-tab-type._active {
	display: block;
}




.breadcrumbs_container._dubai{
	position: absolute;
	width: 100%;
	z-index: 20;
}
.breadcrumbs_container._dubai .page__top{
	border-bottom: 0px;
}
.breadcrumbs_container._dubai .breadcrumbs__link{
	color: white;
}
.breadcrumbs_container._dubai .breadcrumbs__link:after{
	border-bottom: 2px solid white;
	border-right: 2px solid white;
}
@media (min-width: 640px) {
	.filter.js-filter._dubai{
		padding-top: 93px;
		margin-bottom: 67px;
	}
}


._dubai .cards__output{
	margin-bottom: 29px;
}
._dubai .building__top{
	height: 280px;
}
._dubai .building__bottom{
	min-height: 48px;
	padding-top: 22px;
}
._dubai .building__bottom:before{
	top: 10px;
	width: 60px;
}
._dubai .building__desrc{
	opacity: 1;
}
._dubai .building__title{
	line-height: 34px;
}
._dubai .building__desrc{
	font-size: 18px;
	line-height: 24px;
}



._dubai .swiper-slide-active .featured__content{
	padding-top: 50px;
}
._dubai .featured__descr__bold{
	color: #45525A;

	font-family: Gotham Pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;

	margin-bottom: 25px;
}
._dubai .featured__descr{
	width: 100%;
	margin-bottom: 38px;
}
._dubai .featured__btn{

}
._dubai .featured__btn .btn{
	width: 100%;
	height: 60px;
	line-height: 60px;
	vertical-align: top;
}




.dubai_interactive_map{
	margin-top: 56px;
}
.dubai_interactive_map h2{
	margin-bottom: 50px;
}



._dubai .about{
	margin-top: 90px;
	margin-bottom: 86px;
}
._dubai .digits{
	padding: 24px 45px;
}



._dubai .about__right{
	padding: 58px 50px 40px 51px;
}
._dubai .about__title{
	margin-bottom: 30px;
}
._dubai .about__text__pic{
	float: left;
	margin-right: 42px;
	padding-top: 7px;
}
._dubai .about__text__name{
	line-height: 18px;
}
._dubai .about__text__pic img{
	margin-bottom: 10px;
}
._dubai .about__text__link{
	display: inline-block;
	width: 100%;
	margin-top: 12px;
}
._dubai .about__text__link a{
	font-size: 18px;
	line-height: 16px;
}


._dubai .faq{
	margin-bottom: 105px;
}
._dubai .faq h2{
	margin-bottom: 50px;
}


.live_in_dubai{

}
.live_in_dubai h2{
	margin-bottom: 50px;
}
.live_in_dubai__output{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: -15px;
}
.live_in_dubai__output .live_in_dubai_item_container{
	box-sizing: border-box;
	width: 50%;
	box-sizing: border-box;
	padding: 15px;
}

.live_in_dubai_item{
	color: rgba(0, 0, 0, 0.80);

	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;

	background: white;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.live_in_dubai_item .live_in_dubai_picture{

}
.live_in_dubai_item .live_in_dubai_picture img{
	width: 100%;
	vertical-align: top;
}
.live_in_dubai_item .live_in_dubai_name{
	box-sizing: border-box;
	padding: 23px 29px 29px;
	display: inline-block;
	width: 100%;
}


.live_in_dubai .show-more{
	margin-top: 30px;
	justify-content: center;
	height: 98px;
}
.live_in_dubai .show-more .show-more__btn{
	height: 98px;
}

.gray-bg {
	background: #f8f8f9;
}


.order._dubai{
	padding-top: 30px;
}
.order._dubai._rent .container{
	max-width: 1260px;
}
@media (min-width: 1280px) {
	.order._dubai._rent .order__field, .order._rent .order__select-wrap {
		width: 402px;
	}
	.order._dubai .order__btn {
		width: 396px;
	}
	.order._dubai .order__row{
		margin-bottom: 10px;
	}
}



._dubai.intro._complex {
	padding-bottom: 60px
}

._dubai.intro._complex .intro__bg:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-image: linear-gradient(225deg,transparent 0%,rgba(0,0,0,.7) 100%);
	content: ''
}

._dubai.intro._complex .intro__content {
	width: 100%;
	margin-top: 70px
}

._dubai.intro._complex .intro__title {
	position: relative;
	max-width: 640px;
	margin-bottom: 56px;
	line-height: 1
}

._dubai.intro._complex .intro__title:after {
	position: absolute;
	bottom: -39px;
	left: 0;
	display: block;
	width: 387px;
	height: 2px;
	background: #00AEE2;
	content: ''
}

._dubai .apartment-installments__text br,
._dubai.intro._complex .intro__price:before {
	display: none
}

._dubai.intro._complex .intro__descr,.intro__left {
	max-width: 520px
}

._dubai.intro__pan {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 294px;
	height: 64px;
	padding-left: 35px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 16px;
	border: 2px solid #fff;
	transition: .3s all
}

._dubai.intro__pan .icon {
	width: 22px;
	height: 22px;
	margin-right: 20px;
	fill: #fff;
	transition: .3s fill
}

._dubai.intro__pan:hover {
	background-color: #fff;
	color: #103e7f
}
._dubai.intro__pan:hover .icon {
	fill: #103e7f
}
._dubai.intro._complex .intro__btns{
	position: absolute;
	display: inline-block;
	width: 100%;

	text-align: right;

	bottom: 64px;
	z-index: 10;
}
._dubai.intro._complex .intro__btns .btn{
	height: 60px;
	line-height: 60px;
}

@media (min-width: 1156px) {
	._dubai.intro._complex {
		padding-top: 86px;
	}
}

._dubai .complex__content{
	padding-top: 54px;
}
._dubai .complex-about__data {
	width: 290px;
}
._dubai .complex__title {
	font-size: 48px;
	margin-bottom: 28px;
}
._dubai h2{
	font-size: 45px;
	font-weight: bold;
}
._dubai .complex-about__text._inited .complex-about__text-inn{

}
._dubai .complex-about__text._inited .complex-about__text-inn b{
	font-size: 18px;
}
._dubai .complex-about__text._folded {
	height: 596px !important;
}
._dubai.view-line-two{
	margin-bottom: 60px;
}
._dubai.view-line-two .card{
	width: 615px;
}
._dubai.view-line-two .building__title{
	margin-top: 38px;
}
._dubai.view-line-two  .building__bottom:before{
	display: none;
}
._dubai.view-line-two .building__desc{
	color: #FFF;
	font-family: Gotham Pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 19.8px */
	text-transform: uppercase;
}



.slider-cards._dubai{
	padding-top: 63px;
	padding-bottom: 61px;
	margin-bottom: 0px;
}
.slider-cards._dubai h2,
.dubai_interactive_map._second h2{
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 47px;
}
.objects-list h2,
.detail_dubai_adventages h2{
	font-size: 45px;
	font-weight: bold;
}
.slider-cards._dubai .slider-cards__container{
	padding-right: 0px;
}
.slider-cards._dubai .slider-cards__container._similar .slider-cards__controls{
	right: 0px;
}
.slider-cards._dubai .building__price{
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.slider-cards._dubai .building__top {
	height: 304px;
}
.slider-cards._dubai  .building__bottom{
	min-height: 18px;
	padding-top: 6px;
}
.slider-cards._dubai  .building__bottom:before{
	display: none;
}



.order._dubai.gray-bg{
	background: #f8f8f9;
	/*border-top: 1px solid #e9e9e9;*/
	padding-top: 70px;
}
.dubai_interactive_map._second{
	margin-top: 66px;
	margin-bottom: 91px;
}

.complex-about._dubai.view-line-two .card {
	width: 507px;
}
.complex-about._dubai.view-line-two .cards__output{
	margin-top: 55px;
}

@media (min-width: 640px) {
	._dubai .aside__link .aside__icon{
		color: #9B9B9B;
		transition: all 0.3s ease;
	}
	._dubai .aside__link:hover .aside__icon{
		color: white;
	}
}


._short-type .intro{
	min-height: 560px;
}
._short-type ._dubai.intro._complex .intro__content{
	margin-top: 50px;
}


._short-type._detail-page-dubai ._dubai.intro._complex .intro__content {
	margin-top: 128px;
}




.detail-dubai-object-container{
	padding-top: 61px;
}
.detail-dubai-object-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detail-dubai-object-pictures{
	width: 40%;
	padding-top: 19px;
}
.detail-dubai-object-pictures a{
	display: inline-block;
}
.detail-dubai-object-pictures img{
	vertical-align: top;
	max-width: 100%;
}
.detail-dubai-object-text{
	width: 60%;
	box-sizing: border-box;
	padding-left: 5%;
}
.detail-dubai-object-text.no-photos{
	padding-left: 0px;
	width: 100%;
}
.detail-dubai-object-pictures-small{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 10px -5px 0;
}
.detail-dubai-object-pictures-small a{
	width: 50%;
	box-sizing: border-box;
	padding: 0 5px 10px;
}

.detail-dubai-object-container .complex-about__text._folded{
	height: 504px !important;
}



.objects-list{
	padding-top: 70px;
	display: inline-block;
	width: 100%;
}
.objects-list h2{
	font-size: 46px;
	margin-bottom: 46px;
}

.objects-list-container{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -15px;

}

.objects-list-item{
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 30px;
}
.objects-list-item-container{
	border: 1px solid #DCDCDC;
	background: #FFF;
}

.objects-list-item-picture{

}
.objects-list-item-picture img{
	vertical-align: top;
	width: 100%;
}

.objects-list-item-descr{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 23px 20px;
}

.objects-list-item-name{
	height: 48px;
	margin-bottom: 12px;
}
.objects-list-item-name a{
	color: #333;

	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	font-weight: bold;
}

.objects-list-item-name a:hover{
	text-decoration: underline;
}

.objects-list-item-prices{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	color: #3B5998;

	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	font-weight: bold;

	justify-content: space-between;
}
.objects-list-item-width{
	padding-right: 7px;
}
.objects-list-item-width sup{
	position: absolute;
	font-size: 16px;
	line-height: 14px;
}

.objects-list-item-adv{
	border-top: 1px solid #C6C6C6;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 15px -20px 0;
	padding-top: 14px;
}
.object-item-adv-item{
	width: 25%;
}
.object-item-adv-item .name{
	color: #979797;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	display: inline-block;
	width: 100%;
	margin-bottom: 6px;
}
.object-item-adv-item .value{
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: bold;
}


.objects-list .ix-nav-block{
	margin-bottom: 30px;
}
.objects-list .ix-nav-block .show-more{
	justify-content: center;
}



.detail_dubai_adventages{
	padding-top: 72px;
}
.detail_dubai_adventages h2{
	font-size: 46px;
	line-height: 46px;
}
.detail_dubai_adventages_list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -15px;
}
.detail_dubai_adventages-item{
	width: 25%;
	box-sizing: border-box;
	padding: 18px 15px;
	margin-bottom: 17px;
}
.detail_dubai_adventages-title{
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-weight: bold;
	position: relative;
	padding-top: 19px;
	margin-bottom: 17px;
}
.detail_dubai_adventages-title:before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 78px;
	height: 3px;
	background: #00AEE2;
	top: 0px;
}
.detail_dubai_adventages-desc{
	color: #686565;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}



.dubai_interactive_map._second._detail{
	margin-bottom: 35px;
}



#map{
	width: 100%;
	height: 720px;
}

.yandexmapoverlay{

}
.yandexmapoverlay a{

}
.yandexmapoverlay-picture{
	margin-bottom: 12px;
}
.yandexmapoverlay-picture img{
	width: 280px;
}
.yandexmapoverlay-desc{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.yandexmapoverlay-desc .yandexmapoverlay-title{
	color: rgba(0, 0, 0, 0.80);

	font-family: Gotham Pro;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;

	width: 65%;
}
.yandexmapoverlay-desc .yandexmapoverlay-price{
	color: rgba(0, 0, 0, 0.80);

	font-family: Gotham Pro;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
}
.ymaps-2-1-79-balloon__close{
	position: absolute;
	width: 32px;
	height: 32px;
	background: white;
}
.ymaps-2-1-79-balloon__layout .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content{
	margin-right: 0px;
	padding: 10px;
}
.ymaps-2-1-79-balloon__close .ymaps-2-1-79-balloon__close-button{
	width: 32px;
	height: 32px;
}


.menu-interactive-map{
	background: #FFF;
	box-shadow: 0px 32px 40px 0px rgba(20, 61, 117, 0.05);

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	padding: 16px 0px;

}
.menu-interactive-map .AdressWithMap-item{
	width: 25%;
	padding: 0 16px;

	border-right: 1px solid #CDCDCD;
	box-sizing: border-box;
}
.menu-interactive-map .AdressWithMap-item:nth-child(4n){
	border-right: 0px;
}
.menu-interactive-map .AdressWithMap-item .AdressWithMap-item-name{

}
.menu-interactive-map .AdressWithMap-item .AdressWithMap-item-name a{
	color: rgba(0, 0, 0, 0.80);
	font-family: Gotham Pro;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 15.5px; /* 103.333% */
	text-transform: uppercase;

	display: inline-block;
	width: 100%;
	box-sizing: border-box;

	padding: 20px 16px 20px 40px;
	position: relative;
}
.menu-interactive-map .AdressWithMap-item .AdressWithMap-item-name a:before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 22px;
	height: 32px;
	background: url(/local/templates/index/img/map-marker.svg) no-repeat center center;
	background-size: contain;
	left: 7px;
	top: 10px;
}
.menu-interactive-map .AdressWithMap-item .AdressWithMap-item-name a.active{
	background: #D7F3FC;
}

.dubai_interactive_map .pic{
	position: relative;
}
.dubai_interactive_map .pic .interactive-map-menu{
	position: absolute;
	padding: 16px;
	top: 0px;
	left: 0px;
	z-index: 10;
}



.kvartiri-list{

	margin-top: 60px;

	padding-top: 79px;
	padding-bottom: 100px;
}
.kvartiri-list.bg-gray{
	background: #F8F8F9;
}

.layouts__table tbody.white-bg tr{
	background: white;
}
.kvartiri-list .layouts__output{
	width: 100%;
}
.show-more._complex.white-bg {
	background-color: white;
}


.complex__title .count{
	color: #979797;
	font-weight: 400;
}



.house-detail-page{
	padding-top: 76px;
}
.house-detail-page .breadcrumbs{
	margin-bottom: 36px;
}

.photo-gallery-block{
	display: flex;

	margin-bottom: 42px;
}
.photo-gallery-block img{
	vertical-align: top;
}
.photo-gallery-item-big{
	width: 66.1915%;
}
.photo-gallery-item-small{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 33.8085%;
	box-sizing: border-box;
	padding-left: 2.425%;
}
.photo-gallery-item-small a{
	position: relative;

	text-decoration: none;
}
.photo-gallery-item-small a .all-work-content{
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	background: linear-gradient(0deg, rgba(16, 62, 127, 0.75) 0%, rgba(16, 62, 127, 0.75) 100%);

	color: #FFF;

	font-family: Gotham Pro;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;

}
.photo-gallery-item-small a .all-work-content .icon{
	margin-bottom: 7px;
}

.house-detail-page-about{
	display: flex;
}
.house-detail-about-left{
	width: 66.1915%;
}
.house-detail-about-right{
	width: 33.8085%;
	box-sizing: border-box;
	padding-left: 2.425%;
}

.house-detail-page-about h1{
	font-family: Gotham Pro;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;

	color: black;

	margin-bottom: 25px;
}
.detail-house-price{
	margin-bottom: 29px;
}
.detail-house-price .detail-house-price-full{
	color: #3B5998;

	font-family: Gotham Pro;
	font-size: 46px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;

	margin-bottom: 2px;
}
.detail-house-price .detail-house-price-month{
	color: #333;

	font-family: Gotham Pro;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.house-detail-tech{
	border-top: 1px solid #C4CED4;
	display: flex;
	padding-top: 23px;
	padding-bottom: 26px;
	border-bottom: 1px solid #C4CED4;
	margin-bottom: 69px;
}
.house-detail-tech-item{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	padding: 0 10px;
}
.house-detail-tech-item .name{
	color: #45525A;

	text-align: center;
	font-family: Gotham Pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	display: inline-block;
	width: 100%;
	text-align: center;

	margin-bottom: 8px;
}
.house-detail-tech-item .value{
	color: #3B5998;

	text-align: center;
	font-family: Gotham Pro;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.house-detail-tech-item .value sup{
	vertical-align: top;
	font-size: 20px;
}



.house-detail-features{

}
.house-detail-features h2{
	font-size: 45px;
	font-weight: 600;
}


.house-detail-features-item-title{
	color: #000;

	font-family: Gotham Pro;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;

	margin-bottom: 21px;
}
.house-detail-features-list{
	display: flex;
	justify-content: space-between;

	margin-bottom: 40px;
}
.house-detail-features-list .house-detail-features-item{
	max-width: 33.33%;
	padding-right: 3%;
}
.house-detail-features-item ul{

}
.house-detail-features-item ul li{
	color: #333;

	font-family: Gotham Pro;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;

	list-style-type: none;
	position: relative;

	padding-left: 20px;

	margin-bottom: 10px;
}
.house-detail-features-item ul li:before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 1px;
	top: 9px;

	background: #00AEE2;
}
.house-detail-seo-text{

}
.house-detail-seo-text p{
	margin-bottom: 24px;
}
.house-detail-seo-text p:last-of-type{
	margin-bottom: 0px;
}



.house-detail-management{
	background: #FFF;
	padding: 32px 30px;
	box-sizing: border-box;
	width: 100%;
}
.house-detail-management-header{
	display: flex;
}
.house-detail-management-pic{
	width: 112px;
}
.house-detail-management-pic img{
	width: 100%;
	vertical-align: top;
}
.house-detail-management-desc{
	box-sizing: border-box;
	padding-left: 22px;
	width: calc(100% - 112px);
}
.house-detail-management-desc-doljnost{
	color: #979797;

	font-family: Gotham Pro;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 13px;
}
.house-detail-management-desc-name{
	color: #333;

	font-family: Gotham Pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}
.house-detail-management-footer {
	margin-top: 30px;
}
.house-detail-management-footer .consultation{

}
.house-detail-management-footer .consultation a{
	width: 100%;
	height: 48px;
	line-height: 48px;
	vertical-align: top;
}
.house-detail-management-footer .consultation-social{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.house-detail-management-footer .consultation-social a{

	padding-left: 12px;
	padding-right: 12px;

	height: 48px;
	line-height: 48px;

}
.house-detail-management-footer .consultation-social a .icon{
	height: 24px;
	display: inline-block;
	margin-top: 5px;
	float: left;
	margin-right: 10px;
}
.house-detail-management-footer .consultation-social .-whatsapp{
	background: #62D53A;
}
.house-detail-management-footer .consultation-social .-whatsapp:hover{
	background: #379318;
}
.house-detail-management-footer .consultation-social .-telegramm{
	background: #28A7E8;
}
.house-detail-management-footer .consultation-social .-telegramm:hover{
	background: #103e7f;
}





.detail-house-modef .objects-list-item{
	padding: 0px;
}





.skv_sub_text_1{

}
.skv_sub_text_1 p{
	margin-bottom: 20px;
}
.skv_sub_text_1 h3{
	margin-bottom: 30px;
}
.skv_sub_text_1 ul,
.skv_sub_text_1 ol{
	padding-left: 30px;
	margin-bottom: 20px;
}
.skv_sub_text_1 ul li,
.skv_sub_text_1 ol li{
	margin-bottom: 10px;
}
.skv_sub_text_1 a{
	text-decoration: underline;
}






















@media (max-width: 1179px) {
	.objects-list-item {
		width: 50%;
	}

	.house-detail-page .container{
		padding-left: 34px;
		padding-right: 34px;
	}
	.house-detail-page .breadcrumbs {
		margin-bottom: 33px;
	}
	.photo-gallery-item-small a .all-work-content{
		font-size: 20px;
	}
	.photo-gallery-item-small a .all-work-content .icon svg{
		width: 58px;
		height: 52px;
	}

	.house-detail-page-about h1{
		font-size: 28px;
		margin-bottom: 30px;
	}

	.photo-gallery-block{
		margin-bottom: 50px;
	}

	.house-detail-page-about{
		display: inline-block;
		width: 100%;
	}
	.house-detail-about-left{
		width: 100%;
	}
	.house-detail-about-right{
		width: 100%;
		padding: 0px;
	}
	.detail-house-price{
		margin-bottom: 36px;
	}
	.detail-house-price .detail-house-price-full{
		font-size: 40px;
		margin-bottom: 6px;
	}
	.detail-house-price .detail-house-price-month{
		font-size: 16px;
	}
	.house-detail-tech{
		padding-top: 25px;
		padding-bottom: 25px;
		margin-bottom: 49px;
	}
	.house-detail-tech-item{
		width: 25%;
	}
	.house-detail-management{
		padding: 41px 30px;

		display: flex;
	}
	.house-detail-management-header{
		width: 46.5%;
	}
	.house-detail-management-footer{
		width: 53.5%;
		margin-top: 0px;
	}
	.house-detail-management-footer .consultation-social {
		margin-top: 16px;
	}
	.house-detail-management-footer .consultation-social a{
		padding-left: 15px;
		padding-right: 15px;
	}

	.house-detail-description{
		margin-top: 69px;
	}
	.house-detail-features h2{
		font-size: 32px;
	}

	.house-detail-page .dubai_interactive_map._second{
		margin-top: 54px;
	}
	.house-detail-page .dubai_interactive_map._second h2{
		font-size: 32px;
	}


}

@media (max-width: 639px) {
	.filter._dubai{
		margin-bottom: 20px;
	}

	.cards._dubai {
		margin-bottom: 30px;
	}

	._dubai .digits {
		padding: 24px 25px;
	}
	._dubai .digits__num{
		font-size: 54px;
	}
	._dubai .about__right {
		padding: 38px 25px 38px 25px;
	}
	._dubai .about {
		margin-bottom: 40px;
	}
	._dubai .faq {
		margin-bottom: 40px;
	}

	.live_in_dubai__output .live_in_dubai_item_container{
		width: 100%;
	}
	.live_in_dubai h2 {
		margin-bottom: 33px;
	}

	.live_in_dubai_item .live_in_dubai_picture img {
		height: 198px;
		object-fit: cover;
	}
	.live_in_dubai_item{
		font-size: 18px;
		line-height: 26px;
	}
	.live_in_dubai_item .live_in_dubai_name{
		padding: 22px 24px 22px;
	}
	.live_in_dubai .show-more{
		height: 64px;
	}
	.live_in_dubai .show-more .show-more__btn {
		height: 64px;
	}
	.show-more._pagenavi {
		margin-bottom: 40px;
	}
	.order._dubai.gray-bg{
		padding-top: 27px;
	}

	._dubai.intro._complex .intro__content{
		margin-top: 0px;
	}
	._dubai.intro._complex .intro__btns{
		text-align: left;
	}
	._dubai.intro._complex .intro__title:after{
		width: 50%;
	}
	.slider-cards._dubai h2,
	.dubai_interactive_map._second h2,
	.objects-list h2,
	.detail_dubai_adventages h2{
		font-size: 30px;
	}

	._dubai .complex__title{
		font-size: 30px;
	}
	._dubai .complex__content {
		padding-top: 0px;
	}
	.complex-about._dubai.view-line-two .cards__output {
		margin-top: 25px;
	}
	._dubai.view-line-two {
		margin-bottom: 30px;
	}

	.detail-dubai-object-container {
		padding-top: 20px;
	}
	.detail-dubai-object-content{
		display: inline-block;
		width: 100%;
	}
	.detail-dubai-object-pictures{
		width: 100%;
		padding-top: 0px;
		margin-bottom: 30px;
	}
	.detail-dubai-object-text{
		width: 100%;
		padding-left: 0px;
	}

	.objects-list-item{
		width: 100%;
	}
	.detail_dubai_adventages-item{
		width: 100%;
	}

	._detail-page-dubai .show-more._pagenavi._wide{
		margin-bottom: 30px;
	}
	.detail_dubai_adventages {
		padding-top: 30px;
	}
	.detail_dubai_adventages-item{
		padding: 0px 15px;
		margin-bottom: 37px;
	}

	.dubai_interactive_map._second {
		margin-top: 30px;
	}
	._detail-page-dubai .objects-list {
		padding-top: 40px;
	}


	._short-type._detail-page-dubai ._dubai.intro._complex .intro__content{
		margin-top: 0px;
	}


	#map{
		height: 570px;
	}
	.dubai_interactive_map .pic .interactive-map-menu{
		position: relative;
		margin-bottom: 0;
		padding: 0px;
	}
	.menu-interactive-map{
		display: inline-block;
		width: 100%;
		padding: 25px 0;
	}
	.menu-interactive-map .AdressWithMap-item{
		width: 100%;
		border-right: 0px;
		margin-bottom: 7px;
	}
	.menu-interactive-map .AdressWithMap-item:last-of-type{
		margin-bottom: 0px;
	}
	.dubai_interactive_map h2 {
		margin-bottom: 18px;
	}
	.menu-interactive-map .AdressWithMap-item .AdressWithMap-item-name a {
		color: rgba(0, 0, 0, 0.80);
		font-family: Gotham Pro;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
		text-transform: uppercase;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 16px 10px 48px;
		position: relative;
	}
	.menu-interactive-map .AdressWithMap-item .AdressWithMap-item-name a:before{
		left: 18px;
		top: 3px;
	}

	._dubai .about__text__pic{
		width: 100%;
		margin-right: 0px;
		padding-top: 0px;
		margin-bottom: 15px;
	}
	._dubai .about__text__pic img{
		width: 100%;
	}
	._dubai .building__top {
		height: 230px;
	}




	.house-detail-page {
		padding-top: 39px;
	}
	.house-detail-page .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.house-detail-page .breadcrumbs {
		margin-bottom: 23px;
		padding-left: 23px;
		padding-right: 23px;
	}
	.photo-gallery-block{
		display: inline-block;
		width: 100%;
		white-space: nowrap;
		overflow-x: scroll;

		margin-bottom: 22px;
	}
	.photo-gallery-block img{
		height: 250px;
		width: auto;
	}
	.photo-gallery-item-big{
		width: 100%;
		float: left;
	}
	.photo-gallery-item-small{
		display: inline-block;
		width: 100%;
		padding-left: 0px;
		height: 100%;
	}
	.photo-gallery-item-small img{

	}
	.photo-gallery-item-small a .all-work-content{
		display: none;
	}

	.house-detail-page-about{
		box-sizing: border-box;
		padding-left: 23px;
		padding-right: 23px;
	}
	.house-detail-page-about h1{
		font-size: 22px;
	}
	.detail-house-price{
		margin-bottom: 24px;
	}
	.detail-house-price .detail-house-price-full{
		font-size: 38px;
		margin-bottom: 4px;
	}
	.house-detail-tech {
		padding-top: 13px;
		padding-bottom: 11px;
		margin-bottom: 33px;
	}
	.house-detail-tech-item{
		padding: 0px;
	}
	.house-detail-tech-item .name{
		font-size: 16px;
	}
	.house-detail-tech-item .value{
		font-size: 18px;
	}
	.house-detail-tech-item .value sup{
		font-size: 14px;
	}
	.house-detail-management{
		padding: 30px 20px;
		display: inline-block;
	}
	.house-detail-management-header{
		width: 100%;
	}
	.house-detail-management-footer{
		width: 100%;
		margin-top: 30px;
	}
	.house-detail-management-desc{
		padding-left: 9px;
	}
	.house-detail-management-desc-doljnost{
		font-size: 16px;
	}
	.house-detail-management-desc-name{
		font-size: 18px;
	}

	.house-detail-management-footer .consultation a{
		font-size: 17px;
	}
	.house-detail-management-footer .consultation-social{
		margin-top: 10px;
	}
	.house-detail-management-footer .consultation-social a{
		font-size: 16px;
		padding-left: 11px;
		padding-right: 11px;
	}
	.house-detail-management-footer .consultation-social a .icon{
		margin-right: 7px;
	}

	.house-detail-description{
		padding: 0 23px;
		box-sizing: border-box;
		margin-top: 46px;
	}
	.house-detail-features h2{
		font-size: 28px;
		margin-bottom: 38px;
	}

	.house-detail-features-list{
		display: inline-block;
		width: 100%;
		margin-bottom: 37px;
	}
	.house-detail-features-list .house-detail-features-item{
		width: 100%;
		max-width: 100%;
		padding-right: 0px;

		margin-bottom: 27px;

	}
	.house-detail-features-list .house-detail-features-item:last-of-type{
		margin-bottom: 0px;
	}
	.house-detail-seo-text p{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 22px;
	}
	.house-detail-seo-text p:last-of-type{
		margin-bottom: 0px;
	}

	.house-detail-page .dubai_interactive_map._second {
		margin-top: 50px;
	}
	.house-detail-page .dubai_interactive_map._second h2{
		box-sizing: border-box;
		padding: 0 23px;

		font-size: 28px;
	}

	.house-detail-page .order._dubai.gray-bg .container{
		padding: 0 23px;
	}
	.detail-house-modef .slider-cards._dubai h2{
		margin-bottom: 22px;
	}

	.kvartiri-list .layouts__output{
		width: auto;
		overflow-x: scroll;
		margin-left: -25px;
		margin-right: -25px;
	}
	.kvartiri-list .layouts__table{
		margin-left: 0px;
		margin-right: -25px;
	}
	.kvartiri-list .layouts__table thead tr{
		display: table-row;
	}
	.kvartiri-list .layouts__table td:nth-child(2),
	.kvartiri-list .layouts__table td:nth-child(3) {
		width: auto;
		padding-left: 10px;
		font-size: 14px;
	}
	.kvartiri-list .layouts__table td:first-child{
		white-space: nowrap;
	}

}

/* End */
/* /local/templates/index/css/complex.css?1731310793255348 */
/* /local/templates/index/custom.css?17641769698450 */
/* /local/templates/index/styles.css?172526664931683 */
