html, body {
	margin: 0px; 
	padding: 0px; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: normal; 
	/*color: #52646c;*/
	color: #5e5e5e;
	height:100%;
	overflow-x: hidden;
	overflow-y: auto;
}


a {
	color: #337cb6;
    transition: all 0.3s ease-in-out;
}
a:hover {
	color: #6eb52a;
}
.no-decor {
    text-decoration: none;
}
.dotted {
	text-decoration: none;
	border-bottom: 1px dashed blue;
}
h1 {
	font-weight: normal;
	font-size: 30px;
	font-family: Georgia;
	color: #010101;
	margin: 0 5px;
	margin-bottom: 20px;
}

h2	{
	font-family: Georgia; 
	font-size: 25px; 
	font-weight:normal; 
	color: #010101;
}
h3	{
	font-family: Georgia;
    font-size: 20px;
    color: #010101;
    font-weight: normal;
}

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

#main	{
	margin: 0 auto;
	width: 999px;
	position: relative;
	background: #ffffff;
}


#black_stripe {
	height: 7px;
	background: #000000;
}

#top	{
	height: 118px;
	background-image: url(/images/header_background.png);
	
}

#b_header_logo {
	position: absolute;
	left: 50px;
	top: 13px;
}

#b_header_button_wrap {
	position: absolute;
	right: 50px;
	top: 7px;
}

#main_body_item {
	width: 725px;
	margin-left: 45px;
	font-size: 14px; 
}
#main_body_item ul li{
  margin-bottom: 10px;
}
#right	{
	background-color: white; 
	float: right; 
	width: 164px; 
	overflow:hidden;
	margin-right: 45px;	
	margin-left: 20px;
}

#right h1 {margin-left: 0px;}

.b_center_t  {
	text-align:right;
	background: url("/images/phone_book.png") no-repeat scroll 0 0 transparent;
    margin: 0;	
	height:186px;
	width:162px;
}

.b_header_button {
	width: 23px;
	height: 27px;
	border: 0px solid;
	float: left;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0 0 0 5px;
}

.b_header_button.active {
	background: url(/images/header_button_active.png) top left no-repeat; 
}

.b_header_button_a {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 15px;
	height: 10px;
	left: 3px;
}

.b_header_button_home {
	background: url(/images/header_button_home.png) bottom center no-repeat;

}

.b_header_button.active .b_header_button_home {
	background: url(/images/header_button_home_a.png) bottom center no-repeat;
}

.b_header_button_map {
	background: url(/images/header_button_map.png) bottom center no-repeat;

}

.b_header_button.active .b_header_button_map {
	background: url(/images/header_button_map_a.png) bottom center no-repeat;
}

.b_header_button_mail {
	background: url(/images/header_button_mail.png) bottom center no-repeat;

}

.b_header_button.active .b_header_button_mail {
	background: url(/images/header_button_mail_a.png) bottom center no-repeat;
}

#b_header_search_wrap {
    position: absolute;
    right: 250px;
    top: 36px;
    width: 320px;
}
.b_header_search_find_button {
	width:86px; 
	height: 34px;
}

.b_header_search_field {
	background: url(/images/header_search_field.png) no-repeat;
	width: 190px;
	height: 20px;
	border: none;
	padding-left: 23px;
}

.b_header_search_left {
	float: left;
	padding: 10px 10px 0 0;	
}

.b_header_search_right {
	float: right;
}

ul.breadcrumb-navigation {
	color:#5e5e5e;
	font-size: 11px;
	font-family: Tahoma;
}
.breadcrumb-navigation > li > a {
	font-weight: normal;
	color: #337cb6;
	margin: 0 3px;
}


#main_menu {
	width: 999px;
	height: 39px;
	background: url(/images/menu_background.png);
	line-height: 39px;
	border-top: 1px solid #8E8E8E;
	border-bottom: 1px solid #A1A1A1;
	padding-top: 0px;
	margin: 0 auto;
}

#main_menu a:link , #main_menu a:visited, #main_menu a:active {
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight:bold; 
	text-shadow: 0.1em 0.1em #f7f7f7;
	color: #5e5e5e;
}

#horizontal-multilevel-menu ul a:link , #horizontal-multilevel-menu ul a:visited, #horizontal-multilevel-menu  ul a:active {
	text-shadow: none;
}


#horizontal-multilevel-menu, #horizontal-multilevel-menu ul {
	background: none;
	margin-left: 41px;
}
#horizontal-multilevel-menu {
}
#horizontal-multilevel-menu a {
    display: block;
    padding: 0px 5px;
    text-align: center;
    text-decoration: none;
}
#horizontal-multilevel-menu li {
    float: left;
}
#horizontal-multilevel-menu li a.root-item {
    font-weight: bold;
    padding: 0px 6px;
	color: #5e5e5e;
}
#horizontal-multilevel-menu li a.root-item-selected {
	background: url(/images/menu_background_active.png);
    padding: 0px 6px;
	/*color: #5e5e5e;*/
	font-weight: bold;
	text-shadow: none;
 	color: #ffffff;	
}
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item-selected, #horizontal-multilevel-menu li:hover a.root-item-selected  {
	background: url(/images/menu_background_active.png);
	text-shadow:none;
    color: #ffffff;
}
#horizontal-multilevel-menu a.parent {
}
#horizontal-multilevel-menu a.denied {
}
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover {
	background: none;
    color: #ffffff;
}
#horizontal-multilevel-menu li.item-selected {
    color: #5e5e5e;
	background: none;
}

#horizontal-multilevel-menu  > li > ul:before{
    content: '';
    display: block;
	border-color: transparent transparent #b6b6b6 transparent;
    border-style: solid;
    border-width: 6px;
    position: absolute;
    top: -12px;
    left: 10%;
	box-shadow:none;
	text-shadow:none;
}

