* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}

.overlay {
	cursor: pointer;
}

.overlay:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
}

p {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Ubuntu', sans-serif;
}

a {
	font-family: 'Ubuntu', sans-serif;
	outline: none;
}

a:focus {
	outline: none !important;
}

a:link {
	outline: none !important;
}

a:visited {
	outline: none !important;
}

.clear {
	clear: both;
}
/*
form#special-module-special {
	display: table;
}
*/

ul {
	
}

#main_content .main_content_detail .field-items ul {
	position: relative;
	list-style-type: none;
}

#main_content .main_content_detail .field-items ul li {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #334455;
	margin-top: 20px;
	margin-left: 20px;
}

#main_content .main_content_detail .field-items ul li:before {
	position: absolute;
	left: 0;
	content: "•";
	font-family: 'Ubuntu', sans-serif;
	color: #1c93d0;
	font-weight: bold;
	font-size: 21px;
	list-style: none;
	line-height: 23px;
}

#main_content .main_content_detail .field-items ol {
	counter-reset: myCounter_ol_1;
}

#main_content .main_content_detail .field-items ol ol {
	counter-reset: myCounter_ol_2;
}

#main_content .main_content_detail .field-items ol li > ol li {
	list-style-type: none;
	margin-left: 30px;
}

#main_content .main_content_detail .field-items ol li {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #334455;
	margin-top: 20px;
	margin-left: 20px;
	list-style: none;
}

#main_content .main_content_detail .field-items ol li:before {
	position: absolute;
	left: 0;
	counter-increment: myCounter_ol_1;
	content:counter(myCounter_ol_1)".";
	font-family: 'Ubuntu', sans-serif;
	color: #1c93d0;
	font-weight: bold;
	font-size: 15px;
}

#main_content .main_content_detail .field-items ol ol li:before {
	position: absolute;
	left: 15px;
	counter-increment: myCounter_ol_2;
	content:counter(myCounter_ol_1)"." counter(myCounter_ol_2)".";
	font-family: 'Ubuntu', sans-serif;
	color: #1c93d0;
	font-weight: bold;
	font-size: 15px;
}


#main_content .main_content_detail .content_body ul {
	position: relative;
	list-style-type: none;
}

#main_content .main_content_detail .content_body ul li {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #334455;
	margin-top: 20px;
	margin-left: 20px;
}

#main_content .main_content_detail .content_body ul li:before {
	position: absolute;
	left: 0;
	content: "•";
	font-family: 'Ubuntu', sans-serif;
	color: #1c93d0;
	font-weight: bold;
	font-size: 21px;
	list-style: none;
	line-height: 23px;
}

#main_content .main_content_detail .content_body ol {
	counter-reset: myCounter_ol_1;
}

#main_content .main_content_detail .content_body ol ol {
	counter-reset: myCounter_ol_2;
}

#main_content .main_content_detail .content_body ol li > ol li {
	list-style-type: none;
	margin-left: 30px;
}

#main_content .main_content_detail .content_body ol li {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #334455;
	margin-top: 20px;
	margin-left: 20px;
	list-style: none;
}

#main_content .main_content_detail .content_body ol li:before {
	position: absolute;
	left: 0;
	counter-increment: myCounter_ol_1;
	content:counter(myCounter_ol_1)".";
	font-family: 'Ubuntu', sans-serif;
	color: #1c93d0;
	font-weight: bold;
	font-size: 15px;
}

#main_content .main_content_detail .content_body ol ol li:before {
	position: absolute;
	left: 15px;
	counter-increment: myCounter_ol_2;
	content:counter(myCounter_ol_1)"." counter(myCounter_ol_2)".";
	font-family: 'Ubuntu', sans-serif;
	color: #1c93d0;
	font-weight: bold;
	font-size: 15px;
}


#edit-special-block {
	cursor: pointer;
	margin: 0 auto;
	display: table-cell;
	border: 2px solid #1c93d0;
	text-align: center;
	vertical-align: middle;
	color: #05146b;
	border-radius: 0;
	text-decoration: none;
}

#edit-special-block:hover {
	text-decoration: none;
}

#edit-special-block:after {
	font-family: 'FontAwesome';
	content: '\f06e';
}

#edit-special-block:hover {
	background: #fff;
}

#header {
	/*height: 108px;*/
	height: auto;
	margin-bottom: 15px;
}

#header .header_line_top {
	width: 100%;
	height: 3px;
	background: #009ee0;
}

#header .logo {
	width: 100%;
	position: relative;
	display: table;
}

#header .logo a {
	color: #112233;
	display: flex;
	display: -webkit-inline-box;
	margin-top: 15px;
}

#header .logo a:hover {
	text-decoration: none;
}

#header .logo img {
	display: inline-block;
	vertical-align: bottom;
}

#header .logo span {
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #112233;
}

#header .logo span em {
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	color: #122d79;
}
#header .logo span b {
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
}


#header  {
	list-style: none;
}

#header .social_list li {
	display: inline-block;
	height: 24px;
}

#header .social_list li a {
	color: #bfcdda;
	font-size: 21px;
}

#header .social_list li a:hover {
	text-decoration: none;
	color: #9da9b8
}

#header .function {
	display: inline-block;
}

#header .function .special {
	position: relative;
	float: right;
	display: inline-block;
}

#header .function .lang {
	display: inline-block;
}

#header .function .lang ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .function .lang a {
	display: table-cell;
	border: 2px solid #1c93d0;
	text-align: center;
	vertical-align: middle;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #1c93d0;
}

#header .function .lang a:hover {
	text-decoration: none;
}

#menu_header {
	height: 54px;
	background: #122d79;
	/*display: inline-block;
	margin: 0 auto;
	width: 100%;*/
}

#menu_header.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

#menu_header .search_block {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
}

#menu_header .search_block .search_block_button {
	background: #009ee0;
	width: 51px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
}

#menu_header .search_block .search_block_button i {
	display: inline-block;
	background: url(../images/search_icon.png);
	width: 30px;
	height: 30px;
	margin: 0 auto;
	vertical-align: middle;
}

#menu_header .menu_block {
	display: block;
}

#menu_header .sf-accordion-toggle {
	width: 54px;
	height: 54px;
	background: #009ee0;
	cursor: pointer;
}

#menu_header .sf-accordion-toggle a {
	font-size: 21px;
	color: #fff;
	text-align: center;
    display: block;
    vertical-align: middle;
    line-height: 54px;
}

#menu_header .sf-accordion {
	margin-right: -51px !important;
	background: #122d79;
	z-index: 100;
}
#menu_header .sf-accordion  li {
	width: 100%;
}
#menu_header .sf-accordion  li:first-child a {
	padding: 1em 2.0em !important;
}
#menu_header .sf-accordion .active-trail {
	background: #009ee0;
}

#menu_header .sf-main {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_header .sf-main li {
	display: inline-block;
	line-height: 54px;
}

#menu_header .sf-main li:first-child a {
	padding: 1em 2.0em 1em 0;
}

#menu_header .sf-main li a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #e3e8ea;
	padding: 1em 2.0em;
	display: inline;
}

#menu_header .sf-main li a:hover {
	text-decoration: none;
	color: #fff;
}

#menu_header .sf-main li a:link {
	text-decoration: none;
}

#menu_header .sf-main li a:visited  {
	text-decoration: none;
}

#menu_header .search_form {
	display: none;
	z-index: 10;
	position: relative;
}

#menu_header .search_form .search_form_submit {
	background: #009ee0;
	width: 51px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}

#menu_header .search_form .search_form_submit i {
	display: inline-block;
	background: url(../images/search_icon.png);
	width: 30px;
	height: 30px;
	margin: 0 auto;
	vertical-align: middle;
}

#menu_header .search_form .search_form_input {
	float: left;
	width: 100%;
	height: 54px;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	color: #8899aa;
	font-size: 14px;
	padding: 0 51px;
}

#main_content .event_slider {
	margin-top: 30px;
	height: auto;
	background: #122d79;
	position: relative;
}

#main_content .event_slider img {
	width: 100%;
	height: auto; /*max-height: 363px*/
	margin: 0 auto;
}

#main_content .event_slider .slick-prev {
	left: 30px;
	z-index: 1;
	width: 54px;
	height: 54px;
}

#main_content .event_slider .slick-prev:before {
	content: url(../images/arrow_prev.png);
	opacity: 1;
}

#main_content .event_slider .slick-next {
	right: 30px;
	width: 54px;
	height: 54px;
}

#main_content .event_slider .slick-next:before {
	content: url(../images/arrow_next.png);
	opacity: 1;
}

#main_content .event_slider .event_item {
	bottom: 0;
	width: 100%;
	display: block;
	height: 35%;
	padding: 25px 28px;
	position: relative;
}

#main_content .event_slider .event_item .event_date {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 12px;
	padding: 0 0 8px 0;
}

#main_content .event_slider .event_item .event_more {
}

#main_content .event_slider .event_item .event_more a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #fff;
	text-decoration: underline;
	position: relative;
}

#main_content .event_slider .event_item .event_more a:hover {
	text-decoration: none;
}

#main_content .event_list {
	margin-top: 24px;
	margin-left: -15px;
	margin-right: -15px;
}

#main_content .event_list .event_image {
	display: block;
	margin-bottom: 13px;
}

#main_content .event_list .event_image img {
	width: 100%;
	height: auto;
}

#main_content .event_list .event_date {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #8899aa;
	font-size: 11px;
}

#main_content .event_list .event_more {
	margin-top: 6px;
}

#main_content .event_list .event_more a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #1c93d0;
	font-size: 14px;
	text-decoration: underline;
}

#main_content .event_list .event_more a:hover {
	color: #1c93d0;
	text-decoration: none;
}

#main_content .event_list .events_more {
	text-align: center;
	border: 2px solid #1c93d0;
	height: 42px;
	margin-top: 27px;
}

#main_content .event_list .events_more a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	line-height: 35px;
	display: block;
	height: 40px;
}

#main_content .event_list .events_more a:hover {
	text-decoration: none;
	background: #1c93d0;
	color: #fff;
	border: 0;
}

#main_content .event_list .events_more i {
	display: inline-block;
	background: url("../images/arrow_right_more.png");
	width: 12px;
	height: 10px;
	position: relative;
	top: 1px;
	left: 18px;
}

#main_content .event_list .events_more a:hover i {
	background: url("../images/arrow_right_more.png") 0 10px;
}

#main_content .important_block {
	margin-top: 30px;
	border: 1px solid #d2e1ea;
	max-height: 750px;
	overflow: hidden;
}

#main_content .important_block .important_block_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #223344;
	display: block;
	padding: 13px 23px;
}

#main_content .important_block .important_block_line {
	display: block;
	width: 100%;
	height: 9px;
	background: url("../images/important_block_line.png") repeat-x;
}

#main_content .important_block  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}	

#main_content .important_block  ul li:first-child {
	padding-top: 20px;
}

#main_content .important_block  ul li {
	padding: 13px 23px;
	outline: none;
}

#main_content .important_block  ul li a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
}

#main_content .important_block  ul li a:hover {
	text-decoration: none;
}

#main_content .important_block .important_block_more {
	padding: 26px 23px 34px 23px;
}

#main_content .important_block .slick-disabled {
	display: none !important;
}

#main_content .important_block .prev {
	background: #fff;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 1;
	outline: none;
}

#main_content .important_block .next {
	background: #fff;
	border: 0;
	position: absolute;
	bottom: -53px;
	left: 0;
	width: 100%;
	outline: none;
}


#main_content .important_block .prev:before {
	content: "\f102";
	font-family: "FontAwesome";
	font-size: 28px;
	color: #1C93D0;
	position: absolute;
	left: 0;
	top: 10px;
	padding: 0 23px;
	display: block;
	text-align: left;
}

#main_content .important_block .next:before {
	content: "\f103";
	font-family: "FontAwesome";
	font-size: 28px;
	color: #1C93D0;
	position: relative;
	left: 23px;
	bottom: 0;
	z-index: 1;
	width: 30px !important;
	display: block;
}

#main_content .important_block .prev:hover:before {
	color: #05146b;
	outline: none;
}

#main_content .important_block .prev:focus:before {
	outline: none;
}

#main_content .important_block .prev:link:before {
	outline: none;
}

#main_content .important_block .next:hover:before {
	color: #05146b;
}

#main_content .important_block .next:focus:before {
	outline: none;
}

#main_content .important_block .next:link:before {
	outline: none;
}

