html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
	background: #fff;
	color: #333;
	font-family: 'BasisGrotesquePro';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	/*padding-top: 55px;*/
}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	font-weight: normal;
	font-style: normal;
	color: #333;
	font-family: 'BasisGrotesquePro';
}
h1 {
	font-family: ArchivePro;
	font-size: 60px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #000000;
}
h2 {
	font-family: ArchivePro;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #000000;
}
h2 a {
	color: #293a8f;
}
img {
	border: none;
	max-width: 100% !important;
	height: auto;
}
textarea, input, select, radio, button {
	outline: none;
	font-family: 'BasisGrotesquePro';
	font-size: 15px;
}
a {
	color: #293a8f;
}
a:hover {
	color: #18bef0;
	text-decoration: none;
}
i, italic {
	font-family: 'globeritalic';
}
b, strong, th {
	font-family: 'BasisGrotesqueProBold';
}
b a, strong a {
	color: #293a8f;
}
p {
	line-height: 19px;
	margin: 15px 0;
	color: #333;
}
* {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*
#bx-panel {
	top: 55px !important;
}*/


img.calendar-icon {
    position: relative;
    left: -30px;
    top: 5px;
}

.video-priem {
padding: 5px;
}
.video-priem iframe {
width: 100%;
  height: 200px;
}

.img_news_width {
	width: 200px;
	margin-right: 20px;
}


.menu-lang {
	text-align: right;
}
.menu-lang > li {
	float: right !important;
	cursor: pointer;
	position: relative;
}
.menu-lang .podmenu {
    right: 0;
	left: auto !important;
	width: auto !important;
	height: auto !important;
}
.menu-lang .podmenu a {
    line-height: 30px;
	margin-right: 0px !important;
    color: #404040;
    font-size: 14px;
    text-decoration: underline;
}




.big_link > div {
	padding: 20px;
}
.big_link a {
	background: #293a8f;
    display: flex;
    width: 100%;
    height: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	color: #fff;
	text-decoration: none !important;
	text-align: center;
	padding: 20px;
}
.big_link.gold_link a {
	background: #a09600;
}
.big_link.orange_link a {
	background: #f58220;
}
.big_link.blue_link a {
	background: #1b75bc;
}
.big_link.green_link a {
	background: green;
}
.big_link.red_link a {
	background: #94070a;
}





.main-slider {
	background-image: url(../images/Header.png);
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 340px;
	background-color: #18bef0;
}
.headerIcon {
	background-image: url(../images/MSLU-sign.png);
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;
	height: 60px;
	width: 100%;
}

.headerLogo {
	float: left;
	
}

.headerLogo p a {
	font-size: 35px;
    color: #293a8f;
    font-weight: bolder;
    font-family: BasisGrotesqueProBold;
    padding: 5px;
}

.headerLogo img {
	height: 60px;
    margin-right: 10px;
}

.langs {
	/*background: #293a8f;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 8;
	top: -10px;
	right: 0;
	background: #293a8f;
	padding-top: 10px;*/
	
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 8;
	text-align: center;
}
.langs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
    display: inline-block;
    vertical-align: top;
}
.langs li {
	display: block;
	float: left;
}
.langs a {
	color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 40px;
    display: block;
    padding: 0px 10px;
	/*color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 55px;
	display: block;
	padding: 0 15px;*/
}
.langs a:hover, .langs a.root-item-selected {
	background: rgba(255, 255, 255, 0.1);
}

/*.test {
	background: #2c2b58;
    padding: 8px 20px 5px 20px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -5px;
    right: 7px;
}*/
.test {
	background: #2c2b58;
    padding: 8px 20px 5px 20px;
    font-size: 13px;
    color: #fff;
    text-align: center;
margin: 0;
}

.sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/map/line.jpg) repeat-y 0 0;
}
.sitemap li {
	padding-left: 26px;
	line-height: 26px;
}
.sitemap ul li {
	background: url(../images/map/level-middle.jpg) no-repeat 0 0;
}
.sitemap ul li:first-child {
	background: url(../images/map/level-1-top.jpg) no-repeat 0 0;
}
.sitemap ul ul li:first-child {
	background: url(../images/map/level-middle.jpg) no-repeat 0 0;
}
.sitemap ul li:last-child {
	background: url(../images/map/level-last.jpg) no-repeat 0 0 !important;
}
.sitemap a {
	text-decoration: none !important;
	font-weight: normal !important;
}
.sitemap a:hover {
	text-decoration: underline !important;
}

div.photo-page-main #photo-main-page-right {
    top: -40px !important;
	right: 0px !important;
    width: 350px !important;
}
.photo-controls {
	display: block;
}
.photo-controls li {
	display: inline-block;
	float: right !important;
	clear: none !important;
	font-size: 14px;
}
div.photo-controls-buttons ul.photo-controls li a {
	width: auto !important;
}


.lSPrev, .lSNext {
    padding: 10px;
    font-size: 30px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    z-index: 5;
    color: #c5c5c5;
	opacity: 1 !important;
}