#horizontal-multilevel-menu li ul {
    border: none;
	border-radius:10px;
    display: none;
    height: auto;
    position: absolyte;
	background:#b6b6b6;
    background: -moz-linear-gradient(top, #e5e5e5, #b6b6b6);
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#e5e5e5), color-stop(100%,#b6b6b6));
    background: -webkit-linear-gradient(top, #e5e5e5, #b6b6b6);
    background: -o-linear-gradient(top, #e5e5e5, #b6b6b6);
    background: -ms-linear-gradient(top, #e5e5e5, #b6b6b6);
    background: linear-gradient(top, #e5e5e5, #b6b6b6);
	margin-top:0px;
	margin-left:0px;
	padding-top:8px;
	padding-bottom:8px;
    width: 215px;
    z-index: 500;
	
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}
#horizontal-multilevel-menu li li {
    border-bottom: none;
    width: 100%;
}
#horizontal-multilevel-menu li ul a {
    text-align: left;
	line-height: 12px;
	text-shadow: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
#horizontal-multilevel-menu li ul  li a.parent {
    text-align: left;
	line-height: 12px;
	text-shadow: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
#horizontal-multilevel-menu li a, #horizontal-multilevel-menu li:hover li a, #horizontal-multilevel-menu li.jshover li a, #horizontal-multilevel-menu li:hover li:hover li a, #horizontal-multilevel-menu li.jshover li.jshover li a, #horizontal-multilevel-menu li:hover li:hover li:hover li a, #horizontal-multilevel-menu li.jshover li.jshover li.jshover li a, #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a, #horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a, #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a, #horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a {
    color: #4F4F4F;
    font-weight: bold;
}
#horizontal-multilevel-menu li:hover li:hover a, #horizontal-multilevel-menu li.jshover li.jshover a, #horizontal-multilevel-menu li:hover li:hover li:hover a, #horizontal-multilevel-menu li.jshover li.jshover li.jshover a, #horizontal-multilevel-menu li:hover li:hover li:hover li:hover a, #horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a, #horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a, #horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a {
    color: #4F4F4F;
	line-height: 12px;
	text-shadow: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

#horizontal-multilevel-menu > li:hover  > ul > li:hover > a {
	background:#ebebeb;
}


#horizontal-multilevel-menu > li:hover  > ul > li:hover > ul > li:hover > a {
	background:#ebebeb;
}

#horizontal-multilevel-menu > li:hover  > ul > li:hover > ul > li:hover > ul > li:hover > a {
	background:#ebebeb;
}

#horizontal-multilevel-menu li ul ul {
    margin: -34px 0 0 215px;
}
#horizontal-multilevel-menu li:hover ul ul, #horizontal-multilevel-menu li.jshover ul ul, #horizontal-multilevel-menu li:hover ul ul ul, #horizontal-multilevel-menu li.jshover ul ul ul, #horizontal-multilevel-menu li:hover ul ul ul ul, #horizontal-multilevel-menu li.jshover ul ul ul ul, #horizontal-multilevel-menu li:hover ul ul ul ul ul, #horizontal-multilevel-menu li.jshover ul ul ul ul ul {
    display: none;
}
#horizontal-multilevel-menu li:hover ul, #horizontal-multilevel-menu li.jshover ul, #horizontal-multilevel-menu li li:hover ul, #horizontal-multilevel-menu li li.jshover ul, #horizontal-multilevel-menu li li li:hover ul, #horizontal-multilevel-menu li li li.jshover ul, #horizontal-multilevel-menu li li li li:hover ul, #horizontal-multilevel-menu li li li li.jshover ul, #horizontal-multilevel-menu li li li li li:hover ul, #horizontal-multilevel-menu li li li li li.jshover ul {
    display: block;
}
div.menu-clear-left {
    clear: left;
}


.b_weather_temperature {
	font-size: 30px;
	color: #0A81F0;
	padding-right: 10px;
}

.b_h1 {
	font-weight: normal;
	font-size: 30px;
	font-family: Georgia;
	color: black;
}

.b_ul {
	margin: 0;
	padding: 0;
}

.b_ul_main {
	width: 150px;
}
.prw {
	width: 600px;
}
.a_prw {
  display: inline-block;
  margin-right: 20px;
}
.a_prw_l {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}
.a_prw_mg_t {;
  margin-left: 0px;
  font-weight: normal;
}
.b_list_other {
	list-style: none;
	padding: 0px 0px 10px 50px;
	margin: 0;
	background: url(/images/list_other.png) left top no-repeat;
	background-position: 0 5px;
	min-height: 50px;
}

.b_list_word {
	list-style: none;
	padding: 0px 0px 10px 50px;
	margin: 0 !important;
	background: url(/images/list_word.png) left top no-repeat;
	background-position: 0 5px;
	min-height: 50px;
}

.b_block {
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 20px;
}

.b_read_all {
	//padding: 5px 22px 5px 0px;
	//background: url(images/read_all.png) right center no-repeat;
}

#b_danger {
	color: black;
	font-size: 14px;
	font-family: Georgia;
}

#b_footer {
	width: 999px;
	margin: 0 auto;
	background: #e9e9e9;
	padding-top: 0px;
}

#b_footer_menu {
	margin-left: 40px;
	padding-top: 30px;
}

#b_footer_copyright, .ya_inform {
	padding: 30px 0px 20px 50px;
	margin-bottom:0px;
  float: left;
}
.ya_inform {
 padding: 45px 0 20px 40px;
}

.b_footer_menu_a {
	display: block;
	text-align: center;
	width: 92px;
	float: left;
	margin-right: 45px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.b_footer_menu_a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

.b_left_form {
	margin-top: 40px;
}

.b_form_div_on_main {
	background-image: url(images/left_field.png);
	float: left;
	background-repeat: no-repeat;
	width: 177px;
	padding: 6px;
	padding-top: 0px;
}


.b_form_input_on_main {
	border: 0px;
	width: 165px;
	color: #52646C;
	margin-top: 2px;
}

#b_small {
	font-size: 10px;
	font-weight: bold;
}

