@import url('https://fonts.googleapis.com/css?family=Roboto Condensed:100,300,400,700,900&subset=cyrillic-ext'); 
@import url('https://fonts.googleapis.com/css?family=Lato&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Oxygen&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway&subset=cyrillic-ext');


/* * {
	font-family:'Roboto Condensed', sans-serif;
}
*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

body { 
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
}

h1, h2 { 
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

h1 { margin-bottom: 0; }

p { 
	margin-top: 10px;
	margin-bottom: 10px;
}

#header a { 
	color: white;
	text-decoration: none;
}

#content a, #footer a {
	text-decoration: none;
	color: blue;
}

#content a:hover, #footer a:hover {
	text-decoration: underline;
}

small {
	text-transform: lowercase;
}

#page {
	height: 100%;
}

#header-main, #content-main, #footer-main {
	width: 800px;
	margin: 0 auto;
}

#footer-main {
	border-top: 1px solid #2c97ff;
}

#menu {
	border-radius: 8px;
	background: #2c97ff;
	color: white;
	width: 800px;
	height: 35px;
	line-height: 35px;
}
#menu a { 
	color: white;
}
#menu .active { 
}
#menu div {
	float: right;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	border-left: 1px solid black;
	padding-left: 20px;
	padding-right: 20px;
}

#menu .firstdiv {
	border-left: none;
}

#menu .lastdiv {
	padding-right: 20px;
}

#menu div:hover {
	color: lightgray;
	text-decoration: none;
}

#menu a:hover { 
	text-decoration: underline;
}

#header {
	padding-top: 5px;
	color: white;
	width: 100%;
	height: 160px;
	background:#0195FA; 
    background: -webkit-gradient(linear, left top, left bottom, from(#013567), to(#0196FA));
    background: -moz-linear-gradient(top, #013567, #0196FA);
    background: -o-linear-gradient(top, #013567, #0196FA);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#013567, endColorstr=#0196FA);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#013567, endColorstr=#0196FA);
    -ms-linear-gradient(left, #013567, 0%, #0196FA 100%);
    background: linear-gradient(left, #013567 0%, #0195FA 100%);
}

#content {
	flex: 1 0 auto;
}

#footer {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	font-size: 14px;
}

#footer .div1 {
	float: left;
}

#footer .div2 {
	float: right;
}

.form { 
	text-align: center;
}

.form br { 
	padding: 10px;
}

.form input {
	border: 1px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
