.header #logo {
	background: url('../images/logo_sub_school.png') no-repeat left center;
	background-size: contain;
	width: 160px;
}
.header #upmenu {
	background: #95d2f0;
	border-left: 4px solid #00ade5;
	border-right: 4px solid #00ade5;
	border-bottom: 4px solid #00ade5;
	height: 25px;
}
.header #upmenu .upmenu-profile .upmenu-profile-img {
	background: url('../images/menu_profile_icon_white.png') no-repeat top center;
}
.header #upmenu .upmenu-profile a {
	color: #fff;
	font-family: 'pf_regular';
}
.header #upmenu .upmenu-languages a{
	color: #fff;
}
@media (min-width: 992px) {
	.header.scrolled #upmenu {
		top:-26px;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
}
@media (min-width:992px){
	#logo-sub.scrolled .logo-sub-item-pro {
		margin-top: 0px;
		margin-left: 22px;
	}
}



.page-header {
  background-image: -moz-linear-gradient( 85deg, rgb(37,174,226) 0%, rgb(149,210,240) 100%);
  background-image: -webkit-linear-gradient( 85deg, rgb(37,174,226) 0%, rgb(149,210,240) 100%);
  background-image: -ms-linear-gradient( 85deg, rgb(37,174,226) 0%, rgb(149,210,240) 100%);
}



.main-infographics-circle {
	border: 4px solid #ffbe33;
	background-color: #ffd735;
}
.main-infographics-stat {
	color: #fff;
	left: -4px;
	font-family: 'pf_sebold';
}
.main-infographics-circle-type2 {
	background-color: #95d2f0;
	border: 4px solid #25aee2;
}
.main-infographics-circle-type2 .main-infographics-stat-en {
	top: 2px;
}
.main-infographics-circle-type3 {
	background-color: #a3e429;
	border: 4px solid #8fd102;
}


.main-programs-item-circle {
	background-color: #95d2f0;
	border: 4px solid #25aee2;
}

.main-programs-item-circle-name {
	color: #fff;
	height: 85px;
	font-size: 17px;
}
.main-programs-item-desc-h {
	color: #25aee2;
}
@media (min-width: 992px) {
	.main-programs-item:hover .main-programs-item-bottom  {
		background-color: #25aee2;
	}
	.main-programs-button:hover {
		background-color: #25aee2;
		color: #fff;
	}
}


.main-inform-circle {
    border: none;
}
.main-inform-widgets-item-desc {
	border: #5fbfee 2px solid;
	border-top: none;
}

@media(min-width: 992px) {
	.main-inform-widget:hover .main-inform-widgets-item-image img {
		-webkit-filter: none;
	}
	.main-inform-widgets-item-image-after {
		display: none;
	}
	.main-inform-widget:hover .main-inform-widgets-item-image-after {
		display: block;
		line-height: 144px;
		text-transform: uppercase;
		text-align: center;
		color: #00ade5;
		font-size: 18px;
		position: absolute;
		height: 144px;
		width: 100%;
		top:0px;
		left: 0px;
		background: rgba(255, 255, 255, 0.9);
		border: 1px solid #5fbfee;
		border-bottom: none;
	}
	.main-inform-widget:hover .main-inform-widgets-item-desc {
		background: #5fbfee;
		color: #fff;
	}
	.main-inform-widget:hover .main-inform-circle:before {
		background-color: #5fbfee;
	   }
	.main-inform-widget:hover .main-inform-circle {
		background: #5fbfee;
	}
	.main-inform-widget:hover .main-inform-icontext {
		color: #fff;
	}
	.main-inform-widget:hover .main-inform-widgets-item-desc-text {
		color: #fff;
	}
	.main-inform-widget:hover .main-inform-widgets-item-newsdate {
		color: #fff;
	}
	.main-inform-widget:hover .main-inform-widgets-item-eventsdate {
		color: #fff;
	}
}

footer {
	background: #eefaff;
	border-top: 4px solid #5fbfee;
}
.footer-contacts {
	background: #5fbfee;
}