#main_content .seealso_block {
	margin-left: -15px;
	border: 2px solid #d2e1ea;
	padding-bottom: 20px;
	/*position: absolute;
	top: 30px;*/
}

#main_content .seealso_block .important_block_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #223344;
	display: block;
	padding: 13px 23px;
}

#main_content .seealso_block .important_block_line {
	display: block;
	width: 100%;
	height: 9px;
	background: url("../images/important_block_line.png") repeat-x;
}

#main_content .seealso_block  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}	

#main_content .seealso_block  ul li:first-child {
	padding-top: 20px;
}

#main_content .seealso_block  ul li {
	padding: 13px 23px;
	outline: none;
}

#main_content .seealso_block  ul li a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
}

#main_content .seealso_block  ul li a:hover {
	text-decoration: none;
}

#main_content .seealso_block .image_item {
	display: block;
	width: 169px;
	height: 96px;
	background: #122d79;
}

#main_content .seealso_block .data_item {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #8899aa;
	margin: 11px 0 4px 0;
    display: block;
}

#main_content  .seealso_block_more {
	margin-top: 20px;
	text-align: center;
    border: 2px solid #009ee0;
    margin-left: -15px;
	/*position: relative;
	top: -62px;*/
}

#main_content  .seealso_block_more a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}

#main_content  .seealso_block_more a:hover {
	text-decoration: none;
	color: #fff;
	background: #1c93d0;
}

#main_content .seealso_block_more i {
	display: inline-block;
	background: url("../images/arrow_right_more.png");
	width: 12px;
	height: 10px;
	position: relative;
	top: 1px;
	left: 10px;
}

#main_content .seealso_block_more a:hover i {
	background: url("../images/arrow_right_more.png") 0 10px;
}

#main_content .breadcrumb_nav {
	/*background: #eee;*/
	margin-top: 35px;
	margin-bottom: 35px;
}

#main_content .breadcrumb_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_content .breadcrumb_nav ul li {
	list-style: none;
	display: inline;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #8899aa;
}

#main_content .breadcrumb_nav ul li span.breadcrumb_arrow {
	background: url("../images/breadcrumb_arrow.png");
	width: 8px;
	height: 13px;
	display: inline-block;
	margin: 0 9px;
	position: relative;
	top: 3px;
}

#main_content .breadcrumb_nav ul li a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #1c93d0;
	text-decoration: underline;
}

#main_content .breadcrumb_nav ul li a:hover {
	text-decoration: none;
}

#main_content .breadcrumb_detail_page {
	padding-top: 32px !important;
	padding-bottom: 30px !important;
}

#main_content .breadcrumb_detail_page ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_content .breadcrumb_detail_page ul li {
	list-style: none;
	display: inline;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #8899aa;
}

#main_content .breadcrumb_detail_page ul li span.breadcrumb_arrow {
	background: url("../images/breadcrumb_arrow.png");
	width: 8px;
	height: 13px;
	display: inline-block;
	margin: 0 9px;
	position: relative;
	top: 3px;
}

#main_content .breadcrumb_detail_page ul li a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #1c93d0;
	text-decoration: underline;
}

#main_content .breadcrumb_detail_page ul li a:hover {
	text-decoration: none;
}

#main_content .page_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #112233;
	margin: 38px 0;
	position: relative;
}

#main_content .page_title a.current_date {
	right: 0;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	background: #122d79;
	width: 132px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

#main_content .page_title a.current_date:hover {
	text-decoration: none;
}

#main_content .page_title a.current_date:link {
	outline: none; 
	text-decoration: none;
}

#main_content .page_title a.current_date:focus {
	outline: none; 
}


#main_content .news_items {
	margin-bottom: 30px;
}

#main_content .news_items .news_img {
	background: #122d79;
	width: 100%;
}

#main_content .news_items .news_img img {
	width: 100%;
	height: auto;
}

#main_content .news_items .news_created {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #8899aa;
	padding: 15px 0 5px 0;
}

#main_content .news_items .news_title a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
}

#main_content .news_items .news_title a:hover {
	text-decoration: none;
}

#main_content .pager_news {
}

#main_content .pager_news ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main_content .pager_news ul li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 30px;
}

#main_content .pager_news ul li a {
	border: 2px solid #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #009ee0;
	padding: 8px 13px;
}

#main_content .pager_news ul li a:hover {
	border: 2px solid #009ee0;
	text-decoration: none;
}

#main_content .pager_news ul li.is-active a {
	color: #fff;
	background: #122d79;
	border: 2px solid #122d79;
}

#main_content .pager_news ul li.pager__item--first a {
	font-size: 21px;
	padding: 4.5px 11px;
}

#main_content .pager_news ul li.pager__item--first a:after {
	font-family: 'FontAwesome';
	content: "\f100";
	position: relative;
	top: -1px;
}

#main_content .pager_news ul li.pager__item--previous a {
	font-size: 21px;
	padding: 4.5px 13px;
}

#main_content .pager_news ul li.pager__item--previous a:after {
	font-family: 'FontAwesome';
	content: "\f104";
	position: relative;
	top: -1px;
}

#main_content .pager_news ul li.pager__item--next a {
	font-size: 21px;
	padding: 4.5px 13px;
}

#main_content .pager_news ul li.pager__item--next a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: relative;
	top: -1px;
}

#main_content .pager_news ul li.pager__item--last a {
	font-size: 21px;
	padding: 4.5px 11px;
}

#main_content .pager_news ul li.pager__item--last a:after {
	font-family: 'FontAwesome';
	content: "\f101";
	position: relative;
	top: -1px;
}

#main_content .pager_news ul li a:hover {
	
}

/*footer разработали сайт*/
.dev-by-1 {
	display: inline-block;
}

.dev-by-2 {
	display: inline-block;
	padding-left: 5px;
}

.dev-by-3 {
	display: inline-block;
	padding-left: 5px;
}

.webmaster {
	text-align: center;
}

.right_sidebar_no_front {
	margin-top: 30px;
	width: 100%;
	margin-left: 15px;
}

.right_sidebar_no_front_mobile  {
	margin-left: 0px !important;
}

.main_content_detail {
	
}

.documents_page {
	display: block;

}



.documents_page .documents_filter {
	display: block;
	position: relative;
}

.documents_page .documents_filter .documents_filter_select {
	margin: 0 -15px;
}

.documents_page .documents_filter .documents_filter_select .control-label {
	display: none;
}

.documents_page .documents_filter .documents_filter_select .select2-selection {
	/*width: 100%;*/
	height: 42px;
	line-height: 42px;
	background: #f0f5f9;
	border: 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #445566;
	text-indent: 17px;
	cursor: pointer;
	position: relative;
	/*display: block;*/
}

.documents_page .documents_filter .documents_filter_select .select2-selection:after {
	content: url("../images/filter_select_arrow.png");
	position: absolute;
	top: 0;
	right: 15px;
}

.select2-container {
	
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 !important;
}

.select2-container--default .select2-selection--single {
	border-radius: 0 !important;
}

.select2-dropdown {
	border: none !important;
}

.select2-search--dropdown {
	padding: 0 !important;
}

.select2-container .select2-search input[type="search"]{
	display: none;
}

.select2-container .select2-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #f0f5f9;
	border-top: 1px solid #cfd7df;
}

.select2-container .select2-results ul li {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #445566;
	/*text-indent: 17px;*/
	padding: 10px 17px;
	cursor: pointer;
}

.documents_page .documents_filter .documents_filter_select select {
	border: 0;
	z-index: 1;
	background: #f0f5f9;
	border-top: 1px solid #cfd7df;
	/*-webkit-appearance: none !important;
	-moz-appearance: none !important; 
	appearance: none !important;
	overflow: hidden;*/
	display: none;
}

.documents_page .documents_filter .documents_filter_select select option {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #445566;
	text-indent: 17px;
	padding: 10px 0;
	cursor: pointer;
}

.documents_page .documents_filter input[type="text"] {
	width: 100%;
	height: 42px;
	background: #f0f5f9;
	border: 0;
	margin-top: 30px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #445566;
	text-indent: 17px;
	/*margin-left: 15px;*/
	border-radius: 0 !important;
	display: inline-block;
	border: 0 !important;
}

.documents_page .documents_filter input[type="text"]::-moz-placeholder { 
	color: #445566; 
	opacity: 1;
}

.documents_page .documents_filter input[type="text"]::-webkit-input-placeholder { 
	color: #445566;
	opacity: 1;
}

.documents_page .documents_filter .documents_filter_select select:focus {
	border: 0 !important;
	outline: none;
}

.documents_page .documents_filter .documents_filter_select select option:focus {
	border: 0 !important;
	outline: none;
}

.documents_page .documents_filter .documents_filter_select .js-form-type-textfield {
	margin-left: 15px;
	margin-right: 15px;
}

.documents_page .documents_filter input[type="text"]:focus {
	border: 0 !important;
	outline: none;
}

.documents_page .documents_filter .form-submit {
	margin-top: 30px;
	margin-bottom: 13px;
	display: block;
	position: relative;
	right: 15px;
	float: right;
}

.documents_page .documents_filter .form-submit {
	border: 0;
	background: #009ee0;
	width: 132px;
	height: 42px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

.documents_page .documents_filter #edit-reset {
	display: none;
}

.documents_page .document_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #112233;
	margin-top: 38px;
	margin-bottom: 32px;
}

.documents_page .top_item {
	border-bottom: 2px solid #c1d0d9;
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	padding: 15px 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
}

.documents_page .list_items {
	display: table;
	margin-bottom: 45px;
	width: 100%;
}

.documents_page .list_items .item {
	display: inline-block;
	padding: 18px 0;
	border-bottom: 1px solid #c1d0d9;
	width: 100%;
}

.documents_page .list_items .item:last-child {
	border-bottom: none;
}

.documents_page .list_items .item .title a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
}

.documents_page .list_items .item .title a:hover {
	text-decoration: none;
}

.documents_page .list_items .item .number {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #445566;
	font-style: bold;
}

.documents_page .list_items .item .date {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
	font-style: normal;
}

.documents_page .list_items .item .types {
	margin-top: 5px;
}

.documents_page .list_items .item .types a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
	text-decoration: underline;
}

.documents_page .list_items .item .types a:hover {
	text-decoration: none;
}

.documents_page .list_items .item .types .line_v {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 8px;
	color: #778899;
	font-style: normal;
	padding: 0 16px;
}

/*Вакансии стили*/
.vacancy_page .vacancy_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #112233;
	margin-top: 38px;
	margin-bottom: 32px;
}

.vacancy_page .top_item {
	border-bottom: 2px solid #c1d0d9;
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	padding: 15px 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
}

.vacancy_page .list_items {
	display: table;
	margin-bottom: 45px;
}

.vacancy_page .list_items .item {
	display: inline-block;
	padding: 18px 0;
	border-bottom: 1px solid #c1d0d9;
	width: 100%;
}

.vacancy_page .list_items .item:last-child {
	border-bottom: none;
}

.vacancy_page .list_items .item .title a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
}

.vacancy_page .list_items .item .title a:hover {
	text-decoration: none;
}

.vacancy_page .list_items .item .number {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #445566;
	font-style: bold;
}

.vacancy_page .list_items .item .date {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
	font-style: normal;
}

.vacancy_page .list_items .item .types {
	margin-top: 5px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
}

.vacancy_page .list_items .item .types a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
	text-decoration: underline;
}

.vacancy_page .list_items .item .types a:hover {
	text-decoration: none;
}

.vacancy_page .list_items .item .types .line_v {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 8px;
	color: #778899;
	font-style: normal;
	padding: 0 16px;
}

.vacancy .vacancy_label {
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	color: #334455;
	font-style: normal;
	text-decoration: underline;
	margin-bottom: 2px;
}

.vacancy .vacancy_field_info {
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #334455;
	font-style: normal;
	margin-bottom: 4px;
}
/*конец вакансий*/
/*Страница /opendata*/
.opendata_page .opendata_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #112233;
	margin-top: 38px;
	margin-bottom: 20px;
	border-bottom: 2px solid #d2e1ea;
}

.opendata_page .opendata_description p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #556677;
	font-style: normal;
    text-align: justify;
}

.opendata_page .top_item {
	border-bottom: 2px solid #c1d0d9;
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	padding: 15px 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
}

.opendata_page .list_items {
	display: table;
	margin-bottom: 45px;
}

.opendata_page .list_items .item {
	display: inline-block;
	padding: 18px 0;
	border-bottom: 1px solid #c1d0d9;
	width: 100%;
}

