@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
	min-height: 100vh;
}

.page {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	max-width: 1200px;
	font-family: roboto;
	
}
.page .logos {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.page .baner {
	/* [disabled]width: 100%; */
}
.page .baner img {
	width: 100%;
	height: auto;
}


.page .menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	
}
.page .menu ul >*{
	flex:1;
}
.menu ul li {
	display: block;
	background-image:url( "../images/button_img.png");  
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
ul li a {
	text-decoration: none;
	color: #FFFBFB;
	display: block;
	margin-left: 62px;
	font-size: 27px;


}
ul li a:hover {
	color: #044a8f;
}


.page .footer {
	text-align: center;
	font-size: 22px;
}
.active {
	color: #044a8f;
}
