/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Module version 1.0
 *
 */


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

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

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	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 {
	flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top,rgba(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,.5),rgba(0,0,0,0));
}

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

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

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

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

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

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

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .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: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.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: .2s transform,.2s top;
}

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

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

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

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

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

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

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

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

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

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

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.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,.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

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

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

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

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

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

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

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

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

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

.swiper-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-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

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

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

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

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

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

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

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease,visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s,visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform,opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform,opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image,.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe,.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30,30,30,.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

.fancybox-caption {
	background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes a {
	to {
		transform: rotate(1turn);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5,1.5,1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5,.5,.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0,0,0) translate3d(-100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0,0,0) translate3d(100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1);
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}@	supports (padding:max(0px)) {
		.fancybox-caption{padding-left: max(12px,env(safe-area-inset-left));
		padding-right: max(12px,env(safe-area-inset-right));
	}
}}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link,.fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0,0,0,.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25,.46,.45,.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.ss-wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	float: left;
}

.ss-content {
	height: 100%;
	width: calc(100% + 18px);
	padding: 0 0 0 0;
	position: relative;
	overflow: auto;
	box-sizing: border-box;
}

.ss-content.rtl {
	width: calc(100% + 18px);
	right: auto;
}

.ss-scroll {
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	width: 9px;
	border-radius: 4px;
	top: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.25s linear;
}

.ss-hidden {
	display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
	opacity: 1;
}

.ss-grabbed {
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */.noUi-target,.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

.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%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

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

.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 {
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%,50%);
	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;
}

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

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

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0,50%);
	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 {
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	left: 50%;
	bottom: 120%;
}

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

