@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=cyrillic,latin);

html, body {
    height: 100%;
    margin:0;
    padding:0;
	 background:rgb(235, 240, 255);
}
* html .wraper{
    height: 100%;}
	 
.wraper{
	position:relative;
	min-height:100%;
	/*margin-bottom:-85px;*/
	min-width:980px;
   } 
	

.wraperheader{
	/*width:100%;*/
	height:80px;
	background:rgb(58,87,149);
	min-width:980px;
}
#header{
   background:rgb(58,87,149);
	width:80%;
	/*min-width:980px;*/
	height:80px;
	position:relative;
	margin-left:10%;
	margin-right:10%;
} 

#zag{
	width:200px;
	height:50px;
	margin-top:0px;
	margin-left:0px;
	position:relative;
	top:15px;
	left:0px;
	float:left;
}
#zag h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
	padding-left:5px;
	color:rgb(255,255,255);
}
#zag h1{
	margin-top:-5px;
	margin-bottom:0px;
	font-family: Courier New, monospace;
	/*font-family: Open Sans Condensed, sans-serif;*/
	/*font-weight: lighter;*/
	font-weight:bolder;
	font-style: italic;
	color:rgb(255,255,255);
	position:relative;
}
#menu{
/*min-width:400px;*/
/*width:600px;*/
position:relative;
float:right;
/*height:25px;*/
margin-top:20px;
}
#menu ul{
list-style:none;
margin-top: 0px; 
margin-bottom: 0px;
padding-left:0px;

}
#menu li{
    float:left;
	position:relative;
	/*line-height:60px;*/
	/*width:100px;*/
	/*font-family: Courier New, monospace;*/
	font-family: tahoma, sans-serif;
	/*font-family: sans-serif;*/
	/*font-family: Open Sans Condensed, sans-serif;*/
	/*font-weight: lighter;*/
	/*font-weight:bolder;*/
	color:rgb(200,200,200);
	font-size:16px;
	/*padding:15px 10px 15px 10px;*/
	/*box-shadow: 1px 1px 1px rgba(0,0,0,0.9);*/
	/*background:rgb(112,128,144);*/
	/*background:rgb(72,88,104);*/
	 background:rgb(58,87,149);
	
}
#m1,#m2, #m3{
margin-right:1px;
border-right-color:rgb(200,200,200);
/*border-right-style: dotted; /* Стиль линии */
    border-right-width: 3px;  /* Толщина линии */
}
#menu li ul{
   display:none;
   position:absolute;
   left:0;
}
#menu li a{
    display:inline-block;
    /*float:left;*/
	/*background:#0388c0;*/
	/*padding:10px;*/
	padding:10px 10px 10px 10px;
	color:#fff;
	/*text-transform:uppercase;*/
	text-decoration:none;
	/*border-radius:30px;*/
	/*margin:0 20px;*/
	/*height:60px;*/
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
	
}
#m1 a {padding:10px 30px 10px 30px !important;}
#menu li:hover ul{
   display: block;
   z-index: 6; 
   transition: 3s;
}
#menu li a:hover{
    background:#369;
	 transition: 1s;
	 
}
#menu li li{
   float:none;
   background:#004f64;
   margin-top:3px;
}
#menu li li a{
   display:block; /*влияет на ширину фона*/
   /*background:#f60;*/
   white-space:nowrap;
   /*border-radius: 20px;*/
   font-size:14px !important;
   /*line-height:20px !important;*/
  
}



#text{
/*background:#9ACD32;*/
width:80%;
margin:auto;
/*min-height:550px;*/
min-width:800px;
/*font-family: Calibri light, Arial, Helvetica, sans-serif;*/
font-family: Open Sans Condensed, sans-serif;
font-size:24px;
text-align:justify;
/*text-indent: 10px;*/
color:rgb(48,70,77);
/*text-shadow: #000000 -0.5px -0.5px 0, 
                 #333 0.5px 0.5px 0;*/
/*box-shadow: 3px 3px 3px rgb(50,50,50);*/
padding:15px; 
position:relative;                
}
.question{
	margin-top:10px;
	margin-bottom:10px;
}
#text p{
	margin-top:10px;
	margin-bottom:10px;

}
.listul{
	padding-left:22px;
	margin-top:0px;
}

#forms{
	width:430px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#forms1{
	text-align:center;
}
.lineinfo input{
	width:410px;
	height:20px;
	border-radius:10px;
}
.lineinfo textarea{
	width:410px;
	border-radius:10px;
}
#knopka{
	width:250px;
	height:40px;
	border-radius:5px;
	margin-top:10px;
	margin-left:20%;
	margin-right:20%;
	position:relative;
	/*background:rgb(173,255,47);*/
	background:rgb(106,168,79);
	color:rgb(255,255,255);
}
#nomes{
	color:rgb(176,48,96);
}
.page-buffer {
    height: 50px;
}
#foot {
background:rgb(58,87,149);
line-height:50px;
width:100%;
min-width:980px;
margin:0 0 0 0;
/*border:1px solid;*/
border-color:#69c;
padding:0px 0px 0px 0px;
color:#fff;
font-family: Open Sans Condensed, sans-serif;
/*font-family: Arial, Helvetica, sans-serif;*/
font-size:12px;
position:absolute;
}

#foot  p{display:inline-block;
		margin-top:0px;
		margin-bottom:0px;
 }
#addr{margin-left:2%;}
#adres{float:right;
margin-right:20px;
}