/*
	Description: Theme for MGPPU
	Author: Igor Rozhko [ingwar4ik-]
	Author url: http://igor-rozhko.ru
	Version: 2.0 Beta
*/

html, body {
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #3E4247;
	line-height: 1.5em;
	background: #fff;
	min-width: 100%;
}

::-webkit-scrollbar {width: 6px; height:8px; }
::-webkit-scrollbar-track {background: #e2f4fd;border-radius: 5px;}
::-webkit-scrollbar-thumb {background: #c2c2c2; border-radius: 5px;}
::-webkit-scrollbar-thumb:hover {-webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);}
::-webkit-scrollbar-thumb:active {background: #888;-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);}

@media (min-width: 1280px) {
	.container {
	    width: 1280px;
		padding: 0 20px;
	}
}

@media screen and (max-width: 1279px) {
	.container {
	    width: 960px;
		padding: 0 20px;
	}
}

@media screen and (max-width: 909px) and (min-width: 320px) {
	.container {
	    width: 100%;
		padding: 0 10px;
	}
}

.error-message {
	color: #f00;
	font-size: 80%;
}

.form-error {
	border-color: #f00;
}



a {
	color: #006cb7;
}
a:hover, a:focus {
	color: #8dc63f;
}

a:focus, a:hover {

}

h1 {
	font-size: 200%;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 200%;
	font-weight: bold;
	margin: 0 0 1em 0;
	line-height: 1.2;
}

h4 {
	font-weight: bold;
	margin: 0 0 1em 0;
}

figure img {
	width: 100%;
}

.inputbox {
	background: #f0f0f0;
}

.navbar-site-top .navbar-header {
	display: none;
}

.clear, .clearfix {
	clear: both;
	display: block;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.text-justify {
	text-align: justify;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {

}

.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
	/*float: none;*/
}

/******5 column*****/
.col-xs-2-4,
.col-md-2-4,
.col-sm-2-4,
.col-lg-2-4 {
	position: relative;
	min-height: 1px;
}
.col-xs-2-4 {
  float: left;
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-2-4 {
    float: left;
    width: 20%;
  }
}
.col-md-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-2-4 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-2-4 {
    float: left;
    width: 20%;
  }
}

/******5 column *****/

.bg-warning {
	background: #ffe7c1;
}

.btn.bg-warning {
	font-family: 'Montserrat', sans-serif;
	font-size: 107%;
	font-weight: bold;
	text-transform: uppercase;
}

.btn.bg-warning:hover {
	background: #fff3df;
}

.bg-info {
	background: #e2f4fd;
}


.row-input {
	margin-bottom: 5px;
}


#wrapper {
	min-height: 100%;
}

*html #wrapper {
	height: 100%;
}

.navbar-site-top {
	background: #006cb7;
}

.navbar-inverse a.navbar-brand {
	color: #fff;
	position: relative;
	padding-left: 65px;
}

.navbar-inverse a.navbar-brand img {
	width: 40px;
	position: absolute;
	left: 20px;
	top: 5px;
}


a.link-glasses {
	display: block;
	float: left;
	width: 58px;
	overflow: hidden;
	height: 39px;
	margin-right: 10px;
}


a.link-glasses span {
	width: 34px;
	height: 26px;
	display: block;
	background: url(../img/sprite.png) 0 0 no-repeat;
	margin: 8px 11px 6px;
	-webkit-transition: background-position 0.3s ease-in-out;
	-moz-transition: background-position 0.3s ease-in-out;
	-o-transition: background-position 0.3s ease-in-out;
	-ms-transition: background-position 0.3s ease-in-out;
	transition: background-position 0.3s ease-in-out;
}

a.link-glasses:hover {
	background: #282828;
}

.isBlind a.link-glasses {
	background: #000;
}

.isBlind a.link-glasses span,
a.link-glasses:hover span,
a.link-glasses.active span {
	background-position: -38px 0;
}

a.link-info {
	color: #fff;
	line-height: 39px;
	float: left;
	padding: 0 10px;
	text-decoration: none;
	border-right: 1px solid #747474;

}

a.link-info:hover {
	background: #282828;
	color: #ffe7c1;
}

.block-socials {
	overflow: hidden;
	padding: 4px 0;
}

.block-socials .label-soc {
	display: inline-block;
	margin-right: 10px;
}