.b_frm_add{
	background:url(/images/left_send.png) left top no-repeat;
	/*background:url(/images/left_send_text.png) left top no-repeat;*/
	height:34px;
	width:122px;
	color:#ffffff;
	font-size:10px;
	border:0px;
	text-align:center;
	cursor:pointer;
	font-size: 13px;
	font-weight: bold;	
}

#main_body {
	background-color: white;
	width: 999px;
	margin: 0 auto;	
	margin-top: 20px;
}

.clear {
	clear: both;
}

.b_main_news_wrap {
	width: 520px;
	border-bottom: 1px solid #D6D6D6;
	padding-top: 15px;
}

.b_main_news_item {
	width: 255px; 
	outline: 0px solid;
	float: left;
}

.b_main_news_item.even {
	margin-right: 10px;
}

.b_main_news_item_title {
	color: #5E5E5E;
	font-weight: bold;
	font-size: 12px;
}

.b_main_news_item_link {
	text-align: right;
	padding: 15px 0 10px 0;
}

.b_main_news_item_image {
	border: 1px solid #E3E3E3;
	padding: 3px;
}

/*
.b_main_news_item_image img {
	width: 249px;
	height: 87px;
}
*/

.center {
	border: 0px solid;
	width: 75%;
	padding: 0;
	margin: 0;
}

.center_on_main {
	/*width: 555px;*/
	width: 50%;
	float: left;
	margin-left: 10px;
}

.b_main_news_item_date {
	font-size: 24px;
	color: #1491BF;
}

.b_main_map {
	margin-top: 60px;
	width: 521px;
	height: 310px;
	/*background:url(/images/main_map.png) left top no-repeat;*/
	background:url(/images/main_map_text.png) left top no-repeat;
	position: relative;
}

.b_main_map_a {
	display: block;
	width: 70px;
	height: 65px;
	border: 0px solid red;
	position: absolute;
	overflow: hidden;
	color: transparent;
	font-size: 0px;
}

.b_main_map_a.link_1 {
	top: 0px;
	left: 0px;
}

.b_main_map_a.link_2 {
	top: 0px;
	left: 90px;
}

.b_main_map_a.link_3 {
	top: 0px;
	left: 180px;
}

.b_main_map_a.link_4 {
	top: 0px;
	left: 270px;
}

.b_main_map_a.link_5 {
	top: 0px;
	left: 360px;
}

.b_main_map_a.link_6 {
	top: 0px;
	left: 450px;
}

.b_main_map_a.link_7 {
	top: 120px;
	left: 0px;
}

.b_main_map_a.link_8 {
	top: 120px;
	left: 450px;
}


.b_main_map_a.link_9 {
	top: 240px;
	left: 0px;
}

.b_main_map_a.link_10 {
	top: 240px;
	left: 90px;
}

.b_main_map_a.link_11 {
	top: 240px;
	left: 180px;
}

.b_main_map_a.link_12 {
	top: 240px;
	left: 270px;
}

.b_main_map_a.link_13 {
	top: 240px;
	left: 360px;
}

.b_main_map_a.link_14 {
	top: 240px;
	left: 450px;
}

.b_main_map_a.link_15 {
	top: 110px;
	left: 177px;
	width: 165px;
	height: 90px;
}

.b_costyl_1 {
	display: inline-block;
	text-align: center;
}

.b_center {
	text-align: center;
}

#left	{
	background-color: white;
	width: 176px; 
	overflow:hidden;	
	margin-right: 20px;	
	margin-left: 45px;
}

#b_banner_wrap {
	font-size: 0px;
	margin-top: 0px;
	width: 100%;
    background: #E9E9E9 none repeat scroll 0% 0%;
}
#b_banner_wrap p {
    width: 745px;
    margin: 0px auto;
}
#b_banner_slider_wrap {
	width: 900px;
	position: relative;
	left: 50px;
}

#b_banner_slider_prev {
	position: absolute;
	left: -50px;
}

#b_banner_slider_next {
	position: absolute;
	right: -50px;
}

.b_main_news_item_image {
	height: 108px;
}

/*#main_body {float: left; background-color: white; width: 100%; min-width: 999px;}*/
/*#top	{min-width: 999px; height: 234px; background-image: url(/images/top_bg.jpg); background-repeat:no-repeat; background-color: white;}*/
#top1 	{float: right; width: 805px; height: 47px; margin-top: 27px; overflow: hidden;}
#top2	{clear: right; float: right; height: 132px; width: 805px; overflow: hidden;}
/*#main_menu	{min-width: 999px; height: 40px; background-color: white; line-height: 40px; margin-left: 10px;}*/
#foot_text {padding-left: 23px; padding-top: 6px; background-color: #ccd1d6; color: #52646c; font-family: Tahoma; font-size: 11px; font-weight:normal;}
#line	{height: 10px; background-image: url(/images/line_bottom.jpg); background-repeat:repeat-x; background-color: #ccd1d6;}
/*#main_menu a:link {font-family: Tahoma; font-size: 12px; font-weight:bold; color: #479111;}*/
/*#main_menu a:visited {font-family: Tahoma; font-size: 12px; font-weight:bold; color: #479111;}*/
/*#main_menu a:active {font-family: Tahoma; font-size: 12px; font-weight:bold; color: #479111;}*/
/*#main_menu a:hover {font-family: Tahoma; font-size: 12px; font-weight:bold; color: #1091cb;}*/
#zigzag	{height: 16px; background-image: url(/images/foot_zigzag.jpg); background-repeat:repeat-x; background-color: #ccd1d6;}
#data {float: left; color: #051f2a; width: 200px; font-family: Tahoma; font-size: 12px; font-weight:normal; margin-left: 20px;}
#okrug {width: 530px; color: #52646c; float: right; text-align: right; font-family: Tahoma; font-size: 12px; font-weight:normal; margin-right: 20px;}
#gerbs	{width: 585px; height: 132px; background-image: url(/images/gerbi.gif); background-repeat:repeat-x; float: left;}
#gerbi2	{width: 11px; height: 132px; background-image: url(/images/gerbi2.jpg); background-repeat:repeat-x; float: left;}
#search	{width: 209px; height: 132px; background-image: url(/images/search_bg.jpg); background-repeat:repeat-x; background-color: #ccd1d6; float: right;}
#search a:link {font-family: Tahoma; font-size: 12px; font-weight:normal; text-decoration:underline; color: #ffffff;}
#search a:visited {font-family: Tahoma; font-size: 12px; font-weight:normal; text-decoration:underline; color: #ffffff;}
#search a:active {font-family: Tahoma; font-size: 12px; font-weight:normal; text-decoration:underline; color: #ffffff;}
#search a:hover {font-family: Tahoma; font-size: 12px; font-weight:normal; text-decoration: none; color: #ffffff;}


