@charset "UTF-8";


*:focus {outline: none; }
html {font-size: 14px; }
body {background: #a0a0a0;line-height: 1.2;color: #222;font-family: "Roboto", Arial, sans-serif;font-size: 1em;}


#body_bg {position: fixed; z-index: -1; background: #a0a0a0 url("/files/00326/img/bg_v1.jpg") 50% 50% no-repeat;background-size: cover; top: 0; left: 0; right: 0; bottom: 0; -webkit-transform: translateZ(0);}

a {color: #0e60ab; }
a:hover, a:focus {color: #038acc;}
a:visited {color: #44515d; }


#layout {background: #fff;box-shadow: 0 0 30px -5px rgba(0,0,0,.5);border-radius: 3px;overflow: hidden;position: relative;margin: 0 auto;transition: margin .25s ease; z-index: 1; }

@media only screen and (min-width: 1200px) {
	#layout {margin: 30px auto 45px;}
}

#top_bar {position: absolute;font-size: 1.1em;line-height: 24px;font-family: "Roboto Condensed", Arial, sans-serif;right: 0;left: 0;top: 0;padding: 5px 30px;background: rgba(255, 255, 255, 0.1);color: #eee;z-index: 10;}
	
	#date_time {float: left; }
	
	#top_bar .contacts em {display: inline-block; margin-right: 15px;}
	#top_bar .contacts em i {margin-right: 4px;}
    #top_bar .contacts a { color: #eee;}
	#top_bar .contacts a:hover {   background-color: transparent;text-decoration-style: solid}
	
	.mod_buttons {float: right;}
		.mod_buttons a {display: inline-block; vertical-align: middle; }
		.mod_buttons img {height: 24px;}


	#top_bar .wep_toggle {margin-right: 30px;display: inline-block;cursor: pointer;text-decoration: none;}
		#top_bar .wep_toggle i {display: inline-block;font-size: 24px;margin-right: 6px;vertical-align: middle;color: #eee;float: left;}
		#top_bar .wep_toggle span {display: inline-block;vertical-align: middle;color: #eee;}


#header {background: #66c0ec;}
	#header_body {background: #238cbc url(/files/00326/img/header_bg_v2.jpg) no-repeat 50% 40%;background-size: cover;padding: 75px 20px 40px;position: relative;}
		
		
    #logo {overflow: hidden;padding: 0 10px 0;margin-bottom: 20px;}
        #logo .emblem {/* float: left; */margin-right: 25px;text-align: center;display: inline-block;vertical-align: middle;text-decoration: none;}
            #logo .emblem img {max-height: 115px;display: inline-block;}
            #logo .emblem img+img {margin-left: 5px; }
        #logo .caption {margin: 10px 0 0;overflow: hidden;display: inline-block;vertical-align: middle;}

            #logo .title {color: #fff; display: block;font-family: "Roboto Condensed", Arial, sans-serif;}
            #logo .title .row1 {display: block;font-size: 1.7em;font-weight: 400;text-transform: uppercase;}
            #logo .title .row2 {display: block;font-size: 2.2em;font-weight: 600;text-transform: uppercase;}


#header_info {position: absolute;right: 30px;bottom: 0;max-width: 33%;}


/* строка поиска */
.search_field {float: right;text-align: left;padding: 0 32px 0 0;position: relative;max-width: 180px;display: inline-block;}
	.search_field:hover {opacity: 1; }

    .search_form {line-height: 1em; }
	.search_form input[type="search"] {background: #fff;color: #222;border: none;width: 100%;padding: 0 2px;padding-left: 5px;margin: 0;outline: none;font-size: 0.9em;height: 32px;display: block;box-sizing: border-box;}

	.search_form .button {border: 0;position: absolute;width: 32px;height: 32px;right: 0;top: 0;margin: 0;line-height: 32px;font-size: 18px;text-align: center;padding: 0;border-radius: 0;color: #fff;}
	



@media only screen and (max-width: 767px) {
	#header_body {padding: 60px 15px 40px;}
		#header_info {max-width: 100%; }

	#logo {text-align: center; font-size: .8em; }
		#logo .emblem {display: block; margin: 0 0 5px;}
			#logo .emblem img {max-height: 110px; }
}


@media only screen and (max-width: 420px) {
	#logo {font-size: .7em; }
		#logo .emblem img {max-width: 44%; }
}

@media only screen and (min-width: 992px) {
	#top_bar {text-align: center; }
}



@media only screen and (min-width: 768px) {

    #main_menu {display: block !important;background: #edc529;/* padding: 0 15px; */font-family: "Roboto Condensed", Arial, sans-serif;}
	#main_menu > .container {}

	 	#main_menu ul {margin: 0; padding: 0; list-style: none; }
        #main_menu li {position: relative; }
        #main_menu a {display: block; }
        #main_menu a:hover {text-decoration: none; }

        #main_menu .level_0 {text-align: center;display: block !important;flex-wrap: wrap;}
            #main_menu .level_0 > li { display: inline-block; }
            #main_menu .level_0 > li > a {/* height: 100%; */padding: 18px 15px;font-size: 1.2em;font-weight: 600;text-transform: uppercase;text-decoration: none;/* max-width: 160px; */line-height: 1em;transition: background .3s ease;/* display: flex; */align-items: center;color: #333;}
                #main_menu .level_0 > li:hover > a:hover {color: #222; }
                
                #main_menu .level_0 > li:hover > a {background: #f6dc2a;color: #777;}
                #main_menu .level_0 > li > a > span {display: inline-block;vertical-align: middle;}


	#main_menu ul ul {display: none; position: absolute; z-index: 100; width: 220px; }
	#main_menu li:hover > ul {display: block; }
		#main_menu .level_1 {top: 100%;left: 0;background: #f6dc2a;text-align: left;padding: 5px 0 10px;}
			#main_menu .level_1 > li {}
				#main_menu .level_1 > li > a {display: block; padding: 7px 15px; color: #222; font-size: 1.2em; }
				#main_menu .level_1 > li:hover > a {background: #4fb9ef;color: #fff;}

			#main_menu .level_1 > li.cloned {background: #edc529;}
	
	#main_menu .level_0 > li:first-child span {display: none;}
		#main_menu .level_0 > li:first-child a:before {display: inline-block; vertical-align: middle; font-family: "FontAwesome"; content: "\f015"; font-size: 24px;}

	.fixed_menu #main_menu {position: fixed;top: 0;z-index: 100;left: 0;right: 0;background: none; -webkit-transform: translateZ(0);}
		.fixed_menu #main_menu > .container {background: #edc529; }
}


@media only screen and (max-width: 767px) {
	#main_menu {position: fixed;top: 0;left: 0;height: auto;z-index: 9000;max-height: 100vh;overflow-y: auto;margin: 0;background: transparent;font-family: "Roboto Condensed", Arial, sans-serif;transition: background .3s ease;}
	
	#main_menu_mobile {background: transparent;position: relative;line-height: 48px;height: 48px;padding-left: 48px;transition: background .3s ease;}
		#main_menu_mobile > a {display: inline-block;color: #fff;padding: 10px 15px;line-height: 14px;font-size: 14px;text-decoration: none;float: right;text-align: right;font-weight: bold;font-family: "Roboto Condensed", Arial, sans-serif;display: none;}
	#menu_toggle {position: absolute;height: 48px;width: 48px;border: none;background: #edc529;color: #fff;font-size: 24px;top: 0;left: 0;}
	
	#main_menu a {color: #fff; }
	

	#main_menu .level_0 {border-bottom: solid 5px #edc529;display: none;padding: 25px 20px 40px;min-height: 150px;transition: opacity .5s ease;margin: 0;opacity: 0;}
		#main_menu .level_0 > li {display: block;height: auto;margin: 0 0 5px;}
			#main_menu .level_0 > li > a {font-weight: bold;color: #edc529;font-size: 1.4em;}

		
	#main_menu .level_1 {display: block !important;position: static !important;clear: both;padding: 5px 10px 10px;font-size: 1.15em;}
		#main_menu .level_1 > li {display: inline-block; margin: 0 7px 7px; }
		#main_menu .level_1 ul {display: none; }
	
		#main_menu .level_1 > li.cloned {display: none; }



	#layout {margin: 0 0 0;border-radius: 0;}
	#top_bar {/* line-height: 22px; *//* padding: 0 20px 2px; */padding-left: 72px;/* z-index: 9100; */}

	
	#main_menu.toggled {background: #238cbc url(/files/00326/img/header_bg_v2.jpg) no-repeat 75% 50%; background-size: cover; }
		#main_menu.toggled #main_menu_mobile {background: rgba(255,255,255,.1); }
		#main_menu.toggled #main_menu_mobile > a {display: inline-block; }

		#main_menu.toggled .level_0 {opacity: 1; }
}






#main_slider {margin-bottom: 15px;z-index: 1;}
	#main_slider .item {background-color: #ccc;background-position: center center;background-repeat: no-repeat;background-size: cover;padding-bottom: 44%;position: relative;/* min-height: 300px; */}

	#main_slider .content {position: absolute;left: 0;/* right: 0; */max-width: 75%;bottom: 0;color: #222;padding: 10px 10px 15px;background: rgba(237, 197, 41, 0.75);}
		#main_slider:hover .content {background: #edc529; }
	#main_slider a {color: inherit; }
	#main_slider h3 {margin: 0 0 2px;font-size: 18px;}
	#main_slider p {margin: 0;line-height: 1.1em;font-size: 1rem;}
	

#main_slider .owl-nav {position: absolute;bottom: 0;right: 0;opacity: 0;}
	#main_slider:hover .owl-nav {opacity: 1;}
	#main_slider .owl-nav button {font-size: 36px;background: #edc529;opacity: .5;width: 36px;height: 36px;line-height: 36px;margin: 0;/* position: absolute; */z-index: 300;}
		#main_slider .owl-nav button:hover {opacity: 1; }
		#main_slider .owl-prev {left: 0; }
		#main_slider .owl-next {right: 0; }


#main_slider .owl-dots {position: absolute; }





#main {min-height: 800px; padding: 30px 15px 30px; }

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



#marquee {line-height: 1.1em;overflow: hidden;vertical-align: bottom;margin-left: auto;margin-bottom: 15px;padding: 10px 0px 10px;font-size: 1.2em;color: #222222;background: #f1f1f1;font-weight: 500;}
@media only screen and (max-width: 767px) {
	#marquee {display: none; }
}

.sidebar {margin-bottom: 30px; }

#popular_pages {margin: 0 0 30px; }



#polls {margin: 0 0 30px; }
.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; }



#article {margin: 0 0 30px;overflow: hidden; font-size: 1.2em;}

.breadcrumbs {margin: 0 0 15px;text-align: right;font-size: 1rem;}
	.breadcrumbs a, .breadcrumbs span {color: #777;display: inline-block;/* margin: 0px 5px; */}

.page_title {background: #4a9cc5;line-height: 1.1em;padding: 10px 15px;color: #fff;clear: both;overflow: hidden;margin: 0 0 15px;}
	h1.page_title {/* margin: 0; *//* padding: 0; */font-size: 1.35em;font-weight: 600;font-family: "Roboto Condensed", Arial, sans-serif;text-transform: uppercase;}

	.page_title .more {float: right;display: inline-block;background: #edc529;padding: 5px;margin-top: -10px;margin-right: -15px;}




.nav-tabs {text-align: left;border-bottom: solid 2px #4a9cc5;padding: 0 7px;}
	.nav-tabs > li {display: inline-block;color: #000;border: solid 1px #f2f2f2;margin: 0 0 3px;background: #f2f2f2;font-size: .95em;vertical-align: bottom;}
	.nav-tabs > li:hover {background: #edc529;color: #333;border-color: #edc529;}
	.nav-tabs > li.active {background: #4a9cc5;color: #fff;border-color: #4a9cc5;/* font-size: 1em; */}
		
		.nav-tabs > li > a {display: block;position: relative;padding: 8px 12px;color: inherit;line-height: 1.1em;text-decoration: none;font-weight: 500;font-family: "Roboto Condensed", Arial, sans-serif;}
		.nav-tabs > li > a:hover {}


.tab-content {padding: 5px 0 15px;clear: both;margin: 0 0 30px;border-bottom: solid 3px #eee;}
	.tab-content .entry {padding: 5px 0 0;}


		


	.entry {padding: 0 0 30px; margin-bottom: 15px; overflow-x: auto; word-break: break-word;}

	.entry .anno {font-style: oblique;margin: 0 0 15px;}

		#article iframe {max-width: 100%; }
		#article img {}	

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




.page_share_buttons {border-top: solid 2px #ddd; text-align: right; padding: 10px 0 0; margin: 30px 0 30px; }

.spoiler {}
	.spoiler h2 {font-size: 1.5em;margin: 0 auto 10px;}
	.spoiler .preview {min-height: 80px; }
		.spoiler .preview img {display: inline-block; }
	.spoiler .content {display: none;clear: both;}	
		.spoiler .anno {overflow: hidden;}
		.spoiler .button {margin: 15px 0 0;font-style: normal;font-size: .9em;}
	
	#article .spoiler.entry:not(:last-of-type) {margin-bottom: 15px;border-bottom: solid 1px #eee;}
	
	
	
	
	

.hot_items {}
	.hot_items .item {padding: 15px 0;overflow: hidden;}
	.hot_items .item h3 {margin: 0 0 5px;font-size: 1.5rem;/* font-family: "Roboto Condensed", Arial, sans-serif; *//* display: inline-block; */line-height: 1;}
		.hot_items .item h3 a {text-decoration: none;/* color: #333; */}
			.hot_items .item h3 a:hover {}
	.hot_items .item .date {display: inline-block;font-family: "Roboto Condensed";}
		.hot_items .item .date i {display: inline-block; margin-right: 5px; color: #2487b8; }
	
	.hot_items .item .preview {/* margin-left: -15px; *//* margin-right: -15px; */margin-bottom: 5px;position: relative;}
		.hot_items .item .preview > a {display: block;padding-bottom: 60%;background-color: #c9e9f7;background-position: 50% 50%;background-size: cover;background-repeat: no-repeat;}
	

	.hot_items .item .preview .date {position: absolute;left: 0;bottom: 0;padding: 3px;background: rgba(237, 197, 41, 0.75);padding-right: 7px;font-size: 1rem;}

	.hot_items .item .anno {display: inline-block;font-size: 1rem;text-align: justify;color: #777;margin: 0 0 5px;line-height: 1.1em;}
	.hot_items .item .content {
}

.hot_items .read_more {display: inline-block;}



#hot_announcements {margin: 0 0 30px; }



.section_menu {margin: 0 0 30px; }
	.section_menu .level_0 {list-style-type: none; padding: 0; }
	.section_menu .level_0 li {margin: 0 0 5px; }
		.section_menu .level_0 > li > a {font-weight: 500;text-decoration: none;background: #f1f1f1;padding: 10px;display: block;transition: background .3s ease;}
		.section_menu .level_0 > li > a:hover {background: #edc529; color: #222; }

	.section_menu .level_0 ul {padding-left: 25px;margin-top: 10px;margin-bottom: 15px;}



#fresh_items {margin: 0 0 30px; }


.rss_news {
    margin: 0 0 30px;
}
	.rss_news .item {padding: 5px 5px 5px;margin: 0 0 5px;/* border-bottom: solid 1px #eee; */}
	.rss_news a {display: block;font-weight: 400;margin: 0 0 2px;text-decoration: none;line-height: 1.1em;}
	.rss_news .date {color: #777; font-size: .9em;}
		.rss_news .date i {margin-right: 3px;}




#main .owl-banners.owl-carousel {padding: 0 25px; height: 64px;}
#main .owl-banners .item {height: 64px; line-height: 64px; }
#main .owl-banners .item img {max-height: 64px; width: auto; display: inline-block; vertical-align: middle; }

#main .owl-banners .owl-nav {position: absolute;left: 0;right: 0;top: 50%;margin-top: -25px;}
	#main .owl-banners .owl-nav button {display: block;height: 50px;text-align: center;position: absolute;font-size: 50px;line-height: 50px;left: 0;outline: none;color: #4c8fc4 !important;}
	#main .owl-banners .owl-nav .owl-next {right: 0; left: initial; }

#main .owl-banners .owl-nav button:hover {}


#attention_banners {margin: 0 0 30px;}
	#attention_banners .item {text-align: center;margin: 0 0 10px;}
	#attention_banners img {max-width: 100%; }

#banners_slider_top {margin: 0 0 30px;height: 90px;}
	#banners_slider_top .owl-banners.owl-carousel {height: 90px; }
	#banners_slider_top .owl-banners .item {height: 90px; line-height: 90px; }
		#banners_slider_top .owl-banners .item img {max-height: 90px; }


#banners_slider {margin: 0 0 0;}



.block_title {background: #4a9cc5;line-height: 1.1em;padding: 10px 15px;color: #fff;clear: both;overflow: hidden;margin: 0 0 15px;}
	.block_title h2 {float: left;margin: 0;padding: 0;font-size: 1.35rem;font-weight: 600;font-family: "Roboto Condensed", Arial, sans-serif;text-transform: uppercase;}

	.block_title .more {float: right;display: inline-block;background: #edc529;padding: 5px;margin-top: -10px;margin-right: -15px;font-size: 1rem;}


#footer {}
    #footer_body {padding: 30px 15px 35px;color: #fff;background: #238cbc url(/files/00326/img/header_bg_v2.jpg) no-repeat 50% 75%;background-size: cover;border-top: solid 6px #edc529;font-family: "Roboto Condensed", Arial, sans-serif;font-size: 1.2em;}
    	#footer_body a {color: #fff;/* text-decoration: underline; */}
		#footer_body #rss {display: inline-block;margin-top: 5px;text-decoration: none;}
			#footer_body #rss img {display: inline-block;width: 24px;height: 24px;vertical-align: middle;}
			#footer_body #rss:hover span {text-decoration: underline; }


			
    #footer_bottom {padding: 15px 30px 20px;background: #176992;color: #ccc;font-family: "Roboto Condensed", Arial, sans-serif;font-size: 1.1em;}
	
	.copyright {margin: 0 0 5px;font-size: 1.1em;}
	.copyright_notes {font-size: .8em;display: inline-block; opacity: .5;}

#footer .hover_em {position: relative;cursor: pointer;display: inline-block; margin: 20px 20px 20px;}
#footer .hover_em i {display: inline-block; vertical-align: middle; font-size: 22px; margin-right: 3px; }
#footer .hover_em em {display: none;font-style: normal;position: absolute;bottom: 100%;margin-bottom: 15px;left: -20px;z-index: 10;background: #edc529;color: #333;font-size: 1.2em;min-width: 20px;text-align: center;white-space: nowrap;padding: 3px 5px;line-height: 1em;}
#footer .hover_em em:before {content: "";left: 30px;display: block;position: absolute;top: 100%;width: 0;height: 0;border-style: solid;border-width: 10px 4px 0 4px;border-color: #edc529 transparent transparent transparent;}

#footer .hover_em:hover i {color: #edc529; }
#footer .hover_em:hover em {display: inline-block;}


@media screen and (max-width: 767px) {
	#footer_body {text-align: center; }
	#footer .hover_em i {font-size: 26px;}
}

@media screen and (min-width: 768px) {
	#footer .hover_em {display: block;clear: both; margin: 0; }
	#footer .hover_em+.hover_em {margin-top: 20px; }
	#footer .hover_em i {display: inline-block; vertical-align: middle; font-size: 22px; margin-right: 3px; }
}



/* ************************************** */
/* Архивы по датам (новости, фотогалереи) */
/* ************************************** */
.archive_header {margin: 1.5em 0 1em;font-family: "Roboto Condensed", Arial, sans-serif;}
	.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; }
		.archive_list .item .content {overflow: hidden; }

		.archive_list .item .date {display: inline-block; background: rgba(237, 197, 41, .75); padding: 3px 5px; font-size: .9em; line-height: 1em; }

/* тип 2: закладки */
.archive_header .MapTabs {border-bottom: solid 2px #4a9cc4;}
	.archive_header .MapTabs .tabSelect {font-weight: 600;background-color: #4a9cc4;color: #fff;}
	.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;background: #edc529;/* color: #eee; */}
	.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: #ddd;}

/* */



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

	.gallery > .item:hover {border-color: #4a9cc5;}


/* карточка сотрудника, учащегося, вакансия, продукция и т.п. */
.item_card {overflow: hidden; padding: 15px 0; }
	.item_card h3 {margin-top: 0; }
	.item_card .preview {text-align: center; display: inline-block;}
		.item_card .preview img {}
	.item_card .content {/* overflow: hidden; */}

	.item_card .button {margin: 15px 0 0;}

@media only screen and (max-width: 768px) {
.item_card .preview {margin-bottom: 15px; }	
}


/* формы обратной связи */
.ww_form {list-style-type: square; padding: 15px; }
	.ww_form li {padding: 10px 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 0 5px;}
	
	.ww_form input[type="text"],
	.ww_form input[type="email"],
	.ww_form select,
	.ww_form textarea {border: solid 2px #ddd;line-height: 1.6em;}

	.ww_form input[type="text"]:focus, .ww_form input[type="password"]:focus, .ww_form input[type="email"]:focus,
	.ww_form select:focus,
	.ww_form textarea:focus {border-color: #4a9cc4;outline: solid 5px rgba(237, 197, 41, .33);outline-offset: 0;}
	
	.ww_form input[type="text"], .ww_form input[type="password"], .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_form .er {/* display: block; */padding: 0 5px;clear: both;font-size: .9em;color: darkred;font-weight: bold;font-family: "Roboto Condensed", Arial, sans-serif;line-height: 1em;vertical-align: middle;}
	
	[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="password"], .ww_form input[type="email"], .ww_form select, .ww_form textarea {min-width: 350px; width: 50%; }
	}




/* survey forms */
.survey {margin-bottom: 45px; overflow: hidden; }
.survey .ww_form {padding: 0;}

.survey h3 {border-bottom: solid 2px #ccc; padding: 0 0 5px; margin: 30px 0 15px; }

.survey .section {padding: 15px 0 15px;margin: 0;clear: both;overflow: hidden;}

.survey .item {clear: both;/* margin-bottom: 5px; */padding: 10px 15px 10px;border: solid 2px transparent;}
.survey .item label {font-weight: normal; clear: both; display: block; margin: 0; }
.survey .item label > input {margin-right: 5px; }

.survey .item+.item {padding-top: 0; margin-top: -5px; }

.survey .title {/* margin-bottom: 10px; */font-size: 1.4em;font-weight: 500;}
.survey .subtitle { }

.survey .content {margin-left: 0; }

.survey .error {background: #ffedf1;}

.survey_nav {padding: 15px 15px;text-align: center;}
.survey_nav button {display: none; }
.survey_nav button:first-letter {text-transform: capitalize;}

.survey textarea {min-height: 7em; }
.survey #show_reg_button {display: block; margin: 30px auto;}

.survey .poll .item {text-align: center; }
.survey .poll .item img {max-width: 100%; max-height: 100%; width: auto; height: auto; margin: 0 auto 20px;}
.survey .poll .item .title {margin: 0 auto 10px;}
.survey .poll label {display: inline-block; cursor: pointer; }
.survey .poll label + label {margin-left: 15px;}


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





button, .button {background: #edc529;outline: none;border: solid 2px transparent;text-decoration: none;color: #222;padding: 6px 6px;display: inline-block;line-height: 1em;border-radius: 1px;transition: background .3s ease, border-color 1.2s ease;}
	button:hover, .button:hover {background: #4fb9ef; border-color: #2487b8; }
	a.button:visited, a.button:hover {color: #fff; text-decoration: none; }
	

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

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

.tbl thead td, .cool-table thead td,
.tbl th, .cool-table th {
	/*background: #0096dc;*/
    background: #4a9cc5;
	color: #fff;
	border: 1px solid #0069a9;
	padding: 12px 8px;
}

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




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

.pre_wrap {white-space: pre-wrap; }



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


#scroll_up_button {position: fixed;bottom: 30px;left: 30px;display: none;width: 44px;height: 44px;font-size: 24px;background: #4a9cc5;color: #fff;line-height: 40px;opacity: 0.75;text-align: center;cursor: pointer;z-index: 999;border: none;padding: 0;border-top: solid 4px #edc529;}
	#scroll_up_button:hover {opacity: 1;transition: opacity 0.5s ease;color: #444;background: #edc529;border-color: #4a9cc5;}