.opendata_page .list_items .item:last-child {
	border-bottom: none;
}

.opendata_page .list_items .item .title a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
}

.opendata_page .list_items .item .title a:hover {
	text-decoration: none;
}

.opendata_page .list_items .item .number {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #445566;
	font-style: bold;
}

.opendata_page .list_items .item .date {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
	font-style: normal;
}

.opendata_page .list_items .item .types {
	margin-top: 5px;
}

.opendata_page .list_items .item .types a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
	text-decoration: underline;
}

.opendata_page .list_items .item .types a:hover {
	text-decoration: none;
}

.opendata_page .list_items .item .types .line_v {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 8px;
	color: #778899;
	font-style: normal;
	padding: 0 16px;
}
/*Конец ОД*/
/*Страница /npa_project*/
.npaproj_page .npaproj_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #112233;
	margin-top: 38px;
	margin-bottom: 20px;
	border-bottom: 2px solid #d2e1ea;
}

.npaproj_page .npaproj_description p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #556677;
	font-style: normal;
	text-align: justify;
}

.npaproj_page .top_item {
	border-bottom: 2px solid #c1d0d9;
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	padding: 15px 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
}

.npaproj_page .list_items {
	display: table;
	margin-bottom: 45px;
}

.npaproj_page .list_items .item {
	display: inline-block;
	padding: 18px 0;
	border-bottom: 1px solid #c1d0d9;
	width: 100%;
}

.npaproj_page .list_items .item:last-child {
	border-bottom: none;
}

.npaproj_page .list_items .item .title a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
}

.npaproj_page .list_items .item .title a:hover {
	text-decoration: none;
}

.npaproj_page .list_items .item .number {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #445566;
	font-style: bold;
}

.npaproj_page .list_items .item .date {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
	font-style: normal;
}

.npaproj_page .list_items .item .types {
	margin-top: 5px;
}

.npaproj_page .list_items .item .types a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
	text-decoration: underline;
}

.npaproj_page .list_items .item .types a:hover {
	text-decoration: none;
}

.npaproj_page .list_items .item .types .line_v {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 8px;
	color: #778899;
	font-style: normal;
	padding: 0 16px;
}
/*Конец проектов НПА*/

#links {
	background: #f0f5f9;
	margin-top: 35px;
}

#links .links_block {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: justify;
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}

#links .links_block:after {
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	display: inline-block;
}

#links .links_block li {
	background: #fff;
	border: 3px solid #05146b;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	width: 165px;
	height: 157px;
	margin-right: 35px;
}

#links .links_block li img {
	display: block;
	width: 56px;
	height: 50px;
	margin: 0 auto;
	margin-top: 20px;
}

#links .links_block li span {
	height: 60px;
	display: table;
	padding: 0 20px;
	text-align: center;
	width: 100%;
}

#links .links_block li span a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
	display: table-cell;
	vertical-align: middle;
}

#links .links_block li span a:hover {
	color: #05146b;
}

#links .links_block li .links_line {
	display: block;
	width: 100%;
	height: 13px;
	background: url("../images/links_line.png") repeat-x;
	position: absolute;
	left: 0;
	bottom: -10px;
}

#activities {
	margin-top: 50px;
}

#activities .container_block {
	
}

#activities .container_block .container_block_title {
	border-top: 1px solid #d2e1ea;
	border-left: 1px solid #d2e1ea;
	border-right: 1px solid #d2e1ea;
	height: 75px;
}

#activities .container_block .container_block_title span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #223344;
	padding: 0;
	line-height: 75px;
}

#activities .container_block .activities_more {
	text-align: center;
	position: absolute;
	right: 17px;
	top: 15px;
}

#activities .container_block .activities_more a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	line-height: 35px;
	padding: 11px 25px;
	position: relative;
	top: 1px;
	border: 2px solid #1c93d0;
	height: 42px;
}

#activities .container_block .activities_more a:hover {
	background: #1c93d0;
	color: #fff;
	text-decoration: none;
}

#activities .container_block .activities_more i {
	display: inline-block;
	background: url("../images/arrow_right_more.png");
	width: 12px;
	height: 10px;
	position: relative;
	top: 1px;
	left: 10px;
}

#activities .container_block .activities_more a:hover i {
	background: url("../images/arrow_right_more.png") 0 10px;
}

#activities .container_block_content_right .activities_more_right {
	display: inline-block;
	height: 42px !important;
	margin-top: 50px;
}

#activities .container_block_content_right .activities_more_right a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #009ee0;
	padding: 11px 45px;
	border: 2px solid #009ee0;
	display: block;
	text-decoration: none !important;
	line-height: 16px !important;
	text-align: center;
}

#activities .container_block_content_right .activities_more_right a:hover {
	background: #009ee0;
	color: #fff;
	text-decoration: none;
}

#activities .container_block_content_right .activities_more_right i {
	display: inline-block;
	background: url("../images/arrow_right_more.png");
	width: 12px;
	height: 10px;
	position: relative;
	top: 1px;
	left: 10px;
}

#activities .container_block_content_right .activities_more_right a:hover i {
	background: url("../images/arrow_right_more.png") 0 10px;
}

#activities .container_block_content .activities_more {
	text-align: center;
	border: 2px solid #1c93d0;
	height: 42px;
	margin-top: 20px;
}

#activities .container_block_content .activities_more a {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1c93d0;
    line-height: 35px;
    width: 100%;
    height: 38px;
    display: inline-block
}

#activities .container_block_content .activities_more a:hover {
	background: #1c93d0;
	color: #fff;
	text-decoration: none;
}

#activities .container_block_content .activities_more i {
	display: inline-block;
	background: url("../images/arrow_right_more.png");
	width: 12px;
	height: 10px;
	position: relative;
	top: 1px;
	left: 10px;
}

#activities .container_block_content .activities_more a:hover i {
	background: url("../images/arrow_right_more.png") 0 10px;
}

#activities .container_block_content {
	display: block;
	border: 1px solid #d2e1ea;
	min-height: 0px;
}

#activities .container_block_content .container_block_content_left {
	position: relative;
}

#activities .container_block_content .container_block_content_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#activities .container_block_content .container_block_content_left ul li {
	margin: 0 0 0 -15px;
	padding: 15px 25px;
	position: relative;
}

#activities .container_block_content .container_block_content_left ul li.tab-active {
	color: #fff;
}

#activities .container_block_content .container_block_content_left ul li.tab-active span {
	text-decoration: none;
	color: #fff;
}

#activities .container_block_content .container_block_content_left ul li:hover {
	cursor: pointer;
	background: #05146b;
}

#activities .container_block_content .container_block_content_left ul li:hover span {
	text-decoration: none;
	color: #fff;
}

#activities .container_block_content .container_block_content_left ul li span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
	text-decoration-style: dotted;
	-moz-text-decoration-style: dotted;
	-webkit-text-decoration-style: dotted;
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	height: 40px;
}

#activities .container_block_content .container_block_content_left ul li img {
	width: 40px;
	height: 40px;
}
#activities .container_block_content .container_block_content_left ul li svg {
	display: table-cell;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

#activities .container_block_content .container_block_content_left ul li svg path {
	fill: #05146b !important;
}

#activities .container_block_content .container_block_content_left ul li.tab-active svg path {
	fill: #fff !important;
}

#activities .container_block_content .container_block_content_left ul li svg polygon {
	fill: #05146b !important;
}

#activities .container_block_content .container_block_content_left ul li.tab-active svg polygon {
	fill: #fff !important;
}

#activities .container_block_content .container_block_content_left ul li svg circle {
	fill: #05146b !important;
}

#activities .container_block_content .container_block_content_left ul li.tab-active svg circle {
	fill: #fff !important;
}

#activities .container_block_content .container_block_content_left ul li svg rect {
	fill: #05146b !important;
}

#activities .container_block_content .container_block_content_left ul li.tab-active svg rect {
	fill: #fff !important;
}

#activities .container_block_content .container_block_content_left ul li a:hover {
	text-decoration: none;
}

#activities .container_block_content .container_block_content_left ul li:hover svg path{
	fill: #fff !important;
}

#activities .container_block_content .container_block_content_left ul li:hover svg polygon{
	fill: #fff !important;
}

#activities .container_block_content .container_block_content_left ul li:hover svg rect{
	fill: #fff !important;
}

#activities .container_block_content .container_block_content_left ul li:hover svg circle{
	fill: #fff !important;
}

#activities .container_block_content .container_block_content_right {
	position: relative;
	padding: 25px 30px 30px 0;
}

#activities .container_block_content .container_block_content_right .tab_items {
	display: none;
}

#activities .container_block_content .container_block_content_right .tab_items .docs_items {
	margin-top: 25px;
}

#activities .container_block_content .container_block_content_right .tab_items .docs_items a {
	display: block;
	text-decoration: none;
}

#activities .container_block_content .container_block_content_right .tab_items .docs_items a:hover {
	text-decoration: none;
}

#activities .container_block_content .container_block_content_right .tab_items .docs_items .docs_item_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #223344;
	margin-bottom: 10px;
}

#activities .container_block_content .container_block_content_right .tab_items .docs_items .docs_item_body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #667788;
	line-height: 18px;
}

#activities .container_block_content .container_block_content_right .active_block {
	margin-top: 30px;
	display: block;
}

#activities .container_block_content .container_block_content_right a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
	line-height: 30px;
}

#activities .container_block_content .container_block_content_right a:hover {
	text-decoration: none;
}

#activities .container_block_content .container_block_content_right p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #667788;
	line-height: 22px;
}

#activities .container_block_content .container_block_content_right p strong {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #223344;
	width: 100%;
}

#activities .container_block_content .container_block_content_right .content_more {
	margin-top: 50px;
}

#activities .container_block_content .container_block_content_right .content_more a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: none;
	padding: 10px 40px;
    border: 2px solid #1c93d0;
}

#activities .container_block_content .container_block_content_right .content_more a:hover {
    background: #1c93d0;
	color: #feffff;
	text-decoration: none;
}

#activities .container_block_content .container_block_content_right .content_more i {
	display: inline-block;
	background: url("../images/arrow_right_more.png") 0 0;
	width: 12px;
	height: 10px;
	position: relative;
	top: 1px;
	left: 10px;
}

#activities .container_block_content .container_block_content_right .content_more a:hover i {
	background: url("../images/arrow_right_more.png") 0 10px;
}

#block-mainnavigation-4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#block-mainnavigation-4 ul li.items {
	display: none;
}

#block-mainnavigation-4 ul li.active_item ul li a {
	line-height: 14px;
}

#video_block {
	margin-top: 50px;
	background: #f0f5f9;
}

#video_block .video_block_title {
	padding-top: 52px;
}

#video_block .video_block_title span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #223344;
}

#video_block .video_block_title a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 40px;
    border: 2px solid #1c93d0;
	color: #1c93d0;
	position: absolute;
	right: 15px;
	top: 50px;
}

#video_block .video_block_title a:hover {
	color: #fff;
	background: #1c93d0;
	text-decoration: none;
}

#video_block .video_block_title a i {
	display: inline-block;
	background: url("../images/arrow_right_more.png") 0 0;
	width: 12px;
	height: 10px;
	position: relative;
	top: 1px;
	left: 10px;
}

#video_block .video_block_title a:hover i {
	background: url("../images/arrow_right_more.png") 0 10px;
}

#video_block .video_block_content .more_video {
	width: 100%;
}

#video_block .video_block_content .more_video a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 40px;
    border: 2px solid #1c93d0;
	color: #1c93d0;
    text-align: center;
    margin-top: 20px;
}

#video_block .video_block_content .more_video a:hover {
	color: #fff;
	background: #1c93d0;
	text-decoration: none;
}

#video_block .video_block_content .more_video a i {
	display: inline-block;
	background: url("../images/arrow_right_more.png") 0 0;
	width: 12px;
	height: 10px;
	position: relative;
	top: 1px;
	left: 10px;
}

#video_block .video_block_content .more_video a:hover i {
	background: url("../images/arrow_right_more.png") 0 10px;
}

#video_block .video_block_content {
	position: relative;
	margin-top: 30px;
}

#video_block .video_block_content .video_block_left {
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}

#video_block .video_block_content .video_block_left .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	opacity: 0.4;
    filter: alpha(Opacity=40);
	display: block;
}

#video_block .video_block_content .video_block_left img {
	width: 100%;
	height: 100%;
}

#video_block .video_block_content .video_block_left a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: underline;
	padding: 20px;
}