#search ul	{list-style-type: none; display: inline;}
#search ul li	{float: left; padding-left: 30px;}
/*#left	{background-color: white; float: left; width: 200px; padding-left: 5px; padding-right: 15px;
		font-family: Tahoma; font-size: 12px; font-weight: normal; color: #52646c;overflow:hidden;}*/
		/*#left p	{margin-left: 10px;}*/
/*#right	{background-color: white; float: right; width: 210px; padding-left: 5px; padding-right: 5px; overflow:hidden;}*/

#bottom {clear: left;}

img	{border: 0px;}
/*.center {background-color: white; margin-left: 10px 0 50px; width: 790px; padding-right: 15px; float: left;}*/
.center ul	{padding:0 0 0 35px;}

/*#right h1 {background-image: url(/images/zigzag_zag.jpg);}*/
/*.center p {padding-left: 20px; font-size:12px}*/
.center table {margin-left: 20px;}
.center table tr td p {
padding-left: 0px; 
}
/*
.center a:link {font-family: Tahoma; font-size: 12px; font-weight:normal; text-decoration:underline; color: #479111;}
.center a:visited {font-family: Tahoma; font-size: 12px; font-weight:normal; text-decoration:underline; color: #52646c;}
.center a:active {font-family: Tahoma; font-size: 12px; font-weight:normal; text-decoration:underline; color: #479111;}
.center a:hover {font-family: Tahoma; font-size: 12px; font-weight:normal; text-decoration: none; color: #1091cb;}
*/

.center textarea{
	color:#52646C;
	background-color:#F0EFF0;
	border:1px solid #C2C1C2;
}
#place	{background-color: white; padding-bottom: 10px; padding-top: 10px; font-family: Tahoma; font-size: 11px; font-weight:normal; color: #479111;}
#place a:link {font-family: Tahoma; font-size: 11px; font-weight: normal; color: #479111;}
#place a:visited {font-family: Tahoma; font-size: 11px; font-weight: normal; color: #479111;}
#place a:active {font-family: Tahoma; font-size: 11px; font-weight: normal; color: #479111;}
#place a:hover {font-family: Tahoma; font-size: 11px; font-weight: normal; color: #1091cb;}

/*
#right a:link {font-family: Tahoma; font-size: 12px; font-weight:normal; text-decoration:underline; color: #479111;}
#right a:visited {font-family: Tahoma; font-size: 12px; font-weight:normal; text-decoration:underline; color: #52646c;}
#right a:active {font-family: Tahoma; font-size: 12px; font-weight:normal; text-decoration:underline; color: #479111;}
#right a:hover {font-family: Tahoma; font-size: 12px; font-weight:normal; text-decoration: none; color: #1091cb;}
*/

.blok	{background-color: white; padding: 30px 10px; text-align: left;}
.blok p.sered	{text-align: center;}
.see	{padding: 10px 20px; background-color: #f6f9f3;}

.small_img	{padding: 8px 8px 8px 11px; background-image: url(/images/img_small.jpg); background-repeat: no-repeat;margin: 0;}
.big_img	{padding: 8px 8px 8px 10px; background-image: url(/images/img_big.jpg); background-repeat: no-repeat;margin: 0 auto;}
.vert_img	{padding: 13px 8px 8px 11px; background-image: url(/images/img_vert.jpg); background-repeat: no-repeat;margin: 0px;}


.sbox input {
background:url(/images/inp_mid.png) repeat-x scroll left top white;
border:0 none;
color:#000000;
float:left;
height:22px;
width:180px;
color:#52646C;
background-color:#F0EFF0;
}
.sbox_r {
background:url(/images/inp_right.png) no-repeat scroll left top transparent;
float:left;
height:24px;
width:11px;
}

.sbox_l{
background:url(/images/inp_left.png) no-repeat scroll left top transparent;
float:left; 
height:24px; 
width:11px;
}

table{
border-collapse:collapse;
}
table th {
    background-color: #27b7eb;
    text-align: left;
    color: #fff;
    padding-left: 5px;
	}
table.new tr{
	border-bottom: 1px solid #d3d3d3;
}

.center a.podr {
font-weight:bold;
text-decoration:none;
}
.board{
margin:0px 0px 0px 20px;
padding:15px 0px 15px 0px;
background:url(/images/border.jpg) left bottom repeat-x;
}
.board p{
margin:0px;
padding:0px 0px 0px 0px;
}
.frm_add{
background:url(/images/btn.gif) left top no-repeat;
height:20px;
width:126px;
color:#ffffff;
font-size:10px;
border:0px;
text-align:center;
cursor:pointer;
}
.input_text{
background:url(/images/bg_input2.jpg) no-repeat;
padding:6px;
padding-top:4px;
}
.input_text input{
width:227px;
border:0px;
background-color:#f0eff0;
color:#52646c;
}

.center li {
line-height:150%;
}

li {
	font-size:14px;
}

.div_item_2 {
line-height:15px;
padding-bottom:20px;
padding-left:64px;

}

div.div_501 {
	width: 100%; 
	margin-top: 15px;
}

div.div_501 img{
	width: 200px;
	height: 260px;
	float: left; 
	margin-right: 10px
}

.select_text select {
	background-color: #F0EFF0;
	color: #52646C;
	width: 243px;
}

.form_div_on_main {
	background-image: url(/images/input_bg.gif);
	float: left;
	background-repeat: no-repeat;
	width: 140px;
	padding: 6px;
	padding-top: 4px;
}

.form_input_on_main {
	border: 0px;
	background-color: #F0EFF0;
	width: 120px;
	color: #52646C;
}

.b_complaint {
	margin: 10px 0;
}
.search-suggest {
    width: 190px;
    height: 27px;
    border: none;
    padding-left: 23px;
    margin-top: 1px;
    border-radius: 6px;
}
.b_banner {
	padding: 20px 0;
	text-align: center;
	font-size: 15px;
	border: 2px solid #337CB6;
	margin: 10px 0;
	font-weight: bold;
	line-height: 22px;
	transition: all 0.3s ease-in-out;
}

#b_footer {
	position: relative;
}