@-webkit-keyframes OpacityAppear {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes OpacityAppear {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

*,body {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.app {
	position: relative;
	min-width: 1320px;
	min-height: calc(100vh - 372px);
	z-index: 1;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.app {
		min-width: 100%;
	}
}

@media only screen and (max-width:720px) {
	.app {
		min-width: calc(100vw - 32px);
	}
}

@media only screen and (max-width:720px) {
}

.page-interal {
	padding-top: 45px;
	padding-bottom: 80px;
}

@media only screen and (max-width:720px) {
	.page-interal {
		padding-top: 130px;
		padding-bottom: 35px;
	}
}

.container {
	width: 1320px;
	min-width: 1320px;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.container {
		width: 100%;
		min-width: 100%;
	}
}

@media only screen and (max-width:720px) {
	.container {
		width: calc(100vw - 32px);
		min-width: calc(100vw - 32px);
	}
}

.fancybox-slide--iframe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width:720px) {
	.fancybox-slide--iframe {
		padding: 0;
	}

	.fancybox-slide--iframe .fancybox-content {
		margin-bottom: 0;
	}
}



input {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border: none;
}

.common-arrow-filled {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 47px;
	height: 47px;
	border-radius: 24px;
	background-color: #fff;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
	transition: opacity .2s ease,-webkit-transform .2s ease;
	transition: transform .2s ease,opacity .2s ease;
	transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
	cursor: pointer;
}

.common-arrow-filled.prev {
	margin-right: 22px;
	-webkit-animation: commonArrowFilledPrev 1.2s ease infinite;
	animation: commonArrowFilledPrev 1.2s ease infinite;
}

.common-arrow-filled.prev:hover {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
	-webkit-animation: none;
	animation: none;
}

.common-arrow-filled.prev.disabled {
	-webkit-animation: none;
	animation: none;
}

.common-arrow-filled.prev.disabled:hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.common-arrow-filled.next {
	-webkit-animation: commonArrowFilledNext 1.2s ease infinite;
	animation: commonArrowFilledNext 1.2s ease infinite;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.common-arrow-filled.next:hover {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	-webkit-animation: none;
	animation: none;
}

.common-arrow-filled.next .common-arrow-filled__arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.common-arrow-filled.next.disabled {
	-webkit-animation: none;
	animation: none;
}

.common-arrow-filled.next.disabled:hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.common-arrow-filled.disabled {
	opacity: .3;
}

.common-arrow-filled__arrow {
	position: relative;
	display: block;
	width: 10px;
	height: 16px;
	fill: none;
	stroke: #fff;
}

.common-arrow-stroked {
	position: relative;
	display: block;
	width: 47px;
	height: 47px;
	border-radius: 47px;
	border: 1px solid hsla(0,0%,100%,.4);
	opacity: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

@media only screen and (max-width:720px) {
	.common-arrow-stroked {
		width: 37px;
		height: 37px;
	}
}

@media only screen and (max-width:720px) {
	.common-arrow-stroked.index-banner:after {
		content: "";
		position: absolute;
		top: -6px;
		left: -6px;
		width: 57px;
		height: 57px;
		z-index: -1;
		border-radius: 50%;
	}
}

.common-arrow-stroked:last-child {
	margin-bottom: 0;
}

.common-arrow-stroked.fancybox-position {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 99997;
}

.common-arrow-stroked.fancybox-position.prev {
	left: 50px;
}

.common-arrow-stroked.fancybox-position.next {
	right: 50px;
}

.common-arrow-stroked.disabled {
	opacity: .3;
	-ms-pointer-events: none;
	pointer-events: none;
}

.common-arrow-stroked.prev .common-arrow-stroked__arrow {
	-webkit-transform: translate(-50%,-50%) rotate(0);
	transform: translate(-50%,-50%) rotate(0);
}

.common-arrow-stroked.prev .common-arrow-stroked__hover {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.common-arrow-stroked.next .common-arrow-stroked__arrow {
	-webkit-transform: translate(-50%,-50%) rotate(180deg);
	transform: translate(-50%,-50%) rotate(180deg);
}

.common-arrow-stroked._dark {
	border: 1px solid hsla(0,0%,75.3%,.4);
}

.common-arrow-stroked._dark .common-arrow-stroked__arrow,.common-arrow-stroked._dark .common-arrow-stroked__hover {
	stroke: #0e1216;
}

.common-arrow-stroked:hover .common-arrow-stroked__hover {
	stroke-dashoffset: 800;
}

.common-arrow-stroked__arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 20px;
	stroke: #fff;
	fill: none;
}

.common-arrow-stroked__hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: #fff;
	stroke-width: 1px;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	-webkit-transition: stroke-dashoffset .8s ease;
	transition: stroke-dashoffset .8s ease;
}

@-webkit-keyframes commonArrowFilledPrev {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes commonArrowFilledPrev {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes commonArrowFilledNext {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes commonArrowFilledNext {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}







.shield-tab:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	-webkit-transform: translate(-8px);
	transform: translate(-8px);
	z-index: -1;
	-webkit-transition: border-top .1s ease,-webkit-transform .3s ease;
	transition: border-top .1s ease,-webkit-transform .3s ease;
	transition: transform .3s ease,border-top .1s ease;
	transition: transform .3s ease,border-top .1s ease,-webkit-transform .3s ease;
}

.shield-tab:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	background-color: #8bb535;
	stroke: #fff;
	color: #fff;
}

.shield-tab:hover:after {
	border-top: 8px solid #8bb535;
	-webkit-transform: translate(-8px,4px);
	transform: translate(-8px,4px);
}

.shield-tab._active {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	background-color: #8bb535;
	stroke: #fff;
	color: #fff;
}

.shield-tab._active:after {
	border-top: 8px solid #8bb535;
	-webkit-transform: translate(-8px,8px);
	transform: translate(-8px,8px);
}

.shield-tab__icon {
	display: block;
	width: 40px;
	height: 30px;
	margin-right: 18px;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	-webkit-transition: stroke .1s ease;
	transition: stroke .1s ease;
}

@media only screen and (max-width:720px) {
	.shield-tab__icon {
		width: 25px;
		margin-right: 16px;
	}
}



@media only screen and (max-width:720px) {
	.shield-tab__label {
		font-size: 14px;
	}
}

.social-link {
	display: block;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.social-link:hover {
	opacity: .8;
}

.social-link__icon {
	border-radius: 50%;
}

.social-link__icon,.social-link__icon-el {
	display: block;
	width: 30px;
	height: 30px;
}

.appear-enter-active,.appear-leave-active {
	-webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,transform .3s ease;
	transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
}

.appear-enter,.appear-leave-to {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.fade-enter-active,.fade-leave-active {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.fade-enter,.fade-leave-to {
	opacity: 0;
}

.fade-fast-enter-active,.fade-fast-leave-active {
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
}

.fade-fast-enter,.fade-fast-leave-to {
	opacity: 0;
}

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	border: 1px solid #ddd;
	border-radius: 0;
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
}

.selectric .label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 10px;
	font-size: 12px;
	color: #444;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric .button,.selectric .label {
	display: block;
	line-height: 38px;
	height: 38px;
}

.selectric .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	background-color: #f8f8f8;
	color: #bbb;
	text-align: center;
	font: 0/0 a;
	*font: 20px/38px Lucida Sans Unicode,Arial Unicode MS,Arial;
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #bbb;
	border-bottom: none;
}

.selectric-focus .selectric {
	border-color: #aaa;
}

.selectric-hover .selectric {
	border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
	color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
	border-top-color: #a2a2a2;
}

.selectric-open {
	z-index: 9999;
}

.selectric-open .selectric {
	border-color: #c4c4c4;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-input {
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	overflow: hidden!important;
	clip: rect(0,0,0,0)!important;
	margin: 0!important;
	padding: 0!important;
	width: 1px!important;
	height: 1px!important;
	outline: none!important;
	border: none!important;
	*font: 0/0 a!important;
	background: none!important;
}

.selectric-temp-show {
	position: absolute!important;
	visibility: hidden!important;
	display: block!important;
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #f8f8f8;
	border: 1px solid #c4c4c4;
	z-index: -1;
	-webkit-box-shadow: 0 0 10px -6px;
	box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items li,.selectric-items ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}

.selectric-items li {
	display: block;
	padding: 10px;
	color: #666;
	cursor: pointer;
}

.selectric-items li.selected {
	background: #e0e0e0;
	color: #444;
}

.selectric-items li.highlighted {
	background: #d0d0d0;
	color: #444;
}

.selectric-items li:hover {
	background: #d5d5d5;
	color: #444;
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default!important;
	background: none!important;
	color: #666!important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: 700;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

.mapit-container {
	position: relative;
	display: block;
}

.mapit-container._infra .genplan-infra-pin {
	opacity: 1;
	pointer-events: all;
}

.mapit-mobile-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 40px;
	background: rgba(0,0,0,.6);
	pointer-events: none;
	opacity: 1;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	z-index: 1;
}

.mapit-mobile-overlay._hide {
	opacity: 0;
}

.mapit-mobile-overlay__icon {
	width: 60px;
	height: 100px;
	margin-bottom: 30px;
	background-image: url("../images/overlay-hand.69d25bdd326d.svg");
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.mapit-mobile-overlay__text {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.mapit-wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mapit-wrapper:hover {
	cursor: -webkit-grab;
	cursor: grab;
}

.mapit-wrapper:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.mapit-content {
	position: absolute;
	display: block;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.mapit-image {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.mapit-controls {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.mapit-controls>:first-child {
	margin-right: 12px;
}

.mapit-controls.left_bottom {
	left: 16px;
	bottom: 16px;
}

.mapit-controls.right_bottom {
	right: 16px;
	bottom: 16px;
}

.mapit-controls.center_bottom {
	left: 50%;
	bottom: 16px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mapit-controls.center_top {
	left: 50%;
	top: 16px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mapit-controls.left_top {
	left: 16px;
	top: 16px;
}

.mapit-controls.right_top {
	right: 16px;
	top: 16px;
}

.mapit-controls.left_center {
	left: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.mapit-controls.right_center {
	right: 16px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.mapit-controls.left_center>:first-child,.mapit-controls.right_center>:first-child {
	margin-right: 0;
	margin-top: 12px;
}

.mapit-controls__zoomin,.mapit-controls__zoomout {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 21px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.05);
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.05);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mapit-controls__zoomin._disabled,.mapit-controls__zoomout._disabled {
	cursor: default;
}

.mapit-controls__zoomin._disabled:after,.mapit-controls__zoomin._disabled:before,.mapit-controls__zoomout._disabled:after,.mapit-controls__zoomout._disabled:before {
	opacity: .4;
}

.mapit-controls__zoomin:after,.mapit-controls__zoomout:after {
	content: "";
	position: relative;
	display: block;
	width: 12px;
	height: 2px;
	background-color: #666;
}

.mapit-controls__zoomin:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	height: 12px;
	width: 2px;
	background-color: #666;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}




.green .selectric-items li.highlighted {
	background-color: #fff;
	color: #000;
}

.green .selectric-items li:hover {
	background-color: #7ca12f;
	color: #fff;
}

.green .selectric-items li.selected,.green .selectric-items li:hover {
	background-color: #8bb535;
	color: #fff;
}

.purple .selectric-items li.highlighted {
	background-color: #fff;
	color: #000;
}

.purple .selectric-items li:hover {
	background-color: #602b87;
	color: #fff;
}

.purple .selectric-items li.selected,.purple .selectric-items li:hover {
	background-color: #6e319a;
	color: #fff;
}

.blue .selectric-items li.highlighted {
	background-color: #fff;
	color: #000;
}

.blue .selectric-items li:hover {
	background-color: #322fa1;
	color: #fff;
}

.blue .selectric-items li.selected,.blue .selectric-items li:hover {
	background-color: #3835b5;
	color: #fff;
}

.selectric-open .selectric,.selectric-open .selectric:hover {
	border-radius: 22px 22px 0 0;
}

.selectric-open .selectric-items,.selectric-open .selectric-items .selectric-scroll {
	max-height: 130px;
}

.slick-list,.slick-slide>div,.slick-track {
	width: 100%;
	height: 100%;
}

.fancybox-slide--image .fancybox-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fancybox-image {
	position: relative;
	top: auto;
	left: auto;
	display: block;
	max-width: 1000px;
	height: auto;
}

.ps {
	overflow: hidden!important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

.ps__rail-x,.ps__thumb-x {
	height: 2px!important;
	border-radius: 2px;
}

.ps__thumb-x {
	right: 0;
	bottom: 1px;
}

.ps__thumb-x,.ps__thumb-x:hover {
	background-color: silver;
	opacity: 1;
}

.ps__rail-y {
	top: 0;
}

.ps__rail-y,.ps__thumb-y {
	position: absolute;
	right: 0;
	width: 2px!important;
	border-radius: 2px;
}

.ps__thumb-y,.ps__thumb-y:hover {
	background-color: silver;
	opacity: 1;
}

.ps__thumb-y:hover {
	width: 2px!important;
}

.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y {
	background-color: #fdfdfd;
	opacity: 1;
}

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

.grid__item {
	height: 400px;
	margin-bottom: 10px;
	list-style: none;
}

@media only screen and (max-width:720px) {
	.grid__item {
		height: calc(100vw - 32px);
		margin-bottom: 25px;
	}
}

.grid__item.half-s {
	width: calc(40% - 5px);
}

@media only screen and (max-width:720px) {
	.grid__item.half-s {
		width: calc(100vw - 32px);
	}
}

.grid__item.half-b {
	width: calc(60% - 5px);
}

@media only screen and (max-width:720px) {
	.grid__item.half-b {
		width: calc(100vw - 32px);
	}
}

.grid__item.third {
	width: calc(33.33333% - 6.66667px);
}

@media only screen and (max-width:720px) {
	.grid__item.third {
		width: calc(100vw - 32px);
	}
}

.grid__item.mr {
	margin-right: 10px;
}

@media only screen and (max-width:720px) {
	.grid__item.mr {
		margin-right: 0;
	}
}

.grid__item.hidden {
	opacity: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.grid__item.visible {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.grid__item.visible:first-child {
	-webkit-transition: opacity .6s ease .2s,-webkit-transform .6s ease .15s;
	transition: opacity .6s ease .2s,-webkit-transform .6s ease .15s;
	transition: opacity .6s ease .2s,transform .6s ease .15s;
	transition: opacity .6s ease .2s,transform .6s ease .15s,-webkit-transform .6s ease .15s;
}

.grid__item.visible:nth-child(2) {
	-webkit-transition: opacity .6s ease .3s,-webkit-transform .6s ease .2s;
	transition: opacity .6s ease .3s,-webkit-transform .6s ease .2s;
	transition: opacity .6s ease .3s,transform .6s ease .2s;
	transition: opacity .6s ease .3s,transform .6s ease .2s,-webkit-transform .6s ease .2s;
}

.grid__item.visible:nth-child(3) {
	-webkit-transition: opacity .6s ease .4s,-webkit-transform .6s ease .25s;
	transition: opacity .6s ease .4s,-webkit-transform .6s ease .25s;
	transition: opacity .6s ease .4s,transform .6s ease .25s;
	transition: opacity .6s ease .4s,transform .6s ease .25s,-webkit-transform .6s ease .25s;
}

.grid__item.visible:nth-child(4) {
	-webkit-transition: opacity .6s ease .5s,-webkit-transform .6s ease .3s;
	transition: opacity .6s ease .5s,-webkit-transform .6s ease .3s;
	transition: opacity .6s ease .5s,transform .6s ease .3s;
	transition: opacity .6s ease .5s,transform .6s ease .3s,-webkit-transform .6s ease .3s;
}

.grid__item.visible:nth-child(5) {
	-webkit-transition: opacity .6s ease .6s,-webkit-transform .6s ease .35s;
	transition: opacity .6s ease .6s,-webkit-transform .6s ease .35s;
	transition: opacity .6s ease .6s,transform .6s ease .35s;
	transition: opacity .6s ease .6s,transform .6s ease .35s,-webkit-transform .6s ease .35s;
}

.grid__item.visible:nth-child(6) {
	-webkit-transition: opacity .6s ease .7s,-webkit-transform .6s ease .4s;
	transition: opacity .6s ease .7s,-webkit-transform .6s ease .4s;
	transition: opacity .6s ease .7s,transform .6s ease .4s;
	transition: opacity .6s ease .7s,transform .6s ease .4s,-webkit-transform .6s ease .4s;
}

.grid__item.visible:nth-child(7) {
	-webkit-transition: opacity .6s ease .8s,-webkit-transform .6s ease .45s;
	transition: opacity .6s ease .8s,-webkit-transform .6s ease .45s;
	transition: opacity .6s ease .8s,transform .6s ease .45s;
	transition: opacity .6s ease .8s,transform .6s ease .45s,-webkit-transform .6s ease .45s;
}

.grid__item.visible:nth-child(8) {
	-webkit-transition: opacity .6s ease .9s,-webkit-transform .6s ease .5s;
	transition: opacity .6s ease .9s,-webkit-transform .6s ease .5s;
	transition: opacity .6s ease .9s,transform .6s ease .5s;
	transition: opacity .6s ease .9s,transform .6s ease .5s,-webkit-transform .6s ease .5s;
}

.grid__item.visible:nth-child(9) {
	-webkit-transition: opacity .6s ease 1s,-webkit-transform .6s ease .55s;
	transition: opacity .6s ease 1s,-webkit-transform .6s ease .55s;
	transition: opacity .6s ease 1s,transform .6s ease .55s;
	transition: opacity .6s ease 1s,transform .6s ease .55s,-webkit-transform .6s ease .55s;
}

.grid__item.visible:nth-child(10) {
	-webkit-transition: opacity .6s ease 1.1s,-webkit-transform .6s ease .6s;
	transition: opacity .6s ease 1.1s,-webkit-transform .6s ease .6s;
	transition: opacity .6s ease 1.1s,transform .6s ease .6s;
	transition: opacity .6s ease 1.1s,transform .6s ease .6s,-webkit-transform .6s ease .6s;
}

.grid__item.visible:nth-child(11) {
	-webkit-transition: opacity .6s ease 1.2s,-webkit-transform .6s ease .65s;
	transition: opacity .6s ease 1.2s,-webkit-transform .6s ease .65s;
	transition: opacity .6s ease 1.2s,transform .6s ease .65s;
	transition: opacity .6s ease 1.2s,transform .6s ease .65s,-webkit-transform .6s ease .65s;
}

.scroll-top {
	position: fixed;
	bottom: 140px;
	right: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.3);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	cursor: pointer;
	-webkit-transform: translate(300px);
	transform: translate(300px);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	z-index: 11;
}

@media only screen and (max-width:720px) {
	.scroll-top {
		bottom: 32px;
		right: calc(50vw - 21px);
		width: 42px;
		height: 42px;
		-webkit-transform: translateY(300px);
		transform: translateY(300px);
	}
}

.scroll-top.active {
	-webkit-transform: translate(0);
	transform: translate(0);
}

.scroll-top.purple {
	background-color: #602b87;
}

.scroll-top.green {
	background-color: #7ca12f;
}

.scroll-top.yellow {
	background-color: #9ca906;
}

.scroll-top.blue {
	background-color: #322fa1;
}

.scroll-top.light-blue {
	background-color: #0059a6;
}

.scroll-top.black {
	background-color: #040506;
}

.scroll-top__arrow {
	width: 18px;
	stroke: #fff;
	fill: none;
	-webkit-transform: translateY(-2px) rotate(90deg);
	transform: translateY(-2px) rotate(90deg);
}

@media only screen and (max-width:720px) {
	.scroll-top__arrow {
		width: 14px;
	}
}

.scroll-top:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.lifestyle-s {
	position: relative;
	display: block;
	padding-bottom: 32px;
	overflow: hidden;
}

@media only screen and (max-width:720px) {
	.lifestyle-s {
		padding-bottom: 0;
	}
}

.lifestyle-s__social {
	position: absolute;
	top: 30px;
	left: 58px;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}





@media only screen and (max-width:720px) {
	.lifestyle-s__title {
		font-size: 50px;
		bottom: 28px;
		left: 56px;
	}
}

.lifestyle-s__container {
	position: relative;
	padding-left: 224px;
}

@media only screen and (max-width:720px) {
	.lifestyle-s__container {
		padding-left: 0;
	}
}

.lifestyle-s__content {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 4;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	height: calc(100% - 32px);
	pointer-events: none;
}

@media only screen and (max-width:720px) {
	.lifestyle-s__content {
		height: 100%;
	}
}

.lifestyle-s__slider {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 570px;
}

@media only screen and (max-width:720px) {
	.lifestyle-s__slider {
		width: 100vw;
		height: calc(100vw - 32px);
		overflow-x: scroll;
		overflow-y: hidden;
	}
}

.lifestyle-s__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:720px) {
	.lifestyle-s__wrapper {
		position: relative;
	}

	.lifestyle-s__wrapper:before {
		content: "";
		position: relative;
		display: block;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		height: 1px;
		width: 58px;
	}
}

.lifestyle-s .cell {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
}

.lifestyle-s .cell._big {
	width: 570px;
	height: 570px;
}

@media only screen and (max-width:720px) {
	.lifestyle-s .cell._big {
		width: calc(100vw - 32px);
		height: calc(100vw - 32px);
	}
}

.lifestyle-s .cell._big:not(:first-child) {
	margin-left: 16px;
}

.lifestyle-s .cell._small {
	width: 277px;
	height: 277px;
}

@media only screen and (max-width:720px) {
	.lifestyle-s .cell._small {
		width: calc(100vw - 32px);
		height: calc(100vw - 32px);
	}
}

.lifestyle-s .cell._small:not(:first-child) {
	margin-top: 16px;
}

@media only screen and (max-width:720px) {
	.lifestyle-s .cell._small:not(:first-child) {
		margin-top: 0;
		margin-left: 16px;
	}
}

.lifestyle-s .col {
	margin-left: 16px;
}

@media only screen and (max-width:720px) {
	.lifestyle-s .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.lifestyle-s__image,.lifestyle-s__image-o {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.lifestyle-s__image {
	-webkit-box-shadow: 0 4px 84px 0 rgba(0,0,0,.01);
	box-shadow: 0 4px 84px 0 rgba(0,0,0,.01);
}

.lifestyle-s__image-o {
	opacity: 0;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease;
}

.lifestyle {
	display: block;
}

.lifestyle__info {
	margin-top: 152px;
	padding-left: 112px;
	padding-right: 112px;
}

@media only screen and (max-width:720px) {
	.lifestyle__info {
		margin-top: 32px;
		padding: 0;
	}
}

.lifestyle__title {
	margin-bottom: 40px;
	text-align: left;
	font-size: 30px;
	color: #0e1216;
}

@media only screen and (max-width:720px) {
	.lifestyle__title {
		margin-bottom: 24px;
		font-size: 24px;
	}
}

.lifestyle__text {
	font-size: 16px;
}

@media only screen and (max-width:720px) {
	.lifestyle__text {
		font-size: 14px;
	}
}

.lifestyle__text a {
	display: inline-block;
}

.lifestyle__text p:not(:first-child) {
	margin-top: 42px;
}

@media only screen and (max-width:720px) {
	.lifestyle__text p:not(:first-child) {
		margin-top: 24px;
	}
}

.lifestyle__text h2 {
	margin-top: 42px;
	font-size: 26px;
}

@media only screen and (max-width:720px) {
	.lifestyle__text h2 {
		margin-top: 32px;
	}
}

.timeline {
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	min-height: 768px;
}

@media only screen and (max-width:720px) {
	.timeline {
		height: calc(100vh - 72px);
		min-height: 420px;
	}
}

.timeline__gallery {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #6e319a;
}

.timeline__gallery:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}

.timeline__wrapper {
	position: relative;
	z-index: 1;
	height: 100%;
}

.timeline__slide {
	position: relative;
	width: calc(100vw - 160px);
	height: 100%;
	overflow: hidden;
}

@media only screen and (max-width:720px) {
	.timeline__slide {
		width: 100vw;
	}
}

.timeline__slide img,.timeline__slide video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

@media only screen and (max-width:720px) {
	.timeline__slide video {
		display: none;
	}
}

.timeline__slide img {
	z-index: 2;
	opacity: 1;
	-webkit-transition: opacity .2s ease .4s;
	transition: opacity .2s ease .4s;
}

.timeline__slide._active img {
	opacity: 0;
}

@media only screen and (max-width:720px) {
	.timeline__slide._active img {
		opacity: 1;
	}
}

.timeline__overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}

.timeline__overlay .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.timeline__content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:720px) {
	.timeline__content {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-bottom: 44px;
	}
}

.timeline__content .container {
	display: none;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.timeline__content .container._active {
	opacity: 1;
}

.timeline__content .container._active .timeline__text,.timeline__content .container._active .timeline__title {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .4s ease .2s;
	transition: all .4s ease .2s;
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
	.timeline__container {
		width: calc(100% - 320px);
		min-width: calc(100% - 320px);
	}
}

@media only screen and (max-width:720px) {
	.timeline__container {
		width: calc(100% - 32px);
		min-width: calc(100% - 32px);
	}
}

.timeline__tabs {
	position: absolute;
	top: 110px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 220px;
}



.timeline__text {
	width: 560px;
	margin-top: 24px;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate3d(0,12px,0);
	transform: translate3d(0,12px,0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media only screen and (max-width:720px) {
	.timeline__text {
		width: 100%;
		font-size: 14px;
		font-weight: 400;
	}
}

.timeline__text p {
	line-height: 1.8;
}

.timeline__arrow {
	position: absolute;
	top: 0;
	z-index: 4;
	width: 88px;
	height: 100%;
	cursor: pointer;
	outline: none;
}

@media only screen and (max-width:720px) {
	.timeline__arrow {
		display: none;
	}
}

.timeline__arrow._prev {
	left: 0;
}

.timeline__arrow._prev .timeline__arrow-el {
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.timeline__arrow._next {
	right: 0;
	width: 145px;
}

.timeline__arrow._next .timeline__arrow-el {
	-webkit-transform: translate3d(24px,-50%,0) rotate(180deg);
	transform: translate3d(24px,-50%,0) rotate(180deg);
}

.timeline__arrow:hover .timeline__arrow-el {
	opacity: 1;
}

.timeline__arrow.swiper-button-disabled .timeline__arrow-el {
	opacity: 0;
}

.timeline__arrow-el {
	position: absolute;
	top: 50%;
	height: 48px;
	fill: #fff;
	opacity: .3;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}



.loading {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 28px 0 68px;
	font-size: 20px;
	color: #000;
	background-color: transparent;
	opacity: 1;
}

.loading.hide {
	pointer-events: none;
	opacity: 0;
}

.loading__ball {
	display: inline-block;
	margin: 0 10px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #6e319a;
	-webkit-animation: flappy 1.4s ease-in-out infinite;
	animation: flappy 1.4s ease-in-out infinite;
}

.loading__ball:nth-child(2) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.loading__ball:nth-child(3) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

@-webkit-keyframes flappy {
	0%,80%,to {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes flappy {
	0%,80%,to {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.agreement__top {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 320px;
	background-color: #6e319a;
}

@media only screen and (max-width:720px) {
	.agreement__top {
		height: 180px;
	}
}

.agreement__container {
	position: relative;
	z-index: 2;
	padding-bottom: 100px;
}

@media only screen and (max-width:720px) {
	.agreement__container {
		padding-bottom: 50px;
	}
}

.agreement__content {
	padding: 32px 42px;
	margin-top: -120px;
	width: 100%;
	background-color: #fff;
}

@media only screen and (max-width:720px) {
	.agreement__content {
		margin-top: -60px;
		padding: 24px 16px;
	}
}

.agreement__content h1 {
	margin-bottom: 16px;
}

.agreement__content p {
	margin-bottom: 22px;
}

@media only screen and (max-width:720px) {
	.agreement__content p {
		font-size: 14px;
		line-height: 1.6;
	}
}

.agreement__content p:last-child {
	margin-bottom: 0;
}

.agreement__content a {
	color: #6e319a;
}

.agreement__title {
	text-align: left;
	font-size: 42px;
	color: #0e1216;
}

@media only screen and (max-width:720px) {
	.agreement__title {
		font-size: 28px;
	}
}

.genplan-shield {
	position: absolute;
	height: 22px;
	padding: 0 8px;
	background-color: #27ae60;
	border-radius: 2px 0 0 2px;
	-ms-pointer-events: none;
	pointer-events: none;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,transform .3s ease;
	transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
}

.genplan-shield._sold {
	background-color: #f3493a;
}

.genplan-shield.hidden {
	opacity: 0;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	-webkit-transition: opacity 0s ease,-webkit-transform 0s ease;
	transition: opacity 0s ease,-webkit-transform 0s ease;
	transition: opacity 0s ease,transform 0s ease;
	transition: opacity 0s ease,transform 0s ease,-webkit-transform 0s ease;
}

.genplan-shield.infra {
	background-color: #fff;
}

.genplan-shield.infra .genplan-shield__text {
	font-size: 13px;
	color: #0e1216;
}

.genplan-shield.infra .genplan-shield__end {
	fill: #fff;
}


.genplan-shield__end {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 6px;
	fill: #27ae60;
	stroke: none;
	-webkit-transform: translateX(4.8px);
	transform: translateX(4.8px);
}

.genplan-shield._sold .genplan-shield__end {
	fill: #f3493a;
}

.genplan-tooltip {
	position: absolute;
	display: block;
	width: 160px;
	padding: 14px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform 0s ease;
	transition: -webkit-transform 0s ease;
	transition: transform 0s ease;
	transition: transform 0s ease, -webkit-transform 0s ease;
	-ms-pointer-events: none;
	pointer-events: none;
	z-index: 15;
}

.genplan-tooltip.active {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.23,1.66,.49,.6);
	transition: -webkit-transform .2s cubic-bezier(.23,1.66,.49,.6);
	transition: transform .2s cubic-bezier(.23,1.66,.49,.6);
	transition: transform .2s cubic-bezier(.23,1.66,.49,.6), -webkit-transform .2s cubic-bezier(.23,1.66,.49,.6);
}

.genplan-tooltip.active .genplan-tooltip__title {
	opacity: 1;
	-webkit-transition: opacity .1s ease .2s;
	transition: opacity .1s ease .2s;
}

.genplan-tooltip.active .genplan-tooltip__row {
	opacity: 1;
}

.genplan-tooltip.active .genplan-tooltip__row:first-child {
	-webkit-transition: opacity .1s ease .1s;
	transition: opacity .1s ease .1s;
}

.genplan-tooltip.active .genplan-tooltip__row:nth-child(2) {
	-webkit-transition: opacity .1s ease .2s;
	transition: opacity .1s ease .2s;
}

.genplan-tooltip.active .genplan-tooltip__row:nth-child(3) {
	-webkit-transition: opacity .1s ease .3s;
	transition: opacity .1s ease .3s;
}

.genplan-tooltip.active .genplan-tooltip__row:nth-child(4) {
	-webkit-transition: opacity .1s ease .4s;
	transition: opacity .1s ease .4s;
}

.genplan-tooltip.active .genplan-tooltip__row:nth-child(5) {
	-webkit-transition: opacity .1s ease .5s;
	transition: opacity .1s ease .5s;
}

.genplan-tooltip.active .genplan-tooltip__row:nth-child(6) {
	-webkit-transition: opacity .1s ease .6s;
	transition: opacity .1s ease .6s;
}



.genplan-tooltip__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.genplan-tooltip__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 6px;
	opacity: 0;
}

.genplan-tooltip__row:last-child {
	margin-bottom: 0;
}



.genplan-tooltip__row-count {
	line-height: 1;
	font-weight: 700;
	font-size: 10px;
}

.genplan-tooltip__row-price {
	line-height: 1;
	margin-left: auto;
	font-size: 10px;
}

.genplan-tooltip-town {
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-14px);
	transform: translateX(-50%) translateY(-14px);
	-ms-pointer-events: none;
	pointer-events: none;
	z-index: 15;
}

.genplan-tooltip-town.active .genplan-tooltip-town__number {
	-webkit-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	-webkit-transition: -webkit-transform .1s cubic-bezier(.23,1.66,.49,.6);
	transition: -webkit-transform .1s cubic-bezier(.23,1.66,.49,.6);
	transition: transform .1s cubic-bezier(.23,1.66,.49,.6);
	transition: transform .1s cubic-bezier(.23,1.66,.49,.6), -webkit-transform .1s cubic-bezier(.23,1.66,.49,.6);
}

.genplan-tooltip-town.active .genplan-tooltip-town__container {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.23,1.66,.49,.6) .1s;
	transition: -webkit-transform .3s cubic-bezier(.23,1.66,.49,.6) .1s;
	transition: transform .3s cubic-bezier(.23,1.66,.49,.6) .1s;
	transition: transform .3s cubic-bezier(.23,1.66,.49,.6) .1s, -webkit-transform .3s cubic-bezier(.23,1.66,.49,.6) .1s;
}

.genplan-tooltip-town.active .genplan-tooltip-town__desc {
	opacity: 1;
	-webkit-transition: opacity .1s ease .2s;
	transition: opacity .1s ease .2s;
}

.genplan-tooltip-town.active .genplan-tooltip-town__price {
	opacity: 1;
	-webkit-transition: opacity .1s ease .3s;
	transition: opacity .1s ease .3s;
}

.genplan-tooltip-town.active .genplan-tooltip-town__area {
	opacity: 1;
	-webkit-transition: opacity .1s ease .4s;
	transition: opacity .1s ease .4s;
}


.genplan-tooltip-town__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 20px 10px;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.genplan-tooltip-town._cottage .genplan-tooltip-town__container {
	width: 160px;
	padding: 37px 21px 16px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.genplan-tooltip-town__desc {
	margin-bottom: 6px;
	font-size: 12px;
	color: rgba(0,0,0,.4);
	opacity: 0;
}



.genplan-tooltip-town__price {
	margin-bottom: 4px;
	font-weight: 700;
	font-size: 16px;
	opacity: 0;
}

.genplan-tooltip-town__area {
	font-size: 14px;
	opacity: 0;
}

.genplan-tooltip-town__area._mb-4 {
	margin-bottom: 4px;
}

.genplan-tooltip-town__label {
	color: rgba(0,0,0,.4);
	font-size: 12px;
}

.genplan-filter .filter__btn._mobile {
	opacity: 0;
}

.genplan-filter__header {
	padding: 51px 60px;
}

@media only screen and (max-width:1024px) {
	.genplan-filter__header {
		padding: 16px;
	}
}

.genplan-filter__header .header-menu:before {
	width: 125px;
	height: 125px;
}

.genplan-filter__header .header-menu:after {
	width: 120px;
	height: 120px;
}

.genplan-filter__container {
	position: relative;
	width: 100%;
	background: #880032;
	-webkit-transition: padding-bottom .3s ease;
	transition: padding-bottom .3s ease;
}

@media only screen and (max-width:1024px) {
	.genplan-filter__container {
		padding-top: 50px;
		padding-bottom: 16px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	.genplan-filter__container._active {
		padding-top: 80px;
	}
}

.genplan-filter__container .filter {
	pointer-events: none;
}

.genplan-filter__container .filter._active {
	pointer-events: all;
}

@media only screen and (max-width:1024px) {
	.genplan-filter__container .filter {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity .2s ease;
		transition: opacity .2s ease;
	}

	.genplan-filter__container .filter._active {
		pointer-events: all;
		opacity: 1;
	}
}

.genplan-filter__container .filter__cell {
	opacity: 0;
}

.genplan-filter__container._active {
	padding-bottom: 40px;
}

.genplan-filter__container._active .genplan-filter__tabs {
	max-height: 90px;
	padding-bottom: 40px;
	overflow: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: max-height .5s ease,padding .3s ease,opacity .6s ease .5s,-webkit-transform .6s ease .5s;
	transition: max-height .5s ease,padding .3s ease,opacity .6s ease .5s,-webkit-transform .6s ease .5s;
	transition: max-height .5s ease,padding .3s ease,transform .6s ease .5s,opacity .6s ease .5s;
	transition: max-height .5s ease,padding .3s ease,transform .6s ease .5s,opacity .6s ease .5s,-webkit-transform .6s ease .5s;
}

@media only screen and (max-width:1024px) {
	.genplan-filter__container._active .genplan-filter__tabs {
		overflow: auto;
	}
}

.genplan-filter__container._active .object-list__filters {
	max-height: 115px;
	padding-bottom: 20px;
	overflow: visible;
}

@media only screen and (max-width:1024px) {
	.genplan-filter__container._active .object-list__filters {
		max-height: none;
	}
}

.genplan-filter__container._active .genplan-filter-show-btn._close {
	opacity: 1;
	pointer-events: all;
}

.genplan-filter__container._active .genplan-filter-show-btn._open {
	opacity: 0;
	pointer-events: none;
}

.genplan-filter__container .object-list__filters {
	max-height: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s ease,padding .3s ease;
	transition: max-height .5s ease,padding .3s ease;
}

@media only screen and (max-width:1024px) {
	.genplan-filter__container .object-list__filters {
		padding-bottom: 20px;
		max-height: none;
		overflow: visible;
	}
}

.genplan-filter__container .genplan-filter__tabs {
	-webkit-transform: scale(.9);
	transform: scale(.9);
	max-height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: max-height .5s ease,padding .3s ease,opacity .6s ease 0s,-webkit-transform .6s ease 0s;
	transition: max-height .5s ease,padding .3s ease,opacity .6s ease 0s,-webkit-transform .6s ease 0s;
	transition: max-height .5s ease,padding .3s ease,transform .6s ease 0s,opacity .6s ease 0s;
	transition: max-height .5s ease,padding .3s ease,transform .6s ease 0s,opacity .6s ease 0s,-webkit-transform .6s ease 0s;
}

@media only screen and (max-width:1024px) {
	.genplan-filter__container .genplan-filter__tabs {
		margin-left: 0;
	}
}

.genplan-filter__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 46px;
}

@media only screen and (max-width:1024px) {
	.genplan-filter__tabs {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100vw;
		margin-left: -16px;
		overflow: auto;
	}
}

.genplan-filter__tabs.hidden {
	opacity: 0;
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.genplan-filter__tabs.visible {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity .6s ease .4s,-webkit-transform .6s ease .4s;
	transition: opacity .6s ease .4s,-webkit-transform .6s ease .4s;
	transition: transform .6s ease .4s,opacity .6s ease .4s;
	transition: transform .6s ease .4s,opacity .6s ease .4s,-webkit-transform .6s ease .4s;
}


@media only screen and (max-width:1024px) {
	.genplan-filter__tab {
		opacity: .4;
	}
}

@media only screen and (max-width:1024px) {
	.genplan-filter__tab:first-child {
		margin-left: 16px;
	}
}

.genplan-filter__tab:last-child {
	margin-right: 0;
}

.genplan-filter__tab:hover {
	background-color: #27ae60;
	color: #fff;
	opacity: 1;
}

@media only screen and (max-width:1024px) {
	.genplan-filter__tab:hover {
		opacity: .4;
		background-color: #fff;
		color: #0e1216;
	}
}

.genplan-filter__tab._active {
	background-color: #27ae60;
	color: #fff;
	opacity: 1;
}

@media only screen and (max-width:1024px) {
	.genplan-filter__tab._active:hover {
		background-color: #27ae60;
		color: #fff;
		opacity: 1;
	}
}



.genplan-filter-show-btn:hover {
	-webkit-transform: translate(-50%,50%) scale(1.1);
	transform: translate(-50%,50%) scale(1.1);
}

@media only screen and (max-width:1024px) {
	.genplan-filter-show-btn {
		font-size: 13px;
	}
}

@media only screen and (max-width:1024px) {
	.genplan-filter-show-btn._desk {
		display: none;
	}
}

.genplan-filter-show-btn._open {
	color: #6e319a;
	opacity: 1;
	pointer-events: all;
}

.genplan-filter-show-btn._close {
	color: #666;
}

.genplan-filter-show-btn._footer {
	display: none;
}

@media only screen and (max-width:1024px) {
	.genplan-filter-show-btn._footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		z-index: 1;
	}
}

.genplan-filter-show-btn__svg {
	margin-right: 7px;
}

.genplan-filter-show-btn__svg._open {
	width: 17px;
	height: 14px;
	stroke: #6e319a;
}

.genplan-filter-show-btn__svg._close {
	width: 14px;
	height: 14px;
	stroke: #666;
}

.genplan-filter-show-btn__text {
	color: #000;
}



@media only screen and (max-width:720px) {
	.genplan-infra-switcher {
		font-size: 13px;
		padding: 8px 14px 8px 10px;
	}
}

.genplan-infra-switcher__wrapper {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	z-index: 1;
}

@media only screen and (max-width:720px) {
	.genplan-infra-switcher__wrapper {
		position: relative;
		bottom: auto;
		left: auto;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.genplan-infra-switcher__shadow {
	position: absolute;
	top: -15%;
	left: -15%;
	right: -15%;
	bottom: -15%;
	margin: auto;
	width: 130%;
	height: 130%;
	background: radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,.8) 0,transparent 100%);
	z-index: 0;
	pointer-events: none;
}

@media only screen and (max-width:720px) {
	.genplan-infra-switcher__shadow {
		display: none;
	}
}

.genplan-infra-switcher__icon {
	position: relative;
	width: 28px;
	height: 17px;
	margin-right: 6px;
	border-radius: 22px;
	background: #c4c4c4;
	overflow: hidden;
}

@media only screen and (max-width:720px) {
	.genplan-infra-switcher__icon {
		width: 25px;
		height: 15px;
	}
}

.genplan-infra-switcher__icon:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	margin: auto 0;
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 50%;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.genplan-infra-switcher__icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #27ae60;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

@media screen and (min-width:720px) {
	.genplan-infra-switcher__wrapper:hover .genplan-infra-switcher__icon:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.genplan-infra-switcher__wrapper:hover .genplan-infra-switcher__icon:after {
		opacity: .5;
	}
}

.genplan-infra-switcher__wrapper._active .genplan-infra-switcher__icon:before {
	left: calc(100% - 3px);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.genplan-infra-switcher__wrapper._active .genplan-infra-switcher__icon:after {
	opacity: 1;
}

.genplan-infra-pin {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.genplan-infra-pin:hover .genplan-infra-pin__description {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	color: rgba(51,51,51,.6);
	-webkit-transition: -webkit-transform .2s ease 0s;
	transition: -webkit-transform .2s ease 0s;
	transition: transform .2s ease 0s;
	transition: transform .2s ease 0s, -webkit-transform .2s ease 0s;
}

.genplan-infra-pin:hover .genplan-infra-pin__description-text,.genplan-infra-pin:hover .genplan-infra-pin__row {
	opacity: 1;
	-webkit-transition: opacity .2s ease .2s;
	transition: opacity .2s ease .2s;
}

.genplan-infra-pin__img {
	width: 50px;
	height: 50px;
	position: absolute;
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px);
	border: 3px solid #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	border-radius: 50%;
	z-index: 1;
}

.genplan-infra-pin__text {
	padding: 7px 10px;
	margin-top: -6px;
	background: #fff;
	color: #333;
	font-weight: 700;
	font-size: 12px;
	border-radius: 4px;
	text-align: center;
	min-width: 135px;
}

.genplan-infra-pin__description {
	position: absolute;
	top: calc(100% - 4px);
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 135px;
	width: 100%;
	padding: 0 13px 12px;
	font-size: 10px;
	text-align: center;
	color: rgba(51,51,51,0);
	background: #fff;
	border-radius: 0 0 4px 4px;
	opacity: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: color .2s ease 0s,-webkit-transform .2s ease .2s;
	transition: color .2s ease 0s,-webkit-transform .2s ease .2s;
	transition: color .2s ease 0s,transform .2s ease .2s;
	transition: color .2s ease 0s,transform .2s ease .2s,-webkit-transform .2s ease .2s;
}

.genplan-infra-pin__description-text {
	opacity: 0;
	-webkit-transition: opacity .2s ease 0s;
	transition: opacity .2s ease 0s;
}

.genplan-infra-pin__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: opacity .2s ease 0s;
	transition: opacity .2s ease 0s;
	width: 100%;
}

.genplan-infra-pin__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 10px;
	line-height: 15px;
}

.genplan-infra-pin__label {
	color: rgba(51,51,51,.4);
}

.genplan-infra-pin__val {
	color: #333;
}

.genplan-infra-pin.active .genplan-infra-pin__description {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	color: rgba(51,51,51,.6);
	-webkit-transition: -webkit-transform .2s ease 0s;
	transition: -webkit-transform .2s ease 0s;
	transition: transform .2s ease 0s;
	transition: transform .2s ease 0s, -webkit-transform .2s ease 0s;
}

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

.genplan-infra-shield {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
	opacity: 1;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.genplan {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: calc(100vh - 198px);
}

@media only screen and (max-width:1024px) {
	.genplan {
		width: 100vw;
		height: 600px;
	}
}

@media only screen and (max-width:1024px) {
	.genplan-footer {
		position: absolute;
		bottom: 12px;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		padding: 0 16px;
	}

	.genplan-footer:before {
		content: "";
		position: absolute;
		top: -50%;
		left: -50%;
		right: -50%;
		bottom: -50%;
		margin: auto;
		width: 200%;
		height: 200%;
		background: radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,.8) 0,transparent 100%);
		z-index: 1;
		pointer-events: none;
	}
}

.genplan-tooltip-town._sold .genplan-tooltip-town__number {
	background-color: #ef4136;
}

.genplan-sold {
	display: none;
	position: absolute;
	right: 60px;
	bottom: 60px;
	z-index: 20;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: hsla(0,0%,100%,.8);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}



.genplan__layout {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.genplan__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.genplan__overlay._hide {
	opacity: 0;
}

.genplan__overlay-hint {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-size: 22px;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
	transition: opacity .4s ease,-webkit-transform .4s ease;
	transition: opacity .4s ease,transform .4s ease;
	transition: opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
	pointer-events: none;
}

@media only screen and (max-width:720px) {
	.genplan__overlay-hint {
		display: none;
	}
}

.genplan__overlay-hint._active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.genplan__overlay-hint div:first-child {
	position: relative;
	margin-bottom: 20px;
}

.genplan__overlay-hint .hint-gif {
	position: absolute;
	top: 0;
	right: -34px;
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	background-image: url("../images/icns/icn_cursor.6ff3c8a65b8f.gif");
	background-size: contain;
	background-repeat: no-repeat;
}

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

@media only screen and (max-width:720px) {
	.genplan__overlay-svg {
		width: auto;
		height: 100%;
	}
}

.genplan__overlay-svg polygon {
	stroke: none;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	cursor: pointer;
}

.genplan__overlay-svg polygon._sold {
	fill: #ef4136!important;
}

.genplan__overlay-svg polygon._sold:hover,.genplan__overlay-svg polygon:hover {
	opacity: .8;
}

.genplan__overlay-svg polygon._hide,.genplan__overlay-svg polygon.mart-haus {
	opacity: 0;
}

.genplan__overlay-svg polygon.mart-haus:hover {
	opacity: .3;
	fill: #8bb535;
}

.genplan__overlay-svg.blue polygon {
	fill: #3835b5;
}

.genplan__overlay-svg.green polygon {
	fill: #8bb535;
}

.genplan__overlay-ui {
	-ms-pointer-events: none;
	pointer-events: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.genplan__overlay-ui,.genplan__scroll-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.genplan__scroll-wrapper {
	z-index: 0;
	opacity: 0;
	overflow: hidden;
	cursor: -webkit-grab;
	cursor: grab;
}




.genplan-plan-switcher__btns {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	width: 120px;
	border-radius: 25px;
	background-color: #fff;
	cursor: pointer;
}

@media only screen and (max-width:720px) {
	.genplan-plan-switcher__btns {
		height: 30px;
		width: 100px;
	}
}

.genplan-plan-switcher__btns:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	height: 100%;
	border-radius: 25px;
	background-color: #27ae60;
}

@media only screen and (max-width:720px) {
	.genplan-plan-switcher__btns:after {
		width: 55px;
	}
}

.genplan-plan-switcher__btns span {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 50%;
	font-size: 24px;
	text-align: center;
	color: #000;
}

@media only screen and (max-width:720px) {
	.genplan-plan-switcher__btns span {
		display: 16px;
	}
}

.genplan-plan-switcher__btns span:first-child {
	color: #fff;
}

.genplan-plan-switcher._active .genplan-plan-switcher__btns:after {
	left: auto;
	right: 0;
}

.genplan-plan-switcher._active .genplan-plan-switcher__btns span:first-child {
	color: #000;
}

.genplan-plan-switcher._active .genplan-plan-switcher__btns span:last-child {
	color: #fff;
}

._infra.active {
	opacity: .8;
}

._infra.hidden {
	display: none;
}

.flat-card {
	position: relative;
	display: block;
	width: 310px;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.flat-card {
		width: calc(33.33% - 16px);
	}
}

@media only screen and (max-width:1024px) {
	.flat-card {
		width: calc(50% - 32px);
	}
}

@media only screen and (max-width:720px) {
	.flat-card {
		width: calc(100vw - 32px);
	}
}

.flat-card:hover .flat-card__container {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.flat-card__container {
	position: relative;
	width: 100%;
	border-radius: 6px;
	padding-top: 62px;
	background-color: #fff;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.flat-card__name {
	position: absolute;
	top: 22px;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
}



.flat-card__plan {
	position: relative;
	height: 212px;
	padding: 0 40px;
}

.flat-card__plan-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
}

.flat-card__info {
	padding: 10px 40px;
}

@media only screen and (max-width:720px) {
	.flat-card__info {
		padding: 10px 32px;
	}
}

.flat-card__info-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.flat-card__info-row:last-child {
	margin-bottom: 0;
}

.flat-card__cell {
	width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flat-card__cell:last-child {
	width: auto;
	margin-right: 0;
}

.flat-card__cell-value {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	color: #8bb535;
}

.flat-card__cell-value sup {
	position: absolute;
	top: -3px;
}

.flat-card__cell-label {
	font-size: 13px;
	font-weight: 300;
}

.flat-card__price {
	width: 100%;
	padding: 10px 0 20px;
	text-align: center;
	font-size: 24px;
	color: #219653;
}

.flat-card__price.request {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 49px;
	z-index: 2;
	margin: 16px auto 0;
	padding: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #000;
}

.flat-card__price.request:hover .request__answer {
	opacity: 1;
}

.realty-object-card-advantages {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}

.realty-object-card-advantages__item {
	position: relative;
	margin-right: 10px;
}

.realty-object-card-advantages__item:last-child {
	margin-right: 0;
}

.realty-object-card-advantages__item:hover .realty-object-card-advantages__text {
	opacity: 1;
	-webkit-transform: translate(-50%,100%);
	transform: translate(-50%,100%);
}

.realty-object-card-advantages__icn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
}

.realty-object-card-advantages__icn img {
	height: 20px;
	display: block;
}


.realty-object-card-advantages__text:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 6px solid rgba(42,32,50,.9);
}

@media only screen and (max-width:720px) {
	.realty-object-card-advantages__text {
		display: none;
	}
}

.realty-object-card-advantages__booked .realty-object-card-advantages__booked-img {
	position: relative;
}

.realty-object-card-advantages__booked .realty-object-card-advantages__booked-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .5;
	z-index: 2;
}

.realty-object-card-advantages__booked-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
}

.realty-object-card-advantages__booked-wrap:hover .realty-object-card-advantages__booked-text {
	opacity: 1;
	-webkit-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
}

.realty-object-card-advantages__booked-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #000;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-size: 50%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.085 8.334H4.652c-.823 0-1.49.675-1.49 1.506v5.272c0 .832.667 1.507 1.49 1.507h10.432c.824 0 1.49-.675 1.49-1.507V9.84c0-.831-.666-1.506-1.49-1.506z' fill='%23fff'/%3E%3Cpath d='M6.142 8.334V5.322c0-.999.393-1.957 1.091-2.663a3.706 3.706 0 012.635-1.103c.988 0 1.936.397 2.635 1.103a3.786 3.786 0 011.091 2.663v3.012' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	z-index: 2;
}


.realty-object-card-advantages__booked-text:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 6px solid #fff;
}

@media only screen and (max-width:720px) {
	.realty-object-card-advantages__booked-text {
		display: none;
	}
}

.realty-object-page-advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
}

@media only screen and (max-width:720px) {
	.realty-object-page-advantages {
		width: 100vw;
		margin-left: -15px;
		overflow-y: hidden;
		overflow-x: scroll;
	}
}

.realty-object-page-advantages__item {
	position: relative;
	margin-right: 10px;
}

@media only screen and (max-width:720px) {
	.realty-object-page-advantages__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 16px;
	}
}

@media only screen and (max-width:720px) {
	.realty-object-page-advantages__item:first-child {
		margin-left: 15px;
	}
}

.realty-object-page-advantages__item:last-child {
	margin-right: 0;
}

.realty-object-page-advantages__item:hover .realty-object-page-advantages__text {
	opacity: 1;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

@media only screen and (max-width:720px) {
	.realty-object-page-advantages__item:hover .realty-object-page-advantages__text {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.realty-object-page-advantages__icn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 22px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
}

@media only screen and (max-width:720px) {
	.realty-object-page-advantages__icn {
		margin-right: 12px;
	}
}

.realty-object-page-advantages__icn img {
	height: 24px;
	display: block;
}

.realty-object-page-advantages__text {
	position: absolute;
	left: 50%;
	bottom: -6px;
	padding: 6px 14px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	-webkit-transform: translateY(120%);
	transform: translateY(120%);
	pointer-events: none;
	-webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
	transition: opacity .2s ease,-webkit-transform .2s ease;
	transition: opacity .2s ease,transform .2s ease;
	transition: opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;
}

@media only screen and (max-width:720px) {
	.realty-object-page-advantages__text {
		position: relative;
		left: 0;
		bottom: auto;
		padding: 0;
		background-color: transparent;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		font-size: 14px;
		color: #fff;
	}
}

.town-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 278px;
	padding-top: 22px;
	border-radius: 6px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
}

@media only screen and (max-width:1024px) {
	.town-card {
		width: calc(100vw - 32px);
		height: 136vw;
	}
}

.town-card:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	z-index: 3;
}

.town-card__layout {
	position: relative;
	z-index: 2;
	margin-bottom: 14px;
	font-size: 16px;
	color: rgba(0,0,0,.4);
}

.town-card__price {
	position: relative;
	z-index: 2;
	margin-bottom: 2px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	height: 22px;
}

.town-card__price:hover .request__answer {
	opacity: 1;
}

.town-card__area {
	position: relative;
	z-index: 2;
	font-size: 16px;
}

.town-card__area sup {
	font-size: 10px;
}

.town-card__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	z-index: 0;
	-ms-pointer-events: none;
	pointer-events: none;
	overflow: hidden;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.town-card__image-img {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
}

.town-card__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 244px;
	margin: 14px auto;
	z-index: 2;
}

.town-card__cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 34px;
}

.town-card__cell:last-child {
	margin-right: 0;
}

.town-card__cell-val {
	font-size: 20px;
	color: #8bb535;
}

.town-card__cell-label {
	font-size: 13px;
	color: #0e1216;
}

.town-card .realty-object-card-advantages__booked-wrap {
	top: auto;
	bottom: 150px;
}

.filter-boolean {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 54px;
}

.filter-boolean._active .filter-boolean__btn:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.filter-boolean._disabled {
	opacity: .6;
}

.filter-boolean._disabled .filter-boolean__btn:after,.filter-boolean._disabled .filter-boolean__btn:hover:after {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.filter-boolean__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	margin-right: 12px;
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
}

.filter-boolean__btn:hover:after {
	-webkit-transform: scale(.6);
	transform: scale(.6);
}

.filter-boolean__btn:after {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 3px;
	background-color: #6e319a;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease;
}


.filter-range.noUi-target {
	height: 2px;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #c4c4c4;
}

@media only screen and (max-width:720px) {
	.filter-range.noUi-target {
		height: 4px;
	}
}

.filter-range .noUi-connect {
	background-color: #27ae60;
}

.filter-range .noUi-handle.noUi-handle.noUi-handle {
	right: -6px;
	width: 12px;
	height: 12px;
	border: none;
	border-radius: 12px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #27ae60;
	outline: none;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	cursor: pointer;
}

@media only screen and (max-width:720px) {
	.filter-range .noUi-handle.noUi-handle.noUi-handle {
		width: 26px;
		height: 26px;
		top: -12px;
		right: -13px;
	}
}

.filter-range .noUi-handle.noUi-handle.noUi-handle:after,.filter-range .noUi-handle.noUi-handle.noUi-handle:before {
	display: none;
}

.filter-range .noUi-handle.noUi-handle.noUi-handle:active,.filter-range .noUi-handle.noUi-handle.noUi-handle:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.filter-selectric select {
	width: 100%;
}

.filter-selectric .selectric-wrapper {
	width: 100%!important;
}

.filter-selectric .selectric {
	height: 54px;
	border-radius: 3px;
}

.filter-selectric .selectric:hover {
	border-radius: 3px;
}

.filter-selectric .selectric:hover .button {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.filter-selectric .selectric .label {
	height: 54px;
	line-height: 54px;
	font-weight: 400;
}

.filter-selectric .selectric .button {
	width: 54px;
	height: 54px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .1s ease-out;
	transition: -webkit-transform .1s ease-out;
	transition: transform .1s ease-out;
	transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}

.filter-selectric .selectric .button:after {
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	border-top: none;
	border-left: none;
	-webkit-transform: translateY(-25%) rotate(45deg);
	transform: translateY(-25%) rotate(45deg);
}

.filter-selectric.selectric-open .selectric {
	border-radius: 3px 3px 0 0;
}

.filter-selectric .selectric-items {
	border-radius: 0 0 3px 3px;
}

.filter-selectric .selectric-items ul>li:first-child {
	display: block;
}

.filter-selectric .selectric-items li {
	font-weight: 400;
}

.filter-selectric .selectric-items li.highlighted,.filter-selectric .selectric-items li.selected {
	background-color: #27ae60;
	color: #fff;
}

.filter-selectric .selectric-items li:last-child {
	border-radius: 0 0 3px 3px;
}

.request:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 163px;
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,.1);
	border-radius: 20px;
}

.request__icon {
	position: absolute;
	top: 4px;
	left: 170px;
	width: 6px;
	height: 18px;
	fill: #8bb535;
}


.request__answer:before {
	content: "";
	position: absolute;
	top: 54px;
	left: 68px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	-webkit-transform: rotate(134deg);
	transform: rotate(134deg);
}

.filter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 1320px;
}

.filter .hidden {
	width: 342px;
}

@media only screen and (max-width:720px) {
	.filter .hidden {
		width: 100%;
	}
}

@media only screen and (max-width:1024px) {
	.filter {
		position: relative;
	}
}

.filter__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.filter__content {
	width: 100%;
}

@media only screen and (max-width:720px) {
	.filter__content .selectric-filter__select {
		width: 100%;
	}
}

.filter__row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 36px;
}

@media only screen and (max-width:1024px) {
	.filter__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}
}

.filter__row:nth-child(2) {
	margin-bottom: 0;
}

@media only screen and (max-width:720px) {
	.filter__row:nth-child(2)>:first-child {
		margin-top: 30px;
	}
}

.filter__cell {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	width: 100%;
	margin-right: 24px;
}

@media only screen and (max-width:720px) {
	.filter__cell {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
}

.filter__cell:first-child {
	margin-top: 0;
}

.filter__cell:last-child {
	margin-right: 0;
}

.filter__cell._disabled {
	display: none;
}

.filter__cell._result {
	margin-left: auto;
	min-width: 220px;
	max-width: 220px;
}

@media only screen and (max-width:720px) {
	.filter__cell._result {
		display: none!important;
	}
}



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

.filter__content-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media only screen and (max-width:720px) {
	.filter__content-footer {
		position: relative;
		width: calc(100vw - 64px);
		margin: 24px auto 0;
	}
}


@media only screen and (max-width:720px) {
	.filter__input {
		width: 50%;
	}
}

.filter__input:first-child {
	border-radius: 3px 0 0 3px;
	border-right: none;
}

.filter__input:last-child {
	border-radius: 0 3px 3px 0;
}

.filter__select {
	width: 212px;
	height: 54px;
	border: #fff;
	outline: none;
}

.filter__btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 54px;
	padding: 0 20px;
	background-color: #27ae60;
	margin-top: 36px;
	margin-right: 28px;
	border-radius: 3px 0 0 3px;
	cursor: pointer;
}

@media only screen and (max-width:720px) {
	.filter__btn {
		width: calc(100% - 13px);
	}
}

.filter__btn:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	width: 14px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
	background-color: #27ae60;
}

.filter__btn:hover .filter__btn-flag,.filter__btn:hover:after {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

.filter__btn._mobile {
	display: none;
}

@media only screen and (max-width:720px) {
	.filter__btn._mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 30px;
	}
}

.filter__btn-icn {
	width: 26px;
	margin-right: 16px;
	stroke: #fff;
	fill: none;
}

.filter__btn-flag {
	position: absolute;
	top: 0;
	left: calc(100% - 1px);
	height: 100%;
	width: 13px;
	fill: #27ae60;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}



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


.filter__multiselect-btn:first-child {
	border-radius: 3px 0 0 3px;
}

.filter__multiselect-btn:last-child {
	border-radius: 0 3px 3px 0;
	border-right: 1px solid;
	border-color: #c4c4c4;
}

.filter__multiselect-btn.active,.filter__multiselect-btn:hover {
	background-color: #27ae60;
	border-color: #27ae60;
	color: #fff;
}

.filter__multiselect-btn.active.disabled,.filter__multiselect-btn.disabled {
	opacity: .3;
	background-color: #fff;
	color: #000;
	-ms-pointer-events: none;
	pointer-events: none;
}

.filter__multiselect-btn.active.disabled:hover,.filter__multiselect-btn.disabled:hover {
	background-color: #fff;
	color: #000;
}

.t-visual-detail-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: auto;
}

@media only screen and (max-width:720px) {
	.t-visual-detail-tags {
		width: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: scroll;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.t-visual-detail-tags-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 8.5px 10px;
	border-radius: 18px;
	margin-right: 12px;
	margin-bottom: 15px;
}

@media only screen and (max-width:720px) {
	.t-visual-detail-tags-item {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.t-visual-detail-tags-item:last-child {
	margin-right: 0;
}

.t-visual-detail-tags-item__icon {
	width: 32px;
}

.t-visual-detail-tags-item__icon-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin-right: 8px;
	border-radius: 50%;
}


.t-visual-detail-tags__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.t-visual-detail-tags__info a,.t-visual-detail-tags__info span {
	color: #fff;
}

.project-tour__wrapper {
	padding: 90px 0;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.project-tour__wrapper {
		padding: 90px 50px;
		position: relative;
	}
}

@media only screen and (max-width:720px) {
	.project-tour__wrapper {
		padding-bottom: 130px;
		padding-top: 0;
	}
}

@media only screen and (max-width:720px) {
	.project-tour {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 16px;
		height: auto;
	}
}

.project-tour * {
	z-index: 1;
}

@media only screen and (max-width:720px) {
	.project-tour .btn {
		height: 40px;
		width: 193px;
		-webkit-box-shadow: 0 4px 20px rgba(0,0,0,.15);
		box-shadow: 0 4px 20px rgba(0,0,0,.15);
		border-radius: 50px;
		-ms-flex-item-align: center;
		align-self: center;
	}
}

.project-tour__container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.project-tour__container {
		position: static;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media only screen and (max-width:720px) {
	.project-tour__container {
		position: static;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}



@media only screen and (min-width:720px) and (max-width:1320px) {
	.project-tour__title {
		width: 460px;
	}
}

@media only screen and (max-width:720px) {
	.project-tour__title {
		width: 100%;
		font-size: 40px;
		line-height: 40px;
		margin-top: 30px;
		margin-bottom: 40px;
	}
}

.project-tour__img {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 940px;
	height: 375px;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	cursor: pointer;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.project-tour__img {
		width: 100%;
	}
}

@media only screen and (max-width:720px) {
	.project-tour__img {
		height: 216px;
		width: 100%;
	}
}

.project-tour__img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(271.26deg,#05203a -29.25%,rgba(4,23,43,0));
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.project-tour__icn {
	width: 102px;
	height: 102px;
	fill: #fff;
}

@media only screen and (max-width:720px) {
	.project-tour__icn {
		display: block;
		width: 75px;
		height: 75px;
	}
}

.project-tour__slider {
	width: 940px;
	z-index: 0;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.project-tour__slider {
		width: 100%;
	}
}

@media only screen and (max-width:720px) {
	.project-tour__slider {
		width: 100%;
	}
}


.project-tour__haedline,.project-tour__text {
	font-style: normal;
	letter-spacing: .03em;
	color: #fff;
}


.project-tour__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.project-tour__desc.hidden {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.project-tour__slider-interface {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 57px;
}

.project-tour__nav {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	right: 0;
	bottom: 0;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.project-tour__nav {
		top: 233px;
		right: 50px;
		bottom: auto;
	}
}

@media only screen and (max-width:720px) {
	.project-tour__nav {
		display: none;
	}
}

.project-tour__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.project-tour__btn {
	width: 193px;
	height: 57px;
	border-radius: 50px;
	font-size: 18px;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.project-tour__btn {
		position: absolute;
		bottom: 20px;
		left: 50%;
		margin-left: -96px;
	}
}

@media only screen and (max-width:720px) {
	.project-tour__btn {
		position: absolute;
		height: 40px;
		bottom: -80px;
	}
}

.project-tour .swiper-pagination-tour {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
}

.project-tour .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 1;
}

.project-tour .swiper-pagination-bullet:only-child {
	visibility: hidden;
}

.project-tour .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
}

@media only screen and (max-width:720px) {
	.project-tour .swiper-wrapper {
		padding-bottom: 30px;
	}
}

.flat-design {
	position: relative;
	padding: 80px 0;
	background: #5e2786;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

@media only screen and (max-width:720px) {
	.flat-design {
		padding: 90px 16px;
	}
}

.flat-design__container {
	position: relative;
	opacity: 0;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	display: none;
}

.flat-design__container._active {
	display: block;
	opacity: 1;
}

.flat-design-slider {
	display: none;
}

@media only screen and (max-width:720px) {
	.flat-design-slider {
		display: block;
		width: 100%;
		padding-bottom: 35px;
		margin-bottom: 25px;
	}
}

.flat-design__gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}

.flat-design__gallery .swiper-pagination-mob>.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #fff;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

.flat-design__gallery .swiper-pagination-bullets {
	text-align: center;
}

@media only screen and (max-width:720px) {
	.flat-design__gallery {
		display: block;
	}
}

.flat-design__gallery-slider {
	width: 420px;
	margin-right: 24px;
}

@media only screen and (max-width:720px) {
	.flat-design__gallery-slider {
		width: 100%;
	}
}

.flat-design__gallery-slide {
	background-size: cover;
	background-repeat: no-repeat;
}

.flat-design__gallery-slide.fancybox-content {
	background-size: contain;
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
}

.flat-design__gallery-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:720px) {
	.flat-design__gallery-nav {
		display: none;
	}
}

.flat-design__gallery-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 47px;
	height: 47px;
	margin-right: 8px;
	border-radius: 50%;
	background-color: #fff;
	outline: none;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	cursor: pointer;
}

.flat-design__gallery-button.swiper-button-disabled {
	opacity: .4;
}

.flat-design__gallery-button.next {
	margin-right: 0;
}

.flat-design__gallery-button.next svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.flat-design__gallery-button svg {
	width: 10px;
	height: 16px;
	fill: none;
	stroke: #4e5153;
}

.flat-design__gallery-container {
	width: 100%;
	height: 340px;
}

.flat-design__gallery-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 27px;
}



.flat-design__pagination.swiper-pagination {
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flat-design__pagination.swiper-pagination>.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.flat-design__pagination.swiper-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
}

.flat-design__slide {
	width: 100%;
	height: 195px;
}



@media only screen and (max-width:720px) {
	.flat-design__title {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 40px;
		line-height: 48px;
		font-weight: 400;
		text-align: center;
	}
}


@media only screen and (max-width:720px) {
	.flat-design-tour-btn {
		display: none;
	}
}

.flat-design-tour-btn:hover {
	width: 160px;
	padding-right: 16px;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.flat-design-tour-btn:hover>span {
	opacity: 1;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.flat-design-tour-btn>span {
	display: block;
}

@media screen and (min-width:720px) {
	.flat-design-tour-btn>span {
		opacity: 0;
		overflow: hidden;
		-webkit-transition: opacity .2s ease;
		transition: opacity .2s ease;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
}

.flat-design-tour-btn svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 70px;
	padding: 10px;
}

@media only screen and (max-width:720px) {
	.flat-design-tour-btn svg {
		width: 40px;
		height: 40px;
		padding: 6px;
	}
}

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

.flat-design__row._header {
	margin-bottom: 60px;
}

@media only screen and (max-width:720px) {
	.flat-design__row._header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}
}

@media only screen and (max-width:720px) {
	.flat-design__row._images {
		display: none;
	}
}

.flat-design-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:720px) {
	.flat-design-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.flat-design-list__item {
	width: 50%;
	margin-right: 50px;
}

@media only screen and (max-width:720px) {
	.flat-design-list__item {
		width: 100%;
		margin-right: 0;
	}
}




@media only screen and (max-width:720px) {
	.flat-design-list__item-callback {
		margin: 35px auto 0;
		background-color: #fff;
		color: #000;
	}
}

.flat-design-advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
}

.flat-design-advantages__item {
	position: relative;
	margin-bottom: 19px;
	padding-left: 32px;
	font-size: 15px;
	line-height: 29px;
}

@media only screen and (max-width:720px) {
	.flat-design-advantages__item {
		margin-bottom: 8px;
	}
}

.flat-design-advantages__item:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width:720px) {
	.flat-design-advantages__item:last-child {
		margin-bottom: 8px;
	}
}

.flat-design-advantages__item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background: #8bb535;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.flat-design-image {
	position: relative;
	width: 258px;
	height: 205px;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

@media only screen and (max-width:720px) {
	.flat-design-image {
		width: 100%;
		height: 195px;
		margin-right: 0;
		margin-bottom: 0;
	}
}



.flat-design-image._big {
	width: 744px;
	height: 420px;
	margin-bottom: 0;
}

.flat-design-image:nth-child(2n) {
	margin-right: 0;
}

.flat-design-image:nth-child(3),.flat-design-image:nth-child(4) {
	margin-bottom: 0;
}

.flat-design-image__img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.flat-design-image__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flat-design-switcher {
	position: absolute;
	top: 0;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 348px;
	height: 56px;
	border-radius: 50px;
	overflow: hidden;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-box-shadow: 0 4px 20px rgba(0,0,0,.15);
	box-shadow: 0 4px 20px rgba(0,0,0,.15);
}

@media only screen and (max-width:720px) {
	.flat-design-switcher {
		top: 40px;
	}
}



@media only screen and (max-width:720px) {
	.flat-design-switcher__item {
		padding: 15px 17px;
		font-size: 12px;
		white-space: nowrap;
	}
}

.flat-design-switcher__item._active,.flat-design-switcher__item:hover {
	background-color: #6e319a;
	color: #fff;
}

.flat-design-switcher__item._active {
	pointer-events: none;
}

.flat-design-switcher__item.renovation._active,.flat-design-switcher__item.renovation:hover {
	background-color: #40304e;
}

.flat-design .swiper-wrapper-mob {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:720px) {
	.flat-design .swiper-wrapper-mob {
		display: unset;
	}
}

.flat {
	background-color: #f4f4f4;
}

@media only screen and (max-width:720px) {
	.flat.project-grid {
		margin-top: 35px;
	}
}

.flat__container {
	width: 1296px;
	padding-bottom: 95px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media only screen and (max-width:1365px) {
	.flat__container {
		width: calc(100vw - 32px);
		padding-top: 0;
		padding-bottom: 25px;
	}

	.flat__container._mob-pb-50 {
		padding-bottom: 50px;
	}
}

.flat__container.mortgage {
	padding-bottom: 0;
}


@media only screen and (max-width:720px) {
	.flat__title {
		width: 100%;
		height: auto;
		margin-bottom: 16px;
	}
}


.flat__subtitle {
	margin-bottom: 36px;
	text-align: center;
}

@media only screen and (max-width:720px) {
	.flat__subtitle {
		margin-top: 20px;
		font-size: 36px;
	}
}

.flat__main {
	width: 920px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width:720px) {
	.flat__main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100vw;
		margin-left: -16px;
	}
}



@media only screen and (max-width:720px) {
	.flat__circle {
		width: 56px;
		height: 56px;
	}
}

.flat__circle.floor {
	cursor: pointer;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.flat__circle.floor.active,.flat__circle.floor:hover {
	background-color: #8bb535;
}

.flat__circle.hidden {
	opacity: 0;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.flat__circle.visible {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.flat__circle.visible:first-child {
	-webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
	transition: opacity .4s ease,-webkit-transform .4s ease;
	transition: opacity .4s ease,transform .4s ease;
	transition: opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
}

.flat__circle.visible:nth-child(2) {
	-webkit-transition: opacity .4s ease .2s,-webkit-transform .4s ease .2s;
	transition: opacity .4s ease .2s,-webkit-transform .4s ease .2s;
	transition: opacity .4s ease .2s,transform .4s ease .2s;
	transition: opacity .4s ease .2s,transform .4s ease .2s,-webkit-transform .4s ease .2s;
}

.flat__circle.visible:nth-child(3) {
	-webkit-transition: opacity .4s ease .4s,-webkit-transform .4s ease .4s;
	transition: opacity .4s ease .4s,-webkit-transform .4s ease .4s;
	transition: opacity .4s ease .4s,transform .4s ease .4s;
	transition: opacity .4s ease .4s,transform .4s ease .4s,-webkit-transform .4s ease .4s;
}

.flat__circle.visible:nth-child(4) {
	-webkit-transition: opacity .4s ease .6s,-webkit-transform .4s ease .6s;
	transition: opacity .4s ease .6s,-webkit-transform .4s ease .6s;
	transition: opacity .4s ease .6s,transform .4s ease .6s;
	transition: opacity .4s ease .6s,transform .4s ease .6s,-webkit-transform .4s ease .6s;
}

.flat__circle-val {
	font-weight: 700;
	font-size: 32px;
}

@media only screen and (max-width:720px) {
	.flat__circle-val {
		font-size: 24px;
	}
}

.flat__circle-label {
	text-transform: uppercase;
	font-size: 15px;
}

@media only screen and (max-width:720px) {
	.flat__circle-label {
		font-size: 14px;
	}
}



.flat__advantage.hidden {
	opacity: 0;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.flat__advantage.visible {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.flat__advantage.visible:first-child {
	-webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
	transition: opacity .4s ease,-webkit-transform .4s ease;
	transition: opacity .4s ease,transform .4s ease;
	transition: opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
}

.flat__advantage.visible:nth-child(2) {
	-webkit-transition: opacity .4s ease .2s,-webkit-transform .4s ease .2s;
	transition: opacity .4s ease .2s,-webkit-transform .4s ease .2s;
	transition: opacity .4s ease .2s,transform .4s ease .2s;
	transition: opacity .4s ease .2s,transform .4s ease .2s,-webkit-transform .4s ease .2s;
}

.flat__advantage.visible:nth-child(3) {
	-webkit-transition: opacity .4s ease .4s,-webkit-transform .4s ease .4s;
	transition: opacity .4s ease .4s,-webkit-transform .4s ease .4s;
	transition: opacity .4s ease .4s,transform .4s ease .4s;
	transition: opacity .4s ease .4s,transform .4s ease .4s,-webkit-transform .4s ease .4s;
}

.flat__advantage.visible:nth-child(4) {
	-webkit-transition: opacity .4s ease .6s,-webkit-transform .4s ease .6s;
	transition: opacity .4s ease .6s,-webkit-transform .4s ease .6s;
	transition: opacity .4s ease .6s,transform .4s ease .6s;
	transition: opacity .4s ease .6s,transform .4s ease .6s,-webkit-transform .4s ease .6s;
}

.flat__advantage-icn {
	width: 50px;
	margin-bottom: 20px;
}

@media only screen and (max-width:720px) {
	.flat__advantage-icn {
		width: 42px;
		margin-bottom: 6px;
	}
}

.flat__advantage-icn img {
	width: 100%;
}

.flat__advantage-label {
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
}

@media only screen and (max-width:720px) {
	.flat__advantage-label {
		font-size: 14px;
	}
}

.flat__add-section {
	padding-top: 58px;
}

@media only screen and (max-width:720px) {
	.flat__add-section {
		padding-top: 35px;
	}
}

@media only screen and (max-width:720px) {
	.flat__add-section._genplan {
		padding-top: 0;
	}
}

.flat__mortgage-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width:720px) {
	.flat__mortgage-list {
		margin-bottom: 35px;
	}
}

.flat__mortgage-list>* {
	margin-right: 24px;
	margin-bottom: 24px;
}

@media only screen and (max-width:720px) {
	.flat__mortgage-list>* {
		margin-right: 0;
	}
}

.flat__mortgage-list>:nth-child(2n) {
	margin-right: 0;
}

.flat__mortgage-list>:nth-last-child(-n+2) {
	margin-bottom: 0;
}

@media only screen and (max-width:720px) {
	.flat__mortgage-list>:nth-last-child(-n+2) {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width:720px) {
	.flat__mortgage-list>:last-child {
		margin-bottom: 0;
	}
}

.flat__similar-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width:720px) {
	.flat__similar-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.flat__similar-list>* {
	margin-right: 24px;
	margin-bottom: 26px;
}

@media only screen and (max-width:720px) {
	.flat__similar-list>* {
		margin-right: 0;
	}
}

.flat__similar-list>.town-card {
	width: calc(25% - 18px);
	height: 480px;
}

@media only screen and (max-width:720px) {
	.flat__similar-list>.town-card {
		width: calc(100vw - 32px);
	}
}

.flat__similar-list>:nth-child(4n) {
	margin-right: 0;
}

.flat__similar-list>:nth-last-child(-n+4) {
	margin-bottom: 0;
}

@media only screen and (max-width:720px) {
	.flat__similar-list>:nth-last-child(-n+4) {
		margin-bottom: 26px;
	}
}

.flat__similar-list>:last-child {
	margin-right: 0;
}

@media only screen and (max-width:720px) {
	.flat__similar-list>:last-child {
		margin-bottom: 0;
	}
}

.flat__head-request {
	position: absolute;
	top: 1px;
	left: 7px;
	width: 6px;
	height: 18px;
	fill: #8bb535;
}



@media only screen and (max-width:720px) {
	.flat__head-request-answer {
		left: 38px;
	}
}



.flat__head-request-answer:before {
	content: "";
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(134deg);
	transform: rotate(134deg);
	position: absolute;
	top: 54px;
	left: 70px;
	background-color: #fff;
}

.town__visual {
	position: relative;
	width: 100%;
	margin-bottom: 70px;
}

@media only screen and (max-width:720px) {
	.town__visual {
		width: 100vw;
		height: 200px;
		margin-left: -16px;
		margin-bottom: 0;
		overflow: auto;
	}
}

.town__visual-img {
	display: block;
	width: 100%;
	opacity: .3;
}

@media only screen and (max-width:720px) {
	.town__visual-img {
		width: auto;
		height: 100%;
	}
}

.town__visual-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

@media only screen and (max-width:720px) {
	.town__visual-svg {
		width: auto;
		height: 100%;
	}
}

.town__scroll {
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 56px;
	height: 56px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.15);
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.15);
	z-index: 6;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.town__scroll.hidden {
	opacity: 0;
}

.town__scroll.visible {
	opacity: 1;
	-webkit-transition: opacity .3s ease .6s;
	transition: opacity .3s ease .6s;
}

.town__scroll svg {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 18px;
	height: 26px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	fill: #000;
}

.town__scroll:after {
	content: "";
	position: absolute;
	left: calc(50% - 1px);
	top: 22px;
	display: block;
	width: 2px;
	height: 4px;
	background-color: #000;
	-webkit-animation: scrollAnimation 1s ease-in infinite;
	animation: scrollAnimation 1s ease-in infinite;
}

.fancybox-infobar {
	top: 19px;
	left: 20px;
	padding: 0;
	font-size: 15px;
}

@media screen and (min-width:720px) {
	.fancybox-infobar {
		top: 47px;
		left: 55px;
	}
}

.fancybox-slide {
	padding-bottom: 0;
}

.fancybox-container .fancybox-bg {
	opacity: 1;
	background: rgba(0,0,0,.5);
}

.fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 25px;
	height: 140px;
	background: transparent;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.fancybox-thumbs._hide {
	opacity: 0;
}

.fancybox-thumbs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
}

.fancybox-thumbs ul .fancybox-thumbs-loading {
	min-width: 150px;
	width: 150px;
	min-height: 100px;
	height: 100px;
}

.fancybox-thumbs ul li {
	-webkit-transition: margin .2s ease;
	transition: margin .2s ease;
}

.fancybox-thumbs ul li:before {
	border: none;
}

.fancybox-thumbs ul li.fancybox-thumbs-active {
	margin: 2px 5px;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
}

.album-d-content-popup__close {
	position: fixed;
	top: 55px;
	right: 55px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 99997;
	-webkit-transform: scale(1);
	transform: scale(1);
	will-change: transform;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

@media only screen and (max-width:720px) {
	.album-d-content-popup__close {
		top: 30px;
		right: 20px;
		width: 16px;
		height: 16px;
	}
}

.album-d-content-popup__close:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.album-d-content-popup__close-icon {
	width: 100%;
	height: 100%;
	stroke: #fff;
}

@media only screen and (max-width:720px) {
	.album-d-content-popup__close-icon {
		stroke: #000;
	}
}

.object-list-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0 0 30px;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.object-list-controls {
		width: calc(100% - 46px);
		margin: 0 23px;
	}
}

@media only screen and (max-width:720px) {
	.object-list-controls {
		position: relative;
		width: 100vw;
		margin-left: -16px;
		padding: 112px 16px 24px;
	}
}

.object-list-controls._mobile {
	display: none;
}

.object-list-controls._mobile .object-list-controls__cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:720px) {
	.object-list-controls._mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media only screen and (max-width:720px) {
	.object-list-controls._desktop {
		display: none;
	}
}

.object-list-controls.hidden {
	opacity: 0;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
}

.object-list-controls.visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .6s ease .4s,-webkit-transform .6s ease .4s;
	transition: opacity .6s ease .4s,-webkit-transform .6s ease .4s;
	transition: transform .6s ease .4s,opacity .6s ease .4s;
	transition: transform .6s ease .4s,opacity .6s ease .4s,-webkit-transform .6s ease .4s;
}

.object-list-controls__cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 38px;
	cursor: pointer;
}

@media only screen and (max-width:720px) {
	.object-list-controls__cell {
		display: none;
	}
}

.object-list-controls__cell:last-child {
	margin-right: 0;
}

.object-list-controls__cell:hover .object-list-controls__icn-line {
	background-color: #27ae60;
}

@media only screen and (max-width:720px) {
	.object-list-controls__cell:hover .object-list-controls__icn-line {
		background-color: #bdbdbd;
	}
}

.object-list-controls__cell:hover .object-list-controls__icn-line:first-child {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

@media only screen and (max-width:720px) {
	.object-list-controls__cell:hover .object-list-controls__icn-line:first-child {
		-webkit-transform: scaleX(3);
		transform: scaleX(3);
	}
}

.object-list-controls__cell:hover .object-list-controls__icn-line:nth-child(2) {
	-webkit-transform: scaleX(2);
	transform: scaleX(2);
}

@media only screen and (max-width:720px) {
	.object-list-controls__cell:hover .object-list-controls__icn-line:nth-child(2) {
		-webkit-transform: scaleX(2);
		transform: scaleX(2);
	}
}

.object-list-controls__cell:hover .object-list-controls__icn-line:last-child {
	-webkit-transform: scaleX(3);
	transform: scaleX(3);
}

@media only screen and (max-width:720px) {
	.object-list-controls__cell:hover .object-list-controls__icn-line:last-child {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.object-list-controls__cell.desc .object-list-controls__icn-line {
	background-color: #27ae60;
}

.object-list-controls__cell.desc .object-list-controls__icn-line:first-child {
	-webkit-transform: scaleX(3);
	transform: scaleX(3);
}

.object-list-controls__cell.desc .object-list-controls__icn-line:nth-child(2) {
	-webkit-transform: scaleX(2);
	transform: scaleX(2);
}

.object-list-controls__cell.desc .object-list-controls__icn-line:last-child {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.object-list-controls__cell.desc:hover .object-list-controls__icn-line {
	background-color: #bdbdbd;
}

@media only screen and (max-width:720px) {
	.object-list-controls__cell.desc:hover .object-list-controls__icn-line {
		background-color: #27ae60;
	}
}

.object-list-controls__cell.desc:hover .object-list-controls__icn-line:first-child {
	-webkit-transform: scaleX(3);
	transform: scaleX(3);
}

@media only screen and (max-width:720px) {
	.object-list-controls__cell.desc:hover .object-list-controls__icn-line:first-child {
		-webkit-transform: scaleX(3);
		transform: scaleX(3);
	}
}

.object-list-controls__cell.desc:hover .object-list-controls__icn-line:nth-child(2) {
	-webkit-transform: scaleX(2);
	transform: scaleX(2);
}

@media only screen and (max-width:720px) {
	.object-list-controls__cell.desc:hover .object-list-controls__icn-line:nth-child(2) {
		-webkit-transform: scaleX(2);
		transform: scaleX(2);
	}
}

.object-list-controls__cell.desc:hover .object-list-controls__icn-line:last-child {
	-webkit-transform: scaleX(3);
	transform: scaleX(3);
}

@media only screen and (max-width:720px) {
	.object-list-controls__cell.desc:hover .object-list-controls__icn-line:last-child {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.object-list-controls__cell.asc .object-list-controls__icn-line {
	background-color: #27ae60;
}

.object-list-controls__cell.asc .object-list-controls__icn-line:first-child {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.object-list-controls__cell.asc .object-list-controls__icn-line:nth-child(2) {
	-webkit-transform: scaleX(2);
	transform: scaleX(2);
}

.object-list-controls__cell.asc .object-list-controls__icn-line:last-child {
	-webkit-transform: scaleX(3);
	transform: scaleX(3);
}

.object-list-controls__cell.asc:hover .object-list-controls__icn-line {
	background-color: #27ae60;
}

@media only screen and (max-width:720px) {
	.object-list-controls__cell.asc:hover .object-list-controls__icn-line {
		background-color: #27ae60;
	}
}

.object-list-controls__cell.asc:hover .object-list-controls__icn-line:first-child {
	-webkit-transform: scaleX(3);
	transform: scaleX(3);
}

@media only screen and (max-width:720px) {
	.object-list-controls__cell.asc:hover .object-list-controls__icn-line:first-child {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.object-list-controls__cell.asc:hover .object-list-controls__icn-line:nth-child(2) {
	-webkit-transform: scaleX(2);
	transform: scaleX(2);
}

@media only screen and (max-width:720px) {
	.object-list-controls__cell.asc:hover .object-list-controls__icn-line:nth-child(2) {
		-webkit-transform: scaleX(2);
		transform: scaleX(2);
	}
}

.object-list-controls__cell.asc:hover .object-list-controls__icn-line:last-child {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

@media only screen and (max-width:720px) {
	.object-list-controls__cell.asc:hover .object-list-controls__icn-line:last-child {
		-webkit-transform: scaleX(3);
		transform: scaleX(3);
	}
}



@media only screen and (max-width:720px) {
	.object-list-controls__label {
		color: #000;
		opacity: .7;
	}
}

.object-list-controls__icn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 12px;
}

.object-list-controls__icn-line {
	display: block;
	height: 2px;
	width: 6px;
	background-color: #bdbdbd;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: background-color .2s ease-out,-webkit-transform .2s ease-out;
	transition: background-color .2s ease-out,-webkit-transform .2s ease-out;
	transition: transform .2s ease-out,background-color .2s ease-out;
	transition: transform .2s ease-out,background-color .2s ease-out,-webkit-transform .2s ease-out;
}

.object-list-controls__icn-line:first-child {
	-webkit-transform: scaleX(3);
	transform: scaleX(3);
}

.object-list-controls__icn-line:nth-child(2) {
	-webkit-transform: scaleX(2);
	transform: scaleX(2);
}

.object-list-controls__icn-line:last-child {
	-webkit-transform: scaleX(3);
	transform: scaleX(3);
}

.object-list-controls__toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	cursor: pointer;
}

@media only screen and (max-width:720px) {
	.object-list-controls__toggle {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 30px 0;
		background-color: #6e319a;
	}
}

.object-list-controls__toggle._active .object-list-controls__toggle-arrow {
	-webkit-transform: translateY(30%) rotate(225deg);
	transform: translateY(30%) rotate(225deg);
}


@media only screen and (max-width:720px) {
	.object-list-controls__toggle-text {
		color: #fff;
	}
}

.object-list-controls__toggle-arrow {
	display: block;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: translateY(-30%) rotate(45deg);
	transform: translateY(-30%) rotate(45deg);
}

@media only screen and (max-width:720px) {
	.object-list-controls__toggle-arrow {
		border-color: #fff;
	}
}

.object-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100vh - 372px);
}

@media only screen and (max-width:720px) {
	.object-list {
		min-height: 100vh;
	}
}

.object-list__top {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 180px;
	background-color: #6e319a;
}

@media only screen and (max-width:720px) {
	.object-list__top {
		padding: 130px 16px 0;
	}
}

.object-list__timer {
	margin-bottom: 36px;
}

.object-list__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 46px;
}

@media only screen and (max-width:720px) {
	.object-list__tabs {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100vw;
		margin-left: -16px;
		overflow: auto;
	}
}

.object-list__tabs.hidden {
	opacity: 0;
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.object-list__tabs.visible {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity .6s ease .4s,-webkit-transform .6s ease .4s;
	transition: opacity .6s ease .4s,-webkit-transform .6s ease .4s;
	transition: transform .6s ease .4s,opacity .6s ease .4s;
	transition: transform .6s ease .4s,opacity .6s ease .4s,-webkit-transform .6s ease .4s;
}



@media only screen and (max-width:720px) {
	.object-list__tab {
		opacity: .4;
	}
}

@media only screen and (max-width:720px) {
	.object-list__tab:first-child {
		margin-left: 16px;
	}
}

.object-list__tab:last-child {
	margin-right: 0;
}

.object-list__tab:hover {
	background-color: #27ae60;
	color: #fff;
	opacity: 1;
}

@media only screen and (max-width:720px) {
	.object-list__tab:hover {
		opacity: .4;
		background-color: #fff;
		color: #0e1216;
	}
}

.object-list__tab._active {
	background-color: #27ae60;
	color: #fff;
	opacity: 1;
}

@media only screen and (max-width:720px) {
	.object-list__tab._active:hover {
		background-color: #27ae60;
		color: #fff;
		opacity: 1;
	}
}

.object-list__filters {
	position: relative;
	width: 100%;
	height: 400px;
	max-height: 112px;
	margin-bottom: 36px;
	padding-bottom: 20px;
	-webkit-transition: max-height .3s ease .3s;
	transition: max-height .3s ease .3s;
}

@media only screen and (max-width:1024px) {
	.object-list__filters {
		height: auto;
		max-height: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.object-list__filters .filter__row:nth-child(2) {
	max-height: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s ease,max-height 0s ease .3s;
	transition: opacity .3s ease,max-height 0s ease .3s;
}

.object-list__filters._active {
	max-height: 224px;
	-webkit-transition: max-height .3s ease;
	transition: max-height .3s ease;
}

@media only screen and (max-width:1024px) {
	.object-list__filters._active {
		max-height: 2000px;
	}
}

.object-list__filters._active .filter__row:nth-child(2) {
	max-height: none;
	opacity: 1;
	pointer-events: all;
	-webkit-transition: opacity .3s ease .3s,max-height 0s ease;
	transition: opacity .3s ease .3s,max-height 0s ease;
}

.object-list__list {
	position: relative;
	z-index: 1;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: #f2f2f2;
}

@media only screen and (max-width:720px) {
	.object-list__list {
		padding-bottom: 35px;
	}
}

.object-list__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 42px;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.object-list__cards {
		margin: 0 23px;
	}
}

@media only screen and (max-width:1024px) {
	.object-list__cards {
		margin: 0 16px;
	}
}

@media only screen and (max-width:720px) {
	.object-list__cards {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 0;
		margin: 0;
	}
}

.object-list__cards>* {
	margin-right: 24px;
	margin-bottom: 26px;
}

@media only screen and (max-width:1024px) {
	.object-list__cards>* {
		margin: 0 16px 32px;
	}
}

@media only screen and (max-width:720px) {
	.object-list__cards>* {
		margin: 0 0 20px;
	}
}

.object-list__cards>.town-card {
	width: calc(25% - 18px);
	height: 480px;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.object-list__cards>.town-card {
		width: calc(33.33% - 16px);
	}
}

@media only screen and (max-width:1024px) {
	.object-list__cards>.town-card {
		width: calc(50% - 32px);
	}
}

@media only screen and (max-width:720px) {
	.object-list__cards>.town-card {
		width: calc(100vw - 32px);
	}
}

.object-list__cards>:nth-child(4n) {
	margin-right: 0;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.object-list__cards>:nth-child(4n) {
		margin-right: 24px;
	}
}

@media only screen and (max-width:1024px) {
	.object-list__cards>:nth-child(4n) {
		margin-right: 16px;
	}
}

@media only screen and (max-width:720px) {
	.object-list__cards>:nth-child(4n) {
		margin-right: 0;
	}
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.object-list__cards>:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (max-width:1024px) {
	.object-list__cards>:nth-child(3n) {
		margin-right: 16px;
	}
}

@media only screen and (max-width:720px) {
	.object-list__cards>:nth-child(3n) {
		margin-right: 0;
	}
}

.object-list__cards>:nth-last-child(-n+4) {
	margin-bottom: 0;
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.object-list__cards>:nth-last-child(-n+4) {
		margin-bottom: 26px;
	}
}

@media only screen and (max-width:1024px) {
	.object-list__cards>:nth-last-child(-n+4) {
		margin-bottom: 32px;
	}
}

@media only screen and (max-width:720px) {
	.object-list__cards>:nth-last-child(-n+4) {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:720px) {
	.object-list__cards>:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (min-width:720px) and (max-width:1320px) {
	.object-list .filter {
		width: calc(100% - 46px);
		margin: 0 23px;
	}
}

.genplan-page {
	margin-bottom: 0;
}

@media only screen and (max-width:720px) {
	.genplan-page .project-tour__wrapper {
		margin-bottom: 30px;
	}
}

.t-visual-detail__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.project-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 40px 20px;
	overflow: hidden;
	color: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	cursor: pointer;
}

@media only screen and (max-width:720px) {
	.project-card {
		padding: 20px 16px;
		border-radius: 10px;
		-webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.1);
		box-shadow: 0 4px 20px 0 rgba(0,0,0,.1);
	}
}

@media screen and (min-width:720px) {
	.project-card._slider {
		background-image: none!important;
	}
}

.project-card._slider .project-card__bg {
	display: none;
}

@media only screen and (max-width:720px) {
	.project-card._slider .project-card__bg {
		display: block;
	}
}

.project-card:hover .project-card__bg {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.project-card:hover .project-card-slider__slide.swiper-slide-active {
	-webkit-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0);
}

.project-card__bg {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	z-index: 0;
}

.project-card__bg,.project-card__bg:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.project-card__bg:after {
	content: "";
	background: -webkit-gradient(linear,left bottom, left top,from(#000),to(transparent));
	background: linear-gradient(0deg,#000,transparent);
	opacity: .6;
}

.project-card__shield {
	position: relative;
	height: 42px;
	padding: 0 16px;
	font-size: 12px;
	letter-spacing: .05em;
	line-height: 42px;
  text-transform: uppercase;
}

.project-card__shield._green {
	background-color: #00a587;
	margin-top: 12px;
	font-style: normal;
	font-size: 13px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	letter-spacing: .05em;
  font-weight: 700;
}

.project-card__shield span {
	font-size: 21px;
}

.project-card__shield-end {
	position: absolute;
	top: 0;
	right: 1px;
	height: 42px;
	width: 10px;
	-webkit-transform: translateX(90%);
	transform: translateX(90%);
}

.project-card__shield-end._green path {
	fill: #00a587;
}

.project-card__info {
	position: relative;
}

.project-card__way {
	margin-bottom: 12px;
	font-size: 15px;
  font-style: italic;
}

@media only screen and (max-width:720px) {
	.project-card__way {
		margin-bottom: 6px;
		font-size: 18px;
	}
}

.project-card:hover {
	color:#fff !important;
}

.project-card__name {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 37px;
}

@media only screen and (max-width:720px) {
	.project-card__name {
		font-size: 36px;
	}
}

.project-card-slider {
	z-index: 0;
}

.project-card-slider,.project-card-slider:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.project-card-slider:after {
	content: "";
	background: -webkit-gradient(linear,left bottom, left top,from(#000),to(transparent));
	background: linear-gradient(0deg,#000,transparent);
	opacity: .6;
	z-index: 1;
	pointer-events: none;
}

.project-card-slider__slide {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	opacity: 0;
	-webkit-transition: opacity .7s ease,-webkit-transform .3s;
	transition: opacity .7s ease,-webkit-transform .3s;
	transition: opacity .7s ease,transform .3s;
	transition: opacity .7s ease,transform .3s,-webkit-transform .3s;
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
}

.project-card-slider__slide.swiper-slide-active {
	opacity: 1;
}

.project-card-slider__arrows {
	position: absolute;
	top: 50%;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 0 20px;
	z-index: 3;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.project-card-slider__arrow {
	outline: none;
}

.project-card-slider__arrow._next {
	width: 30px;
	height: 30px;
}

.project-card-slider__arrow._next svg  {
	transform: rotate(-180deg);
}

.project-card-slider__arrow._next .common-arrow-stroked__arrow {
	-webkit-transform: translate(-50%,-50%) scale(-1);
	transform: translate(-50%,-50%) scale(-1);
}

.project-card-slider__arrow .common-arrow-stroked,.project-card-slider__arrow .common-arrow-stroked__hover {
	width: 30px;
	height: 30px;
}

.index-pg__list h2 {
	font-weight: bold;
}

.index__pg {
	margin-bottom: 50px;
}

.common-arrow-stroked svg {
	color:#fff;
	fill:#fff;
	padding:5px;
}

.project-card-slider__arrow .common-arrow-stroked__arrow {
	width: 8px;
	height: 14px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

}

.common-arrow-stroked:hover {
	background-color: #fff;
}

.common-arrow-stroked:hover svg {
	fill:#000;
	color:#000;
}

.project-tabs {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.project-tabs__container {
	width: 100%;
	height: calc(100% + 20px);
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

@media only screen and (max-width:720px) {
	.project-tabs__container {
		height: 100%;
	}
}

.project-tabs__cell,.project-tabs__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.project-tabs__cell {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 50px;
	background-color: #fff;
	color: #0e1216;
	-webkit-transition: background-color .2s ease,color .2s ease;
	transition: background-color .2s ease,color .2s ease;
	cursor: pointer;
}

@media only screen and (max-width:720px) {
	.project-tabs__cell {
		padding: 0 16px;
	}
}

.project-tabs__cell._active,.project-tabs__cell:hover {
	color: #fff;
}

.project-tabs__cell._office._active,.project-tabs__cell._office:hover {
	background-color: #3835b5;
}

.project-tabs__icn {
	width: 70px;
	height: 50px;
	margin-right: 14px;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: contain;
}

@media only screen and (max-width:720px) {
	.project-tabs__icn {
		width: 58px;
		height: 40px;
		margin-right: 10px;
	}
}

.project-tabs__name {
	max-width: 120px;
	font-size: 24px;
	font-weight: 700;
}

@media only screen and (max-width:720px) {
	.project-tabs__name {
		font-size: 20px;
	}
}

.mortgage-mini-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 536px;
	height: 100px;
	background-color: #fff;
	border-radius: 6px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-shadow: 0 4px 22px 0 rgba(0,0,0,.05);
	box-shadow: 0 4px 22px 0 rgba(0,0,0,.05);
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

@media only screen and (max-width:720px) {
	.mortgage-mini-card {
		width: 100%;
		height: auto;
	}
}

.mortgage-mini-card:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.mortgage-mini-card:hover:after {
	-webkit-transform: translateY(-50%) translateX(-10px);
	transform: translateY(-50%) translateX(-10px);
}

.mortgage-mini-card:after {
	content: "";
	position: absolute;
	right: -50px;
	top: 50%;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	background-color: #8bb535;
}

@media only screen and (max-width:720px) {
	.mortgage-mini-card:after {
		right: 0;
		width: calc(100vw - 32px);
		height: calc(100vw - 32px);
		-webkit-transform: translate(50%,-50%);
		transform: translate(50%,-50%);
	}
}

.mortgage-mini-card__logo {
	position: relative;
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
}

@media only screen and (max-width:720px) {
	.mortgage-mini-card__logo {
		display: none;
		width: 100px;
	}
}

.mortgage-mini-card__logo-img {
	display: block;
	max-width: 100px;
}

@media only screen and (max-width:720px) {
	.mortgage-mini-card__logo._mobile {
		display: block;
	}
}

.mortgage-mini-card__info {
	position: relative;
	width: 336px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 15px;
	z-index: 2;
}

@media only screen and (max-width:720px) {
	.mortgage-mini-card__info {
		display: none;
		width: 100%;
		padding: 20px 16px;
	}
}

.mortgage-mini-card__info._mobile {
	display: none;
}

@media only screen and (max-width:720px) {
	.mortgage-mini-card__info._mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

.mortgage-mini-card__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mortgage-mini-card__col:first-child {
	width: 60%;
}

.mortgage-mini-card__col:nth-child(2) {
	width: 40%;
}

.mortgage-mini-card__cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #fff;
}

.mortgage-mini-card__cell._black {
	color: #0e1216;
}

@media only screen and (max-width:720px) {
	.mortgage-mini-card__cell {
		width: 100%;
		margin-bottom: 20px;
	}

	.mortgage-mini-card__cell:last-child {
		margin-bottom: 0;
	}
}

.mortgage-mini-card__label {
	font-size: 13px;
}

.mortgage-mini-card__val {
	font-size: 13px;
	font-weight: 700;
}

.promo-mini-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100px;
	padding: 0 30px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 22px 0 rgba(0,0,0,.05);
	box-shadow: 0 4px 22px 0 rgba(0,0,0,.05);
	overflow: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

@media only screen and (max-width:720px) {
	.promo-mini-card {
		padding: 0 22px;
	}
}

.promo-mini-card.hidden {
	opacity: 0;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

.promo-mini-card.visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.promo-mini-card.visible:first-child {
	-webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: transform .3s ease,opacity .3s ease;
	transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
}

.promo-mini-card.visible:nth-child(2) {
	-webkit-transition: opacity .3s ease .2s,-webkit-transform .3s ease .2s;
	transition: opacity .3s ease .2s,-webkit-transform .3s ease .2s;
	transition: transform .3s ease .2s,opacity .3s ease .2s;
	transition: transform .3s ease .2s,opacity .3s ease .2s,-webkit-transform .3s ease .2s;
}

.promo-mini-card.visible:nth-child(3) {
	-webkit-transition: opacity .3s ease .3s,-webkit-transform .3s ease .3s;
	transition: opacity .3s ease .3s,-webkit-transform .3s ease .3s;
	transition: transform .3s ease .3s,opacity .3s ease .3s;
	transition: transform .3s ease .3s,opacity .3s ease .3s,-webkit-transform .3s ease .3s;
}

.promo-mini-card.visible:nth-child(4) {
	-webkit-transition: opacity .3s ease .4s,-webkit-transform .3s ease .4s;
	transition: opacity .3s ease .4s,-webkit-transform .3s ease .4s;
	transition: transform .3s ease .4s,opacity .3s ease .4s;
	transition: transform .3s ease .4s,opacity .3s ease .4s,-webkit-transform .3s ease .4s;
}

.promo-mini-card:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background-color: #717575;
	z-index: 0;
	-webkit-transform: translate(52%,52%);
	transform: translate(52%,52%);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

@media screen and (max-width:1320px) and (min-width:1025px) {
	.promo-mini-card:after {
		right: -20px;
	}
}

.promo-mini-card.blue:after,.promo-mini-card.green:after,.promo-mini-card.red:after {
	background-color: currentColor;
}

.promo-mini-card:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.promo-mini-card:hover:after {
	-webkit-transform: translate(50%,50%);
	transform: translate(50%,50%);
}

.promo-mini-card__left {
	height: 54px;
}

@media screen and (max-width:1320px) and (min-width:1025px) {
	.promo-mini-card__left {
		margin-left: -15px;
	}
}

.promo-mini-card__left img {
	height: 100%;
}

.promo-mini-card__text {
	font-size: 13px;
	width: 100px;
	z-index: 1;
	color: #fff;
}

@media screen and (max-width:1320px) and (min-width:1025px) {
	.promo-mini-card__text {
		margin-left: 20px;
	}
}

.promo-mini-card__all {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100px;
	padding: 0 30px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 22px 0 rgba(0,0,0,.05);
	box-shadow: 0 4px 22px 0 rgba(0,0,0,.05);
	overflow: hidden;
}

.promo-mini-card__all,.promo-mini-card__all:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.promo-mini-card__all:after {
	content: "%";
	position: absolute;
	bottom: -28px;
	right: 23px;
	font-size: 150px;
	font-weight: 100;
	line-height: .6;
	color: #00a79d;
	z-index: 1;
}

@media only screen and (max-width:720px) {
	.promo-mini-card__all:after {
		right: 4px;
	}
}

.promo-mini-card__all:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.promo-mini-card__all:hover:after {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

.promo-mini-card__all.hidden {
	opacity: 0;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

.promo-mini-card__all.visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.promo-mini-card__all.visible:first-child {
	-webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: opacity .3s ease,-webkit-transform .3s ease;
	transition: transform .3s ease,opacity .3s ease;
	transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
}

.promo-mini-card__all.visible:nth-child(2) {
	-webkit-transition: opacity .3s ease .2s,-webkit-transform .3s ease .2s;
	transition: opacity .3s ease .2s,-webkit-transform .3s ease .2s;
	transition: transform .3s ease .2s,opacity .3s ease .2s;
	transition: transform .3s ease .2s,opacity .3s ease .2s,-webkit-transform .3s ease .2s;
}

.promo-mini-card__all.visible:nth-child(3) {
	-webkit-transition: opacity .3s ease .3s,-webkit-transform .3s ease .3s;
	transition: opacity .3s ease .3s,-webkit-transform .3s ease .3s;
	transition: transform .3s ease .3s,opacity .3s ease .3s;
	transition: transform .3s ease .3s,opacity .3s ease .3s,-webkit-transform .3s ease .3s;
}

.promo-mini-card__all.visible:nth-child(4) {
	-webkit-transition: opacity .3s ease .4s,-webkit-transform .3s ease .4s;
	transition: opacity .3s ease .4s,-webkit-transform .3s ease .4s;
	transition: transform .3s ease .4s,opacity .3s ease .4s;
	transition: transform .3s ease .4s,opacity .3s ease .4s,-webkit-transform .3s ease .4s;
}

.promo-mini-card__all-text {
	width: 150px;
	text-transform: uppercase;
	font-size: 18px;
	z-index: 2;
}

.company-numeric {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@media only screen and (max-width:720px) {
	.company-numeric {
		width: 100vw;
		margin-left: -16px;
	}
}

.company-numeric.hidden .company-numeric__list {
	opacity: 0;
}

.company-numeric.visible .company-numeric__list {
	opacity: 1;
	-webkit-transition: opacity .6s ease 1s;
	transition: opacity .6s ease 1s;
}

.company-numeric__wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@media only screen and (max-width:720px) {
	.company-numeric__wrapper {
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
}

.company-numeric__list {
	position: relative;
	z-index: 3;
	overflow: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	height: 100%;
}

.company-numeric__list:after,.company-numeric__list:before {
	position: relative;
	width: 16px;
	height: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media only screen and (max-width:720px) {
	.company-numeric__list:after,.company-numeric__list:before {
		content: "";
	}
}

.company-numeric__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.company-numeric__item:not(:first-child) {
	margin-left: 88px;
}

@media only screen and (max-width:720px) {
	.company-numeric__item:not(:first-child) {
		margin-left: 60px;
	}
}

.company-numeric__val {
	display: block;
	overflow: hidden;
	font-size: 200px;
	line-height: 1;
	color: #8bb535;
	white-space: nowrap;
}

.company-numeric__val img {
	display: block;
	height: 140px;
}

@media only screen and (max-width:720px) {
	.company-numeric__val img {
		height: 100px;
	}
}

.company-numeric__desc {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	width: 336px;
}

@media only screen and (max-width:720px) {
	.company-numeric__desc {
		width: 220px;
		font-size: 16px;
	}
}

.company-numeric__desc:not(:first-child) {
	margin-top: 20px;
}

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

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