#video_block .video_block_content .video_block_left a:hover {
	text-decoration: none;
}

#video_block .video_block_content .video_block_right {
	margin-right: -20px;
}

#video_block .video_block_content .video_block_right .video_block_right_item {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	position: relative;
}

#video_block .video_block_content .video_block_right .video_block_right_item img {
	width: 100%;
	height: auto;
}

#video_block .video_block_content .video_block_right .video_block_right_item .video_block_right_more {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	padding: 15px 20px;
}

#video_block .video_block_content .video_block_right .video_block_right_item .video_block_right_more a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}

#video_block .video_block_content .video_block_right .video_block_right_item .video_block_right_more a:hover {
	text-decoration: none;
}

#useful_links {
}

#useful_links .useful_links_title {
	margin-top: 48px;
}

#useful_links .useful_links_title span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #223344;
}

#useful_links .useful_links_content {
	margin-top: 30px;
}

#useful_links .useful_links_content .useful_links_item {
	text-align: center;
	background: #f0f5f9;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	position: relative;
}

#useful_links .useful_links_content .useful_links_item:hover {
	background: #fff;
}

#useful_links .useful_links_content .useful_links_item:hover:before {
	content: "";
	height: 0;
	width: 0;
	left: 0;
	position: absolute;
}

#useful_links .useful_links_content .active {
	background: #009ee0;
}

#useful_links .useful_links_content .active:hover {
	background: #009ee0;
}

#useful_links .useful_links_content .active:before {
	content: "";
	height: 0;
	width: 0;
	left: 0;
	position: absolute;
}

#useful_links .useful_links_content .active span {
	text-decoration: none !important;
	color: #fff !important;
}

#useful_links .useful_links_content .useful_links_item span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #1c93d0;
	text-decoration: underline;
	text-decoration-style: dotted;
}

#useful_links .useful_links_content .useful_links_item:hover span {
	text-decoration: none;
	color: #1c93d0;
}

.ui-tabs-active a {
	background: #009ee0 !important;
	text-decoration: none !important;
	color: #fff !important;
}

.ui-tabs-active a:hover {
	background: #009ee0 !important;
}

.ui-tabs-active a:before {
	content: "";
	height: 0;
	width: 0;
	left: 0;
	bottom: -12px;
	position: absolute;
}

.ui-widget-content {
	border: none !important;
}

.ui-widget-header {
	border: none !important;
	background: transparent !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: none !important;
	background: transparent !important;
}

.ui-widget-content, .ui-widget-header {
	border: none !important;
	background: transparent !important;
}

#useful_tabs {
	margin-top: 30px;
	margin-right: -15px;
	margin-left: -15px;
}

#useful_tabs ul.useful_links {
	margin: 0;
	padding: 0;
	list-style: none;
	word-wrap: break-word;
	word-break: break-all;
}

#useful_tabs ul.useful_links li {
	display: inline-block;
	text-align: center;
	padding-right: 30px;
}

#useful_tabs ul.useful_links li a {
	background: #f0f5f9;
	cursor: pointer;
	padding: 15px 0;
	width: 100%;
	display: block;
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #1c93d0;
	text-decoration: underline;
}

#useful_tabs ul.useful_links li a:hover {
	background: #fff;
	text-decoration: none;
}

.container_block_useful_links {
	margin-top: 30px;
}

.container_block_useful_links .block_useful_links_item {
	border: 1px solid #b7d2e3;
	height: 112px;
	min-height: 112px;
	margin-bottom: 30px;
}

.container_block_useful_links .block_useful_links_item span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #223344;
	display: block;
	text-align: center;
	padding: 16px 5px 5px;
}

.container_block_useful_links .block_useful_links_item a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #1c93d0;
	text-decoration: underline;
	display: block;
	text-align: center;
}

.container_block_useful_links .block_useful_links_item a:hover {
	color: #05146b;
}

.useful_links_more {
	border: 2px solid #1c93d0;
}

.useful_links_more a {
	text-align: center;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	line-height: 37px;
	display: block;
}

.useful_links_more a:hover {
	text-decoration: none;
	color: #fff;
	background: #1c93d0;
	border: 0;
}

.new_detail {
	
}

.new_detail .content_title span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #112233;
	font-style: normal;
	line-height: 35px;
}

.new_detail .content_date {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: 15px;
	height: 51px;
	border-bottom: 1px solid #d2e1ea;
	margin-bottom: 25px;
}

.new_detail .content_date span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
}

.new_detail .content_date span em {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 9px;
	color: #778899;
	font-style: normal;
	line-height: 12px;
	position: relative;
	top: -1px;
	margin: 0 19px;
}

.new_detail .content_date .share {
	display: inline;
	line-height: 20px;
	position: relative;
	top: 3px;
}

.new_detail .content_date .share:before {
	content: url(../images/share_new.png);
	margin-left: 67px;
}

.new_detail .content_date .share .buttons {
	display: none;
	line-height: 20px;
	position: relative;
	float: inline-end;
	top: 3px;
}

.new_detail .content_date .printable {
	display: inline;
	float: right;
}

.new_detail .content_date .printable a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #1c93d0;
	font-style: normal;
	text-decoration: underline;
	margin-left: 10px;
}

.new_detail .content_date .printable a:hover {
	text-decoration: none;
}


.new_detail .content_date .printable:before {
	content: url(../images/printable_new.png);
	position: relative;
	top: 4px;
}

.new_detail .content_rezume {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #334455;
	font-style: normal;
	margin-bottom: 30px;
	text-align: left;
}

.new_detail .content_rezume p {
	text-align: left !important;
	font-family: 'Ubuntu', sans-serif !important;
}

.new_detail img {
	width: 100%;
	height: auto;
}

.new_detail .description_photo {
	margin-top: 32px;
	border-bottom: 1px solid #d2e1ea;
	margin-bottom: 30px;
	position: relative;
}

.new_detail .description_photo span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #667788;
	position: relative;
	bottom: 15px;
}

.new_detail .content_body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #334455;
	font-style: normal;
	text-align: justify;
}

.new_detail .content_body p {
	text-align: justify !important;
	font-family: 'Ubuntu', sans-serif !important;
}

.new_detail .content_body blockquote {
	margin: 0;
	padding: 50px 0 65px 0;
	border-left: 0;
	font-family: 'Georgia' !important;
	font-weight: 400;
	font-size: 18px;
	color: #334455;
	font-style: italic;
	position: relative;
}

.new_detail .content_body blockquote p {
	font-family: 'Georgia' !important;
	font-weight: 400;
	font-size: 18px;
	color: #334455;
	font-style: italic;
	padding-left: 50px;
	text-align: left;
}

.new_detail .content_body blockquote:before {
	content: "";
	background: url(../images/blockquote_line.png) repeat-x;
	width: 100%;
	height: 9px;
	display: inline-block;
	position: absolute;
	top: 18px;
}

.new_detail .content_body blockquote:after {
	content: "";
	background: url(../images/blockquote_line.png) repeat-x;
	width: 100%;
	height: 9px;
	display: inline-block;
	position: absolute;
	bottom: 27px;
}


.new_detail .content_body blockquote strong {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #223344;
	font-style: normal;
	position: relative;
	top: 5px;
}

.new_detail .content_body p > s {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
	text-decoration: none;
	display: table;
	background: #f0f5f9;
	position: relative;
	padding: 83px 50px 40px 50px;
	text-align: left;
	margin-top: 35px;
	line-height: 24px;
}

.new_detail .content_body p > s:before {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #223344;
	content: "Справка";
	background: url(../images/block_info_icon.png) no-repeat;
	position: absolute;
	top: 32px;
	text-indent: 30px;
}

.new_detail .content_links_block {
	border-top: 1px solid #d2e1ea;
	padding-top: 23px;
}

.new_detail .content_links_block .link_label {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
}

.new_detail .content_links_block .link {
	padding-bottom: 23px;
}

.new_detail .content_links_block .link a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
}

.new_detail .content_links_block .link a:hover {
	text-decoration: none;
}

/*низ страницы (типа материала)*/
.content_links_block {
	border-top: 1px solid #d2e1ea;
	padding-top: 23px;
}

.content_links_block .link_label {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
}

.content_links_block .link {
	padding-bottom: 23px;
}

.content_links_block .link a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
}

.content_links_block .link a:hover {
	text-decoration: none;
}
/*конец*/

.photo_video_title {
	
}

.photo_video_title span.active {
	color: #112233;
	padding: 0;
}

.photo_video_title a {
	text-decoration: underline;
}

.photo_video_title a:hover {
	text-decoration: none;
}

.photo_video_title span.em {
	font-weight: 300 !important;
	color: #bfcdda !important;
	padding: 0 30px !important;
}

.new_detail .image_video_photo_block {
	display: inline-block;
	position: relative;
	margin-top: 15px;
}

.new_detail .image_video_photo_block  .image_video_photo_block_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #112233;
}

.new_detail .image_video_photo_block ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 35px;
}

.new_detail .image_video_photo_block ul li {
	display: inline-block;
	margin: 0.9px;
}

.new_detail .image_video_photo_block .image_video_photo_block_item {
	display: block;
	width: 227px;
	height: auto;
	background: #122d79;
}

.new_detail .image_video_photo_block .video_photo_block_more {
	margin-top: 15px;
	text-align: center;
    border: 2px solid #009ee0;
	margin-bottom: 30px;
}

.new_detail .image_video_photo_block .video_photo_block_more a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}

.new_detail .image_video_photo_block .video_photo_block_more a:hover {
	text-decoration: none;
}

.photo_detail .content_title span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #112233;
	font-style: normal;
	line-height: 35px;
}

.photo_detail .content_date {
	border-top: 1px solid #d2e1ea;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: 15px;
	height: 51px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.photo_detail .content_date span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
}

.photo_detail .content_date span em {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 9px;
	color: #778899;
	font-style: normal;
	line-height: 12px;
	position: relative;
	top: -1px;
	margin: 0 19px;
}

.photo_detail .content_date .share {
	display: inline;
	line-height: 20px;
	position: relative;
	top: 4px;
}

.photo_detail .content_date .share:before {
	content: url(../images/share_new.png);
	margin-left: 40px;
}

.photo_detail .content_date .view {
	display: inline;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
}

.photo_detail .content_date .view:before {
	content: url(../images/photogallery_view.png);
	margin-left: 36px;
	margin-right: 12px;
	position: relative;
	top: 3px;
}

.photo_detail .content_image_slider {
}

.photo_detail .content_image_slider img {
	width: 100%;
	height: auto;
	/*height: 531px;*/
}

.photo_detail .content_image_slider .slick-prev {
	left: 30px;
	z-index: 1;
	width: 54px;
	height: 54px;
}

.photo_detail .content_image_slider .slick-prev:before {
	content: url(../images/arrow_prev.png);
	opacity: 1;
}

.photo_detail .content_image_slider .slick-next {
	right: 30px;
	width: 54px;
	height: 54px;
}

.photo_detail .content_image_slider .slick-next:before {
	content: url(../images/arrow_next.png);
	opacity: 1;
}

.photo_detail .content_image_slider .slick-disabled {
	display: none !important;
}

.photo_detail .content_image_list {
	display: table;
    margin: 0 -15px;
    margin-top: 30px;
}

.photo_detail .content_image_list .content_image_list_item {
	margin-bottom: 30px;
}

.photo_detail .content_photo_tied_event {
	
}

.photo_detail .content_photo_tied_event .content_photo_tied_event_title  {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
	font-style: normal;
}

.photo_detail .content_photo_tied_event .content_photo_tied_event_items a  {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #1c93d0;
	font-style: normal;
	text-decoration: underline;
}

.photo_detail .content_photo_tied_event .content_photo_tied_event_items a:hover  {
	text-decoration: none;
}

.photo_detail .content_photogallery_person .content_photogallery_person_title  {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
	font-style: normal;
}

.photo_detail .content_photogallery_person .content_photogallery_person_items a  {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #1c93d0;
	font-style: normal;
	text-decoration: underline;
}

.photo_detail .content_photogallery_person .content_photogallery_person_items a:hover  {
	text-decoration: none;
}

/*Стили страницы с видеоматериалом*/
.video_detail .content_title span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #112233;
	font-style: normal;
	line-height: 35px;
}

.video_detail .content_date {
	border-top: 1px solid #d2e1ea;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: 15px;
	height: 51px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.video_detail .content_date span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
}

