/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.select_line.btn {
	/* margin-right: 46px; */
	border-radius: 66px;
}
.head_text_box {
	position: fixed;
	left: 13%;
	top: 16%;
	z-index: 2;
}

.head_text_box {
}
a.intro_logo>svg#logo_layer_id {
	-webkit-filter: drop-shadow( 2px 3px 7px #4d4d4d);
			  filter: drop-shadow( 2px 3px 7px #4d4d4d);
	margin: 0 auto;
}
.text_h_m1 {
	display: none;
	font-size: 100px;
	font-weight: 900;
	color: white;
	text-shadow: 0px 3px 3px #000000a6;
	position: relative;
	top: -40px;
	opacity: 0;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	margin-top: -105px;
	white-space: nowrap;
	-webkit-filter: drop-shadow( 4px 4px 4px #4d4d4d);
			  filter: drop-shadow( 4px 4px 4px #4d4d4d);
}

.head_select_box {
	font-size: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: white;
	font-weight: 600;
	margin-top: 45px;
	position: relative;
	top: 40px;
	opacity: 0;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	-webkit-box-pack: space-evenly;
		 -ms-flex-pack: space-evenly;
			  justify-content: space-evenly;
}

.head_select_box {}

.select_line_level {box-shadow: 0 0 14px #aaa8a8;padding: 20px 52px;border-radius: 56px;margin-right: 46px;width: -webkit-max-content;width: -moz-max-content;width: max-content;cursor: pointer;-webkit-transition: 0.7s !important;-o-transition: 0.7s !important;transition: 0.7s !important;background: #d6d6d6 !important;color: black !important;z-index: 3;}

.btn:hover {
	background: white;
	color: black;
}

.head_main_img_box {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: sticky;
	top: 0;
}
.body_info_text {
	padding-top: 200px;
	padding-bottom: 100px;
	font-size: 19px;
	width: 100%;
	background: white;
	z-index: 2;
	position: relative;
}
.body_text_1 {
	width: 800px;
	max-width: 80vw;
	margin: 0 auto;
	font-size: 31px;
	line-height: 40px;
	font-family: serif;
	font-weight: 900;
	color: #545454;
	text-align: justify;
}

.slider_nav {
	padding-top: 250px;
	background: white;
	z-index: 2;
	position: relative;
	padding-bottom: 200px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	/* background: red; */
	overflow: hidden;
}

.slider_box {
	/* border: 1px solid; */
	margin-right: 60;
}
img.main_img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 1.2s;
	-o-transition: 1.2s;
	transition: 1.2s;
	-webkit-transition-timing-function: cubic-bezier(0.37, 0.88, 0.58, 0.91);
	-o-transition-timing-function: cubic-bezier(0.37, 0.88, 0.58, 0.91);
	transition-timing-function: cubic-bezier(0.37, 0.88, 0.58, 0.91);
	/* z-index: 0; */
	/* position: sticky; */
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-webkit-filter: blur(31px);
	filter: blur(31px);
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}
img.slider_box_img {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	/* object-fit: cover; */
}
.slide_text_box {
	width: 710px;
	max-width: 80vw;
	white-space: break-spaces;
	padding: 26px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
			  box-sizing: border-box;
	font-family: 'Open Sans';
	cursor: default;
	height: 100%;
	display: block;
}

.slide_head_text {font-size: 33px;font-weight: 800;color: #7b7b7b;position: relative;}

.slide_head_body {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	color: #4c4c4c;
}

.slide_head_btn {
	background: rebeccapurple;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background: black;
}
.btn {
	background: black;
	color: white;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 20px 52px;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Open Sans';
	white-space: nowrap;
}
.slick_open_apart {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
	background: #24242457;
	-webkit-backdrop-filter: blur(23.5px);
	backdrop-filter: blur(23.5px);
	z-index: 1;
	color: black;
	opacity: 0;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.btn2 {
	cursor: pointer;
	padding: 20px 10px;
	font-size: 30px;
	font-weight: 700;
	color: white;
}

.slider_box:hover >.btn2 {
	opacity: 1;
}

.slick_open_apart.btn2:hover {
	/* color: #565656; */
	background: #a47d42;
}
.main_map {
	position: relative;
	width: auto;
	height: auto;
	background: white;
	z-index: 2;
	padding-top: 0;
	overflow-x: hidden;
	display: block;
}

.main_map>svg {
	width: 180%;
	height: auto;
	position: relative;
	left: -28vw;
	overflow-x: hidden;
	overflow: hidden;
	padding-bottom: 50px !important;
}
.nav_sport {
	position: absolute;
	z-index: 3;
	background: white;
	border: 3px solid #a5a5a5;
	padding: 10px 10px;
	font-size: 18px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-radius: 66px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
	cursor: pointer;
	-webkit-transform: translate(16px, 0);
	-ms-transform: translate(16px, 0);
	transform: translate(16px, 0);
	opacity: 0;
	left: -99;
}
polyline.cls-3.locate {
	position: relative;
}
.nav_mask_line>i {
	font-size: 16px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	color: #333333;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.nav_mask_line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: initial;
	-webkit-transition: 06s;
	-o-transition: 06s;
	transition: 06s;
}

.nav_mask_line>.text {
	/* padding-left: 9px; */
	width: 0;
	overflow: hidden;
	line-height: 16px;
	font-size: 14px;
	font-weight: 600;
	background: black;
	color: #5e5e5e;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	display: block;
	opacity: 0;
	-webkit-transition-delay: 0.3s;
		  -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	/* height: 18px; */
}

.nav_sport:hover>.nav_mask_line>.text {
	width: 160px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-left: 9px;
	opacity: 1;
	background: black;
	color: white;
}

.nav_sport:hover>.nav_mask_line {
	height: auto;
	/* width: max-content; */
}

.nav_sport:hover {
	border-radius: 5px;
	z-index: 4;
	background: black;
}
.nav_mask_line>.text>i:last-child {
	/* font-size: 16px; */
	white-space: nowrap;
	display: block;
	height: 0;
	-webkit-user-select: none;
		-moz-user-select: none;
		 -ms-user-select: none;
			  user-select: none;
}
.main_map>svg>.cls-3, .main_map>svg>.cls-5 {
	fill: none;
}
.main_map_title {
	background: white;
	position: relative;
	width: 100%;
	text-align: center;
	display: block;
	z-index: 1;
	padding-top: 100px;
	padding-bottom: 50px;
	font-size: 45px;
	font-family: 'Open Sans';
	font-weight: 900;
	color: #5c5c5c;
	overflow: hidden;
	box-sizing: border-box;
}
.text>i {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.nav_sport:hover>.nav_mask_line>i {
	color: white;
	background: black;
}
.nav_main_logo {
	position: absolute;
	width: 90px;
	height: auto;
	padding: 6px 18px 13px;
	z-index: 3;
	border: 5px solid #606060;
	border-radius: 116px;
	-webkit-transform: translate(-160px, -80.7px);
		 -ms-transform: translate(-160px, -80.7px);
			  transform: translate(-160px, -80.7px);
	background: #c2d4ff;
}
.nav_main_logo:after {
	border: medium solid transparent;
	content: "";
	top: 72%;
	left: 83%;
	-webkit-transform: rotate(-45deg);
		 -ms-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	position: absolute;
	height: 0;
	width: 0;
	border-color: #585858 rgba(255, 212, 52, 0) rgba(255, 212, 52, 0);
	border-width: 25px;
	/* margin-left: -25px; */
}


.mouse_scroll_help {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 10%;
	z-index: 1;
}

.mouse_scroll_help_body {
	width: 50px;
	height: 90px;
	border: 4px solid white;
	border-radius: 36px;
	margin: 0 auto;
	-webkit-backdrop-filter: blur(9px) brightness(0.6);
			  backdrop-filter: blur(9px) brightness(0.6);
	cursor: pointer;
}

.mouse_scroll_help_after {
	content: '';
	width: 10px;
	height: 10px;
	font-size: 75px;
	border-radius: 6px;
	background: white;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -29px;
	top: 50%;
}
.select_level_box_vid {
	position: sticky;
	top: 40px;
	display: block;
	width: 100vw;
	height: fit-content;
	background: white;
	z-index: 1;
	/* padding-top: 200px; */
}

svg.select_layer_svg {
	position: absolute;
	/* top: -14.3%; */
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: auto;
	height: 100%;
}

video#select_floor_vid {
	position: relative;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	top: 0;
	/* object-fit: cover; */
	width: auto;
	min-width: 100vw;
	height: 100%;
	z-index: 1;
	display: block;
	object-fit: cover;
}

.main_select_floor {
	display: flex;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100vw;
	height: auto;
}

path.select_layer:hover {
	fill: #0a006a4f !important;
}

.select_layer {
	fill: #66339900;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	opacity: 1;
	cursor: pointer;
}
.select_apartament_output {
	background: aqua;
	width: 100%;
	min-height: 500;
	max-height: -webkit-max-content;
	max-height: -moz-max-content;
	max-height: max-content;
	z-index: 3;
	position: relative;
	display: none;
}
div#plans {
	z-index: 1;
	position: relative;
	background: white;
	margin-top: -42px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.select_floor_output {
	/* background: antiquewhite; */
}

.layer_level>svg {
	position: absolute;
	top: 0;
	z-index: 23;
	width: auto;
}

.layer_level>svg, .layer_level>img {
}



.layer_level {
	position: relative;
	width: auto;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
	display: block;
	width: 70%;
}

.front_layer>svg {
}
.layer_level>img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	top: 0;
}

.layer_level>svg {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: absolute;
	z-index: 2;
	top: -3px;
}
.select_floor_output {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	margin: 0 auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	/* min-height: 55vw; */
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.select_floor_output>div:first-child {
}


.select_floor_output>div:last-child {
}

.layer_level.one_elem_layer_level {
	width: 80% !important;
	margin: 0 auto;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	min-height: 700px;
	margin-top: 0 !important;
}


div#mouse_layer_targer {
	border-radius: 10px;
	position: absolute;
	-webkit-transform: translate(-22px, -30px);
	-ms-transform: translate(-22px, -30px);
	transform: translate(-22px, -30px);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background: white;
	padding: 10px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	font-family: Verdana;
	line-height: 26px;
	text-align: center;
	font-size: 22px;
	z-index: 2;
	-webkit-box-shadow: 0 0 12px #3f3838;
	box-shadow: 0 0 12px #3f3838;
	z-index: 28;
	transition-property: opacity, z-index;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0, 1.26);
	display: block !important;
}

.layer_plan:hover, .layer_plan_hover {
	fill: #4135ffc7 !important;
}

.layer_plan {
	fill: #8b451300;
	cursor: pointer;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.map_info_head.start_head, .map_info_count_apart {
	position: absolute;
	right: 0;
	left: 0;
	top: -17px;
	z-index: 2;
	margin: 0 auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-family: 'Open Sans';
	display: table-cell;
	cursor: default;
	font-size: 74px;
	font-weight: 900;
	color: white;
	text-shadow: 0 0 11px #a9a9a9;
	opacity: 1;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	font-variant: all-small-caps;
}

.main_select_floor_box {
	position: relative;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: auto;
	overflow: hidden;
	width: 100vw;
}

.select_level_box {
	position: relative;
	z-index: 4;
	background: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: hidden;
	padding-bottom: 20px;
}
.select_level_dody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding-top: 50px;
	z-index: 4;
}

.select_line_level.btn:hover, .select_line_level.active {
	background: black !important;
	color: white !important;
}
.select_floor_output>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

.layer_level:last-child {
	width: 40%;
}
.one_elem_layer_level>.layer_level:last-child {
	/* z-index: 2; */
	/* opacity: 1; */
} 
.one_elem_layer_level>div {
	width: 80% !important;
	margin: 0 auto !important;
	left: 0 !important;
	right: 0 !important;
}

.one_elem_layer_level {
	padding-top: 33px;
}

.select_floor_output>div{
	
}
.layer_level:first-child {
	margin: 0 auto;
	width: 100%;
	position: relative !important;
}
path.select_layer.layer_plan_hover {
	fill: #002bff33;
}
.map_info_head.start_head {
	opacity: 0;
}


.cls-3333.locates {
	fill: #8d8d8d;
}

rect {
	fill: #9b9b9b;
}
a.intro_logo>#logo_layer_id>polygon.logo_layer {
	fill: white !important;
	/* filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7)); */
}

a.intro_logo>#logo_layer_id>path.logo_layer_3 {
	fill: #dddddd;
	-webkit-filter: drop-shadow( 0px 0px 1px #4d4d4d);
			  filter: drop-shadow( 0px 0px 1px #4d4d4d);
}


polygon {
	fill: #797979;
}

.nav_sport.hypermarket {
	margin-top: 45px;
}

.sport_pl {
	fill: #006b04 !important;
}

.locates.les_class {
	fill: none !important;
}
.nav_sport.parking {-webkit-transform: translate(10px, -20px);-ms-transform: translate(10px, -20px);transform: translate(10px, -20px);padding: 4px;}

path.bo {
	fill: #7090ff;
}

path.bu {
	fill: #7090ff;
}

path.bt {
	fill: #7090ff;
}

path.bv {
	fill: #7090ff;
}

path.bs {
	fill: #7090ff;
}

polygon.bt {
	fill: #7090ff;
}

polyline.br {
	fill: #003399;
}

polyline.bx {
	fill: #2c5bff;
}

polyline.bw {
	fill: #90a9ff;
}
img.back_video_img {
	opacity: 1;
	position: relative;
	width: auto;
	height: auto;
	z-index: 1;
	display: block;
	object-fit: cover;
	width: 100vw;
}
.back_layer {
	opacity: 0;
}

.front_layer, .back_layer {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 1.6s;
}

.back_layer>svg>.layer_plan {
	fill: #ff000000;
	/* transition-delay: 2s; */
}
div#mouse_layer_targer:after {
	border: medium solid transparent;
	content: "";
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(0deg);
	position: absolute;
	height: 0;
	width: 0;
	border-color: #ffffff rgba(255, 212, 52, 0) rgba(255, 212, 52, 0);
	border-width: 11px;
}

.compas {
	position: relative;
	background: white;
	width: 100%;
	height: auto;
	z-index: 2;
}

.compas>svg {
	width: 240px;
	height: auto;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: block;
	opacity: 0.7;
}