p, p *, ul, il *, ol, ol *, table, table *, div, div * {
	font-family: 'KievitPro', sans-serif;
}
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *{
	font-family: 'DejaVu Serif Condensed', serif;
	color: #126d8c;
}
.header1 {
	margin: 0px auto;
	background: #f8f7f3;
	display: inline-block;
	border-radius: 20px;
	padding:  5px 20px;
	box-shadow: 0px 0px 10px 10px #f8f7f3;
}



body::before{
	content: '';
	position: fixed;
	width: 50%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background: url('/img/fon_l.jpg') no-repeat 100% 0% black;
	z-index: 1;
}
body::after{
	content: '';
	position: fixed;
	width: 50%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url('/img/fon_r.jpg') no-repeat 0% 0% black;
	z-index: 1;
}
@media (min-width: 2046px){
	body::before{
		background-position: 0% 0%;
	}
	body::after{
		background-position: 100% 0%;
	}
}
@media (max-width: 768px){
	#n6346c15fc3c64 .list_page:nth-child(3) p {
		position: unset !important;
	}
}

.winner {
	position: relative;
	z-index: 5;
}
.winner:before {
	content: '';
	position: fixed;
	max-width: 1065px;
	width: 100%;
	height: 100%;
	background-image: url('/img/fon.jpg');
	background-color: #f8f7f2;
	background-repeat: repeat-y;
	background-position: 50% 50%;
	left: calc(50% - 532px);
}




#body .section {
	padding: 0px 0px 0px 0px;
}
#body .section .list_page {
	padding: 0px 0px 0px 0px;
}
#body .section .fon0 {
}
#body .section .page {
}
#body .section .list_page:nth-child(2) {
	padding: 50px 0px;
}
#body .section .list_page:nth-child(3) {
	padding: 50px 0px;
}





#menu .material-icons {
	font-size: 19px;
	vertical-align: text-bottom;
}

#block_header>.page {
	display: block;
}
#block_footer {
	font-size: 16px;
	padding-top: 30px;
}
#block_footer * {
	font-size: inherit;
}
#block_footer p {
	margin: 0px;
}



.nav_icon img{
	width: 40px;
	height: 40px;

}
.nav_icon {
	height:100%;
	width:100%;
	display: none;
	justify-content: flex-end;
}


#logo>span {
	position: absolute;
	display: inline-block;
	top: 0px;
	right: 0px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	background: #126d8c;
	color: white;
	padding: 0px 10px;
}
#logo>img{
	width: 100%;
}
.logo_footer{
	margin: 0px 10px 0px 0px;
	display: block;
	border-bottom: none !important;
	font-family: 'DejaVu Serif Condensed', serif;
	font-size: 25px !important;
	font-weight: 600;
	color: rgb(184, 49, 47);
}





.schools_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: stretch;
}
.schools_list>div {
	border: 1px solid #126d8c;
	width: calc(30% - 20px);
	padding: 10px 15px;
	margin: 0px 8px 30px 8px;
}
.schools_list>div img {
	width: 100%;
	background-size: cover !important;
}