.socials {
	display: inline-block;
	padding: 0 7px;
	vertical-align: middle;
}
.socials a {
	display: inline-block;
	/*color: #006cb7;*/
	font-size: large;
	margin: 0 0 0 4px;
	text-decoration: none;
	transition: color 0.25s ease;
}
.socials a:first-child {
	margin-left: 0;
}
.socials a:hover {
	/*color: #fff;*/
}


/*
.socials a {
	float: left;a
	background: url(/img/social_buttons_sprite.png) 0 -24px no-repeat;
	text-decoration: none;
	height: 24px;
	width: 24px;
	margin: 8px 2px;
	line-height: 0;
	transition: background-position-y 0.2s ease-in-out;
}

.socials a:hover {
	background-position-y: 0;
}

.socials a.icon-vk {
	background-position-x: 0;
}

.socials a.icon-fb {
	background-position-x: -24px;
}

.socials a.icon-twitter {
	background-position-x: -48px;
}

.socials a.icon-youtube {
	background-position-x: -120px;
}
*/


.navbar-block-right {
	float: right;
	font-size: 91%;
}

.navbar-block-right .link-login {
	color: #fff;
	line-height: 39px;
	float: left;
	padding: 0 10px;
	text-decoration: underline;
}

.navbar-block-right a.link-login:hover {
	text-decoration: none;
}

.navbar-block-right .block-search {
	float: left;
	/*background: #4e5960;*/
	background: #fff;
	position: relative;
	margin: 7px 8px 0 0;
}

.navbar-block-right .block-search input[type="text"] {
	/*background: #4e5960;*/
	background: #fff;
	border: none;
	margin: 0 30px 0 0;
	padding: 3px 4px;
	color: #000;
	width: 2150px;
	outline: none;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	-ms-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

.navbar-block-right .block-search input[type="text"]:focus {
	/*width: 220px;*/
}

.navbar-block-right .block-search button[type="submit"] {
	background: #fff;
	color: #006cb7;
	width: 0px;
	height: 21px;
	position: absolute;
	right: 30px;
	top: 2px;
	border: none;
	border-left: 1px solid #006cb7;
	-webkit-transition: color ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.navbar-block-right .block-search button[type="submit"]:hover {
	color: #8dc63f;
}

.header {
	background: #fff;
	/*border-bottom: 2px solid #006cb7;*/
	height: 120px;
	position: relative;
}


#toggleBlindSite:hover {
	background: #fff;
	color: #006cb7;
}


.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #ffce7b;
}


.logo-wrap {
	position: absolute;
	top: -40px;
	/*background: url(../img/logo-wrap.png) 0 0 no-repeat;*/
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfgAAACgCAYAAADggn5RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ4NjdFQkUxMzdBMTFFNjk2RTRDNzYxNTA3MUI0RkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTQ4NjdFQkYxMzdBMTFFNjk2RTRDNzYxNTA3MUI0RkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NDg2N0VCQzEzN0ExMUU2OTZFNEM3NjE1MDcxQjRGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NDg2N0VCRDEzN0ExMUU2OTZFNEM3NjE1MDcxQjRGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqf86xUAAAL4SURBVHja7NhBDsIgFEVR6/73jDozJkbbAuXBOTsgDG7e38rTDQDmta346Lt/BwCBB4A0S16qBR4ABB4ArHiBBwAEHgAQeADYY6kzvcADgMADgBUv8ACAwAMAAg8ARyxxphd4ABB4AEDgAWBM05/pBR4ABB4ArHiBBwAEHgAQeAA4a9ozvcADgMADgBUv8ACAwAMAAg8AtUx3phd4ALDgAcCKF3gAQOABAIEHgNqmOdMLPABY8ABgxQs8ACDwAIDAA0Ar8Wd6gQcACx4AEHgAyBV9phd4ALDgAcCKF3gAQOABAIEHgB4iz/QCDwAWPABY8QIPAAg8ACDwANBT1Jle4AHAggcAK17gAQCBBwAEHgCuEHGmF3gAsOABgIQVL/AAYMEDAAIPAPMa+kwv8ABgwQMACSte4AHAggcABB4A5jfkmV7gAcCCBwAEHgDWMNyZXuABwIIHABJWvMADgAUPAAg8AKxlmDO9wAOABQ8AJKx4gQcACx4AEHgAWNPlZ3qBBwALHgBIWPECDwAWPAAg8ACwtsvO9AIPABY8AJCw4gUeACx4AEDgAYCX7md6gQcACx4ASFjxAg8AFjwAIPAAwLtuZ3qBBwALHgAQeADgU5czvcADgAUPACSseIEHAAseABB4AOCbpmd6gQcACx4ASFjxAg8AFjwAIPAAwC9NzvQCDwAWPACQsOIFHgAseABA4AGAf1U90ws8AFjwAEDCihd4ALDgAQCBBwD2qnKmF3gAsOABgIQVL/AAYMEDAAIPABx16kwv8ABgwQMACSte4AHAggcABB4AOOvQmV7gAcCCBwASVrzAA4AFDwAIPABQy64zvcADgAUPACSseIEHAAseABB4AKC2v870Ag8AFjwAIPAAQAs/z/QCDwAWPACQsOIFHgAseABA4AGAlorAA4AFDwAkr3iBBwALHgAQeACghyLwAGDBAwCJK17gAcCCBwAEHgDoqQg8AFjwAEDSihd4ALDgAQCBBwCuUAQeACx4ACDBQ4ABAFKpQv+9PG15AAAAAElFTkSuQmCC') 0 0 no-repeat;
	height: 160px;
	width: 505px;
}

