@charset "UTF-8";

*:focus {outline: none; }

html {font-size: 14px;}
body {background: #FAFAFA;font-family: Tahoma, Arial, sans-serif;font-size: 1em;line-height: 1.4;}


a {color: #185996; }
a:hover, a:focus {color: #31a4d8;}
a:visited {color: #44515d; }


#top_bar {/* display: none; */min-height: 32px;padding: 5px 0 5px;}


#header {text-align: center;}


#logo {overflow: hidden;padding: 30px 0;position: relative;display: inline-block;text-decoration: none;}

#logo img {display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;width: auto;height: auto;margin-right: 30px;}
#logo .caption {display: inline-block;vertical-align: middle;font-size: 4em;margin: 0;font-weight: 600;color: #2ea2d8;text-transform: uppercase;}





	#date_time {font-size: 0.85em; color: #175a97; }
	
	.mod_buttons {float: right; text-align: right; position: relative; z-index: 10; padding-bottom: 3px; }
		.mod_buttons img {max-height: 24px; }
		.mod_buttons a {opacity: 0.7; margin-left: 3px; text-decoration: none; cursor: pointer; } 
			.mod_buttons a:hover {opacity: 1; }
		
		.mod_buttons .wep_toggle {margin-right: 30px;}
			.mod_buttons .wep_toggle span {display: inline-block;vertical-align: middle;font-size: 21px;}
		

#main_menu {clear: both; color: #fff; text-shadow: 0 1px 0 rgba(51, 51, 51, 0.33); font-weight: normal;
font-size: 14px; text-align: center; line-height: 0; }


#main_menu > .container {background: #4fa4e5; }

#main_menu ul {list-style-type: none; padding: 0; margin: 0; }
#main_menu li {display: block; position: relative; }
#main_menu a {display: block; }
#main_menu a > span {/* color: #fff; */display: inline-block;padding: 0 1em;text-decoration: none;line-height: 1.1em;}

#main_menu li.parent > a > span:after {display: inline-block; margin-left: 0.4em; content: '\00BB'; }


#main_menu .level_0 > li {float: left;height: 41px;line-height: 41px;}
#main_menu .level_0 > li > a {color: #fff; }

#main_menu .level_1 {font-size: 0.9em;}
#main_menu .level_1 > li { }
#main_menu .level_1 > li a {padding: 7px 0;line-height: initial;color: #555;} 

#main_menu .level_0 > .active,
#main_menu .level_0 > li.parent_active:not(:first-of-type) {background-color: #3883cc;}


@media screen and (min-width: 768px) {
	#main_menu .level_0 {display: inline-block !important;}
	#main_menu .level_0 li > ul {display: none;position: absolute;top: 100%;left: 0;min-width: 200px;color: #555; background: rgba(241, 241, 241, 0.95);z-index: 100;text-align: left;} 
	
	#main_menu .parent:hover > ul {display: block; }
		#main_menu .level_0 > li:hover {background: #2d96e6; text-shadow: none;}
		#main_menu .level_1 > li:hover {background: #2d96e6;}
		#main_menu .level_1 > li:hover > a {color: #fff;}
}



@media screen and (max-width: 767px) {
	#main_menu {position: fixed;top: 0;left: 0;right: 0;height: auto;z-index: 9000;max-height: 100vh;overflow-y: auto;text-shadow: none;}
		#main_menu >.container {padding: 0;background: none;}
	
	#main_menu a:hover {background: #4fa4e5;}

	
	#main_menu_mobile {position: fixed;line-height: 40px;/* background: #2265A4; */top: 5px;left: 5px;z-index: 200;}
		#main_menu_mobile > a {display: inline-block; }
	#menu_toggle {float: left;height: 40px;width: 40px;font-size: 20px;padding: 0;}
	
	
	#main_menu .level_0 {display: none;padding-top: 10px;background: #eff3f6;}
		#main_menu .level_0 > li {display: block;float: none;height: auto;background: none !important;line-height: 36px;}
			#main_menu .level_0 > li > a {font-weight: bold;color: #555;}
	
	#main_menu .level_0 a:hover {color: #fff; }
	
	#main_menu .level_1 {display: block !important; position: static !important; clear: both; padding: 0 15px 15px 30px; }
		#main_menu .level_1 ul {display: none; }
		#main_menu .level_1 li {display: inline-block; }
}




#hot_links {text-align: center;padding: 0 0 30px;}
	#hot_links .item {text-align: center;border-radius: 3px;color: #000;padding: 10px;font-weight: bold;display: inline-block;float: none;vertical-align: top;}
		#hot_links .item .preview {height: 128px;line-height: 128px;margin-bottom: 15px;}
		#hot_links .item img {max-height: 128px; display: inline-block;}
	#hot_links .item:hover {background-color: #DCB15D; }
		#hot_links .item:hover a {color: inherit; text-decoration: none; }
		


/* **************************** */
/* Контент на главной странице  */
/* **************************** */

/* слайдер на главной */
#main_slider {margin-bottom: 25px; }
	#main_slider .item {
		background-color: #ccc;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 33%;
		position: relative;
		min-height: 300px;
	}

	#main_slider .content {position: absolute; left: 0; right: 0; bottom: 0; width: 100%; background-color: rgba(0,0,0,1); color: #eee; padding: 15px; opacity: 0.6; }
	#main_slider a {color: inherit; }
	#main_slider h3 {margin: 0 0 5px; font-size: 18px; }
	#main_slider p {margin: 0; }
	


/* слайдер баннеров */
#banners_slider {padding: 0; }
	#banners_slider .item {margin: 5px;height: 64px;line-height:  64px;}
	#banners_slider .item img {max-width:  100%;width: auto;max-height:  64px;height: auto;display: inline-block;}

/* объявления */
.announcements {margin-bottom: 30px;overflow: hidden;}
	.announcements .item:not(:first-of-type) {margin-top: 15px; border-top: dashed 2px #ccc; }


/* последние новости (учреждения) */
.hot_news .item {clear: both; overflow: hidden; padding: 15px 0 30px; border-bottom: dashed 2px #ccc; }
	.hot_news .item:last-of-type {border-bottom: none; }
		.hot_news h3 {margin: 0; }
		.hot_news .date {margin-bottom: 10px; font-size: 0.9em; }
		.hot_news .preview {display: block; float: left; background-position: 50%; background-repeat: no-repeat; background-size: cover; width: 160px; height: 120px; margin-right: 15px; }
		.hot_news .content {}
		.hot_news .anno {margin-bottom: 15px; }
		.hot_news .read_more { }
		
		.hot_news .more_news {text-align: right; }
		
		

/* RSS-новости на главной */
.rss_news {}
	.rss_news .item {font-size: 0.85em; color: #555; }



#body {clear: both; }

.gallery {
visibility: hidden;
}
		
/* **************************** */
/* Контент на обычных страницах */
/* **************************** */


/* Основное содержание страницы */
#body_content {margin-top: 20px;padding: 15px 0 45px;/* background: #fff; */}
	#body_content_wrapper {padding-left: 0;margin-bottom: 30px;}
	
	#body_content_wrapper > .panel > .panel-body {/*padding-bottom: 30px;*/ }

@media only screen and (max-width: 768px) {
	#body_content_wrapper {padding-right: 10px;padding-left: 10px;}
}

h1,	h2,	h3,	h4,	h5,	h6,
.panel-heading {/* font-family: "Oswald", sans-serif; */line-height: 1.2em;margin-bottom: 15px;}

h1 {color: #3883cc;padding: 0;font-size: 36px;font-weight: normal;}
h2 {font-size: 30px; }
h3 {font-size: 24px; }

.section_heading {padding-bottom: 10px; display: block; border-bottom: dashed 2px #ccc; margin-bottom: 15px; color: #0B4881; }

.breadcrumbs {margin-bottom: 15px;}

.entry {padding: 0 0 30px;overflow-x: auto;word-break: break-word;}
	
	.spoiler .preview {min-height: 80px; }
		.spoiler .preview img {display: inline-block; }
		
	.spoiler .anno {overflow: hidden;}
	.spoiler .content {display: none;clear: both;}
	#body_content .spoiler.entry:not(:last-of-type) {margin-bottom: 15px; border-bottom: dashed 2px #ccc; }
	.spoiler .button {margin: 15px 0 0; }


@media only screen and (max-width: 768px) {
	.spoiler .preview {margin-bottom: 15px; text-align: center; }
	.spoiler .anno {clear: both; overflow: initial; }
}


#body_content iframe {max-width: 100%; }
#body_content img {max-width: 100%; height: auto; }	

img[align="left"] {margin: 5px 10px 5px 0; }
img[align="right"] {margin: 5px 0 5px 10px; }



.content_section_menu ul {padding-left: 30px !important;}


.page_share_buttons {margin-top: 45px;margin-bottom: 30px;}




/* Боковая колонка */
#sidebar {padding-left: 0; padding-right: 0; }
	#sidebar .panel {margin: 0 0 15px 0;color: #185996;overflow: hidden;}

	#sidebar ul,
	.cool_list {list-style-type: none; list-style: none; margin: 0px; padding: 0px;	}

	#sidebar ul li,
	.cool_list li {padding: 2px 0 2px 12px; background: url("/files/00096/img/list.png") 0 10px no-repeat; }






	.section_menu li {display: none; }

	/*
	.section_menu .level_0 > li,
	.section_menu .level_1 > li {display: block; }
	*/
	
	.section_menu .parent_active,
	.section_menu .parent_active > ul,
	.section_menu .parent_active > li,
	.section_menu .active,
	.section_menu .parent.active > ul > li {display: block; }




@media only screen and (max-width: 768px) {
	#sidebar {padding-left: 10px; padding-right: 10px; }
}



.nav-tabs {clear: both;/* overflow: hidden; */text-align: left;margin-bottom: -1px;}
	.nav-tabs > li {display: inline-block;float: none;background: #eff3f6;color: #333;border: solid 1px #c2dceb;line-height: 1.1em;vertical-align: bottom;margin-top: 5px;border-radius: 4px 4px 0 0;}
	.nav-tabs > .active {background-color: #c2dceb;color: #333;}
		.nav-tabs > li > a {color: inherit;display: block;line-height: 1.1em;padding: 6px 10px;}
		.nav-tabs > .active > a {/* padding: 5px 15px; */}

@media screen and (max-width: 991px) {
	.nav-tabs > li {display: block; clear: both; width: 100%; }
}
		
.tab-content {/* clear: both; */border-top: solid 1px #c2dceb;padding: 10px 5px 30px;}
	 .nav-tabs + .tab-content {}
 
 .tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.icon_captions_tabs {}
	.icon_captions_tabs span {display: inline-block; vertical-align: middle; line-height: 1.1em; }
	.icon_captions_tabs img {width: 36px;height: 36px;display: inline-block;vertical-align: middle;border-radius: 50%;margin-right: 8px;margin-left: -8px;margin-top: -16px;}



/* поле поиска */
.search_field {border: 1px solid #DADADA; background: #fff url("/files/00096/img/search.png") 99% 50% no-repeat; text-align: left; padding: 6px 24px 6px 6px; margin-bottom: 15px; }
    .search_form {line-height: 1em; }
	.search_form input[type="search"] {background: none; color: #979797; border: 0; width: 100%; padding: 0; margin: 0; outline: none; font-size: 0.9em; }


/* блок "обратите внимание" */
.attention_block {overflow: hidden; }
	.attention_block .item {margin: 10px 0; text-align: center; }
		.attention_block img {display: inline-block; max-width: 100%; }


/* опросы на главной */
.poll_answers {margin-top: 5px; }

.poll_answers label {display: block; margin: 0; }
.poll_answers > span {display: block; clear: both; }
.poll_answers input {margin-right: 0.3em; }

.poll_submit button {margin-top: 10px; }




/* ************************************** */
/* Архивы по датам (новости, фотогалереи) */
/* ************************************** */
.archive_header {margin: 1.5em 0 1em; }
	.archive_header.item {overflow: hidden; padding: 15px 0; }
		.archive_list .item {overflow: hidden; margin-bottom: 30px; }
		.archive_list .item h3 {margin-top: 0;  }
		.archive_list .item .preview {display: block; float: left; background-position: 50%; background-repeat: no-repeat; background-size: cover; width: 96px; height: 96px; margin-right: 15px; }
		
		
/* тип 3: настраиваемый */
	.archive_header > span,
	.archive_header > a
		{display: inline-block; line-height: 32px; padding: 0 0.4em; margin-right: 0.3em; }

	.archive_header > span	{font-weight: 600; background-color: #f5f5f5; }
	.archive_header > a:hover {background-color: #2265A4; }


/* тип 2: закладки */
.archive_header .MapTabs {border-bottom: solid 2px #3883cc;}
	.archive_header .MapTabs .tabSelect {font-weight: 600;background-color: #4fa4e5;color: #fafafa;}
	.archive_header .MapTabs span {display: inline-block; line-height: 32px; padding: 0 0.4em; margin-right: 0.3em; cursor: pointer; }

.archive_header .MapTabsBody {padding: 2px; }
	.archive_header .MapTabsBody > span {line-height: 32px; margin-right: 0.3em; }

	.archive_header .MapTabsBody > span > span {display: inline-block; font-weight: 600; padding: 0 0.4em; }
	.archive_header .MapTabsBody > span > a {display: inline-block; text-decoration: underline; padding: 0 0.4em; }
		.archive_header .MapTabsBody > span > a:hover {text-decoration: none; background-color: #f5f5f5; }

/* */



/* Фотогалереи */
.gallery {overflow: hidden; }
	.gallery > .item {display: block; float: left; margin: 5px; position: relative; overflow: hidden; }
		.gallery > .item > span {opacity: 0; position: absolute; bottom: 0; left: 0; right: 0; height: 22px; line-height: 22px; background: rgba(34, 101, 164, 0.75); color: #ccc; font-size: 14px; overflow: hidden; text-align: center;
	transition: opacity 0.3s ease-in; }
		.gallery > .item:hover > span {opacity: 1; }



/* карточка сотрудника, учащегося, вакансия, продукция и т.п. */
.item_card {overflow: hidden; padding: 15px 0; }
	.item_card h3 {margin-top: 0; }
	.item_card .preview {display: block; float: left; background-position: 50%; background-repeat: no-repeat; background-size: contain; width: 96px; height: 96px; margin-right: 15px; }
	.item_card .content {float: left; }



/* формы обратной связи */
.ww_form {list-style-type: square; padding: 15px; }
	.ww_form li {padding: 15px 0; border-bottom: dotted 2px #ccc; clear: both; color: #2265A4; }
		.ww_form li > * {color: #222; }
		.ww_form li:last-of-type {border-bottom: none; }
		
	.ww_form label {display: block; margin: 0; }
	
	.ww_form input[type="text"],
	.ww_form input[type="email"],
	.ww_form select,
	.ww_form textarea {border: solid 2px #bbb; line-height: 1.6em;  }

	.ww_form input:focus,
	.ww_form select:focus,
	.ww_form textarea:focus {border-color: #2265A4; }
	
	.ww_form input,
	.ww_form select,
	.ww_form textarea,
	.ww_form .Captcha {width: 100%; font-size: 0.8em; max-width: 100%; padding: 0 0.2em; min-height: 28px; }
	
	
	[data-bind="u"] {display: none; }
	[field="captcha"] {display: block; width: 100%; clear: both; margin-top: 15px;  }


	@media (min-width: 768px) {		
		.ww_form input,
		.ww_form select {min-width: 350px; width: 50%; }
	}



		
/* блоки-панели */
.panel {
	border: 1px solid #C2DCEB;
	box-shadow: 0 0 2px #eee;
	border-radius: 4px;
}
	.panel-heading {background: #EFF3F6;margin: 0 0 0;padding: 8px 10px;line-height: 1em;font-weight: 600;text-decoration: none;border-bottom: 1px solid #C2DCEB;/* text-transform: uppercase; */color: #333;}
	.panel-body {padding: 10px 10px 15px;}
		.panel-body ul,
		.panel-body ol {padding-left: 1em;font-size: 0.95em;}
		


/* кнопки */
button, .button {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: #555;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	}
	button:hover, .button:hover {
	text-decoration: none;
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
	color: #000;
	}




.pagination {text-align: center; display: block; margin: 15px 0; padding: 15px; font-weight: bold; }
	.pagination span {border: solid 1px #ccc;display: inline-block;line-height: 26px;height: 28px;width: 28px;margin: 0 3px;padding: 0; overflow:  hidden;}
		.pagination span:hover {background: #dcb15d; border-color: #dcb15d; color: #fff;}
		.pagination span:hover a { }
	.pagination .page_hidden {margin: 3px; background: none; }
	.pagination span a {color: inherit; display: block; text-decoration: none; }
	.pagination .page_current {border: solid 1px #2265a4;background: #2265a4;margin: 0 5px;color:  #fff;}








/* ****** */
/* Подвал */
/* ****** */
#footer {background: #F6F6F6;border-top: 1px solid #ddd;box-shadow: inset 0px 1px 4px #eee;color: #777;padding: 0 0 0;}
	#footer_content {padding-left: 0;padding-right: 0;padding-top: 20px;padding-bottom: 30px;}
	
	
.fixed-footer {position: relative; min-height: 100vh; }
	.fixed-footer #footer {position: absolute; left: 0; right: 0; bottom: 0; }

	   
#copyrights {padding: 20px 15px;background: #4fa4e5;border-top: solid 4px #c2dceb;color: #eee;}
	#copyrights a {color: inherit; }



/* mini-framework */
.no-list {list-style-type: none; }
.wrapper {position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 100%; width: 100%; }

.container.row {margin-left: auto; margin-right: auto; padding-left: 0 !important; padding-right: 0 !important; }




#scroll_up_button {position: fixed; bottom: 45px; right: 45px; display: none; width: 42px; height: 42px; font-size: 26px; line-height: 42px; opacity: 0.5; text-align: center; cursor: pointer; z-index: 999; padding: 0; }
	#scroll_up_button:hover {opacity: 1; transition: opacity 0.5s ease; }




/* Красивые таблицы в содержании */
.tbl, .cool-table {
	border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.tbl td, .cool-table td {
	border: 1px solid #185995;
	border-bottom-width: 1px;
	padding: 8px;
}

.tbl thead td, .cool-table thead td,
.tbl th, .cool-table th {
	background: #3883cc;
	color: #fff;
	border: 1px solid #185995;
	padding: 12px 8px;
}

.tbl tr:hover, .cool-table tr:hover {background: #fafafa; color: #000;}
.tbl tr:hover td:hover, .cool-table tr:hover td:hover {background: #e9f4ff; color: #000;}





/* GoogleTranslate hack */
body {top: 0 !important;}
#google_translate_element,
.skiptranslate,
.goog-te-banner-frame {display: none !important;}



#main_menu li:first-letter,
.section_menu li:first-letter,
h1:first-letter,
h2:first-letter,
h3:first-letter,
h4:first-letter,
h5:first-letter,
h6:first-letter,
#footer .level_0 li:first-letter,
.label:first-letter
{text-transform: uppercase; }