.video_detail .content_date span em {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 9px;
	color: #778899;
	font-style: normal;
	line-height: 12px;
	position: relative;
	top: -1px;
	margin: 0 19px;
}

.video_detail .content_date .share {
	display: inline;
	line-height: 20px;
	position: relative;
	top: 4px;
}

.video_detail .content_date .share:before {
	content: url(../images/share_new.png);
	margin-left: 40px;
}

.video_detail .content_date .view {
	display: inline;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
}

.video_detail .content_date .view:before {
	content: url(../images/photogallery_view.png);
	margin-left: 36px;
	margin-right: 12px;
	position: relative;
	top: 3px;
}

.video_detail .content_video {
}


.video_detail .content_persons_list {
	
}

.video_detail .content_persons_list .content_persons_list_title  {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
	font-style: normal;
}

.video_detail .content_persons_list .content_persons_list_items a  {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #1c93d0;
	font-style: normal;
	text-decoration: underline;
}

.video_detail .content_persons_list .content_persons_list_items a:hover  {
	text-decoration: none;
}


.video_detail .content_photo_tied_event {
	
}

.video_detail .content_photo_tied_event .content_photo_tied_event_title  {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
	font-style: normal;
}

.video_detail .content_photo_tied_event .content_photo_tied_event_items a  {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #1c93d0;
	font-style: normal;
	text-decoration: underline;
}

.video_detail .content_photo_tied_event .content_photo_tied_event_items a:hover  {
	text-decoration: none;
}
/*Конец стиля страницы с видеоматериалом*/

.opendata_detail {
	
}

.opendata_detail .content_title span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #112233;
	font-style: normal;
	line-height: 35px;
}

.opendata_detail .content_date {
	border-top: 1px solid #d2e1ea;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: 15px;
	height: 51px;
	line-height: 50px;
	border-bottom: 1px solid #d2e1ea;
	margin-bottom: 20px;
}

.opendata_detail .content_date span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
}

.opendata_detail .content_date span em {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 9px;
	color: #778899;
	font-style: normal;
	line-height: 12px;
	position: relative;
	top: -1px;
	margin: 0 19px;
}

.opendata_detail .content_date .share {
	display: inline;
	line-height: 20px;
	position: relative;
	top: 3px;
}

.opendata_detail .content_date .share:before {
	content: url(../images/eye_icon_opendata.jpg);
	margin-left: 5px;
	margin-right: 12px;
}

.opendata_detail .content_date .download {
	display: inline;
	line-height: 20px;
	position: relative;
	top: 3px;
}

.opendata_detail .content_date .download:before {
	content: url(../images/download_icon_opendata.png);
	margin-left: 32px;
	margin-right: 5px;
}

.opendata_detail .content_table {
	display: table;
	width: 100%;
}

.opendata_detail .content_table .content_table_item {
	display: table-row;
	text-align: left;
}

.opendata_detail .content_table .content_table_item .content_table_item_left {
	display: table-cell;
	width: 33.3333%;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
	font-style: normal;
	padding: 15px 0;
	border-bottom: 1px solid #d2e1ea;
	vertical-align: middle;
}

.opendata_detail .content_table .content_table_item .content_table_item_info {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #d2e1ea;
}

.opendata_detail .content_table .content_table_item .content_table_item_info .info_tooltip {
	display: block;
}

.opendata_detail .content_table .content_table_item .content_table_item_info a.info {
	text-decoration: none;
	display: block;
}

.opendata_detail .content_table .content_table_item .content_table_item_info a.info:before {
	content: url(../images/info_icon_opendata.png);
	display: block;
}

.opendata_detail .content_table .content_table_item .content_table_item_info a.info:hover {
	text-decoration: none;
}

.opendata_detail .content_table .content_table_item .content_table_item_right {
	display: table-cell;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #445566;
	font-style: normal;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #d2e1ea;
	vertical-align: middle;
}

.opendata_detail .content_table_files {
	margin-top: 35px;
}

.opendata_detail .content_table_files .content_table_files_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #112233;
	font-style: normal;
}

.opendata_detail .content_table_files .file_table {
	display: table;
	width: 100%;
}
.opendata_detail .content_table_files .file_table .file_table_item {
	display: table-row;
}
.opendata_detail .content_table_files .file_table .file_table_item .file_table_item_left {
	display: table-cell;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #445566;
	font-style: normal;
	padding: 15px 0;
	border-bottom: 2px solid #d2e1ea;
	vertical-align: middle;
}

.opendata_detail .content_table_files .file_table .file_table_item .file_table_item_right {
	display: table-cell;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #445566;
	font-style: normal;
	padding: 15px 0 15px 30px;
	border-bottom: 2px solid #d2e1ea;
	vertical-align: middle;
}

.opendata_detail .content_table_files .file_table .file_table_item .file_table_item_download {
	width: 16%;
	display: table-cell;
	padding: 15px 0;
	border-bottom: 2px solid #d2e1ea;
	vertical-align: middle;
}

.opendata_detail .content_table_files .file_table .files_list_item {
	display: table-row;
}

.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_left {
	display: table-cell;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #445566;
	font-style: normal;
	padding: 15px 0;
	border-bottom: 1px solid #d2e1ea;
	vertical-align: middle;
}

.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_right {
	display: table-cell;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #445566;
	font-style: normal;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #d2e1ea;
	vertical-align: middle;
}

.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_right .format {
	text-transform: lowercase;
}

.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_download {
	width: 16%;
	display: table-cell;
	padding: 15px 0;
	border-bottom: 1px solid #d2e1ea;
	vertical-align: middle;
}

.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_download a:before {
	content: url(../images/download_icon_opendatafile.png);
	position: relative;
	top: 5px;
	right: 7px;
}

.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_download a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #1c93d0;
	font-style: normal;
	text-decoration: underline;
}

.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_download a:hover {
	text-decoration: none;
}
/*Стили заголовков страниц*/
.page-title-class {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #112233;
    font-style: normal;
    border-bottom: 2px solid #d2e1ea;
    padding-top: 30px;
    padding-bottom: 20px;
}

/*Стили терминов таксономии (taxonomy terms style)*/
.taxonomy-title-class {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #112233;
    font-style: normal;
    border-bottom: 2px solid #d2e1ea;
    padding-top: 30px;
    padding-bottom: 20px;
}

.taxonomy-content-class {
    padding-top: 30px;
}

/*для страницы персоны*/
.post-in {
	display: table;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-in .pers_photo {
	width: 213px;
	height: auto;
	display: table-cell;
}

.post-in .pers_post {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #112233;
	font-style: normal;
	margin-bottom: 20px;
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
}

.post-in .pers_post_page {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #112233;
    font-style: normal;
    margin-bottom: 20px;
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

.pers_contact {
	font-family: 'Ubuntu', sans-serif;
}



.detail_department {
	margin-right: 15px;
}

.detail_department .department_title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #112233;
    font-style: normal;
    border-bottom: 2px solid #d2e1ea;
    padding-top: 30px;
    padding-bottom: 20px;
}

.detail_department .department_person_item {
	display: table;
	width: 100%;
	margin-top: 40px;
}

.detail_department .department_person_item .department_photo {
	width: 213px;
	height: auto;
	display: table-cell;
}

.detail_department .department_person_item .department_photo img {
	width: 100%;
	height: auto;
}

.detail_department .department_person_item .department_person_info {
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
}

.detail_department .department_person_item .department_person_info .department_person_post {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #112233;
	font-style: normal;
	margin-bottom: 20px;
}

.detail_department .department_person_item .department_person_info .department_person_name a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #1c93d0;
	font-style: normal;
	text-decoration: underline;
	margin-bottom: 15px;
	display: block;
}

.detail_department .department_person_item .department_person_info .department_person_name a:hover {
	text-decoration: none;
}

.detail_department .department_person_item .department_person_info .department_person_phone {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #223344;
	font-style: normal;
}

.detail_department .department_person_item .department_person_info .department_person_phone .phone {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #223344;
}

.detail_department .department_person_item .department_person_info .department_person_email {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #223344;
	font-style: normal;
	margin-top: 12px;
}

.detail_department .department_person_item .department_person_info .department_person_email a.email {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #1c93d0;
	font-style: normal;
	text-decoration: underline;
}

.detail_department .department_person_item .department_person_info .department_person_email a.email:hover {
	text-decoration: none;
}

.detail_department .department_description {
	padding-top: 30px;
}

.detail_department .department_description p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #556677;
	font-style: normal;
}
/*для полей контактов подразделения*/
.detail_department .department_contacts {
	display: table-cell;
	vertical-align: top;
	/*padding-left: 30px;*/
}

.detail_department .department_contacts .departament_contacts_address .address{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #223344;
}

.detail_department .department_contacts .departament_contacts_address {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #223344;
	font-style: normal;
}

.detail_department .department_contacts .departament_contacts_phone .phone{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #223344;
}

.detail_department .department_contacts .departament_contacts_phone {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #223344;
	font-style: normal;
}

.detail_department .department_contacts .departament_contacts_email {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #223344;
	font-style: normal;
	/*margin-top: 12px;*/
}

.detail_department .department_contacts .departament_contacts_text{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-style: normal;
	margin-bottom: 15px;
	display: block;
}

.detail_department .department_contacts .departament_contacts_email p.email{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #1c93d0;
	font-style: normal;
	text-decoration: underline;
}
/**/

.detail_department .department_activity_label {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #112233;
	font-style: normal;
	margin-top: 30px;
	margin-bottom: 20px;
}

.detail_department .department_activity_items {
	margin-top: 15px;
}

.detail_department .department_activity_items .date_created {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #8899aa;
	font-style: normal;
}

.detail_department .department_activity_items .document_info {
	
}

.detail_department .department_activity_items .document_info .number {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #445566;
	font-style: normal;
}

.detail_department .department_activity_items .document_info .date {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
	font-style: normal;
}

.detail_department .department_activity_items .types {
	margin-top: 5px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
}

.detail_department .department_activity_items .types a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
	text-decoration: underline;
}

.detail_department .department_activity_items .types a:hover {
	text-decoration: none;
}

.detail_department .department_activity_items .types .line_v {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 8px;
	color: #778899;
	font-style: normal;
	padding: 0 16px;
}

.detail_department .department_activity_items a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	font-style: normal;
	text-decoration: underline;
}

.detail_department .department_activity_items a:hover {
	text-decoration: none;
}

.detail_department .department_activity_more {
	margin-top: 25px;
}

.detail_department .department_activity_more a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	font-style: normal;
	text-decoration: node;
}

.detail_department .department_activity_more a:after {
	content: url("../images/department_activity_more.png");
	position: relative;
	top: 1px;
	left: 10px;
}

.detail_department .department_activity_more a:hover {
	text-decoration: underline;
}


.doc_detail {
	
}

.doc_detail .file {
	display: none;
}

.doc_detail .content_title span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #112233;
	font-style: normal;
	line-height: 35px;
}

.doc_detail .content_info {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #223344;
	padding: 24px 0;
	border-top: 1px solid #d2e1ea;
	border-bottom: 1px solid #d2e1ea;
	margin-top: 23px;
}

.doc_detail .content_date {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: 15px;
	height: 51px;
}

.doc_detail .content_date span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #778899;
	font-style: normal;
}

.doc_detail .content_date span em {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 9px;
	color: #778899;
	font-style: normal;
	line-height: 12px;
	position: relative;
	top: -1px;
	margin: 0 19px;
}

.doc_detail .content_links {
	border-top: 1px solid #d2e1ea;
	margin-top: 22px;
}

.doc_detail .content_links span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
	font-style: normal;
	margin-top: 20px;
	display: block;
}

.doc_detail .content_links a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	font-style: normal;
	text-decoration: underline;
}

.doc_detail .content_links a:hover {
	text-decoration: none;
}

.doc_detail .doc_list {
	margin-top: 30px;
	margin-left: -15px;
}

.doc_detail .doc_list_item:before {
	
}

.doc_detail .doc_list_item {
	border: 2px solid #009ee0;
	padding: 10px 0;
	margin-bottom: 30px;
}

.doc_detail .doc_list a {
	text-decoration: none;
}

.doc_detail .doc_list a i {
	display: inline-block;
	float: left;
	width: 23px;
	height: 28px;
	background: url("../images/doc_download_icon.png") 0 0 no-repeat;
	margin-left: 40px;
	margin-right: 20px;
	margin-top: 7px;
}

.doc_detail .doc_list a:hover i {
	background-position: 0 -28px;
}

.doc_detail a .doc_list_item .doc_type {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
}

