@charset "UTF-8";

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

*:focus {outline: none; }

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

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



a {color: #5bb1e1; }
a:hover, a:focus {color: #f7e4c8; }
a:visited {color: #44515d; }


/* загрузка шрифта */
@font-face{
	font-family: 'Oswald';
	src: url('/files/00096/font/Oswald Regular/Oswald Regular.eot');
	src: url('/files/00096/font/Oswald Regular/Oswald Regular.eot?#iefix') format('embedded-opentype'),
	url('/files/00096/font/Oswald Regular/Oswald Regular.woff2') format('woff2'),
	url('/files/00096/font/Oswald Regular/Oswald Regular.woff') format('woff'),
	url('/files/00096/font/Oswald Regular/Oswald Regular.ttf') format('truetype');
	font-weight: 400;
}


@font-face{
	font-family: 'Oswald';
	src: url('/files/00096/font/Oswald Medium/Oswald Medium.eot');
	src: url('/files/00096/font/Oswald Medium/Oswald Medium.eot?#iefix') format('embedded-opentype'),
	url('/files/00096/font/Oswald Medium/Oswald Medium.woff2') format('woff2'),
	url('/files/00096/font/Oswald Medium/Oswald Medium.woff') format('woff'),
	url('/files/00096/font/Oswald Medium/Oswald Medium.ttf') format('truetype');
	font-weight: bold;
}




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

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


#header {background-color: #7fcaab; }

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

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

#logo {overflow: hidden;padding: 0;position: relative;display: table;}
#logo img {float: left; max-width: 300px; max-height: 150px; margin-right: 30px; }
#logo .content {display: table-cell;vertical-align: middle;color: #fff;/* font-family: "Oswald", sans-serif; */}
#logo .content p {font-family: "Oswald", sans-serif;margin: 0 auto 8px;}
#logo .title {font-size: 1.5em;margin: 0;font-weight: 600;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; 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; min-height: 40px; color: #fff; text-shadow: 0 1px 0 #333333; text-transform: uppercase; font-weight: normal; font-size: 14px; font-family: "Oswald", sans-serif;

/* 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; }
#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_1 {font-size: 0.8em; }
#main_menu .level_1 > li { }
#main_menu .level_1 > li a {padding: 7px 0; line-height: initial; } 

#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: block !important; }
	
	#main_menu .level_0 > li:hover {
	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);
	text-shadow: none;
	}

	#main_menu .level_1 > li:hover {background: #E4B862; }

	#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 .parent:hover > ul {display: block; }
}



@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; }
	#main_menu >.container {padding: 0; }
	
	#main_menu a:hover {background: #EDC067; }

	#main_menu_mobile {position: relative; line-height: 40px; background: #2265A4; }
	#main_menu_mobile > a {display: inline-block; }
	#menu_toggle {float: left; height: 40px; width: 40px; }
	
	
	#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; }
	
	#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: #F7E4C8; }
#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;}



/* последние новости (учреждения) */
.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: 0;}
.announcements .item:not(:first-of-type) {margin-top: 15px; border-top: dashed 2px #ccc; }



/* 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/01508/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 url("/files/01508/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; 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; }



/* формы обратной связи */
.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 {}
.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; background: #1F62A1; padding: 8px 14px; font-size: 12px; line-height: 12px; display: inline-block; text-decoration: none;text-transform: uppercase; border: none; cursor: pointer; }
a.button {color: #fff;}
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; }




#scroll_up_button {position: fixed; bottom: 45px; left: 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; }




/* ******************************** */


	.archive_header > a:hover,
	.archive_header .MapTabs .tabSelect,
	.panel-heading,
	button, .button,
	.nav-tabs > .active
{background-color: #6f242a; }
	#footer_content,
	.announcements,
	.archive_header .MapTabs,
	.ww_form input:focus,
	.ww_form select:focus,
	.ww_form textarea:focus,
	.tab-content
{border-color: #6f242a; }
	.ww_form li
{color: #6f242a; }



	#header
{background-color: #4c0f1c; }
	a,
	#sidebar .panel,
	#date_time
{color: #4c0f1c; }


	h1,
	.section_heading
{color: #0b4881; }


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

	

	
@media screen and (min-width: 768px) {
	#main_menu .level_0 ul {background: #b58425; } 
	
	#main_menu .level_1 li:hover {background: #e4b862; }
	
	#main_menu .level_0 > li:hover {
		background-image: -webkit-gradient(linear,top,bottom,color-stop(0,#edc067),color-stop(1,#b58425));
		background-image: -ms-linear-gradient(top, #edc067,#b58425);
		background-image: -o-linear-gradient(top, #edc067,#b58425);
		background-image: -moz-linear-gradient(top, #edc067,#b58425);
		background-image: -webkit-linear-gradient(top, #edc067,#b58425);
		background-image: linear-gradient(to bottom, #edc067,#b58425);
	}
	
}


@media screen and (max-width: 767px) {
	#main_menu a:hover {background: #edc067; }

	#main_menu_mobile {background: #6f242a; }
}

	

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

	#main_menu .level_1 > li:hover
{background: #e4b862; }


	#copyrights,
	button:hover, .button:hover
{background-color: #8dafd0; }
	
	#footer_content
{background-color: #eeeeee; }


	a:hover,
	a:focus
{color: #d6a037; }

	a:visited
{color: #44515d; }


	.gallery > .item > span {background-color: rgba(34, 101, 164, 0.75); }

/* ******************** */