.logo-8march-wrap #logo {
	opacity: 0;
}

.logo-8march {
	position: absolute;
	top: 20px;
	left: 0;
	width: 511px;
	height: 140px;
	background: url(../img/8march-logo.png) 0 0 no-repeat;
	z-index: 0;
}

.logo-wrap:before {
	position: absolute;
	right: 100%;
	width: 100%;
	content: '';
	top: 0;
	bottom: 0;
	/*background: #d4e6f4;*/
	background: #fff;
	padding-right: 10000px;
}


#logo {
	margin: 20px 0 7px 0;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	line-height: 1.6;
	/*width: 386px;*/
	width: 450px;
	z-index: 2;
}

.site-slogan {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-size: 15px;
	color: #006CB7;
	margin-left: 40px;
	font-weight: 300;
}

#logo .img {
	display: block;
	/*overflow: hidden;*/
	/*width: 99px;*/
}

#logo .logotext {
	position: absolute;
	left: 104px;
	top: 0;
	color: #006CB7;
	font: bold 13px/1 verdana;
	text-transform: uppercase;
}



.nav-menu {
	float: right;
	margin: 40px 0 20px;
}

.nav-menu .separator-line {
	border-left: 1px solid #8b8f94;
	float: left;
	width: 0px;
	height: 90px;
	position: relative;
	top: -10px;
	margin: 0 10px;
}

.nav-menu a.item-menu {
	float: left;
	margin: 0 10px;
	position: relative;
	padding-top: 60px;
	color: #282828;
	text-decoration: none;
}

.nav-menu a.item-menu:hover,
.nav-menu a.active {
	color: #5e92d0;
}

.nav-menu a.item-menu:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 54px;
	background: url(../img/sprite.png) 0 0 no-repeat;
	-webkit-transition: background-position 0.3s ease-in-out;
	-moz-transition: background-position 0.3s ease-in-out;
	-o-transition: background-position 0.3s ease-in-out;
	-ms-transition: background-position 0.3s ease-in-out;
	transition: background-position 0.3s ease-in-out;
}

.nav-menu a.menu-wade:before {
	background-position: 0 -127px;
}

.nav-menu a.menu-student:before {
	background-position: -77px -124px;
}

.nav-menu a.menu-lecturer:before {
	background-position: -153px -127px;
}

.nav-menu a.menu-graduates:before {
	background-position: -211px -127px;
	width: 50px;
}

.nav-menu a.menu-facts:before {
	background-position: -274px -127px;
}

.nav-menu a.menu-calendar:before {
	background-position: -340px -127px;
}

.nav-menu a.menu-wade:hover:before,
.nav-menu a.menu-wade.active:before {
	background-position: 0 -191px;
}

.nav-menu a.menu-student:hover:before,
.nav-menu a.menu-student.active:before {
	background-position: -77px -187px;
}

.nav-menu a.menu-lecturer:hover:before,
.nav-menu a.menu-lecturer.active:before {
	background-position: -153px -191px;
}