.doc_detail a .doc_list_item .doc_size {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #445566;
}

.doc_detail .doc_list a:hover {
	text-decoration: none;
}

.doc_detail a:hover .doc_list_item {
	background: #009ee0;
}

.doc_detail a:hover .doc_list_item .doc_type {
	color: #fff;
}

.doc_detail a:hover .doc_list_item .doc_size {
	color: #fff;
}

.persons {
	border-top: 2px solid #d2e1ea;
	border-bottom: 2px solid #d2e1ea;
	padding: 40px 0;
}

.person_title {
	margin: 0 !important;
	width: 75% !important;
	margin-bottom: 20px !important;
	display: inline-block;
}

.persons_block_title {
	margin-top: 25px !important;
	margin-bottom: 22px !important;
	font-size: 22px !important;
}

.persons .persons_item {
	
}

.persons .persons_item .persons_img {
	
}

.persons .persons_item .persons_img img {
	width: 100%;
	height: auto;
}

.persons .persons_item .person_info {

}

.persons .persons_item .person_info .post_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #112233;
}

.persons .persons_item .person_info .person_name {
	margin-top: 20px;
	margin-bottom: 18px;
}

.persons .persons_item .person_info .person_name a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #1c93d0;
	text-decoration: underline;
}

.persons .persons_item .person_info .person_name a:hover {
	text-decoration: none;
}

.persons .persons_item .person_info .person_post {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #556677;
}

.persons_list {
	border-bottom: 2px solid #d2e1ea;
}

.persons_list .persons_item {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.persons_list .persons_item .image {
	display: inline-block;
	float: left;
	margin-right: 30px;
}

.persons_list .persons_item .image img {
	width: 122px;
	height: auto;
}

.persons_list .persons_item .name {
	margin-bottom: 15px;
}

.persons_list .persons_item .name a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #1c93d0;
	text-decoration: underline;
}

.persons_list .persons_item .name a:hover {
	text-decoration: none;
}

.persons_list .persons_item .post {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #556677;
	display: table;
}

.persons_list .persons_item .department a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
}

.persons_list .persons_item .department a:hover {
	text-decoration: none;
}

.persons_grid {
	
}

.persons_grid  .views-view-grid {
	padding: 0 15px;
}

.persons_grid  .views-view-grid .views-row {
	border-bottom: 1px solid #d2e1ea;
	margin-bottom: 30px;
}

.persons_grid  .views-view-grid .views-row:last-child {
	border-bottom: none;
}

.persons_grid .persons_items {
	
}

.persons_grid .persons_items .departament_link {
	margin-bottom: 30px;
}

.persons_grid .persons_items .departament_link a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
}

.persons_grid .persons_items .departament_link a:hover {
	text-decoration: none;
}

.persons_grid .persons_items .departament_image {
	float: left;
	padding: 0 30px 30px 0;
}

.persons_grid .persons_items .departament_image img {
	width: 90px;
	height: auto;
}

.persons_grid .persons_items .departament_name {
	margin-bottom: 12px;
}

.persons_grid .persons_items .departament_name a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
}

.persons_grid .persons_items .departament_name a span {
}

.persons_grid .persons_items .departament_name a span > br {
	display: none;
}

.persons_grid .persons_items .departament_name a:hover {
	text-decoration: none;
}

.persons_grid .persons_items .departament_post {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #445566;
	margin-bottom: 30px;
}

.persons_sidebar_menu {
	/*position: absolute;
	top: 30px;*/
}

.persons_sidebar_menu .sidebar_menu_block {
	border: 2px solid #d2e1ea;
	padding-bottom: 20px;
}

.persons_sidebar_menu .sidebar_menu_block .important_block_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 19px;
	color: #223344;
	display: block;
	padding: 13px 23px;
}

.persons_sidebar_menu .sidebar_menu_block .important_block_line {
	display: block;
	width: 100%;
	height: 9px;
	background: url("../images/important_block_line.png") repeat-x;
}

.right_sidebar_no_front {
	
}

.right_sidebar_no_front .sidebar_menu_block {
	border: 2px solid #d2e1ea;
	padding-bottom: 20px;
}

.right_sidebar_no_front .sidebar_menu_block .important_block_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 19px;
	color: #223344;
	display: block;
	padding: 13px 23px;
	/*word-break: break-all;
	word-wrap: break-word;*/
	word-break: break-word;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.right_sidebar_no_front .sidebar_menu_block .important_block_line {
	display: block;
	width: 100%;
	height: 9px;
	background: url("../images/important_block_line.png") repeat-x;
}

.right_sidebar_no_front .sidebar_menu_block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.right_sidebar_no_front .sidebar_menu_block ul li.items  {
	display: block;
	outline: none;
}

.right_sidebar_no_front .sidebar_menu_block ul li:first-child > a  {
	margin-top: 10px;
}

.right_sidebar_no_front .sidebar_menu_block ul li > a  {
	display: block;
	padding: 13px 23px;
	text-decoration: underline;
}

.right_sidebar_no_front .sidebar_menu_block ul li > a:hover {
	color: #05146b;
}

.right_sidebar_no_front .sidebar_menu_block li.menu-item--active-trail a.is-active {
	color: #05146b;
}

.right_sidebar_no_front .sidebar_menu_block ul li > ul li.items > a {
	display: block;
	padding: 13px 23px;
}

.right_sidebar_no_front .sidebar_menu_block li li {
	padding-left: 20px;
}

.persons_sidebar_menu .sidebar_menu_block {
	border: 2px solid #d2e1ea;
	padding-bottom: 20px;
}

.persons_sidebar_menu .sidebar_menu_block .important_block_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 19px;
	color: #223344;
	display: block;
	padding: 13px 23px;
}

.persons_sidebar_menu .sidebar_menu_block .important_block_line {
	display: block;
	width: 100%;
	height: 9px;
	background: url("../images/important_block_line.png") repeat-x;
}

.persons_sidebar_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.persons_sidebar_menu ul li.first_li {
	outline: none;
}

.persons_sidebar_menu  ul li.first_li > a.menuparent {
	padding: 13px 23px;
	margin-top: 10px;
	display: block;
}

.persons_sidebar_menu  ul li.first_li > a.menuparent:hover {
	color: #05146b;
	text-decoration: underline;
}

.persons_sidebar_menu  ul li a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1c93d0;
	text-decoration: underline;
}

.persons_sidebar_menu  ul li a:hover {
	text-decoration: none;
}

.persons_sidebar_menu  ul li.first_li > ul.sf-multicolumn li  {
	list-style: none;
	margin: 0;
}

.persons_sidebar_menu  ul li.first_li > ul.sf-multicolumn li ol li  {
	list-style: none;
	margin: 0;
	padding: 13px 23px;
}

.persons_sidebar_menu  ul li.first_li > ul.sf-multicolumn li ol li a:hover {
	color: #05146b;
	text-decoration: underline;
}

.persons_sidebar_menu  ul li.first_li > ul.sf-multicolumn li ol li a.is-active  {
	color: #112233;
	text-decoration: none;
	cursor: text;
}

#brand_line {
	background:url("../images/brand_line.png");
	display: block;
    height: 124px;
    width: 100%;
	margin-top: 40px;
}

#footer_menu {
	background: #cdddec; /* Old browsers */
	background: -moz-linear-gradient(top,  #cdddec 0%, #ddeaf5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cdddec 0%,#ddeaf5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cdddec 0%,#ddeaf5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdddec', endColorstr='#ddeaf5',GradientType=0 ); /* IE6-9 */
	padding-bottom: 25px;
}

#footer_menu .footer_menu {
	margin-top: 44px;
}

#footer_menu .footer_menu .footer_menu_title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #223344;
	line-height: 18px;
	display: block;
	margin-bottom: 27px;
}

#footer_menu .footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_menu .footer_menu ul li {
	margin: 12px 0;
}

#footer_menu .footer_menu ul li a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #556677;
	text-decoration: none;
}

#footer_menu .footer_menu ul li a:hover {
	color: #05146b;
	text-decoration: underline;
}

#footer {
	background: #bfd7ea;
	/*height: 51px;*/
	line-height: 20px;/*51px;*/
}

#footer span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #556677;
}

#footer span a {
	color: #1c93d0;
	text-decoration: underline;
}



#footer span a:hover {
	color: #1c93d0;
	text-decoration: none;
}

#footer_menu .sf-footer-menu-col-1 {
	list-style: none;
	margin-top: 44px;
}

#footer_menu .sf-footer-menu-col-1 > li {
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
}

#footer_menu .sf-footer-menu-col-1 > li a.menuparent {
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #223344;
	line-height: 18px;
	display: block;
	margin-bottom: 27px;
}

#footer_menu .sf-footer-menu-col-1 > li a.menuparent:hover {
	text-decoration: underline;
	color: #223344;
}

#footer_menu .sf-footer-menu-col-1 > li > ul.sf-multicolumn {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_menu .sf-footer-menu-col-1 > li > ul.sf-multicolumn li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_menu .sf-footer-menu-col-1 > li > ul.sf-multicolumn li ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_menu .sf-footer-menu-col-1 > li > ul.sf-multicolumn li ol > li {
	margin: 12px 0;
}

#footer_menu .sf-footer-menu-col-1 > li > ul.sf-multicolumn li ol > li a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #556677;
	text-decoration: none;
}

#footer_menu .sf-footer-menu-col-1 > li > ul.sf-multicolumn li ol > li a:hover {
	color: #05146b;
    text-decoration: underline;
}

#footer_menu .sf-footer-menu {
	list-style: none;
	margin-top: 44px;
}

#footer_menu .sf-footer-menu > li {
	list-style: none;
	margin-bottom: 46px;
	padding: 0;
}

#footer_menu .sf-footer-menu > li a.menuparent {
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #223344;
	line-height: 18px;
	display: block;
	margin-bottom: 27px;
}

#footer_menu .sf-footer-menu > li a.menuparent:hover {
	text-decoration: underline;
	color: #223344;
}

#footer_menu .sf-footer-menu > li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_menu .sf-footer-menu > li > ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_menu .sf-footer-menu > li > ul > li {
	margin: 12px 0;
}

#footer_menu .sf-footer-menu > li > ul > li a.sf-depth-2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #556677;
	text-decoration: none;
}

#footer_menu .sf-footer-menu > li > ul > li a.sf-depth-2:hover {
	color: #05146b;
    text-decoration: underline;
}

#footer_menu .menu-footer-col-3 {
	list-style: none;
	margin-top: 44px;
}

#footer_menu .menu-footer-col-3 > li {
	list-style: none;
	margin-bottom: 46px;
	padding: 0;
}

#footer_menu .menu-footer-col-3 > li a {
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #223344;
	line-height: 18px;
	display: block;
	margin-bottom: 27px;
}

#footer_menu .menu-footer-col-3 > li  a:hover {
	text-decoration: underline;
	color: #223344;
}

#footer_menu .menu-footer-col-3 > li  a.dropdown-toggle span.caret {
	display: none;
}

#footer_menu .menu-footer-col-3 > li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_menu .menu-footer-col-3 > li > ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_menu .menu-footer-col-3 > li > ul > li a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #556677;
	text-decoration: none;
}

#footer_menu .menu-footer-col-3 > li > ul > li a:hover {
	color: #05146b;
    text-decoration: underline;
}