.index_h1 {
	display: none;
}

.slider-photo {
	width: 100%;
	display: block;
}
.slider-photo tbody, .slider-photo tr, .slider-photo td {
	display: block;
	overflow: hidden;
}
.slider-photo div {
	max-width: 100%;
}
.slider-photo .lSPrev, .slider-photo .lSNext {
    color: #293a8f !important;
}


.alx-tabs a {
	font-size: 16px;
	text-shadow: none !important;
    font-weight: normal !important;
	text-decoration: none !important;
	background: #fff !important;
	color: #293a8f;
}
.alx-tabs a.active {
	border-radius: 3px 3px 0 0;
	color: #333;
}
.alxTabContent {
    padding: 0;
}

/*.slider-index-page .previous {
	margin-left: 8px;
	padding: 10px;
	position: absolute;
	top: 50%;
	margin-top: -31px;
	left: 10px;
	font-size: 30px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	z-index: 5;
}
.slider-index-page .next {
	float: right;
	padding: 10px;
	position: absolute;
	top: 50%;
	margin-top: -31px;
	right: 10px;
	font-size: 30px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	z-index: 5;
}*/


.mobile-section-menu {
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 20px;
}
.slide-button {
	margin-bottom: 20px; 
	color: #293a8f;
	font-size: 18px;
	font-family: 'BasisGrotesquePro';
	cursor: pointer;
}
.slide-button i {
	margin-right: 10px;
}
.slide-down {
	display: none;
	margin-bottom: 20px; 
}

._altasib_spoiler_class {
	background: none !important;
	border: 1px solid #ccc !important;
	border-radius: 5px;
}
._altasib_spoiler_title_class {
	background: none !important;
	border: none !important;
	padding: 2px 0 !important;
	cursor: pointer;
	font-size: 18px;
	color: #293a8f;
}



.table_links {
}
.table_links > div {
	float: left;
	width: 11.1%;
}
.table_links a {
	font-family: BasisGrotesquePro;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.15;
	letter-spacing: normal;
	color: #293a8f;
}
.table_links i {
	zoom: 0.9;
}
@media (max-width: 1000px) {
	.table_links > div {
		width: 25%;
			padding: 10px 0;
	}
	.table_links > div:nth-child(5) {
		clear: both;
	}
}
@media (max-width: 600px) {
	.table_links > div {
		width: 50%;
	}
	.table_links > div:nth-child(5) {
		clear: none;
	}
	.table_links > div:nth-child(2n+1) {
		clear: both;
	}
	
}