.nav-menu a.menu-graduates:hover:before,
.nav-menu a.menu-graduates.active:before {
	background-position: -211px -191px;
}

.nav-menu a.menu-facts:hover:before,
.nav-menu a.menu-facts.active:before {
	background-position: -274px -191px;
}

.nav-menu a.menu-calendar:hover:before,
.nav-menu a.menu-calendar.active:before {
	background-position: -340px -191px;
}


.header-menu {
	float: right;
}

.top-menu {
	margin: 0;
	list-style: none;
	padding: 10px 0 0 0;
	position: relative;
	float: right;
}

.top-menu > li {
	float: left;
	padding: 3px 5px 2px;
	color: #006cb7;
	margin-left: 1em;
}

.top-menu > li:first-child {
	margin-left: 0;
}

.top-menu > li > a {
	color: inherit;
	font-size: 128.5%;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

.top-menu > li:hover,
.top-menu > li.active {
	background: #006cb7;
	color: #fff;
}

.top-menu > li.has-children > a:before {
	content: '';
	display: none;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	z-index: 115;
	border-top: 8px solid #006cb7;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.top-menu > li.has-children:hover > a:before {
	display: block;
}

.top-menu > li .submenu {
	display: block;
	opacity: 0;
	visibility: hidden;
	z-index: 111;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 0 15px;
	background: #fff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	transition: visibility 0s ease 0.25s, opacity 0.25s ease;
}

.top-menu > li:hover .submenu {
	opacity: 1;
	visibility: visible;
	transition: visibility 0s ease 0s, opacity 0.25s ease;
}

.top-menu > li .submenu ul {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}

.top-menu > li .submenu ul li + li {
	border-top: 1px dashed #006cb7;
}

.top-menu > li .submenu ul a {
	font-size: 92.8%;
	color: #006cb7;
	display: block;
	padding: 3px 0;
	text-decoration: none;
}

.top-menu > li .submenu ul a:hover {
	color: #f05b7d;
}

.top-submenu {
	list-style: none;
	padding: 0;
	margin: 0 5px;
	padding-top: 15px;
	text-align: right;
	font-size: 91%;
}

.top-submenu li {
	display: inline-block;
	margin-left: 2em;
}

.top-submenu li:first-child {
	margin-left: 0;
}

.top-submenu a {
	color: #006cb7;
	text-decoration: none;
	font-style: italic;
}

.top-submenu a.featured {
	color: #8dc63f;
}

.top-submenu a:hover {
	color: #f05b7d;
}

#main {
	padding-top: 20px;
}

#main .maincol-mobile-mb {
	margin-bottom: 2em;
}

@media (min-width: 768px) {
	#main .maincol-mobile-mb {
		margin-bottom: 0;
	}
}

.page {
	padding-bottom: 40px;
}

.page article img {
	max-width: 100%;
}

.checkbox {
	position: relative;
	padding: 1px 0 0 22px;
	background: url(../img/check-inactive.png) 0 1px no-repeat;
	font-weight: normal;
}

.checkbox.checked {
	background: url(../img/check-active.png) 0 1px no-repeat;
}

.checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
	margin: 0;
	margin-left: 0;
	outline: none;
	float: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

#footer {
	font-size: 100%;
}

.footer-top {
	background: #e9f2f9;
	padding: 40px 0;
}

#footer .footer-top .module-title {

}

#footer .footer-bottom {
	/*background: #2f353a;*/
	background: #006cb7;
	color: #fff;
	padding: 15px 0;
	line-height: 1.2;
}

#footer .footer {
	border-top: 2px solid #006cb7;
	/*background: #4e5960;*/
	/*color: #fff;*/
	padding: 60px 0 40px;
	line-height: 1.3;
}

#footer .footer small {
	font-size: 71%;
}

.footer-map {
	overflow: hidden;
	position: relative;
	min-height: 150px;
	margin-bottom: 30px;
}

.footer-map .block-contacts {
	position: absolute;
	left: 275px;
	top: 0;
	right: 0;
	bottom: 0;
	/*color: #fff;*/
	/*background: #3c4549;*/
	background: #006cb7;
	background: #e9f2f9;
}
.footer-map .block-contacts:after {
	position: absolute;
	content: '';
	left: -30px;
	top: 0;
	bottom: 0;
	border-top: 80px solid transparent;
	border-bottom: 80px solid transparent;
	border-right: 30px solid #e9f2f9;
}

