@charset "UTF-8";

/* ******************************* */
/* Типовой шаблон #6               */
/* v20230420                       */
/* ВЕБ-МАСТЕРСКАЯ.БЕЛ              */
/* ******************************* */

*:focus {outline: none; }

html {}
body {background: #D3CFBF;font-family: "PT Sans Narrow", sans-serif;font-size: 18px;line-height: 1.4;word-break: break-word;}

#body_bg {background: url("/files/25015/img/zDudU3G4oXY.jpg") no-repeat; background-size: cover; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: -100; }



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


/* **************************** */
/* Секции и основное содержание */
/* **************************** */

#top_bar {min-height: 32px; padding: 5px 0 5px; }


#header {background-color: #185996; }

.header_body {padding: 25px 0 30px;color: #fff;}

#header .contacts {font-size: .9em;}

#logo {display: flex;align-items: center;/* flex-wrap: wrap; */}
#logo img {float: left; max-width: 300px; max-height: 150px; margin-right: 30px; }
#logo .content {display: block;font-family: "Oswald", sans-serif;}
#logo .content p {margin: 0 auto 8px;}
#logo .title {font-size: 1.5em;margin: 0;font-weight: 500;color: #fff;}

#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; text-decoration: none; cursor: pointer; } 
.mod_buttons a:hover {opacity: 1; }

.lng_select {display: inline-block;vertical-align: middle;}
.lng_select a {margin-right: 3px;}
.lng_select a:last-child {margin-right: auto;}
.lng_select .active {pointer-events: none;font-weight: 600;}


.mod_buttons .wep_toggle {margin-right: 30px;white-space: nowrap;vertical-align: middle;}
.mod_buttons .wep_toggle i {font-size: 21px;}
.mod_buttons .wep_toggle span {display: inline-block; margin-left: 5px; line-height: 1.1;}



#menu_toggle {display: none;}

#main_menu {clear: both;min-height: 40px;color: #fff;text-shadow: 0 1px 0 #333333;text-transform: uppercase;font-weight: normal;font-size: 14px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2266a5+0,185996+100 */background: #2266a5; /* Old browsers */background: -moz-linear-gradient(top, #2266a5 0%, #185996 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top, #2266a5 0%,#185996 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom, #2266a5 0%,#185996 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2266a5', endColorstr='#185996',GradientType=0 ); /* IE6-9 */}

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

#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 .parent > a span:after {display: inline-block; margin-left: 0.4em; content: '\00BB'; }
	
	
	#main_menu .level_0 {display: block !important; font-family: "Oswald", sans-serif;}

	#main_menu .level_0 > li {float: left;height: 42px;line-height: 42px;}
	#main_menu .level_0 > li:hover {text-shadow: none;
	background-image: -webkit-gradient(linear,top,bottom,color-stop(0,#EDC067),color-stop(1,#C0994C));
	background-image: -ms-linear-gradient(top,#EDC067,#C0994C);
	background-image: -o-linear-gradient(top,#EDC067,#C0994C);
	background-image: -moz-linear-gradient(top,#EDC067,#C0994C);
	background-image: -webkit-linear-gradient(top,#EDC067,#C0994C);
	background-image: linear-gradient(to bottom,#EDC067,#C0994C);
	}
	
	#main_menu .level_0 ul {display: none; position: absolute; top: 100%; left: 0; min-width: 200px; background: #C0994C; z-index: 100; } 

	#main_menu .level_1 ul {top: 0; left: 100%;}
	#main_menu .level_1 > li:hover {background: #E4B862; }
	#main_menu .level_1 a {padding: 7px 0; line-height: initial;}	
	
	#main_menu .level_1 .parent > a span {display: block;position: relative;padding-right: 22px;}
	#main_menu .level_1 .parent > a span:after {position: absolute;right: 6px;margin-left: 0;}
	

	#main_menu .right ul {right: 100%; left: auto;}
	#main_menu .right .level_1 {right: 0; left: auto;}
	#main_menu .right .level_1 ul {}

	#main_menu .right li > a span {padding-left: 22px;padding-right: 7px;}
	#main_menu .right .parent > a span:after {right: auto;left: 8px;content: '«';}

	#main_menu .parent:hover > ul {display: block;}
}



@media screen and (max-width: 767px) {

	#top_bar {padding-top: 11px;}
	
	#date_time {display: none;}

	#logo {text-align: center;display: block;font-size: .9em;}
	#logo img {margin: 0 auto 10px;float: none;max-height: 90px;}
	
	#main_menu {position: fixed; display: none; top: 0; left: 0; right: 0; height: auto; z-index: 9000; max-height: 100vh; overflow-y: auto; }
	#main_menu >.container {padding: 0; }
	
	#main_menu a:hover {background: #EDC067; }

	#main_menu .level_0 {display: none; }
	#main_menu .level_0 > li {display: block; float: none; height: auto; }
	#main_menu .level_0 > li > a {font-weight: bold;padding: 10px 10px;font-family: "Oswald", sans-serif;font-size: 1.1em;}
	
	#main_menu .level_1 {display: block !important;position: static !important;clear: both;padding: 0 15px 15px 30px;text-transform: none;text-shadow: none;font-size: 1.2em;}
	#main_menu .level_1 a {padding: 6px 0;font-weight: 400;}
	#main_menu .level_1 ul {font-size: .9em;margin-left: 16px;border-left: 1px solid #fff;margin-bottom: 10px;}
	#main_menu .level_1 li {}

	
	#main_menu_mobile {position: relative; line-height: 40px; background: #2265A4; }
	#main_menu_mobile > a {display: inline-block; }
	
	#menu_toggle {display: block;position: fixed;top: 0;left: 0;height: 42px;line-height: 42px;width: 42px;font-size: 22px;padding: 0;text-align: center;z-index: 9100;}
	#menu_toggle:before {content: "\f0c9";font-family: 'FontAwesome';}

	.menu_toggled #main_menu {display: block;}

	.menu_toggled #menu_toggle {left: initial; right: 0;}
	.menu_toggled #menu_toggle:before {content: "\f00d";}
}


@media screen and (max-width: 480px) {
	.mod_buttons .wep_toggle span {display: none;}
}

.hot_tiles {margin-bottom: 30px;}
.hot_tiles div[class*=col-] {padding-bottom: 15px;}
.hot_tiles .item {height: 100%; text-align: center;}

.hot_tiles .item a {display: block;text-align: center;background: #eee;color: inherit;font-weight: 600;line-height: 1em;height: 100%;text-decoration: none;padding: 15px 10px 20px;}
.hot_tiles .item a:hover {background: #DCB15D;color: inherit;}

.hot_tiles .preview {padding: 0;margin-bottom: 10px;}
.hot_tiles .item img {display: inline-block;max-width: 100%;max-height: 128px;height: auto;display: inline-block;}


#hot_links {}


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

/* слайдер на главной */
#main_slider {margin-bottom: 25px; }
#main_slider .item {
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50%;
	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: 60px;line-height:  60px;}
#banners_slider .item img {max-width:  100%;width: auto;max-height:  60px;height: auto;display: inline-block;}



/* последние новости (учреждения) */
.hot_news .item {clear: both;overflow: hidden;padding: 15px 0 30px;border-bottom: dashed 1px #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;margin-bottom: 10px;}
.hot_news .content {}
.hot_news .anno {margin-bottom: 15px;}
.hot_news .read_more { }

.hot_news .more_news {text-align: right; }


.hot_news.v2 {}
.hot_news.v2 .row {margin-left: 0; margin-right: 0; }
.hot_news.v2 .item {border-bottom: none;margin-left: -15px; margin-right: -15px; padding: 15px 15px 15px;/* margin-bottom: 15px; */}
.hot_news.v2 .item:hover {background: #f5f5f5;}

.hot_news.v2 .preview {width: 144px;height: 108px;}
.hot_news.v2 .anno {font-size: .9em;line-height: 1.2em;}




/* объявления */
.announcements {border: solid 1px #2265A4; margin-bottom: 30px; overflow: hidden; }
.announcements .item {padding: 15px 0;}


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



#body {clear: both; }

		
/* **************************** */
/* Контент на обычных страницах */
/* **************************** */


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

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

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

h1 {color: #0B4881; 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 1px #ccc;margin-bottom: 15px;color: #0B4881;}

.breadcrumbs {border: 1px dotted #ccc; margin-bottom: 15px; padding: 5px; }

.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; }






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




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

#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/template6/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; }



/* поле поиска */
.search_field {border: 1px solid #DADADA; background: #fff;text-align: left;padding: 6px 36px 6px 6px;margin-bottom: 15px;position: relative;}
.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; }

.search_field .button {position: absolute;top: 0;right: 0;bottom: 0;width: 32px;text-align: center;padding: 0;height: auto;background: inherit;color: #ccc !important;}
.search_field .button:before {height: 1em; width: 1em; display: inline-block; position: absolute; top: 50%; left: 50%; margin-top: -.5em; margin-left: -.5em;}
.search_field .button:hover {color: #000 !important;}



.social_networks {}
.social_networks a {display: inline-block; width: 26px; height: 26px; line-height: 26px; color: inherit; font-size: 20px; text-align: center; opacity: .75;}
.social_networks a:hover {opacity: 1; }



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


/* опросы на главной */
.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 #2265A4;  }
.archive_header .MapTabs .tabSelect {font-weight: 600; background-color: #2265A4; color: #eee; }
.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; */}



.guestbook_post {padding: 15px 0 15px;border-bottom: dotted 1px #ccc;}
.guestbook_post h3 {margin-top: 0; }
.guestbook_post .date {font-size: 0.9em; color: #777; }
.guestbook_post .message {}
.guestbook_post .reply {margin: 15px auto;margin-left: 15px;padding: 5px 10px;border-left: 4px solid  #ccc;font-size: 0.9em;font-style: oblique;}
.guestbook_post .reply p:last-child {margin-bottom: 0;}



/* формы обратной связи */
.ww_form {list-style-type: square;padding: 15px;padding-left: 20px;}
.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[type="text"]:focus,
.ww_form input[type="email"]:focus,
.ww_form select:focus,
.ww_form textarea:focus {border-color: #2265A4; }

.ww_form input[type="text"],
.ww_form input[type="email"],
.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; }

.ww_disabled {opacity: .5; pointer-events: none;}


[data-bind="u"] {display: none; }
[field="captcha"] {display: block; width: 100%; clear: both; margin-top: 15px;  }


@media (min-width: 768px) {		
	.ww_form input[type="text"],
	.ww_form input[type="email"],
	.ww_form select {min-width: 350px; width: 50%; }
}




/* блоки-панели */
.panel {}
.panel-heading {background: #2265A4; margin: 0 0 10px; padding: 10px; color: #fff; line-height: 1em; font-weight: normal; text-decoration: none; text-transform: uppercase; }
.panel-body {padding: 0 10px 15px; }
.panel-body ul,
.panel-body ol {padding-left: 1em; font-size: 0.9em;  }



/* кнопки */
button, .button {color: #fff !important;background: #1F62A1;padding: 8px 14px;font-size: 14px;line-height: 14px;display: inline-block;text-decoration: none;text-transform: uppercase;border: none;cursor: pointer;}
button:hover, .button:hover {background: #DCB15D; text-decoration: none; }





.nav-tabs {clear: both;/* overflow: hidden; */text-align: left;margin: 0;padding: 0;}
.nav-tabs > li {display: inline-block;border: solid 1px transparent;line-height: 1.1em;vertical-align:  bottom;}
.nav-tabs > .active {background-color: #2266a5;color: #fff;}
.nav-tabs > li > a {color: inherit;display: block;line-height: 1.1em;padding: 5px 15px;text-decoration: none;}
.nav-tabs > li > a:hover {background: #eeeeee;}
.nav-tabs > .active > a {padding: 5px 15px; }
.nav-tabs > .active > a:hover {background: none;}


@media screen and (max-width: 991px) {
	.nav-tabs > li {display: block; clear: both; width: 100%; }
}

.tab-content {border-top: solid 2px #2266a5;padding: 15px 15px 30px;}




.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 {margin-bottom: 15px; }
#footer_content {background: #eee; border-top: 4px solid #2265a4; 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 {color: #434141; background: #DCB15D; text-align: center; padding: 20px 15px; }




/* 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; }

.row-eq-height {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap;}


#scroll_up_button {position: fixed;bottom: 15px;left: 15px;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%;
	word-break: initial;
}

.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; }

