@import "https://fonts.googleapis.com/css?family=Roboto";
html,
body {
	height: 100%;
	background-color: #FAFAFA;
	overflow-y: hidden
}

ul {
	padding: 0
}

li {
	list-style-type: none;
	padding: 10;
  width: 190px;
}

.lihover:hover {
	background: #17b300;
	transition: all ease 0.3s;
}

.content {
	width: 100%;
	height: 100%
}

#map {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto 30px;
	float: left
}

.nav-bar {
	width: 20%;
	float: left;

	height: 100%
}

.nav-bar a {
	display: block;
	height: 50px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	margin: 10px;
	background-color: #5CB85C;
	border-radius: 10px
}

.nav-bar a:hover {
	opacity: .5
}

h3 {
	margin: 0;
	padding: 12px
}

.description {
	display: block;
	color: #999;
	font-size: 10px;
	line-height: 17px
}

a,
a:visited {
	color: #fff;
	text-decoration: none!important
}

#point_video {
	width: 620px;
	height: 350px;
	display: none;
	z-index: 100;
	position: absolute;
	margin-left: -200px;
	left: 50%;
	top: 50%;
	margin-top: -150px
}

.response-menu {
	display: inline-block;
	background: #36415000;
	position: relative;
	left: -13%;
	top: 0;
	bottom: 0;
	transition: all ease 0.5s;
	cursor: pointer;
	z-index: 10;
	height: 70px;
}



.response-menu::after {
	content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(/images/navmenu.png);
  position: absolute;
  right: 0;
  top: 0;
  margin: 10;
  transition: all ease 0.3s;
}

.response-menu:hover {
	left: 0;
	height: auto;
	background: #364150;
}

.respmenu {
	width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.response-menu:hover::after {
	opacity: 0;
	transition: all ease 0.3s;
}

.response-menu li {
	opacity: 0;
}

.response-menu:hover li {
	opacity: 1;
}

.zagol {
	  position: absolute;
    z-index: 9;
    text-align: center;
    width: 100%;
    padding-top: 17px;
}
.zagolovok {
	  background: #364150a3;
    font-size: 30px;
    padding: 23px;
    position: relative;
    color: white;
}