.footer-map .block-contacts .block-wrap {
	padding: 15px 15px 15px 25px;
}

.footer-map .block-map {
	max-width: 300px;
}

ul.list-arrow {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-arrow > li {
	position: relative;
	margin-bottom: 1px;
}

ul.list-arrow > li:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 10px;
	width: 8px;
	height: 15px;
	background: url(../img/list-arrow.png) center center no-repeat;
}

ul.list-arrow > li > a {
	padding: 5px 25px;
	display: block;
	color: #2f353a;
	text-decoration: none;
	font-size: 128.5%;
}

ul.list-arrow > li > a:hover {
	background: #e9f2f9;
}

ul.list-block {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

ul.list-block li {
	position: relative;
	margin-bottom: 1px;
}

ul.list-block li:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 10px;
	width: 8px;
	height: 15px;
	background: url(../img/list-arrow.png) center center no-repeat;
}

ul.list-block li {
	padding: 5px 25px;
	display: block;
}

.breadcrumbs {
	font-size: 85.7%;
	margin-bottom: 20px;
	margin-top: 0;
}

.breadcrumbs .link-home {
	width: 14px;
	height: 15px;
	background: url(../img/home.png) center center no-repeat;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 5px;
}
.breadcrumbs a {
	padding-top: 2px;
}


.page-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 107%;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #3e4247;
	padding: 6px 25px;
	border-radius: 3px;
	overflow: hidden;
}
p.page-title {
	margin-bottom: 15px;
}
.news-text .new-img {
	margin: 0 5px 5px 0;
}

.news-text .new-img .alt-title {
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	display: block;
	padding: 3px 0;
}


/*===================*/

body.opened {
	overflow: hidden;
	padding-right: 17px;
}

body.opened #wrapper,
body.opened #footer {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}


.popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
	overflow-y: scroll;
	background: rgba(0,0,0, 0.7);
}

.popup {
	margin: 2% auto 2%;
	position: relative;
}


.popup .container-wrap {
	padding: 30px 35px;
}

.popup .close {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 29px;
	height: 29px;
	border-radius: 100%;
	background: #ffe7c1;
	color: #3e4247;
	font-size: 23px;
	line-height: 29px;
	text-align: center;
	text-shadow: none;
	opacity: 1;
	filter: alpha(opacity=100);
	background: url(../img/popup-close.png) center center no-repeat;
}

.popup .close:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.popup .module-media {

}

#main {
	position: relative;
	        padding-top: 0px !important;
}

.popup-block {
	overflow: hidden;
	z-index: 2;
	position: absolute;
	top: 5px;
	left: -1000px;
	padding-left: 0;
	background: rgba(255,255,255,0.85);
	border-top: 1px solid #ededed;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #909090;
	border-radius: 0 10px 10px 0;

}

.popup-block .popup-wrapper {
	padding-right: 55px;
	padding-left: 15px;
}

.popup-block .popup-container {
	padding-top: 30px;
	padding-bottom: 65px;
	width: 0;
	position: relative;
}

.popup-block .popup-block-btn-close {
	position: absolute;
	right: 0;
	bottom: 25px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: block;
	background: url(../img/sprite.png) -4px -604px no-repeat;
	-webkit-transition: background-position 0.3s ease-in-out;
	-moz-transition: background-position 0.3s ease-in-out;
	-o-transition: background-position 0.3s ease-in-out;
	-ms-transition: background-position 0.3s ease-in-out;
	transition: background-position 0.3s ease-in-out;
}

.popup-block .popup-block-btn-close:hover {
	background-position: -77px -604px;
}

