html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

.content-wrapper {
	display: flex; 
	align-items: center; 
	justify-content: center;
	width: 100%;
	height: 100%;
}

.main-content-wrapper {
	overflow: hidden;
	align-items: center; 
	justify-content: center;
	width: 100%;
	height: 100%;
}

.overlay-top {
	position: absolute;
	width: 100%;
	height: 140px;
	left: 0;
	top: 2%;
	z-index: 100;
	text-align: center;
	border: 0px solid #000;
}

.overlay-top > a {
	display: inline-block;
}

img.logo-center { /*Старая версия*/
	position: relative;
	top: 0;
	width: 340px;
	height: auto;
}

.overlay-top a.logo-center {
	display: inline-block;
	margin: auto;
	position: relative;
	top: 0;
}

.overlay-top a.logo-center img {
	display: inline-block;
	width: 340px;
	height: auto;
	transition: transform .3s ease;
}

.overlay-top a.logo-center img:hover {
	transform: scale(1.1);
}

img.logo-left { /*Старая версия*/
	position: absolute;
	left: 5%;
	top: 15px;
	width: 400px;
	height: auto;
}

.overlay-top a.logo-left {
	position: absolute;
	left: 5%;
	top: 15px;
}

.overlay-top a.logo-left img {
	width: 400px;
	height: auto;
	transition: transform .3s ease;
}

.overlay-top a.logo-left img:hover {
	transform: scale(1.1);
}

img.logo-right { /*Старая версия*/
	position: absolute;
	z-index: 100;
	right: 5%;
	top: 15px;
	width: 110px;
	height: auto;
}

.overlay-top a.logo-right {
	position: absolute;
	z-index: 100;
	right: 5%;
	top: 15px;
}

.overlay-top a.logo-right img {
	width: 110px;
	height: auto;
	transition: transform .3s ease;
}

.overlay-top a.logo-right img:hover {
	transform: scale(1.1);
}

.logo-bottom {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	width: 80%;
	max-width: 400px;	
	margin: 0 auto 0 auto;
}

.point {
	display: block;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	border: 0px solid #000;	
}


.main .point.zoom {
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: scale(1, 1);
	transition: transform 0.2s ease-out;
	text-decoration: none;
	border: 0px solid red;
}

.main .point.zoom:hover {
	transform: scale(1.1, 1.1);
}


.main .point.zoom2 {
	cursor: pointer;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	text-decoration: none;
	border: 0px solid red;
	transition: top 0.2s ease-out, height 0.2s ease-out;
}

.main .point.zoom2 .tag {
	padding: 0;
	margin: 0;
	transition: transform 0.6s ease-out;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;

}
		


.main .point.zoom2 .line {
	transition: height 0.2s ease-out;
}			

.main .point.zoom2:hover .tag {
	transform: rotateY(360deg);

}	

.main .point.zoom2.rotate .tag {
	transform: rotateY(360deg);
}	

.main .point.zoom2:hover .line {


}			

.main .main-menu {
	top: 50px;
	right: 5%;
	margin-right: 140px;
	position: absolute;
	z-index: 1000;
}

.main .main-menu .main-menu-item {
	padding: 0 20px 0px 0;
	display: inline-block;
	transition: transform .3s ease;
}

.main .main-menu .main-menu-item:hover {
	transform: scale(1.1);
}		

.main .main-menu .main-menu-item a {
	margin: 0;
	font-family: 'helveticaneuecyr';
	font-weight: 400;
	font-style: regular;
	letter-spacing: 1px;
	font-size: 32px;
	color: #2f4264;
	text-decoration: none;
	border-bottom: 1px solid #DADADA;
	transition: transform .3s ease;
}

.left-side {
	display: none;
}	

.circle-map-inner {
	margin-top: 50px !important;
}

.circle-map-inner a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-image: url('/public/img/static_map.jpg');
}	


@media screen and (max-width:1520px) {	

	img.logo-center {
		/*width:90%;*/
		height: auto;
		max-width: 300px;
	}	


	.overlay-top a.logo-center img {
		/*width:90%;*/
		height: auto;
		max-width: 300px;
	}

	.overlay-top {
		top: 1%;
	}

	img.logo-right { /*old*/
		right: 3%;
	}
	
	.overlay-top a.logo-right {
		right: 2%;
	}	

	.main .main-menu {
		margin-right: 70px;
	}	
}


@media screen and (max-width:1360px) {

	img.logo-left { /*old*/
		display: none;
	}

	.overlay-top a.logo-left {
		display: none;
	}	
	
	/*.logo-right {
		position: absolute;
		z-index: 100;
		right: 5%;
		top: -10px;
		width: 100px;
		height: auto;
	}*/
	
	.logo-bottom {
		display: block;
	}	

	.left-side {
		padding-top: 0px;
		left: -260px;
		width: 260px;
		z-index: 10000;
		background-color: rgba(255, 255, 255, 0.95);
		/*transition: left .3s ease;*/
	}

	.left-side .close-btn {
		cursor: pointer;
		position: absolute;
		background-image: url(/public/img/close.svg);
		top: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
		z-index: 100;
	}
	
	.left-side.open {
		/*left: 0 !important;*/
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}	


	.main .main-menu {
		top: 50px;
		left: 3%;
		right: auto;
		margin: 0;
		position: absolute;
		z-index: 1000;
	}
	
}

@media screen and (max-width:1024px) {
	
	img.logo-center {
		width:90%;
		height: auto;
		max-width: 200px;
	}	


	.overlay-top a.logo-center img {
		width:90%;
		height: auto;
		max-width: 200px;
	}

	
	img.logo-right { /*old*/
		position: absolute;
		z-index: 100;
		right: 3%;
		top: 16px;
		width: 50px;
		height: auto;
	}	
	
	.overlay-top a.logo-right {
		position: absolute;
		z-index: 100;
		right: 3%;
		top: 16px;
	}

	.overlay-top a.logo-right img {
		width: 50px;
		height: auto;
	}	

	.left-side {
		display: block;
	}	

	.main .main-menu {
		display: none;
	}
}