/* Small devices (mobile, 320px and up) */
@media (max-width: 320px) {
	
	#main_content .page_title a.current_date {
		position: relative;
		top: 20px;
	}
	
	.documents_page .documents_filter .documents_filter_select select {
		position: relative;
		width: 100%;
	}
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_download a:before {
		display: none;
	}
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_right {
		white-space: pre-line;
	}
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_left {
		width: 10%;
		word-break: break-word;
	}
	
	.opendata_detail .content_table .content_table_item .content_table_item_left {
		word-break: break-word;
	}
	
	.persons_grid .persons_items .departament_link {
		word-break: break-word;
	}
	
	.persons_grid .persons_items .departament_name a span > br {
		display: block;
	}
	
	#useful_tabs ul.useful_links li {
		width: 100%;
		margin-left: 15px;
	}
	
	#main_content .news_items .news_img {
		height: 100%;
	}
	
	#header .logo {
		height: 55px;
	}
	#header .logo span {
		font-size: 13px;
		margin-left: 10px;
	}
	#header .logo img {
		width: 21px;
		height: auto;
	}
	#header .social_list {
		float: left;
	}
	#header .social_list li {
		margin-right: 10px;
	}
	#header .social_list li a {
		color: #bfcdda;
		font-size: 18px;
	}
	#header .function {
		display: inline-block;
		float: right;
	}
	#header .function .special #edit-special-block {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	#header .function .special #edit-special-block:after {
		position: absolute;
		top: 5px;
		left: 0;
		bottom: 0;
		right: 0;
	}
	#header .function .lang {
		margin-left: 20px;
	}
	#header .function .lang a {
		width: 30px;
		height: 30px;
		font-size: 10px;
	}
	#main_content .event_slider {
		width: 100%;
	}
	#main_content .event_slider .slick-prev:before {
		display: none;
	}
	#main_content .event_slider .slick-next:before {
		display: none;
	}
	#main_content .event_slider .event_item {
		position: relative;
	}
	#main_content .event_slider .event_item .event_more a {
		font-size: 100%;
	}
	#superfish-header-menu {
		display: none;
	}
	#menu_header .menu_block .toggle_menu {
		display: block;
	}
	#links {
		height: 100%;
	}
	#links .links_block li {
		width: 100%;
		height: 157px;
		margin-bottom: 20px;
	}
	#activities .container_block_content .container_block_content_left ul li {
		margin: 0 -15px 0 -15px;
	}
	#activities .container_block_content .container_block_content_left ul li.tab-active {
		background: #009ee0;
	}
	#activities .container_block_content .container_block_content_left ul li.tab-active:hover:after {
		background: #009ee0;
	}
	#video_block {
		height: 100%;
		padding-bottom: 30px;
	}
	#video_block .video_block_content .video_block_right {
		margin-top: 20px;
		margin-left: -20px;
	}
	#useful_links .useful_links_content {
		margin-left: 0px;
	}
	.container_block_useful_links {
		margin-left: 0px;
	}
	#main_content .event_list .event_more {
		margin-bottom: 20px;
	}
	#activities .container_block .container_block_title span {
		font-size: 18px;
		margin-left: 6px;
	}
	#video_block .video_block_content .more_video a {
		display: inline-block;
		margin: 0;
		width: 100%;
		margin-top: 20px;
	}
	#useful_links .useful_links_content .active:before {
		bottom: 0px;
	}
	#useful_links .useful_links_content .useful_links_item:hover:before {
		bottom: 0px;
	}
	#useful_links .useful_links_content .active:before {
		border-top: 12px solid #009ee0;
		border-left: 104px solid transparent;
		border-right: 102px solid transparent;
	}
	.slick-prev, .slick-next {
		top: 30% !important;
	}
	
	.new_detail {
		margin-right: 0;
	}
}
/* Small devices (mobile, 320px and 768px) */
@media (max-width: 500px) {
 #header .logo a {
    flex-direction: column;
    text-align: center;
    }
    #header .logo img {
    width: 80px;
    margin: 0 auto;
}
}
/* Small devices (mobile, 320px and up) */
@media (min-width: 320px) {
	
	#main_content .page_title a.current_date {
		position: relative;
		top: 20px;
	}
	
	.documents_page .documents_filter .documents_filter_select select {
		position: relative;
		width: 100%;
	}
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_download a:before {
		display: none;
	}
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_right {
		white-space: pre-line;
	}
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_left {
		width: 10%;
		word-break: break-word;
	}
	
	.opendata_detail .content_table .content_table_item .content_table_item_left {
		word-break: break-word;
	}
	
	.persons_grid .persons_items .departament_link {
		word-break: break-word;
	}
	
	.persons_grid .persons_items .departament_name a span > br {
		display: block;
	}
	
	.ui-tabs-active a:before {
		border-top: 0;
		border-left: 0;
		border-right: 0;
	}
	
	#useful_tabs ul.useful_links li {
		width: 100%;
		margin-left: 15px;
	}
	
	#main_content .news_items .news_img {
		height: 100%;
	}
	
	.img-responsive {
		width: 100%;
	}
	
	#header .logo {
		height: 75px;
	}
	#header .logo span {
		font-size: 12px;
		margin-left: 10px;
	}
	#header .logo img {
		width: 50px;
		height: auto;
	}
	#header .social_list {
		float: left;
	}
	#header .social_list li {
		margin-right: 10px;
	}
	#header .social_list li a {
		color: #bfcdda;
		font-size: 18px;
	}
	#header .function {
		display: inline-block;
		float: right;
	}
	#header .function .special #edit-special-block {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	#header .function .special #edit-special-block:after {
		position: absolute;
		top: 5px;
		left: 0;
		bottom: 0;
		right: 0;
	}
	#header .function .lang {
		margin-left: 20px;
	}
	#header .function .lang a {
		width: 30px;
		height: 30px;
		font-size: 10px;
	}
	#main_content .event_slider {
		width: 100%;
	}
	#main_content .event_slider .event_item {
		position: relative;
	}
	#main_content .event_slider .event_item .event_more a {
		font-size: 100%;
	}
	#superfish-header-menu {
		display: none;
	}
	#menu_header .menu_block .toggle_menu {
		display: block;
	}
	#links {
		height: 100%;
	}
	#links .links_block li {
		width: 100%;
		height: 157px;
		margin-bottom: 20px;
	}
	#activities .container_block_content .container_block_content_left ul li {
		margin: 0 -15px 0 -15px;
	}
	#activities .container_block_content .container_block_content_left ul li.tab-active {
		background: #009ee0;
	}
	#activities .container_block_content .container_block_content_left ul li.tab-active:hover:after {
		background: #009ee0;
	}
	#video_block {
		height: 100%;
		padding-bottom: 30px;
	}
	#video_block .video_block_content .video_block_right {
		margin-top: 20px;
		margin-left: -20px;
	}
	#useful_links .useful_links_content {
		margin-left: 0px;
	}
	.container_block_useful_links {
		margin-left: 0px;
	}
	#main_content .event_list .event_more {
		margin-bottom: 20px;
	}
	#activities .container_block .container_block_title span {
		font-size: 18px;
		margin-left: 6px;
	}
	#video_block .video_block_content .more_video a {
		display: inline-block;
		margin: 0;
		width: 100%;
		margin-top: 20px;
	}
	#useful_links .useful_links_content .active:before {
		bottom: 0px;
	}
	#useful_links .useful_links_content .useful_links_item:hover:before {
		bottom: 0px;
	}
	#footer span {
		text-align: center;
		display: block;
	}

	#footer span.dev {
		display: inline-block;
	}
	#footer span.line_v {
		display: inline-block;
	}
	.slick-prev, .slick-next {
		top: 30% !important;
	}
	
	.new_detail {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.visible-sm.visible-xs {
		display: inline-block !important;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {

	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_right {
		white-space: initial;
	}
	
	.img-responsive {
		width: auto;
	}
	
	#main_content .page_title a.current_date {
		position: absolute;
		top: 0;
	}
	
	.documents_page .documents_filter .documents_filter_select select {
		position: absolute;
		width: 94%;
	}
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_download a:before {
		display: inline-block;
	}
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_left {
		width: 50%;
	}
	
	.persons_grid .persons_items .departament_name a span > br {
		display: none;
	}
	
	.ui-tabs-active a:before {
		border-top: 0;
		border-left: 0;
		border-right: 0;
	}
	
	#useful_tabs ul.useful_links li {
		width: 100%;
		margin-left: 15px;
	}
	
	#main_content .news_items .news_img {
		height: 100%;
	}
	
	.img-responsive {
		width: 100%;
	}
	
	html{
		/*background: #f0f!important;*/
		display: contents;
	}
	#header .logo {
		height: 105px;
	}
	#header .logo span {
		font-size: 18px;
		margin-left: 15px;
	}
	#header .logo img {
		width: 50px;
		height: auto;
	}
	#header .social_list {
		margin-top: 10px;
		float: left;
	}
	#header .social_list li {
		margin-right: 15px;
	}
	#header .social_list li a {
		color: #bfcdda;
		font-size: 21px;
	}
	#header .function {
		display: inline-block;
		float: right;
	}
	#header .function .special #edit-special-block {
		width: 50px;
		height: 50px;
		font-size: 21px;
	}
	#header .function .special #edit-special-block:after {
		position: relative;
		top: 0;
		left: 0;
	}
	#header .function .lang {
		margin-left: 30px;
	}
	#header .function .lang a {
		width: 50px;
		height: 50px;
		font-size: 13px;
	}
	#main_content .event_slider {
		width: 100%;
	}
	#main_content .event_slider .slick-prev {
		display: block;
	}
	#main_content .event_slider .slick-next {
		display: block;
	}
	#main_content .event_slider .event_item {
		position: relative;
	}
	#main_content .event_slider .event_item .event_more a {
		font-size: 18px;
	}
	#superfish-header-menu {
		display: none;
	}
	#menu_header .menu_block .toggle_menu {
		display: block;
	}
	#links {
		height: 100%;
	}
	#links .links_block li {
		width: 100%;
		height: 157px;
		margin-bottom: 20px;
	}
	#activities .container_block_content .container_block_content_left ul li {
		margin: 0 -15px 0 -15px;
	}
	#activities .container_block_content .container_block_content_left ul li.tab-active {
		background: #009ee0;
	}
	#activities .container_block_content .container_block_content_left ul li.tab-active:hover:after {
		background: #009ee0;
	}
	#video_block {
		height: 100%;
		padding-bottom: 30px;
	}
	#video_block .video_block_content .video_block_right {
		margin-top: 20px;
		margin-left: -20px;
	}
	#useful_links .useful_links_content {
		margin-left: 0px;
	}
	.container_block_useful_links {
		margin-left: 0px;
	}
	#activities .container_block .container_block_title span {
		font-size: 22px;
		margin-left: 12px;
	}
	#video_block .video_block_content .more_video a {
		display: inline-block;
		margin: 0;
		width: 100%;
		margin-top: 20px;
	}
	#useful_links .useful_links_content .active:before {
		bottom: -12px;
	}
	#useful_links .useful_links_content .useful_links_item:hover:before {
		bottom: -12px;
	}
	#useful_links .useful_links_content .active:before {
		border-top: 12px solid #009ee0;
		border-left: 118px solid transparent;
		border-right: 102px solid transparent;
	}
	#footer span {
		text-align: center;
		display: block;
	}
	.slick-prev, .slick-next {
		top: 40% !important;
	}
	
	.new_detail {
		margin-right: 0;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_right {
		white-space: initial;
	}
	
	.img-responsive {
		width: auto;
	}
	
	#main_content .page_title a.current_date {
		position: absolute;
		top: 0;
	}
	
	.documents_page .documents_filter .documents_filter_select select {
		position: absolute;
		width: 94%;
	}
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_download a:before {
	display: inline-block;
	}
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_left {
		width: 50%;
	}
	
	.persons_grid .persons_items .departament_name a span > br {
		display: none;
	}
	
	.ui-tabs-active a:before {
		border-top: 12px solid #009ee0;
		border-left: 104px solid transparent;
		border-right: 102px solid transparent;
	}
	
	#useful_tabs ul.useful_links li:first-child {
		margin-left: 15px;
	}
	
	#useful_tabs ul.useful_links li {
		width: 25%;
		margin-left: 0px;
	}
	
	#main_content .news_items .news_img {
		/*height: 165px;*/
	}
	
	#header .logo {
		height: 0px;
	}
	#header .logo span {
		font-size: 18px;
		margin-left: 15px;
	}
	#header .logo img {
		width: 80px;
		height: auto;
	}
	#header .social_list {
		margin-top: 43px;
		float: right;
	}
	#header .social_list li {
		margin-right: 15px;
	}
	#header .social_list li a {
		color: #bfcdda;
		font-size: 21px;
	}
	#header .function {
		display: inline-block;
		float: right;
		margin-top: 35px;
	}
	#header .function .special #edit-special-block {
		width: 50px;
		height: 50px;
		font-size: 21px;
	}
	#header .function .special #edit-special-block:after {
		position: relative;
		top: 0;
		left: 0;
	}
	#header .function .lang {
		margin-left: 30px;
	}
	#header .function .lang a {
		width: 50px;
		height: 50px;
		font-size: 13px;
	}
	#main_content .event_slider {
		max-height: 358px;
	}
	#main_content .event_slider .slick-prev {
		display: block;
	}
	#main_content .event_slider .slick-next {
		display: block;
	}
	#main_content .event_slider .event_item {
		background: rgba(0,0,0,0.5);
		bottom: 115px;
		position: relative;
		height: 115px;
	}
	#main_content .event_slider .event_item .event_more a {
		font-size: 18px;
	}
	#menu_header .menu_block {
		display: block;
		padding-right: 51px;
	}
	#menu_header .menu_block .toggle_menu {
		display: none;
	}
	#superfish-header-menu {
		display: block;
	}
	#links {
		/*height: 255px;*/
	}
	#links .links_block li {
		width: 165px;
		height: 157px;
	}
	#activities .container_block_content .container_block_content_left {
		border-right: 1px solid #d2e1ea;
		min-height: 630px;
	}
	#activities .container_block_content .container_block_content_left ul li {
		margin: 0 0 0 -15px;
	}
	#activities .container_block_content .container_block_content_left ul li.tab-active {
		background: #009ee0;
	}
	#activities .container_block_content .container_block_content_left ul li.tab-active:hover:after {
		border-left: 12px solid #009ee0;
		border-top: 35px solid transparent;
		border-bottom: 35px solid transparent;
		background: transparent;
	}
	#activities .container_block_content .container_block_content_left ul li.tab-active:after {
		content: "";
		position: absolute;
		right: -12px;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: 12px solid #009ee0;
		border-top: 35px solid transparent;
		border-bottom: 35px solid transparent;
	}
	#activities .container_block_content .container_block_content_left ul li:hover:after {
		content: "";
		position: absolute;
		right: -12px;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: 12px solid #05146b;
		border-top: 35px solid transparent;
		border-bottom: 35px solid transparent;
	}
	#video_block {
		height: 500px;
	}
	#video_block .video_block_content .video_block_left img {
		max-height: 308px;
	}
	#video_block .video_block_content .video_block_right {
		margin-top: 0;
		margin-left: -10px;
	}
	#useful_links .useful_links_content {
		margin-left: 0px;
	}
	.container_block_useful_links {
		margin-left: 0px;
	}
	#activities .container_block .container_block_title span {
		font-size: 22px;
		margin-left: 12px;
	}
	#video_block .video_block_content .more_video a {
		display: block;
		margin: 0 -15px;
	}
	#useful_links .useful_links_content .active:before {
		bottom: -12px;
	}
	#useful_links .useful_links_content .useful_links_item:hover:before {
		bottom: -12px;
	}
	#useful_links .useful_links_content .active:before {
		border-top: 12px solid #009ee0;
		border-left: 104px solid transparent;
		border-right: 102px solid transparent;
	}
	.slick-prev, .slick-next {
		top: 50% !important;
	}
	
	.new_detail {
		margin-right: 0px;
	}
}