.b_clear {
	clear: both;
}

.b_logo {
    width: 240px;
    position: absolute;
    bottom: 20px;
    right: 70px;
    vertical-align: top;
}
.b_logo a {
    display: inline-block;
    float: right;
    margin-top: -6px;
}

.b_logo_link {
	float: left;
	padding-top: 35px;
	padding-right: 15px;
	text-align: right;
}

.text-block{
	position: absolute;
}

.text-block .branch a{
	width: 136px;
	margin: 0 0 10px 0;
	font-size: 10px;
}

.text-block a{
	color: #000;
	text-decoration: none;
	display: block;
	border: 2px solid #000;
	padding: 10px;
	background: #fff;
	z-index: 2;
}

.text-block a:hover{
	color: #479111;
	text-decoration: none;
}

.line-1{
	position: absolute;
	background: #000;
	left: 360px;
	top: 38px;
	width: 2px;
	height: 254px;
}

.line-2{
	position: absolute;
	background: #000;
	left: 313px;
	top: 68px;
	width: 49px;
	height: 2px;
}

.line-3{
	position: absolute;
	background: #000;
	left: 313px;
	top: 124px;
	width: 49px;
	height: 2px;
}

.line-4{
	position: absolute;
	background: #000;
	left: 313px;
	top: 183px;
	width: 49px;
	height: 2px;
}

.line-5{
	position: absolute;
	background: #000;
	left: 362px;
	top: 76px;
	width: 50px;
	height: 2px;
}

.line-6{
	position: absolute;
	background: #000;
	left: 362px;
	top: 142px;
	width: 50px;
	height: 2px;
}

.line-7{
	position: absolute;
	background: #000;
	left: 55px;
	top: 290px;
	width: 605px;
	height: 2px;
}

.line-8{
	position: absolute;
	background: #000;
	left: 55px;
	top: 290px;
	width: 2px;
	height: 15px;
}

.line-9{
	position: absolute;
	background: #000;
	left: 205px;
	top: 290px;
	width: 2px;
	height: 15px;
}

.line-10{
	position: absolute;
	background: #000;
	left: 505px;
	top: 290px;
	width: 2px;
	height: 15px;
}

.line-11{
	position: absolute;
	background: #000;
	left: 658px;
	top: 290px;
	width: 2px;
	height: 15px;
}

.line-12{
	position: absolute;
	background: #000;
	left: 0;
	top: 374px;
	width: 2px;
	height: 206px;
}

.line-13{
	position: absolute;
	background: #000;
	left: 183px;
	top: 393px;
	width: 2px;
	height: 239px;
}

.line-14{
	position: absolute;
	background: #000;
	left: 290px;
	top: 320px;
	width: 2px;
	height: 490px;
}

.line-15{
	position: absolute;
	background: #000;
	left: 368px;
	top: 393px;
	width: 2px;
	height: 375px;
}

.line-16{
	position: absolute;
	background: #000;
	left: 554px;
	top: 339px;
	width: 2px;
	height: 312px;
}

.line-17{
	position: absolute;
	background: #000;
	left: 0;
	top: 422px;
	width: 10px;
	height: 2px;
}

.line-18{
	position: absolute;
	background: #000;
	left: 0;
	top: 504px;
	width: 10px;
	height: 2px;
}

.line-19{
	position: absolute;
	background: #000;
	left: 0px;
	top: 578px;
	width: 10px;
	height: 2px;
}

.line-20{
	position: absolute;
	background: #000;
	left: 185px;
	top: 433px;
	width: 10px;
	height: 2px;
}

.line-21{
	position: absolute;
	background: #000;
	left: 184px;
	top: 501px;
	width: 10px;
	height: 2px;
}

.line-22{
	position: absolute;
	background: #000;
	left: 184px;
	top: 630px;
	width: 10px;
	height: 2px;
}

.line-23{
	position: absolute;
	background: #000;
	left: 368px;
	top: 583px;
	width: 10px;
	height: 2px;
}

.line-24{
	position: absolute;
	background: #000;
	left: 314px;
	top: 248px;
	width: 46px;
	height: 2px;
}

.line-25{
	position: absolute;
	background: #000;
	left: 362px;
	top: 214px;
	width: 48px;
	height: 2px;
}

