@charset "utf-8";
.mobile {
	width: 100%;
	margin: 0px auto;
	position: relative;
	background: #fff; 
	position:fixed; 
	top:0px; 
	left:0px;
	display: block;
    z-index:99999999;
}
header {
	height: 45px;
	background: #0a7558; 
}
.logo {
	position: absolute;
	top: 5px;
	left: 90px;
	font-weight: 900;
	font-size: 28px;
	color: #fff;
}
.logo a {
	top: 0px;
	left: 0px;
	font-weight: 900;
	font-size: 28px;
	color: #fff;
}
.logo a:link
{
text-decoration:none;
}
.logo a:visited
{
text-decoration:none;
}
.logo a:hover
{
text-decoration:underline;
}
.logo a:active
{
text-decoration:none;
}
.menu-triger {
	background: url(/img/osnovnye/menu.png) 0 0 repeat;
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 18px;
	top: 9px;
}	
.menu-close {
	background: url(/img/osnovnye/close.png) 0 0 repeat;
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	background: #0a7558;
	border: 1px solid #075a43;
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 45px;
	padding: 20px; 
	padding-top: 10px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 10px;
	padding: 0px;
}
.menu-popup li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}
.menu-popup li a:link
{
text-decoration:none;
}
.menu-popup li a:visited
{
text-decoration:none;
}
.menu-popup li a:hover
{
text-decoration:underline;
}
.menu-popup li a:active
{
text-decoration:none;
}
.body_pointer * {
	cursor: pointer;
}
