@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=cyrillic,latin);
#slide{
	display:none;
}
body { background:rgb(230, 235, 250);
	margin:0px;
}
#header{
	/*background:rgb(0,43,54);*/
	background:rgb(58,87,149);
	width:100%;
	height:400px;
	position:relative;	
} 
#zag{
	width:200px;
	height:50px;
	margin-top:0px;
	margin-left:0px;
	position:relative;
	top:10px;
	left:30px;
	/*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);
	/*color:rgba(88,110,117,1);*/
	/*color:#B58900;*/
	position:relative;
}
#zag a{text-decoration:none;}   

#menu{
	margin-top:15px;
	margin-left:30px;
}
#menu ul{
list-style:none;
margin-top: 0px; 
margin-bottom: 0px;
padding-left:0px;

}
#menu li a{
    display:inline-block;
	padding-top:10px;
	color:rgb(198,220,227);
	font-size:26px;
	/*text-transform:uppercase;*/
	/*text-decoration:none;*/
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
	
}
.in1{padding-left:10px;}
/*#mm{padding-left:10px !important;}*/



		
#text{
/*top:150px;*/
width:90%;
margin:auto;
min-height:550px;
font-family: Open Sans Condensed, sans-serif;
font-size:24px;
/*text-align:justify;*/
text-indent: 10px;
color:rgba(88,110,117,1);
padding:15px;
position:relative;	
}

#ht{
	font-size:20px;
}
.question{
	margin-top:0px;
	margin-bottom:0px;
}
.par{
	margin-top:15px;
	margin-bottom:15px;
}	
	
#foot {
/*background:rgb(52,55,62);*/
background:rgb(58,87,149);
/*line-height:50px;*/
width:100%;
margin:50px 0 0 0;
border-color:#69c;
padding:10px 0px 10px 0px;
color:#fff;
font-family: Open Sans Condensed, sans-serif;
font-size:12px;
}

#foot  p{
		/*display:inline-block;*/
		margin-left:30px;
		margin-top:0px;
		margin-bottom:0px;
		padding-top:5px;
		padding-bottom:5px;
 }

@media screen and (max-width: 400px){
#header{
	/*background:rgb(0,43,54);*/
	background:rgb(58,87,149);
	width:100%;
	height:460px;
	position:relative;	
} 

}	
	
	
	
	
	
	
	
	
	
	
	
	
	