.line-26{
	position: absolute;
	background: #000;
	left: 368px;
	top: 661px;
	width: 10px;
	height: 2px;
}

.line-27{
	position: absolute;
	background: #000;
	left: 368px;
	top: 766px;
	width: 10px;
	height: 2px;
}

.line-28{
	position: absolute;
	background: #000;
	left: 290px;
	top: 730px;
	width: 10px;
	height: 2px;
}

.line-29{
	position: absolute;
	background: #000;
	left: 290px;
	top: 810px;
	width: 10px;
	height: 2px;
}

.line-30{
	position: absolute;
	background: #000;
	left: 290px;
	top: 923px;
	width: 10px;
	height: 2px;
}

.line-31{
	position: absolute;
	background: #000;
	left: 370px;
	top: 432px;
	width: 10px;
	height: 2px;
}

.line-32{
	position: absolute;
	background: #000;
	left: 556px;
	top: 422px;
	width: 10px;
	height: 2px;
}

.line-33{
	position: absolute;
	background: #000;
	left: 556px;
	top: 498px;
	width: 10px;
	height: 2px;
}

.line-34{
	position: absolute;
	background: #000;
	left: 556px;
	top: 573px;
	width: 10px;
	height: 2px;
}

.line-35{
	position: absolute;
	background: #000;
	left: 556px;
	top: 649px;
	width: 10px;
	height: 2px;
}

.line-36 {
	position: absolute;
	background: #000;
    left: 369px;
    top: 509px;
	width: 10px;
	height: 2px;
}
.line-37{
	position: absolute;
	background: #000;
	left: 270px;
	top: 533px;
	width: 2px;
	height: 12px;
}
.speshial
{
    font-size: 17px;
}
.speshial_img
{
    margin-left:20px;
    margin-top: 5px;
}
.for-open {
    text-decoration: underline;
    color: #337cb6;
    cursor: pointer;
}
.for-open + ul,.for-open + p ,.for-open + div  {
  display: none;
}
#footer {
  position: relative;
}
#toTop {
  position:fixed;
  bottom: 40px;
  left: 40px;
  display: none;
  z-index: 1000;
}
 .button_red
{
cursor: pointer;
float:left;
 text-decoration:none; text-align:center; 
 padding:11px 32px; 
 margin-right: 30px;
 width: 215px;
height: 50px;
 -webkit-border-radius:21px;
 -moz-border-radius:21px; 
 border-radius: 21px; 
 font:13px Tahoma, Geneva, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background-color:#e8736f; 
 background-image: -moz-linear-gradient(top, #e8736f 0%, #e80c0c 100%); 
 background-image: -webkit-linear-gradient(top, #e8736f 0%, #e80c0c 100%); 
 background-image: -o-linear-gradient(top, #e8736f 0%, #e80c0c 100%); 
 background-image: -ms-linear-gradient(top, #e8736f 0% ,#e80c0c 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80c0c', endColorstr='#e80c0c',GradientType=0 ); 
 background-image: linear-gradient(top, #e8736f 0% ,#e80c0c 100%);   
 -webkit-box-shadow:0px 0px 2px #e80c0c, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #e80c0c,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #e80c0c, inset 0px 0px 1px #ffffff;  
  
  }.button_red:hover{
padding:11px 32px; 

 -webkit-border-radius:21px;
 -moz-border-radius:21px; 
 border-radius: 21px; 
 font:13px Tahoma, Geneva, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background:#e80c0c; 
 -webkit-box-shadow:0px 0px 2px #e80c0c, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #e80c0c,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #e80c0c, inset 0px 0px 1px #ffffff;  
  
 }
.button_red_small {
	width: 135px;
    height: 21px;
    margin-bottom: 20px;
    margin-left: 32px;
}
.new-btn{
	background: #27b7eb;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
	cursor:pointer;
}
 @media(min-width: 1260px){
	#main{
		width: 1200px;
	}

	#main_menu{
		width: 1200px;
	}

	#main_body{
		width: 1200px;
	}

	#main_body_item{
		/*width: 730px;*/
		/*width: 100%;*/
		width: 900px;
	}

	#b_banner_slider_wrap{
		width: 1100px;
	}

	.jcarousel-skin-tango .jcarousel-container-horizontal {
		width: 1100px;
	}

	.jcarousel-skin-tango .jcarousel-clip-horizontal {
		width: 1100px;
	}

	#mycarousel-next{
		right: -45px;
	}

	#b_banner_wrap{
		width: 100%;
		background: #E9E9E9 none repeat scroll 0% 0%;
	}

	#b_banner_wrap p{
		width: 750px;
		margin: 0px auto;
	}
	#b_footer{
		width: 100%;
	}
	#b_footer_menu{
		width: 100%;
		padding-left: 104px; 
	}
	#b_header_search_wrap{
		right: 300px;
	}

	.news_img{
		width: 349px;
		height: 232px;
	}
}
.obrashenie {
	padding: 10px;
    text-align: center;
    font-size: 14px;
    border: 2px solid #337CB6;
    margin: 10px 0;
    font-weight: bold;
    line-height: 22px;
}
.obrashenie .fa {
    float: inherit;
    font-size: 30px;
    color: #ff685d;
}
.zagolovok {
	font-weight: normal;
    font-size: 20px;
    font-family: Georgia;
    color: #010101;
}
#b_footer_menu .fa{
	font-size:70px;
	color:#337cb6;
	float:none;
		transition: all 0.3s ease-in-out;
}
#b_footer_menu a:hover .fa{
	color:#6eb52a;
}
#b_footer_menu a{
	text-decoration:none;
}
.card {
  display: inline-block;
  flex: 1;
  position: relative;
  min-width: 300px;
  height: 10rem;
  margin: .1rem;
  font-family: 'Lato', sans-serif;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #3979B7;
  overflow: hidden;
}