.popup-block-btn-show {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 5px;
	padding: 25px 23px;
	margin-bottom: 0;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0 4px 4px 0;

	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.popup-block-btn-show:hover{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.popup-block-btn-show .icon-bar {
	display: block;
	width: 35px;
	height: 5px;
	border-radius: 1px;
	background: #3e4247;
}

.popup-block-btn-show .icon-bar + .icon-bar {
	margin-top: 4px;
}

.popup-body {
	background: #fff;
	overflow: hidden;
    padding: 30px 20px;
}


/*blind*/

.is-blind {
	font-size: 17px;
	/*line-height: 1.7;*/
	color: #000;
}

.is-blind .container {
	width: auto;
}

.is-blind .module-title {
	color: #000;
}

.is-blind .top-menu {
	padding-top: 15px;
}

.is-blind .module-index-news a.new-link:hover {
	color: inherit;
	text-decoration: underline;
}

.is-blind .module-events-calendar .date {
	background: #000;
	padding-right: 0;
}

.is-blind .module-events-calendar .descr a {
	color: #000;
}

.is-blind .module-index-menu ul li {
	color: #000;
}

.is-blind .footer-map .block-contacts {
	color: #fff;
}

.is-blind .module-header-slide .item-title,
.is-blind .module-header-slide .descr a {
	color: #000;
}

.submenu {
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}

.submenu a {
	color: #006cb7;
}

.submenu a:hover {
	color: #f05b7d;
}


.menu-type-1 {
	overflow: hidden;
	border-bottom: 1px solid #63c2da;
	margin: 0 auto 15px;
	width: 480px;
	padding: 0 0 10px;
}

.menu-type-1 a {
	padding: 70px 0 0;
	float: left;
	width: 160px;
	text-align: center;
	background-position: center 0;
	background-repeat: no-repeat;
	background-image: url(../img/menu-icons/history.png);
}

.menu-type-1 a + a {
	background-image: none;
}
.menu-type-1 .link-custom-type-1 {
	height: 90px;
    padding: 0;
    width: 90px;
    border: 2px solid #63c2da;
    padding-top: 31px;
    border-radius: 100%;
    margin-left: 39px;
    margin-right: 16px;
    font-size: 115%;
}

.menu-type-1 a + a + a {
	background-image: url(../img/menu-icons/sovet.png);
}

.menu-type-2 {
	padding: 0 7px;
	margin-bottom: 15px;
}

.menu-type-2 a {
	display: block;
	margin: 0 -7px;
	border-bottom: 1px solid #006cb7;
	border-right: 1px solid #006cb7;
	border-top: 1px solid #5fa8bb;
	border-left: 1px solid #5fa8bb;
	border-radius: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 1.2;
	min-height: 40px;
}

.menu-type-2 a span {
	height: 32px;
	width: 250px;
	display: table-cell;
	vertical-align: middle;
}

.menu-type-3 {
	text-align: center;
	margin-bottom: 15px;
}

.menu-type-3 a {
	display: inline-block;
	padding: 9px 0;
	text-decoration: underline;
}

.menu-type-3 a.icon-info {
	padding-left: 50px;
	background: url(../img/menu-icons/info.png) 0 0 no-repeat;
}

.menu-type-3 a.icon-trophy {
	padding-left: 50px;
	background: url(../img/menu-icons/olympiads.png) 0 0 no-repeat;
}

.menu-type-3 a.icon-phonebook {
	padding-left: 50px;
	background: url(../img/menu-icons/phonebook.png) 0 0 no-repeat;
}

.menu-type-3 a.icon-vip {
	padding: 4px 0 4px 65px;
	background: url(../img/menu-icons/vip.png) 0 0 no-repeat;
	text-decoration: none;
}

.menu-type-3 a:hover {
	text-decoration: none;
}

.menu-type-4 {
	overflow: hidden;
	margin: 0 auto 15px;
	width: 640px;
}

.menu-type-4 a {
	width: 120px;
	height: 120px;
	float: left;
	text-align: center;
	border: 1px solid #006cb7;
	border-radius: 100%;
	font-size: 13px;
}

.menu-type-4 a + a {
	margin-left: 3px;
}

.menu-type-4 a span {
	display: block;
	padding-top: 55px;
	background-position: center 12px;
	background-repeat: no-repeat;
}

.menu-type-4 a span {
	background-image: url(../img/menu-icons/icon-1.png);
}

.menu-type-4 a + a span {
	background-image: url(../img/menu-icons/icon-2.png);
}

.menu-type-4 a + a + a span {
	background-image: url(../img/menu-icons/icon-3.png);
}

.menu-type-4 a + a + a + a span {
	background-image: url(../img/menu-icons/icon-4.png);
}

.menu-type-4 a + a + a + a + a span {
	background-image: url(../img/menu-icons/icon-5.png);
}


.menu-type-5 {
	margin-bottom: 15px;
	text-align: center;
}

.menu-type-5 a {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 10px 0 10px 65px;
}

.menu-type-5 div a {
	background-image: url(../img/menu-icons/programs.png);
}

.menu-type-5 div + div a {
	background-image: url(../img/menu-icons/about_2x2.png);
}



.menu-type-6 {
	margin-bottom: 15px;
	margin-left: -7px;
	margin-right: -7px;
}

.menu-type-6 > div {
	padding-right: 7px;
	padding-left: 7px;
}

.menu-type-6 a {
	display: block;
	border-bottom: 1px solid #006cb7;
	border-right: 1px solid #006cb7;
	border-left: 1px solid #63b8cd;
	border-top: 1px solid #63b8cd;
	text-align: center;
	padding: 45px 5px 5px 5px;
	min-height: 165px;
	background-repeat: no-repeat;
	background-position: center 11px;
}

.menu-type-6 a span {
	height: 105px;
	width: 200px;
	display: table-cell;
	vertical-align: middle;
}

.menu-type-6 div a {
	background-image: url(../img/menu-icons/t6-icon-1.png);
}

.menu-type-6 div + div a {
	background-image: url(../img/menu-icons/t6-icon-2.png);
}

.menu-type-6 div + div + div a {
	background-image: url(../img/menu-icons/t6-icon-3.png);
}

.menu-type-6 div + div + div + div a {
	background-image: url(../img/menu-icons/t6-icon-4.png);
}

.menu-type-7 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #006cb7;
}

.menu-type-8 {
	margin-bottom: 15px;
	text-align: center;
}

.menu-type-8 a {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 10px 0 10px 65px;
}

.menu-type-8 div a {
	background-image: url(../img/menu-icons/t8-icon-1.png);
}

.menu-type-8 div + div a {
	background-image: url(../img/menu-icons/t8-icon-2.png);
}

.menu-type-9 {
	margin-bottom: 15px;
	margin-left: -7px;
	margin-right: -7px;
}

.menu-type-9 > div {
	padding-right: 7px;
	padding-left: 7px;
}

.menu-type-9 a {
	display: block;
	border-bottom: 1px solid #006cb7;
	border-right: 1px solid #006cb7;
	border-left: 1px solid #63b8cd;
	border-top: 1px solid #63b8cd;
	text-align: center;
	padding: 5px;
	min-height: 165px;
	font-size: 90%;
}

.menu-type-9 a span {
	height: 155px;
	width: 200px;
	display: table-cell;
	vertical-align: middle;
}

.menu-type-10 {
	margin-bottom: 15px;

}

.menu-type-10 a {
	background-repeat: no-repeat;
	background-position: 15px 17px;
	padding: 10px 0 10px 65px;
	display: block;
}

.menu-type-10 div a {
	background-image: url(../img/menu-icons/t10-icon-1.png);
}

.menu-type-10 div + div a {
	background-image: url(../img/menu-icons/t10-icon-2.png);
}

.menu-type-11 {
	border-top: 1px solid #67c6de;
	padding: 20px 0 15px;
	text-align: center;
}

.menu-type-11 a {
	background: url(../img/menu-icons/t11-icon.png) 0 center no-repeat;
	padding: 5px 0 5px 35px;
}

.menu-type-12 {
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #67c6de;
}

.menu-type-12 a {
	display: block;
	height: 120px;
	padding-top: 30px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-image: url(../img/menu-icons/t12-icon-1.png);
}

.menu-type-12 div + div a {
	background-image: url(../img/menu-icons/t12-icon-2.png);
}

.menu-type-12 div + div + div a {
	background-image: url(../img/menu-icons/t12-icon-3.png);
}

.menu-type-12 div + div + div + div a {
	background-image: url(../img/menu-icons/t12-icon-4.png);
}

.menu-type-12 a span {
	display: table-cell;
	height: 80px;
	width: 200px;
	vertical-align: middle;
}

.menu-type-13 {
	margin-bottom: 20px;
	text-align: center;
}

.menu-type-14 {
	overflow: hidden;
	margin: 0 auto 15px;
	width: 640px;
	font-size: 13px;
}

.menu-type-14 a {
	width: 120px;
	height: 120px;
	float: left;
	text-align: center;
	border: 1px solid #006cb7;
	border-radius: 100%;
}

.menu-type-14 a + a {
	margin-left: 3px;
}

.menu-type-14 a span {
	display: table-cell;
	width: 120px;
	height: 120px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}


.menu-type-15 {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
	overflow: hidden;
}

.menu-type-15 a {
	float: left;
	padding: 55px 10px 0 10px;
	width: 33.3%;
	background-position: center 0;
	background-repeat: no-repeat;
	background-image: url(../img/menu-icons/t15-icon-1.png);
	margin-bottom: 25px;
}

.menu-type-15 a + a {
	background-image: url(../img/menu-icons/t15-icon-2.png);
}

.menu-type-15 a + a + a {
	background-image: url(../img/menu-icons/t15-icon-3.png);
}

.menu-type-15 a + a + a + a {
	margin-left: 16.5%;
	background-image: url(../img/menu-icons/t15-icon-4.png);
}

.menu-type-15 a + a + a + a + a {
	margin-left: 0;
	background-image: url(../img/menu-icons/t15-icon-5.png);
}

.menu-type-15 a + a + a + a + a + a {
	width: 100%;
	margin-left: 0%;
	padding-top: 40px;
	background-image: url(../img/menu-icons/t15-icon-6.png);
}

.left-offset-0 {
	padding-left: 0;
}

.right-offset-0 {
	padding-left: 0;
}


@media (max-width: 767px) {
	body {
		min-width: 0;
	}
	.module-index-news .item-new {
		padding-right: 15px !important;
	}
	.footer-map .block-map {
		width: 100%;
		max-width: 100%;
	}
	.footer-map .block-contacts {
		position: initial;
		left: auto;
		top: auto;
	}
}



.share-block {
	padding: 4px 0;
}
.share-block a {
	display: inline-block;
	font-size: large;
	margin: 0 0 0 4px;
	text-decoration: none;
	transition: color 0.25s ease;
}
.share-block a:first-child {
	margin-left: 0;
}

/*
.share-block a {
	display: inline-block;
	background: url(/img/social_buttons_sprite.png) #4e5960 0 0 no-repeat;
	height: 24px;
	transition:  0.2s ease-in-out;
	vertical-align: middle;
	width: 24px;
}
.share-block a:hover {
	background-position-y: -24px;
}
.share-block a.icon-vk {
	background-position-x: 0;
}
.share-block a.icon-fb {
	background-position-x: -24px;
}
.share-block a.icon-tw {
	background-position-x: -48px;
}
.share-block a.icon-gplus {
	background-position-x: -72px;
}
.share-block a.icon-ok {
	background-position-x: -96px;
}
*/

/* Блок Актуального */

.monts {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

.monts-bold {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.links_grid {
  display: grid;
  grid-gap: 20px;
  grid-auto-rows: 120px;
  grid-auto-flow: row dense;
}

.links_item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /*-webkit-box-pack: end;*/
          /*justify-content: flex-end;*/
  box-sizing: border-box;
  background: #3e2fde;
  color: #fff;
  grid-column-start: auto;
  grid-row-start: auto;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 10px -10px rgba(0,0,0,0.5);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.links_item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}
.links_item:hover {
  transform: scale(1.025);
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5);
}
.links_item:hover:after {
  opacity: 0;
}
@media (min-width: 634px) {
  .links_grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .item--small-new{
    width: auto;
    grid-row-end: span 1;
  }

  .item--medium {
    grid-row-end: span 2;
  }
  .item--medium-new {
    width: 600px;
    height: 120px;
  grid-column-end: span 2;
  grid-row-end: span 1;
  }
  .item--medium-vert {
    width: 280px;
    height: 260px;
  grid-column-end: span 2;
  grid-row-end: span 1;
  }
  .item--large {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
  .item--large-new {
    width: 600px;
    height: 260px;
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
  .item--large:hover {
    transform: scale(1.013);
  }
  .item--full {
    grid-column-end: auto;
  }
}
@media screen and (min-width: 768px) {
  .item--full {
    grid-column: 1/-1;
    grid-row-end: span 2;
  }
}
.links_item__details {
  position: relative;
  z-index: 1;
  padding: 15px;
  height: 100%;

}

.links-white h3 > a {
    color: white;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.link a-2 {
     display: block; /* Ссылка как блочный элемент */
     text-align: center; /* Выравнивание по центру */
     height: 200%; /* Высота на весь слой */
     color: #white; /* Цвет ссылки */
}