@media (min-width: 1600px) {
#header .social_list {
    margin-top: 30px !important;
}
#header .function {
    margin-top: 17px !important;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_right {
		white-space: initial;
	}
	
	.img-responsive {
		width: auto;
	}

	#main_content .page_title a.current_date {
		position: absolute;
		top: 0;
	}
	
	.documents_page .documents_filter .documents_filter_select select {
		position: absolute;
		width: 94%;
	}
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_download a:before {
		display: inline-block;
	}
	
	.opendata_detail .content_table_files .file_table .files_list_item .file_table_item_left {
		width: 50%;
	}
	
	.persons_grid .persons_items .departament_name a span > br {
		display: none;
	}
	
	.ui-tabs-active a:before {
		border-top: 12px solid #009ee0;
		border-left: 104px solid transparent;
		border-right: 102px solid transparent;
	}
	
	#useful_tabs ul.useful_links li:first-child {
		margin-left: 15px;
	}
	
	#useful_tabs ul.useful_links li {
		width: 25%;
		margin-left: 0px;
	}
	
	#main_content .news_items .news_img {
		/*height: 165px;*/
	}
	
	#header .logo {
		height: 0px;
	}
	#header .logo span {
		font-size: 18px;
		margin-left: 15px;
	}
	#header .logo img {
		width: 70px;
		height: auto;
	}
	#header .social_list {
		margin-top: 43px;
		float: right;
	}
	#header .social_list li {
		margin-right: 15px;
	}
	#header .social_list li a {
		color: #bfcdda;
		font-size: 21px;
	}
	#header .function {
		display: inline-block;
		float: right;
		margin-top: 32px;
	}
	#header .function .special #edit-special-block {
		width: 50px;
		height: 50px;
		font-size: 21px;
	}
	#header .function .special #edit-special-block:after {
		position: relative;
		top: 0;
		left: 0;
	}
	#header .function .lang {
		margin-left: 25px;
	}
	#header .function .lang a {
		width: 50px;
		height: 50px;
		font-size: 13px;
	}
	#main_content .event_slider {
		max-height: 358px;
	}
	#main_content .event_slider .slick-prev {
		display: block;
	}
	#main_content .event_slider .slick-next {
		display: block;
	}
	#main_content .event_slider .event_item {
		background: rgba(0,0,0,0.5);
		bottom: 115px;
		position: relative;
		height: 115px;
	}
	#main_content .event_slider .event_item .event_more a {
		font-size: 18px;
	}
	#menu_header .menu_block {
		display: block;
		padding-right: 51px;
	}
	#menu_header .menu_block .toggle_menu {
		display: none;
	}
	#superfish-header-menu {
		display: block;
	}
	#links {
		/*height: 255px;*/
	}
	#links .links_block li {
		width: 165px;
		height: 157px;
	}
	#activities .container_block_content .container_block_content_left {
		border-right: 1px solid #d2e1ea;
		min-height: 630px;
	}
	#activities .container_block_content .container_block_content_left ul li {
		margin: 0 0 0 -15px;
	}
	#activities .container_block_content .container_block_content_left ul li.tab-active {
		background: #009ee0;
	}
	#activities .container_block_content .container_block_content_left ul li.tab-active:hover:after {
		border-left: 12px solid #009ee0;
		border-top: 35px solid transparent;
		border-bottom: 35px solid transparent;
		background: transparent;
	}
	#activities .container_block_content .container_block_content_left ul li.tab-active:after {
		content: "";
		position: absolute;
		right: -12px;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: 12px solid #009ee0;
		border-top: 35px solid transparent;
		border-bottom: 35px solid transparent;
	}
	#activities .container_block_content .container_block_content_left ul li:hover:after {
		content: "";
		position: absolute;
		right: -12px;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: 12px solid #05146b;
		border-top: 35px solid transparent;
		border-bottom: 35px solid transparent;
	}
	#video_block {
		height: 500px;
	}
	#video_block .video_block_content .video_block_left img {
		max-height: 308px;
	}
	#video_block .video_block_content .video_block_right {
		margin-top: 0;
		margin-left: -10px;
	}
	#useful_links .useful_links_content {
		margin-left: 0px;
	}
	.container_block_useful_links {
		margin-left: 0px;
	}
	#activities .container_block .container_block_title span {
		font-size: 22px;
		margin-left: 12px;
	}
	#video_block .video_block_content .more_video a {
		display: block;
		margin: 0 -15px;
	}
	#useful_links .useful_links_content .active:before {
		bottom: -12px;
	}
	#useful_links .useful_links_content .useful_links_item:hover:before {
		bottom: -12px;
	}
	#useful_links .useful_links_content .active:before {
		border-top: 12px solid #009ee0;
		border-left: 104px solid transparent;
		border-right: 102px solid transparent;
	}
	.slick-prev, .slick-next {
		top: 50% !important;
	}
	
	.new_detail {
		margin-right: 0px;
	}
}

.bvi-body #menu_header .sf-header-menu li a {
	background: transparent !important;
	display: block !important; 
}

.bvi-body #links .links_block li {
	height: auto !important;
}

.bvi-body #links .links_block li span a {
	background: transparent !important;
	word-break: break-all;
}

.bvi-body .container_block_useful_links .block_useful_links_item a {
	word-break: break-all;
}

.bvi-body #main_content .event_slider .slick-prev {
	display: none;
}

.bvi-body #main_content .event_slider .slick-next {
	display: none;
}
/*Новый блок направлений деятельности на главной*/
.active-direct {
	border: 1px solid #d2e1ea;
	list-style: none;
	/*background: rgba(5, 20, 107, 0.5);*/
        background-clip: border-box;
	color: #3b4256;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
/*	justify-content: space-between;*/
	overflow: hidden;
	
	height: 80px;
	margin: 10px 0;
	padding: 15px;
}

.active-direct:hover {
	cursor: pointer;
	transition: all .3s ease;
	/*box-shadow: 0 4px 6px 0 transparent,0 8px 20px 2px transparent;*/
	box-shadow: 0px 5px 20px -10px;
	background-clip: padding-box;
}
.active-direct span {
	margin-left: 15px;
}
.activity-title h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	margin-left: 12px;
	font-weight: 500;
	color: #223344;
	padding: 0;
	line-height: 75px;
}
.active-direct svg {
	width: 50px;
	height: 45px;
}

#direction_activity .activity_block_title {
	padding-top: 52px;
}

#direction_activity .activity_block_title span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #223344;
}

#direction_activity .activity_block_title a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 40px;
	border: 2px solid #1c93d0;
	color: #1c93d0;
	position: absolute;
	right: 15px;
	top: 50px;
}

#direction_activity .activity_block_title a:hover {
	color: #fff;
	background: #1c93d0;
	text-decoration: none;
}

#direction_activity .vactivity_block_title a i {
	display: inline-block;
	background: url("../images/arrow_right_more.png") 0 0;
	width: 12px;
	height: 10px;
	position: relative;
	top: 1px;
	left: 10px;
}

#direction_activity .activity_block_title a:hover i {
	background: url("../images/arrow_right_more.png") 0 10px;
}
/*Конец нового блока направлений деятельности на главной*/

#footer_menu ul.sf-menu a, ul.sf-menu span.nolink {
    padding: 8px;
}

#footer_menu ul.sf-menu li {
    float: none;
}

#footer_menu ul.sf-menu {
    margin-top: 40px !important;
}

@charset "UTF-8";#js-show-iframe-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-width:293px;max-width:100%;background:linear-gradient(138.4deg,#38bafe 26.49%,#2d73bc 79.45%);color:#fff; cursor: pointer;}#js-show-iframe-wrapper .pos-banner-fluid *{box-sizing:border-box}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2{display:block;width:195px;min-height:56px;font-size:18px;line-height:24px;cursor:pointer;background:#0d4cd3;color:#fff;border:none;border-radius:8px;outline:0}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover{background:#1d5deb}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus{background:#2a63ad}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active{background:#2a63ad}@-webkit-keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@font-face{font-family:LatoWebLight;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.ttf) format("truetype");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:LatoWeb;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.ttf) format("truetype");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:LatoWebBold;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.ttf) format("truetype");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}

#js-show-iframe-wrapper .bf-1{position:relative;display:grid;grid-template-columns:var(--pos-banner-fluid-1__grid-template-columns);grid-template-rows:var(--pos-banner-fluid-1__grid-template-rows);width:100%;max-width:1060px;font-family:LatoWeb,sans-serif;box-sizing:border-box}#js-show-iframe-wrapper .bf-1__decor{grid-column:var(--pos-banner-fluid-1__decor-grid-column);grid-row:var(--pos-banner-fluid-1__decor-grid-row);padding:var(--pos-banner-fluid-1__decor-padding);background:url(https://pos.gosuslugi.ru/bin/banner-fluid/1/banner-fluid-bg-1.svg) var(--pos-banner-fluid-1__decor-bg-position) no-repeat;background-size:var(--pos-banner-fluid-1__decor-bg-size)}#js-show-iframe-wrapper .bf-1__logo-wrap{display:flex;flex-direction:column;align-items:flex-end}#js-show-iframe-wrapper .bf-1__logo{width:128px}#js-show-iframe-wrapper .bf-1__slogan{font-family:LatoWebBold,sans-serif;font-size:var(--pos-banner-fluid-1__slogan-font-size);line-height:var(--pos-banner-fluid-1__slogan-line-height)}#js-show-iframe-wrapper .bf-1__content{padding:var(--pos-banner-fluid-1__content-padding)}#js-show-iframe-wrapper .bf-1__description{display:flex;flex-direction:column;margin-bottom:24px}#js-show-iframe-wrapper .bf-1__text{margin-bottom:12px;font-size:24px;line-height:32px;font-family:LatoWebBold,sans-serif}#js-show-iframe-wrapper .bf-1__text_small{margin-bottom:0;font-size:16px;line-height:24px;font-family:LatoWeb,sans-serif}#js-show-iframe-wrapper .bf-1__btn-wrap{display:flex;align-items:center;justify-content:center}