.card__icon {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 50px;
  line-height: 2rem;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.card__circle {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 0.8s ease-in-out;
}
.card > p {
  position: relative;
  top: 50%;
  margin: 0 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}
.card--alt-1 {
  background-color: #27b7eb;;
}
.card--alt-2 {
  background-color: #39B764;
}
.card--alt-3 {
  background-color: #CC3F82;
}
.card--alt-4 {
  background-color: #EF7C2B;
}
.card--alt-5 {
  background-color: #eb2727;
}
.card--alt-6 {
  background-color: #efc52b;
}
.card--alt-7 {
  background-color: #6d2bef;
}
.card:hover .card__circle {
  transform: scale(70);
  opacity: 0.8;
}
.card:hover > p,
.card:hover .card__icon {
  color: #45556E;
}

.container {
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
}
.card1 {
  display: inline-block;
  flex: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #1066af;
  border: 2px solid #1066af;
  width:100%;
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  padding: 20px 15px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.razdel_btn{
	border: 2px solid #1066af;
	padding: 20px 15px;
    font-size: 26px;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}
.razdel_btn a {
	text-decoration:none;
	color: #1066af;
}
.card1:hover{
	background: #1066af;
	color:#fff;
}
.razdel_btn:hover a{
	color:#fff;
	}
.vibory img {
	max-width:100%;
	height:auto;
}
.vibory .left-block{
	width: 25%; 
	float: left;
}
.vibory .razdel-item{
	width: 50%;
    float: left;
    padding-bottom: 10px;
    padding-right: 20px;
    box-sizing: border-box;
}
.vibory .right-block{
	width: 75%; 
	float: left;
}
.card1 .fa {
	color:white;
	float: right;
    padding-top: 6px;
}
.container-card {
	clear:both;
	margin-top: 30px;
}
.card-info {
  width:25%;
  float:left;
}
.card-item {
	margin-bottom:30px;
	text-align:center;
	padding-right:10px;
}
.card-item .text {
	padding: 25px 10px 25px 10px;
	background: #1066af;
	height: 55px;

}
.card-item a {
	color:#fff;
		transition: all 0.3s ease-in-out;
}
.card-item a:hover {
	color: #6eb52a;
}
.card-item img {
	width:100%;
	min-height: 140px;
}
.card-item .card-img {
	height:150px;
	overflow:hidden;
}
.h1 {
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	font-family: Georgia;
	margin: 20px 0;
	color:#1066af;
}
.grad .left-block {
	width:30%;
	float:left;
}
.grad .right-block {
	width:70%;
	float:left;
    overflow: hidden;
}
.grad .right-block .img{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 425px;
	margin-left:20px;
}
.grad .card1 {
	font-size:14px;
	max-width:235px;
}
.grad .sreda .card1 {
    font-size: 14px;
    max-width: 277px;
    height: 71px;
    float: left;
    box-sizing: border-box;
    margin-right: 34px;
    margin-bottom: 10px;
}
.grad .sreda .card1:nth-child(3n){
	 margin-right: 0;
}
.grad {
	margin-top:30px;
}
.b_header_phone {
    position: absolute;
    width: 200px;
    top: 53px;
    right: 13px;
}
.tel_sprav .icon-link {
    font-size: 17px;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
    padding-top: 3px;
    padding-left: 7px;
}
.only-mobile {
    display: none;
}
.tel_sprav .fa {
    font-size: 50px;
    float: left;
    color: #27b7eb;
    margin-right: 5px;
    margin-top: 0px;
}
.logo-text {
    position: absolute;
    top: 20px;
    left: 130px;
	color: #5e5e5e;
}
.logo-text .small {
    font-size: 11px;
	padding-top: 3px;
}
.logo-text .medium {
	font-size: 12px;
	text-transform: uppercase;
}
.news-list img{
		width:150px;
		height:auto;
	}
.mun-usl {
    margin-bottom: 10px;
    border: 2px solid #337cb6;
	width: 31%;
    float: left;
	box-sizing: border-box;
    margin-right: 10px;
	min-height: 80px;
	transition: all 0.3s ease-in-out;
}
.mun-usl:hover {
	background: #1066af;
}
.mun-usl .zag {
    text-align: center;
    color: #337cb6;
    cursor: pointer;
    padding: 20px 15px;
	transition: all 0.3s ease-in-out;
}
.mun-usl:hover a, .mun-usl:hover .zag, .mun-usl:hover li:before{
	 color: #fff;
}
.mun-usl .zag a{
	text-decoration:none;
}
.mun-usl .ras {
    padding: 0px 15px;
    display: none;
    margin-top: 0px;
}
.mun-usl li:before {
    color: #337cb6;
    content: "\25C6";
    padding-right: 10px;
}
.mun-usl li {
    list-style-type: none;
}
.clearfix{
	clear:both;
}
.btn-new{
	color: #fff;
    background: #27b7eb;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
	transition: all 0.3s ease-in-out;
}
.btn-new:hover{
	background:#0a7df0
}
#b_header_button_wrap .fa-vk, #b_header_button_wrap .fa-instagram-square, #b_header_button_wrap .fa-odnoklassniki-square{
	font-size: 32px;
    padding-top: 0px;
    color: #27b7eb;
    float: left;
    padding-right: 10px;
}
.speshial-text {
    margin-bottom: 10px;
}
.cut-img{
	height:100px;
	overflow:hidden;
	float:left;
}
summary:hover {
	cursor: pointer;
}
summary{
  display: inline-block;
  }
/*------------------------------media-------------------------------------------*/
 @media(max-width: 1260px){
	.grad .card1 {
		max-width: 190px;
	}
	.grad .right-block img {
		height: 100%;
		width:auto;
	}
	.grad .right-block .img{
		height: 442px;
	}
	.vibory .left-block {
		width: 30%;
	}
	.vibory .right-block {
		width: 70%;
	}
	.card-info {
		width: 33%;
	}
	.grad .sreda .card1 {
		max-width: 231px;
		margin-right: 15px;
	}
 }
 @media (max-width:992px){
	#main, #b_footer, #main_body{
		width: 750px;
	}
	#main_menu {
		display:none;
	}
	#main_body_item{
		width:475px;
	}
	.mobile-none {
		display:none;
	}
	#b_header_logo {
		left: 20px;
		top: 26px;
		height: 75px;
		width:auto;
	}
	.logo-text {
		left: 95px;
		top:29px;
	}
	.logo-text .big {
		font-size: 32px;
	}
	.b_header_phone {
		width: 110px;
		top: 45px;
	}
	.tel_sprav .fa {
		margin-left: 14px;
		margin-right: 0;
		font-size: 43px;
		margin-top: 13px;
	}
	.tel_sprav .icon-link {
		display:none;
	}
	.only-mobile {
		display: block;
	}
	#b_header_button_wrap {
		right: 20px;
	}
	#b_header_search_wrap {
		top: 50px;
		width: 165px;
		right: 155px;
	}
	.search-form {
		display: none;
	}
	.catalog-section .catalog-item .catalog-item__image {
		float: none;
	}
	.only-desctop {
		display:none;
	}
	.news-list img{
		float:none !important;
	}
	h1 {
        font-size: 25px;
	}
	#main_body_item table {
		width:100% !important;
	}
	#main_body_item thead {
		display: none;
	}
	#main_body_item tr:nth-of-type(2n) {
		background-color: inherit;
	}

	#main_body_item tbody td, #main_body_item tbody th {
		display: block; 
		width:100% !important;
	}
	#main_body_item tbody th:before {
		content: attr(data-th);
		display: block;
		
	}
	#main_body_item tr td:empty {
		display:none;
	}
	
	.rightblock, .subjects_title {
		display:none;
	}
	.subjects .name{
		width:100%;
	}
	#b_banner_slider_wrap, #b_banner_wrap {
		width: 750px;
	}
	.jcarousel-skin-tango .jcarousel-clip-horizontal {
		width: 640px !important;
	}
	.jcarousel-skin-tango .jcarousel-next-horizontal {
		right: 65px !important;
	}
	.vibory .left-block {
		width: 100%;
		float: left;
	}
	.vibory .right-block {
		width: 100%;
		padding-top: 20px;
	}
	.card-info {
		width: 50%;
	}
	.grad .card1 {
		max-width: 100%;
	}
	.grad .left-block, .grad .right-block {
		width: 100%;
	}
	.grad .right-block .img {
		height: 290px;
		margin-left:0;
	}
	.mun-usl {
		width:100%;
		min-height:60px;
	}

	.grad .sreda .card1 {
		max-width: 230px;
	}
	.grad .sreda .card1:nth-child(3n) {
		margin-right: 15px;
	}
	.grad .sreda .card1:nth-child(2n) {
		margin-right: 0px;
	}

}
@media (max-width:767px){
	#main{
		width: 480px;
	}
	#main_body, #main_body_item, #b_footer{
		width: 450px;
	}
	#main_body_item{
		margin-left:0px;
	}
	#right {
		display:none;
	}
	#b_footer_menu{
		display:none;
	}
	#b_footer_copyright {
		padding: 0;
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	.news-list img{
		width:100%;
	}
	.ya_inform {
		padding: 20px 0 20px 40px;
	}
	.b_banner2 {
		width: 183px;
		float: left;
	}
	.b_banner {
		width: 223px;
		float: left;
		margin-left: 16px;
		padding: 20px 10px;
	}
	.vert_img{
		text-align: center;
	}
	.vert_img img {
		width: 300px;
		box-sizing: border-box;
	}
	.mobile-none {
		display:none;
	}
	.speshial-text, #b_header_button_wrap {
		display: none;
	}
	.logo-text {
		left: 78px;
		top: 31px;
	}
	.logo-text .small {
		font-size: 10px;
	}
	#b_header_logo {
		top: 32px;
		height: 63px;
	}
	#toTop, #b_banner_slider_wrap, #b_banner_wrap{
		display:none;
	}
	#top {
		height: 110px;
	}
	.vibory .razdel-item{
		width:100%;
	}
	.cut-img{
		height:auto;
		float:none;
	}
	.grad .sreda .card1 {
		max-width: 100%;
	}
	.grad .sreda .card1:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width:480px){
	#main, #b_footer, #main_body, #main_body_item{
		width: 320px;
	}
	body {
		background: #fff !important;
	}
	.logo-text {
		width: 150px;
		left: 74px;
		top: 32px;
	}
	#b_header_logo {
		left: 15px;
	}
	.logo-text .small {
		display:none;
	}
	.logo-text .medium {
		font-size: 10px;
	}
	.logo-text .big {
		font-size: 17px;
	}
	.b_header_phone{
		right: 5px;
		top: 38px;
	}
	#top {
		height: 100px;
	}
	.news-list .news-row .news-item .news-item__detail{
		padding-bottom:10px;
	}
	.card-info {
		width: 100%;
	}
	.card-item .text{
		height:35px;
	}
	.card{
		height:7rem;
	}
	.grad .right-block .img {
		height: 230px;
	}
}
.show-cookie {
    display: table;
}
.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000000000;
    background: #fff;
    padding: 30px 50px;
    width: 100%;
    font-size: 15px;
    line-height: 150%;
    box-shadow: 0 0 100px rgb(0 0 0 / 10%);
    color: #000;
}
.show-cookie-button {
    padding:15px;
    cursor: pointer;
    background: #0d4cd3;
    color: #fff;
    border: none;
    border-radius: 8px;

}
.show-cookie-button:hover {
    background: #1d5deb;
}