/* Иконки */
.ico {
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
}
.ico-search {
	width: 25px;
	height: 25px;
	background-position: -94px -149px;
	position: absolute;
	right: 2px;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 13px;
}
.ico-planeta {
	width: 75px;
	height: 60px;
	background-image: url(../images/planeta.png);
}
.ico-komp {
	width: 75px;
	height: 60px;
	background-image: url(../images/komp.png);
}
.ico-mglu {
	width: 75px;
	height: 60px;
	background-position: 11px -60px;
}
.ico-mglu-about {
	width: 75px;
	height: 60px;
	background-position: 11px -292px;
}
.ico-education {
	width: 75px;
	height: 60px;
	background-position: -72px -67px;
}
.ico-assoc {
	width: 75px;
	height: 60px;
	background-position: -162px -67px;
}
.ico-corruption {
	width: 75px;
	height: 60px;
	background-position: 4px -136px;
}
.ico-course {
	width: 75px;
	height: 60px;
	background-position: -144px -136px;
}
.ico-umo {
	width: 75px;
	height: 60px;
	background-position: 10px -211px;
}
.ico-svd {
	width: 75px;
	height: 60px;
	background-position: -137px -211px;
}
.ico-vk {
	width: 41px;
	height: 41px;
	background-position: 0 0;
}
.ico-pr {
	width: 41px;
	height: 41px;
	background-position: -48px 0;
}
.ico-fb {
	width: 41px;
	height: 41px;
	background-position: -96px 0;
}
.ico-tw {
	width: 41px;
	height: 41px;
	background-position: -144px 0;
}
.ico-in {
	width: 41px;
	height: 41px;
	background-position: -192px 0;
}
.ico-yt {
	width: 41px;
	height: 41px;
	background-position: -240px 0;
}
.ico-yt-b {
	background-image: url(../images/ytb.png);
	width: 100px;
	height: 42px;

	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.iconMenu {
	margin-bottom: 8px;
	height: 40px;
	width: 40px;
}

.iconMenu_obUni{
	background-image: url(../images/obUni.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.iconMenu_Sveden {
	background-image: url(../images/Sveden.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.iconMenu_DopObr{
	background-image: url(../images/DopObr.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.iconMenu_Abit {
	background-image: url(../images/Abit.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.iconMenu_Assoc {
	background-image: url(../images/Assoc.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.iconMenu_Bibl {
	background-image: url(../images/Bibl.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.iconMenu_Fond {
	background-image: url(../images/fond-raz.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.iconMenu_Course {
	background-image: url(../images/Course.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.iconMenu_Dist {
	background-image: url(../images/Dist.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.indexIcon {
	border: 1px solid #c7c9c8;
    border-radius: 15px;
    padding: 5px;
    color: #293a8f;
    font-size: 20px;
}

.indexIcon:hover {
	color: #18bef0;
}

.indexIconFb {
	padding: 5px 9px;
}

.instLogo {
	display: block;
    height: 125px;
    float: right;
    margin-top: 20px;
    margin-left: 60px;
    position: absolute;
}


/*
.svd-link {
	color: #e10000 !important;
	font-family: 'globerbold' !important;
}*/


/* Враппер и иннеры*/
.wrapper, .inner {
	width: 100% !important;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
}

/* Список документов */
.org_block {
	border-left: 2px solid #293a8f;
	padding: 5px 0 5px 20px;
}
.org_block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.org_block i {
	margin-right: 5px;
	color: #293a8f;
}


.detail_picture {
	margin-right: 20px !important;
}


/* Раскрывающийся список */
.slide-collapse {
	border: 1px solid #f7f7f7;
	border-radius: 10px;
	padding: 0 15px 0;
	margin-top: 20px;
}
.slide-collapse h2 {
	margin-bottom: 0;
	margin-top: 10px;
	display: block;
	padding-bottom: 10px;
	position: relative;
	padding-right: 50px;
	font-size: 14px;
}
.slide-collapse p {
	margin: 0;
}
.panel-collapse {
	margin: 0;
	padding-bottom: 20px;
}

/* Карусель */
.slider-index-page {
	position: relative;
	max-width: 1200px;
	overflow: hidden;
	margin-top: 20px;
}

.prod {
    overflow: hidden;
	    margin-bottom: 15px;
}

.blockHref {
	display: block;
}
.prodImg {
    margin: 0 5px;
	height: 130px;
	overflow: hidden;
}
.prodImg img {
    width: 100% !important;
}
.news-detail .prodImg {
	height: 185px;
}
.slider-index-page > a {
	color: #c5c5c5;
}
.slider-index-page > a:hover {
    color: #18bef0;
}
.slider-index-page .previous {
	margin-left: 8px;
	padding: 10px;
	position: absolute;
	top: 50%;
	margin-top: -31px;
	left: 10px;
	font-size: 30px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	z-index: 5;
}
.slider-index-page .next {
	float: right;
	padding: 10px;
	position: absolute;
	top: 50%;
	margin-top: -31px;
	right: 10px;
	font-size: 30px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	z-index: 5;
}

/*
	Формы
*/
.page form {
	border: 1px solid #f7f7f;
	border-radius: 5px;
}
.page input[type=date], .page input[type=text], .page input[type=number], .page input[type=password], .page textarea, .page select {
	width: 400px;
	max-width: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}
.page textarea {
	height: 80px;
}
.page label {
	font-family: 'BasisGrotesquePro';
	font-weight: normal;
}
.submit-button {
	background: #293a8f;
	border: none;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
}
.mobile-menu-lang ul {
	display: inline !important;
	
}
.mobile-menu-lang {
    min-width: 100px;
	text-align: center;
	font-size: 17px;
}
.mobile-menu-lang a {
	color: #293a8f !important;
}

/* Навигация */
.navigation {
	/*position: fixed;
	top: 0;
	left: 0;*/
	position: relative;
	width: 100%;
	z-index: 9;
	height: 91px;
}
.navigation .inner {
	max-width: 1200px;
}
.navigation .dropdown {
cursor: pointer;
}
.navigation .dropdown-menu {
	min-width: 100px;
	padding: 10px;
}
.navigation .dropdown-menu ul {
	left: 50%;
    transform: translateX(-50%);
	padding: 0;
    list-style: none;
	position: relative;	
	float: left;
	height: auto;
}
.navigation .dropdown-menu li {
	float: none;
}

.navigation .dropdown-menu a {
	font-size: 12px;
    margin: 0px;
    font-family: BasisGrotesquePro;
}

.horizontalMenu li {
	float: left;
}
.navigation ul {
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: right;
}
.navigation li {
	display: block;	
}
.navigation li.lang {
	float: right;
}
.navigation a {
	font-family: BasisGrotesqueProMedium;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.56;
	letter-spacing: normal;
	text-align: right;
	color: #293a8f;
	margin-left: 15px;
	/*color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 55px;
	display: block;
	padding: 0 15px;*/
}

.navigation a:hover {
	color: #18bef0;
}

.navigation i {
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 0;
	color: #293a8f;
}

.navigation i:hover {
	color:#18bef0;
}
.navigation a i {
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 0;
	color: #293a8f;
}

.navigation i a {
	font-size: 13px;
}
.navigation a i:hover {
	color:#18bef0;
}
.navigation a:hover, .navigation a.root-item-selected {
	background: rgba(255, 255, 255, 0.1);
}

.navigation .upperMenu {
	min-height: 2em;
	margin-left: auto;
	margin-right: 0em;
}
/*.navigation li:first-child a.root-item-selected {
	background: none;
}*/
.navigation li:first-child a:hover {
	background: rgba(255, 255, 255, 0.1);
}/*
.navigation li:hover > .podmenu {
	display: block !important;
}*/

/* Подменю */
.navigation .podmenu {
	min-width: 180px;
	position: absolute;
	background: #fff;
	border-top: none;
	height: auto;
	line-height: 20px;
	padding: 20px;
	border-radius: 2px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	display: none;
}
.navigation .podmenu li {
	padding: 5px 0;
	float: none;
}
.navigation .podmenu a {
	margin: 0;
	line-height: 20px;
	margin-right: -10px;
	font-size: 14px;
}
.navigation .podmenu a:hover {
	color: #18bef0;
}
.navigation .podmenu ul {
	float: none;
}
.navigation .podmenu a:hover {
	text-decoration: none;
	color: #18bef0;
}
.navigation .podmenu a.root-item-selected {
	text-decoration: none;
	position: relative;
}
/*.navigation .podmenu a.root-item-selected:before {
	content: '';
	background: #293a8f;
	width: 6px;
    height: 6px;
    border-radius: 6px;
    display: block;
    position: absolute;
    top: 7px;
	left: 0;
}*/

.navigation .grey {
	background: #f7f7f7;
	padding: 15px;
	font-size: 14px;
}
.navigation .grey .img {
	padding-left: 15px;
}
.navigation .grey .img img {
	width: 100%;
}

.dop-top-menu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 9;
	width: 772px;
	min-height: 100%;
	margin-left: 7px;
}
.dop-top-menu ul {
	margin-bottom: 10px !important;
}
.dop-top-menu a {
	padding: 0px !important;
}
.dop-top-menu li {
	padding: 0 !important;
	float: left !important;
	margin: 0 20px 5px 0 !important;
}
.navigation li li:hover > .dop-top-menu {
	display: block;
}
.dop-top-menu .row > div ul {
	list-style: disc;
	
}

/* Мобильное меню */
.mobile-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100vh;
	width: 100%;
	background: #4b4b4b;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 20px;
	color: #fff;
}
.mobile-menu li {
	padding: 3px 0;
}
.close-li {
	position: relative;
	font-family: 'BasisGrotesqueProBold';
    font-size: 20px;
    color: #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.close-li a {
	position: absolute;
	right: 0;
}
.mobile-menu ul {
	display: none;
	margin-top: 5px;
	padding: 0;
	list-style: none;
	padding-left: 15px;
}
.mobile-menu a {
	color: #fff;
	font-family: BasisGrotesqueProMedium;
}
.mobile-menu .form-search {
	margin-bottom: 5px !important;
	border: none !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.mobile-menu .form-search input {
	background: #3e3e3e !important;
	color: #fff !important;
}
.mobile-menu .ico-search {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.mobile-menu .phone {
	font-size: 30px;
	text-align: center !important;
	margin-top: 15px !important;
	color: #fff !important;
}
.mobile-menu .phone a {
	color: #fff !important;
}
.mobile-menu .social  {
	margin-bottom: 0px !important;
}

/* Дополнительные ссылки */
.dop-links {
	padding: 30px 0;
}
.dop-link-once {
	text-align: center;
	display: table;
	text-decoration: none;
	font-size: 12px;
	height: 170px;

	/*width: 14.2% !important;
	float: left;*/
}
.dop-link-once span {
	display: table-cell;
	vertical-align: middle;
}

/* Приемная комиссия кнопки */
.priemButtons {
	padding: 30px 0;
}

.priemButtonsOnce {
	text-align: center;
	display: table;
	text-decoration: none;
	font-size: 20px;
	height: 150px;
	border: 2px solid rgb(61, 60, 107);
	border-radius: 20px;
	font-weight: 900;
	background: rgba(41, 58, 143, 0.5);
	color: white;
}


.priemButtonsOnce .dropdown-menu {
	width: 750px;
    height: 420px;
}

.priemButtonsOnce .dropdown-item {
	text-align: center;
    display: table;
    text-decoration: none;
    font-size: 15px;
    height: 80px;
    border: 2px solid rgb(61, 60, 107);
    border-radius: 20px;
    font-weight: 900;
    background: rgba(41, 58, 143, 0.5);
    color: white;
}

.priemButtonsOnce:hover {
	color: white;
	background: rgb(61, 60, 107);
}
.priemButtons a {
	text-decoration: none;
}


.priemButtonsOnce span {
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}

.priemButtons span:hover {
	color: white;
}
/* Блоки */
.blocks {
	padding: 0px 66px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	border-top: 1px solid #797d82;
    border-bottom: 1px solid #797d82;
}
.blocks > div {
	line-height: 15px;
    font-size: 16px;
    padding: 35px 15px;
    height: 156px;
}
.blocks a:hover {
	color: #18bef0;
}
.blocks span {
	display: inline-block;
}

/* Контент */
.content {
	margin: auto;
	max-width: 1440px;
	padding: 25px 50px;
}
.page {
	padding: 0 10px 0 0;
}

.page a:hover {
	text-decoration: none;
}
.page table {
	/*width: 100%;*/
}
.info {
	border: 1px solid #696969;
	border-radius: 10px;
	padding: 15px 20px;
	margin-bottom: 15px;
	font-size: 15px;
}
.info a {
	text-decoration: none;
}
/* Медиа */
.media {
	padding: 30px 0;
}
.media img {
	width: 100%;
}
.media-f {
	overflow: hidden;
}
.fl-right {
	text-align: right;
}
.medialink {
	font-size: 13px;
	font-family: 'BasisGrotesquePro';
	display: inline-block;
	margin-top: 10px;
	color: #fff;
	border-radius: 2px;
	padding: 5px 10px;
	text-decoration: none !important;
	background-color: #293a8f;
}
.photolink {
	background-color: #293a8f;
}
.photolink:hover {
	background-color: #18bef0;
	color: white
}
.videolink {
	background-color: #293a8f;
}

.videolink:hover {
	background-color: #18bef0;
	color: white
}
/* Курсы */
.courses {
	padding: 10px 0 0 0;
}
.courses h2 {
	color: #a81010;
}
.courses > div {
	text-align: center;
	margin-bottom: 30px;
}
.courses > div > a {
	display: block;
}
.courses img {
	vertical-align: top;
}

/* Карта */
#map {
	width: 100%;
	height: 450px;
}

/* Мероприятния */
.event {
	background: #293a8f;
	color: #fff;
}
.event-once {
	font-family: BasisGrotesquePro;
	margin: 0 0 20px 0;
}
.event-once a {
	font-family: BasisGrotesquePro;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #000000;
}

.event-once b {
	font-family: BasisGrotesquePro;
	font-weight: bold;
  	color: #283791;
}
.event h2 {
	color: #fff;
}
.event-date {
	font-family: 'BasisGrotesqueProBold';
	margin: 5px 0 10px;
	text-transform: lowercase;
}
.all-events {	
	font-size: 13px;
	font-family: 'BasisGrotesquePro';
	display: inline-block;
	margin-top: 10px;
	color: #fff;
	border-radius: 2px;
	padding: 5px 10px;
	text-decoration: none !important;
	background-color: #293a8f;
}

.sidebar .all-events:hover {
	background-color: #18bef0;
	color: white;
}

/* Новости */
.news-index {
	font-family: 'BasisGrotesquePro';
	margin-bottom: 20px;
    font-size: 16px;
}
.news-index > a {
	font-family: BasisGrotesquePro;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #293a8f;
	text-decoration: none;
}
.news-index > a:hover {
	color: #18bef0;
	text-decoration: none;
}
.news-date, .news-date-time {
	padding-left: 220px;
	font-size: 13px;
	display: block;
	color: #797d82;
	margin-bottom: 5px;
	text-transform: lowercase;
}
.date {
	padding-left: 0px !important;
	font-size: 13px;
	display: block;
	color: #293a8f;
	margin-bottom: 5px;
	text-transform: lowercase;
}
h3.video-date {
	margin-bottom: 0;
	font-size: 23px;
}
.news-index iframe {
	max-width: 100%;
}
.tags-news {
	margin-top: 3px;
}
.archive {	
	font-size: 13px;
	font-family: 'BasisGrotesquePro';
	display: inline-block;
	margin-top: 10px;
	color: #fff;
	border-radius: 2px;
	padding: 5px 10px;
	text-decoration: none !important;
	background-color: #293a8f;
}


.tag {
	display: inline-block;
	margin: 5px 2px 0 0;
	border-radius: 5px;
	line-height: 20px;
	padding: 0 10px;
	color: #fff;
	font-size: 11px;
	background: #293a8f;
}
.tag:hover {
	color: #bdbdbd;
}

.a-photo {
	text-decoration: none;
}
.nnname {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 10px 0;
	opacity: 0.4;
}
.links-photo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 17px;
	opacity: 0.4;
}
.a-photo:hover .nnname, .links-photo:hover {
	opacity: 1;
}

/* Сайдбар */
.sidebar {
	padding: 0 0 0 25px;
}
.form-search {
	border: 1px solid #c7c9c8	;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.form-search input {
	width: 100%;
	border: none;
	height: 25px;
	padding: 0 40px 0 15px;
}
.phone {
	font-family: 'globerlight';
	font-size: 32px;
	color: #293a8f;
}
.phone span {
	font-family: BasisGrotesqueProBold;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #293a8f;
}
.phone .address {
	font-family: 'BasisGrotesquePro';
	font-size: 15px;
}
.phone a {
	text-decoration: none;
	color: #293a8f;
}

.phone span:hover {
	color: #18bef0;
}
.phone a.question {	
	font-size: 13px;
	font-family: 'BasisGrotesquePro';
	display: inline-block;
	margin-top: 10px;
	color: #fff;
	border-radius: 2px;
	padding: 5px 10px;
	text-decoration: none !important;
	background-color: #293a8f;
}

.phone a.question:hover {
	background-color: #18bef0;
}
.social {
	margin: 20px 0;
	text-align: center;
}
.social a {
	margin: 0 0 7px;
}
.intelligence {
	display: block;
	border-radius: 7px;
	background: #FD0326;
	color: #fff;
	font-family: 'BasisGrotesqueProBold';
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
	padding: 10px 20px;
}
.banners {
	margin: 20px 0;
}
.banners a + a {
	margin-top: 20px;
	display: block;
}

.head-menu-link {
	margin-bottom: 15px;
}
.head-menu-link a {
	font-family: 'ArchivePro';
	font-size: 30px;
}

/* Вкладки */
.tabs-link {
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-left: -7px;
	margin-bottom: 10px;
	margin-top: 25px;
	list-style: none;
}
.tabs-link li {
	float: left;
	margin-left: 7px;
	margin-bottom: 10px;
}
.tabs-link a {
	font-family: BasisGrotesqueProMedium;
	padding: 5px 7px 2px;
    border: 1px solid #f7f7f7;
    display: flex;
	align-items: center;
	justify-content: center;
    text-decoration: none;
    border-radius: 14px;
    border: solid 1px #293a8f;
}
.tabs-link a:hover {
	color: #18bef0;
	border: 1px solid #ccc;
}
.tabs-link a.selected {
	background: #293a8f;
    border: 1px solid #293a8f;
    color: #fff;
    text-align: center;
    border-radius: 14px;
}
.tabs {
	margin-bottom: 20px;
}
.tabs > div {
	display: none;
}

/* Правое меню */
.menu-section ul {
	font-family: BasisGrotesqueProMedium;
	line-height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-section > ul > li > a {
	font-family: 'BasisGrotesqueProMedium';
    font-size: 16px;
	color: #293a8f;
}

.menu-section > ul > li > a:hover {
	color: #18bef0;
}
.menu-section > ul > li.root-item-selected > a {
	color: #293a8f;
}
.menu-section ul ul {
	margin: 5px 0;
	display: none;
	margin-left: 20px;
}
.menu-section li {
	padding: 5px 0;
	position: relative;
}
.menu-section .root-item-selected > ul {
	display: block;
}
.menu-section li.item-selected {
	padding: 5px 13px;
    background: #f7f7f7;
    border-radius: 10px;
}

/* Подвал */
.footer {
	padding: 0px 120px;
	border-top: 1px solid #797d82;
	height: 63px;
	font-family: BasisGrotesquePro;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.15;
	letter-spacing: normal;
	color: #797d82;
}
.footer .row {
	margin-top: 18px;
}
.footer a {
	font-family: BasisGrotesquePro;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.15;
	letter-spacing: normal;
	color: #797d82;
}
.login {
}
.login:hover {
	text-decoration: none !important;
}

/* РЕМА */

.rema_bg {
	background: #293a8f;
	color: #fff;
	padding: 15px 0 15px 20px;
}
.rema_bg h2{ 
	color: #fff;
	margin-top: 0;
	font-size: 20px;
}
.rema_bg img {
	float: right;
	margin-left: 20px;
	margin-bottom: -300px;
	position: relative;
	z-index: 2;
}
.rema_slider {
	padding: 165px 0 0 20px;
}
.rema_line {
	
}


@media (max-width: 768px) {
	.rema_bg {
		padding: 15px 20px;
	}
	.rema_bg img {
		display: none;
		margin: 10px 0 10px 10px;
		position: relative;
		z-index: 2;
	}
	.rema_slider {
		padding: 30px 10px 10px;
	}
	.navigation ul {
		float: left !important;
	}
	.blocks {
		padding: 0px !important;
		text-align: center !important;
	}
	.iconMenu{
		margin:auto !important;
	}
	.bottom-row {
		padding: 0px !important;
		font-size: 14px !important;
	}
	.news-date {
		padding: 0px !important;
	}
	.content {
		padding: 25px 25px !important;
	}
	.sam-image {
		padding: 0px 25px !important;
	}
	.sam-image .wr{
		font-size: 38px !important;
		width: 100% !important;
	}
	.sam-image .wl{
		width: 100% !important;
		font-size: 20px !important;
	}
	.main-slider {
		background-image: none !important;
	}
	.pull-right {
		float: none !important;
	}
	.footer {
		padding: 15px 25px !important;
	}
	.footer .col-md-6 {
		margin-bottom: 10px !important;
	}
	.footer .col-md-5 {
		margin-bottom: 10px !important;
	}
	.footer .col-md-1 {
		margin-bottom: 10px !important;
	}
	h1 {
		font-size: 30px !important;
	}
}




.photo-desc {
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px 25px;
	transition: all .2s;
}
.photo-item-inner:hover .photo-desc {
	top: 0;
}


.NewsCalTable {
	margin: 20px 0 0;
	border: none !important;
}
.NewsCalTable a {
	color: #293a8f !important;
	text-decoration: underline !important;
}
.NewsCalTable a:hover {
	text-decoration: none !important;
}
.NewsCalTable td, .NewsCalTable tr {
	border: none !important;
	text-align: center !important;
	font-size: 14px !important;
}
.NewsCalHeader {
	font-family: 'BasisGrotesqueProBold';
	color: #333 !important;
	background: none !important;
	padding-bottom: 10px;
}

.NewsCalOtherMonth {
	color: #ccc !important;
	background: none !important;
}
.NewsCalWeekend {
	background: none !important;
	color: #b40202 !important;
}
.NewsCalToday {
	background: #ddd !important;
	border-radius: 3px;
}


/*
.aaaaaaaaa a {
	background-color: #214E9F;
    color: #fff !important;
    padding: 5px 15px;
    margin: 0 10px 20px 0;
    text-decoration: none !important;
    display: block;
    border-radius: 3px;
}*/

.aaaaaaaaa-inline {
	/*text-align: center;*/
	padding: 5px 0;
}
.aaaaaaaaa-inline b {
	/*text-align: center;*/
	color: #fff;
}
.aaaaaaaaa-inline a {
	background-color: #293a8f;
    color: #fff !important;
    padding: 5px 15px;
	display: inline-block;
    text-decoration: none !important;
    border-radius: 3px;
margin-top: 5px;
}

.links-priem a {
	background-color: #293a8f;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 20px;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
	margin-left: 20px;
}
.links-priem a + a {
}

.calendar-icon {
	position: absolute !important;
    right: 10px !important;
    top: 5px !important;
    left: auto !important;
}
.org_border {
	border: 2px solid #293a8f;
	border-radius: 5px;
    padding: 5px 20px;
}
td.vertical{
	writing-mode: tb-rl;
	filter: flipH flipV;
	background:#fff; /* для устранения бага с отображением текста в IE6 и ниже */
	text-align:center;
	font-size:14px;
	font-family:Arial;
}




.link-dop-kurs {
	margin: 15px 0;
}
.link-dop-kurs img {
	margin-bottom: 10px;
}
.link-dop-kurs > a, .link-dop-kurs > div {
	display: block;
	width: 33%;
	float: left;
	background: #f7f7f7;
    border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 15px;
	min-height: 355px;
}

.links-priem {
text-align: center;
}

.links-priem a {
    width: 35%;
    text-align: center;
display: inline-block;
}



/* Клир */
.clear {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}









.sam-image {
	width: 100%;
	/*background: #2c2b57;*/
	margin: 0 auto;
	color: #fff;
	font-family: 'BasisGrotesqueProBold';
	padding: 0px 50px;
}
.sam-image .top-row {
	border-bottom: 3px solid #ceba7f;
	font-weight: bold;
	font-size: 23px;
	line-height: 30px;
}
.sam-image .top-row div:not(.logo) {
	width: 40%;
	float: left;
	height: 90px;
	text-align: center;
    padding-top: 13px;
	
}
.sam-image .top-row .logo {
	width: 20%;
	height: 90px;
	float: left;
	text-align: center;
	position: relative;
}
.sam-image .wl {
	width: 491px;
	height: 45px;
	font-family: ArchivePro;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: normal;
	color: #ffffff;
	margin-top: 63px;
}
.sam-image .wr {
	text-align: left;
	width: 508px;
	height: 180px;
	font-family: BasisGrotesqueProBold;
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #ffffff;
	padding-top: 35px;
}
.sam-image .logo img {
	width: 150px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -75px;
	vertical-align: top;
}
.sam-image .images > div {
	width: 50%;
	float: left;
}
.sam-image .images > div > img {
	max-width: 100%;
	height: auto;
}
.sam-image .bottom-row {
	line-height: 30px;
	padding: 5px 0;
	width: 1440px;
	height: 45px;
	background-color: #c7c9c8;
	font-family: BasisGrotesquePro;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: 0.5px;
	text-align: center;
	color: #ffffff;
}
.bottom-row {
	line-height: 30px;
	padding: 10px 5px;
	width: 100%;
	height: 45px;
	background-color: #c7c9c8;
	font-family: BasisGrotesquePro;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: 0.5px;
	text-align: center;
	color: #ffffff;
.sam-image .words img {
	vertical-align: top;
	max-width: 100%;
}
.sam-image .words {
	position: relative;
	text-shadow:
		-0   -3px 0   #2c2b57,
		 0   -3px 0   #2c2b57,
		-0    3px 0   #2c2b57,
		 0    3px 0   #2c2b57,
		-3px -0   0   #2c2b57,
		 3px -0   0   #2c2b57,
		-3px  0   0   #2c2b57,
		 3px  0   0   #2c2b57,
		-1px -3px 0   #2c2b57,
		 1px -3px 0   #2c2b57,
		-1px  3px 0   #2c2b57,
		 1px  3px 0   #2c2b57,
		-3px -1px 0   #2c2b57,
		 3px -1px 0   #2c2b57,
		-3px  1px 0   #2c2b57,
		 3px  1px 0   #2c2b57,
		-1px -3px 0   #2c2b57,
		 1px -3px 0   #2c2b57,
		-1px  3px 0   #2c2b57,
		 1px  3px 0   #2c2b57,
		-3px -1px 0   #2c2b57,
		 3px -1px 0   #2c2b57,
		-3px  1px 0   #2c2b57,
		 3px  1px 0   #2c2b57,
		-3px -3px 0   #2c2b57,
		 3px -3px 0   #2c2b57,
		-3px  3px 0   #2c2b57,
		 3px  3px 0   #2c2b57,
		-3px -3px 0   #2c2b57,
		 3px -3px 0   #2c2b57,
		-3px  3px 0   #2c2b57,
		 3px  3px 0   #2c2b57;
}
.sam-image .words div {
	width: 40%;
	position: absolute;
	top: 35%;
	line-height: 33px;
	font-weight: bold;
	font-size: 25px;
}
.sam-image .words .l {
	left: 30px;
}
.sam-image .words .r {
	right: 30px;
	text-align: right;
}


@media (max-width: 1200px) {
	.sam-image .top-row {
		border-bottom: 1px solid #ceba7f;
		font-size: 18px;
		line-height: 25px;
	}
	.sam-image .words div {
		line-height: 28px;
		font-size: 20px;
	}
}
@media (max-width: 1000px) {
	.sam-image .top-row {
		border-bottom: 1px solid #ceba7f;
		font-size: 15px;
		line-height: 20px;
	}
	.sam-image .top-row div:not(.logo), .sam-image .top-row .logo {
		height: 70px;
	}
	.sam-image .logo img {
		width: 100px;
		margin-left: -50px;
	}
	.sam-image .bottom-row {
		border-top: 1px solid #ceba7f;
		line-height: 25px;
		font-size: 16px;
	}
	.sam-image .words div {
		line-height: 20px;
		font-size: 15px;
	}
}
@media (max-width: 810px) {
	.sam-image .top-row {
		border-bottom: 1px solid #ceba7f;
		font-size: 11px;
		line-height: 15px;
	}
	.sam-image .top-row div:not(.logo), .sam-image .top-row .logo {
		height: 50px;
	}
	.sam-image .logo img {
		width: 80px;
		margin-left: -40px;
	}
	.sam-image .bottom-row {
		border-top: 1px solid #ceba7f;
		line-height: 20px;
		font-size: 14px;
	}
	.sam-image .words div {
		line-height: 15px;
		font-size: 11px;
	}
}
@media (max-width: 410px) {
	.sam-image .top-row {
		border-bottom: 1px solid #ceba7f;
		font-size: 7px;
		line-height: 8px;
	}
	.sam-image .top-row div:not(.logo) {
		padding-top: 7px;
	}
	.sam-image .top-row div:not(.logo), .sam-image .top-row .logo {
		height: 30px;
	}
	.sam-image .logo img {
		width: 40px;
		margin-left: -20px;
	}

	.sam-image .wl {
		font-size: 20px !important;
	}

	.bottom-row {
		border-top: 1px solid #ceba7f;
		line-height: 1.5;
		font-size: 14px;
		padding: 5px 0;
	}
	.sam-image .words div {
		line-height: 7px;
		font-size: 7px;
	}
	.sam-image .words {
		position: relative;
		text-shadow:
			-0   -1px 0   #2c2b57,
			 0   -1px 0   #2c2b57,
			-0    1px 0   #2c2b57,
			 0    1px 0   #2c2b57,
			-1px -0   0   #2c2b57,
			 1px -0   0   #2c2b57,
			-1px  0   0   #2c2b57,
			 1px  0   0   #2c2b57,
			-1px -1px 0   #2c2b57,
			 1px -1px 0   #2c2b57,
			-1px  1px 0   #2c2b57,
			 1px  1px 0   #2c2b57,
			-1px -1px 0   #2c2b57,
			 1px -1px 0   #2c2b57,
			-1px  1px 0   #2c2b57,
			 1px  1px 0   #2c2b57,
			-1px -1px 0   #2c2b57,
			 1px -1px 0   #2c2b57,
			-1px  1px 0   #2c2b57,
			 1px  1px 0   #2c2b57,
			-1px -1px 0   #2c2b57,
			 1px -1px 0   #2c2b57,
			-1px  1px 0   #2c2b57,
			 1px  1px 0   #2c2b57,
			-1px -1px 0   #2c2b57,
			 1px -1px 0   #2c2b57,
			-1px  1px 0   #2c2b57,
			 1px  1px 0   #2c2b57,
			-1px -1px 0   #2c2b57,
			 1px -1px 0   #2c2b57,
			-1px  1px 0   #2c2b57,
			 1px  1px 0   #2c2b57;
	}

}