body {
	min-width: 1000px;
	font: normal 12px/140% Verdana, Geneva, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #000;
}
input, select, textarea, .placeholder.value {
	font: normal 12px/150% Verdana, Geneva, sans-serif;
	color: #000;
}
section { overflow: visible; }

.footer_clear { height: 500px; }
footer {
	height: auto;
	margin-top: 0;
	/*height: 400px;*/
	/*margin-top: -500px;*/
	background: #435660;
	border: 0;
	border-bottom: 8px solid #333d42;
}
footer .inner { padding-bottom: 0; }
footer .border { border: 0; }
footer .center { color: #fff; }
/* ================================================= */
a.uc_link { color: #000; }
span.date {
	display: block;
	color: #546a74;
	font-size: 12px;
	font-style: normal;
}
.undr_none { text-decoration: none; }
/* ================================================= */
header {
	position: relative;
	height: 268px;
	margin-bottom: 55px;
	background: none;
}
header .logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 380px;
	height: 268px;
	padding: 54px 90px;
	color: #546A74;
	font-size: 14px;
	background: url('../img/logo.png');
}
/* ================================================= */
.placeholder {
	font-style: normal;
	color: #7B8B92;
}
.placeholder.value { color: #000; }
.link_back { font-size: 14px; }
/* ================================================= */
.ndm_clock {
	position: absolute;
	z-index: 6;
	bottom: 20px;
	left: 0;
	font-size: 12px;
}
.ndm_clock .time {
	display: block;
	margin-top: 5px;
	font-size: 20px;
}
/* ================================================= */
.mitra {
	position: relative;
	width: 99px;
	height: 40px;
	background: url(../img/mitra.png) no-repeat;
	border: 0;
}
.mitra div {
	position: absolute;
	height: 1px;
	width: 0%;
	left: 50%;
	top: 26px;
	background: transparent;
	-webkit-transition: width 0.3s, background-color 0.3s, left 0.3s;
	   -moz-transition: width 0.3s, background-color 0.3s, left 0.3s;
	    -ms-transition: width 0.3s, background-color 0.3s, left 0.3s;
	     -o-transition: width 0.3s, background-color 0.3s, left 0.3s;
	        transition: width 0.3s, background-color 0.3s, left 0.3s;
}
.mitra:hover div { left: 0; width: 100%; background: #c3cbcf; }
/* ================================================= */
#nav { line-height: 39px; }
#nav .left, #nav .right {
	width: 1px;
	height: 39px;
	background: #77909c;
	border-bottom: 2px solid #5a707b;
}
#nav .nav {
	margin: 0 1px;
	padding: 0;
	background: #77909c;
}
#nav .nav > ul > li {
	border: 0;
	border-bottom: 2px solid #5a707b;
}
#nav .nav > ul > li.current {
	background: #bb6458;
	border-color: #8d4136;
}
#nav .nav > ul > li > .rel > a {
	text-shadow: none;
	height: 37px;
	border-right: 1px solid #5a707b;
	border-left: 1px solid #a1b5be;
}
#nav .nav > ul > li.first > .rel > a { border-left: 0; }
#nav .nav > ul > li.last > .rel > a { border-right: 0; }


#nav .nav > ul > li > .rel > a:hover {
	text-decoration: none;
}
#nav.active .nav > ul > li.hover:hover > .rel > a {
	color: #000;
}
#nav .hidden {
	top: 37px;
	left: 1px;
}
#nav .hidden a {
	color: #000;
	text-decoration: none;
}
#nav .hidden a:hover {
	text-decoration: underline;
}
/* ================================================= */
.ndm_search {
	position: relative;
	margin: 0 0 20px 0;
}
.ndm_search a {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
}
aside .ndm_search a {
	width: 30px;
	height: 29px;
	background: url('../img/search-a-ico.png') center no-repeat;
}
.ndm_search .ndm_form input { padding-right: 110px; }
aside .ndm_search .ndm_form input { padding-right: 30px; }
/* ================================================= */
aside .ndm_weather {
	padding: 0;
}
aside .ndm_weather .border {
	padding: 12px;
	border: 1px solid #c0cfd6;
}
/* ================================================= */
.ndm_weather {
	color: #000;
	font-size: 12px;
}
.ndm_weather .today { font-size: 14px; }
.ndm_weather .ico {
	display: table;
	width: 100%;
	margin: 10px 0 15px;
}
.ndm_weather .tac {
	display: table-cell;
}
.ndm_weather .text {
	color: #77909c;
	font-size: 30px;
}
.ndm_weather .info {
	display: block;
	margin: 10px 0;
}
.ndm_weather .more {
	display: block;
	margin-top: 10px;
	text-decoration: none;
}
.ndm_weather .more u { text-decoration: none; } 
.ndm_weather .more:hover u { text-decoration: underline; } 
/* ================================================= */
.ndm_form {
	
}
.ndm_form label {
	display: block;
	font-size: 13px;
}

.ndm_form sup { font-size: inherit; color: #bb6458; }

.ndm_form label input,
.ndm_form label select,
.ndm_form label textarea {
	margin-top: 5px;	
}

.ndm_form input,
.ndm_form select,
.ndm_form textarea {
	display: block;
	width: 100%;
	height: 29px;
	line-height: 29px;
	margin: 0;
	padding: 0 10px;
	background: #e1e9ed;
	border: 0;
	border-top: 1px solid #c0cfd6;
	-webkit-transition: border-color 0.3s;
	   -moz-transition: border-color 0.3s;
	    -ms-transition: border-color 0.3s;
	     -o-transition: border-color 0.3s;
	        transition: border-color 0.3s;
}
.ndm_form textarea {
	height: 100px;
	line-height: 150%;
	padding: 10px 10px;
}
.ndm_form input:focus,
.ndm_form textarea:focus {
	border-color: #5a707b;
}
.ndm_form select {
	border: 1px solid #c0cfd6;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		    border-radius: 0;
	background: #fff;
	background-image: -webkit-linear-gradient(top, #ffffff 0%,#e2eaee 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%,#e2eaee 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%,#e2eaee 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%,#e2eaee 100%);
    background-image: linear-gradient(top, #ffffff 0%,#e2eaee 100%);
}
.ndm_form .file_input {
	border: 0;
	background: none;
}
.ndm_file_upload { overflow: hidden; }
.ndm_file_upload .ndm_button { float: left; }
.ndm_file_upload .text {
	display: block;
	margin-left: 200px;
	color: #546a74;
}
/* ================================================= */
a.ndm_button,
input.ndm_button {
	position: relative;
	display: inline-block;
	width: auto;
	height: 29px;
	line-height: 28px;
	padding: 0 30px;
	color: #fff !important;
	font-size: 12px;
	text-decoration: none !important;
	background-color: #77909c;
	border: 0;
    cursor: pointer;
    overflow: hidden;
}

a.ndm_button.big_button,
input.ndm_button.big_button {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
}
a.ndm_button:active,
input.ndm_button:active
a.ndm_button.done:before {
	line-height: 29px;
	background: #5a707b;
}
a.ndm_button:after,
input.ndm_button:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #5a707b;
	-webkit-transition: height 0.3s;
	   -moz-transition: height 0.3s;
	    -ms-transition: height 0.3s;
	     -o-transition: height 0.3s;
	        transition: height 0.3s;
}
a.ndm_button:hover:after, input.ndm_button:hover:after { height: 1px; }

a.ndm_button.icon {
	padding: 0 20px;
	padding-right: 40px;
	background-position: right center;
	background-repeat: no-repeat;
}

a.ndm_button.icon.thx { background-image: url('../img/button_ico_thx.png'); }
.new_appeal_button a.ndm_button.icon {
	background-image: url('../img/button-ico-plus.png');
}

a.ndm_button:before {
	content: 'Спасибо';
	position: absolute;
	z-index: 2;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	color: #546a74;
	text-align: center;
	background-color: #e1e9ed;
	-webkit-transition: top 0.3s;
	   -moz-transition: top 0.3s;
	    -ms-transition: top 0.3s;
	     -o-transition: top 0.3s;
	        transition: top 0.3s;
	cursor: default;
}
a.ndm_button.done:before { top: 0; }
/* ================================================= */
section.ndm_otlinks .one {
	position: relative;
	display: table;
	width: 100%;
	height: 68px;
	margin: 0 0 15px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	background: url('../img/ndm_otlinks_bg.png');
}
section.ndm_otlinks .one .img,
section.ndm_otlinks .one .text {
	display: table-cell;
	vertical-align: middle;
}
section.ndm_otlinks .one .img {
	width: 75px;
	text-align: center;
}
section.ndm_otlinks .one:after {
	content: ' ';
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #c0cfd6;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}
section.ndm_otlinks .one:hover:after {
	height: 2px;
	background: #bb6458;
}
/* ================================================= */
nav.ndm_aside_nav {
	padding: 0;
	margin-bottom: 30px;
	background: #e1e9ed;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		    border-radius: 0;
}
nav.ndm_aside_nav a {
	display: block;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	text-shadow: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c0cfd6;
	-webkit-transition: border-color 0.3s;
	   -moz-transition: border-color 0.3s;
	    -ms-transition: border-color 0.3s;
	     -o-transition: border-color 0.3s;
	        transition: border-color 0.3s;
}
nav.ndm_aside_nav a span {
	display: block;
	padding: 10px 15px 9px;
	border-bottom: 1px solid #e1e9ed;
	-webkit-transition: border-color 0.3s;
	   -moz-transition: border-color 0.3s;
	    -ms-transition: border-color 0.3s;
	     -o-transition: border-color 0.3s;
	        transition: border-color 0.3s;
}
nav.ndm_aside_nav a:hover {
	color: #000;
	background: none;
	box-shadow: none;
}
nav.ndm_aside_nav a:hover span { border-color: #c0cfd6; }

nav.ndm_aside_nav a:active,
nav.ndm_aside_nav a:active span { border-bottom-color: #5a707b; }
/* ================================================= */
.ndm_direct_speech img {
	display: block;
}
.ndm_direct_speech .text {
	padding: 10px 10px 20px 10px;
	background: #e1e9ed;
}
.ndm_direct_speech .ajax {
	display: block;
	margin-top: 10px;
}
.ndm_direct_speech .text.opened .hide { display: block; }

.ndm_direct_speech .ajax.hide,
.ndm_direct_speech .text.opened .show { display: none; }

.ndm_direct_speech .text.opened .hidden {
	display: block;
	margin-top: 0.83em;
	color: #004b80;
	font-style: italic;
}
/* ================================================= */
.ndm_important_news .one {
	display: block;
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
	line-height: 150%;
	border-top: 1px solid #c0cfd6;
	overflow: hidden;
}
.ndm_important_news .one .img {
	float: left;
	width: 160px;
}
.ndm_important_news .one img {
	display: block;
	width: 100%;
	height: auto;
}
.ndm_important_news .one .text {
	display: block;
	margin-left: 175px;
	padding-top: 10px;
}
/* ================================================= */
.ndm_reports .border {
	padding: 0 15px;
	border: 1px solid;
}
.ndm_reports .important {
	border-color: #bb6458;
}
.ndm_reports .normal {
	border-color: #c0cfd6;
}
.ndm_reports .important + .normal {
	border-top-color: #fff;
}
.ndm_reports .one {
	display: block;
	margin: 20px 0;
	color: #000;
}
.ndm_reports .border .title {
	position: relative;
	margin: 10px 0;
	text-align: center;
}
.ndm_reports .border .title:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #bb6458;
}
.ndm_reports .border .title span {
	position: relative;
	z-index: 1;
	padding: 3px 10px;
	color: #fff;
	background: #bb6458;
}
.ndm_reports .border .title + a { margin-top: 0; }
.ndm_reports hr { margin: 15px 0; }
.ndm_reports .more {
	display: block;
	margin: 15px 0 20px;
}
/* ================================================= */
.ndm_subscribe {
	position: relative;
	display: inline-block;
	text-decoration: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.ndm_subscribe u { text-decoration: none; border-bottom: 1px dashed; }
.ndm_subscribe:hover u { border-bottom: 0; }

.ndm_subscribe .border {
	position: relative;
	z-index: 2;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	color: #004B80;
	font-size: 12px;
	background: #fff;
	border: 1px solid #fff;
	border-bottom: 0;
}
.ndm_subscribe.opened .border { border-color: #c0cfd6; }
.ndm_subscribe .hidden {
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 0;
	width: 330px;
	padding: 15px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #c0cfd6;
	box-shadow: -3px 3px 3px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}
.ndm_subscribe.opened .hidden { display: block; }
aside .ndm_subscribe .hidden { left: auto; right: 0; }
.ndm_subscribe .ndm_form { position: relative; }
.ndm_subscribe input { padding-right: 145px; }
.ndm_subscribe a {
	position: absolute;
	top: 0;
	right: 0;
}
/* ================================================= */
.ndm_allnews {
	display: inline-block;
	padding: 0 10px;
	line-height: 26px;
}
.ndm_allnews.active { border: 1px solid #c0cfd6; }
.ndm_allnews.active:after {
	content: " ";
	display: inline-block;
	width: 11px;
	height: 8px;
	margin-left: 10px;
	vertical-align: middle;
	background: url('../img/allnews_check.png') center right no-repeat;
}
/* ================================================= */
section.news { overflow: visible; }

section.news .subscribe { float: right; margin-top: 5px; }
section.news fieldset, .news legend { margin: 0; padding: 0; border: 0; }
section.news fieldset { margin-bottom: 30px; }
section.news legend {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
section.news legend span {
	color: #a3b0b6;
	font-weight: normal;
}
section.news .one { margin-bottom: 20px; }
section.news .one a {
	display: block;
	color: #000;
}
.news_tags {
	line-height: 16px;
}
aside .news_tags {
	display: block;
	margin: 5px 0;
}
.news_tags span {
	display: inline-block;
	margin-left: 5px;
	padding: 0 5px;
	color: #fff !important;
	font-size: 10px;
	text-transform: uppercase;
	background: #a3b0b6;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		    border-radius: 2px;
}
aside .news_tags span { margin-right: 5px; margin-left: 0; }
.news_tags img { margin-left: 5px; vertical-align: middle; }
.news_tags .anons { background: #65aace; }
.news_tags .important { background: #bb6458; }

section.news .one img { vertical-align: middle; }
section.news .control {
	margin-top: -20px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #c0cfd6;
}
section.news .control a {
	padding: 0 20px;
}
/* ================================================= */
.filter {
	margin-bottom: 15px;
	padding-bottom: 15px;
	cursor: default;
	border-bottom: 1px solid #c0cfd6;
}
.filter a {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 10px 0;
	background: #eff3f5;
	color: #77909c;
	font-size: 12px;
	line-height: 100%;
	padding: 8px 10px;
	border-bottom: 1px solid #c0cfd6;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: background-color 0.3s;
	   -moz-transition: background-color 0.3s;
	    -ms-transition: background-color 0.3s;
	     -o-transition: background-color 0.3s;
	        transition: background-color 0.3s;
}
.filter a:hover {
	text-decoration: none;
	background: #e1e9ed;
}
.filter a.current {
	color: #fff;
	background: #77909c;
	border-color: #77909c;
}
/* ================================================= */
.ndm_links {
	clear: both;
	margin-bottom: 0;
	padding: 30px 0;
	font-size: 0;
	background: #e1e9ed;
}
.ndm_links a {
	display: inline-block;
	width: 20%;
	margin-bottom: 10px;
	color: #000;
	font-size: 12px;
	vertical-align: top;
}
.bot_links_slider a {
	width: 100%;
	display: table;
	color: #000;
	font-size: 12px;
}
body.low_res .ndm_links a { width: 25%; }
.ndm_links a .img, .bot_links_slider a .img {
	display: table-cell;
	vertical-align: middle;
}
.ndm_links a .text, .bot_links_slider a .text {
	display: table-cell;
	padding: 0 20px 0 10px;
	vertical-align: middle;
}
/* ================================================= */
.ndm_pagination {
	margin-top: 20px;
	padding: 20px 0 50px;
	font-size: 14px;
	border-top: 1px solid #c0cfd6;
}
.ndm_pagination a {
	display: inline-block;
	margin: 3px 5px 3px 0;
	padding: 7px 10px;
}
.ndm_pagination a.current {
	color: #fff;
	background: #004b80;
}
/* ================================================= */
.p_gallery__title { color: #000; }
/* ================================================= */
.ndm_tabs {
	margin-bottom: 5px;
}
.ndm_tabs .one {
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
	cursor: pointer;
}
.ndm_tabs .one u {
	text-decoration: none;
	border-bottom: 2px solid #fff;
	-webkit-transition: border-color 0.3s;
	   -moz-transition: border-color 0.3s;
	    -ms-transition: border-color 0.3s;
	     -o-transition: border-color 0.3s;
	        transition: border-color 0.3s;
}
.ndm_tabs .one.current u {
	position: relative;
	border-color: #bb6458;
}
.ndm_tabs .one:hover u {
	border-color: #bb6458;
}
.ndm_tabs .one.current u:after {
	content: ' ';
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	margin: 2px 0 0 -3px;
	width: 7px;
	height: 4px;
	background: url('../img/ndm_tabs_cur_str.png');
}
.ndm_tabs .one.hr { color: #aab6bb; }
/* ================================================= */
.main_form { background: #fff; }

.n_appeal .more_email {
	width: auto;
}
.n_appeal .more_email td {
	border: 0;
	padding: 5px 10px 5px 0;
}
/* ================================================= */
.breadcrumbs, .breadcrumbs a { color: #546a74; }
/* ================================================= */
.piw_filter__item {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		    border-radius: 0;
}
/* ================================================= */
.iw_item {
	border-bottom-width: 1px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		    border-radius: 0;
}
.iw_item__head {
	background: #e1e9ed;
	border-bottom: 2px solid #c0cfd6;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		    border-radius: 0;
}
.iw_item__right a { color: #546a74; font-size: 12px; }
.iw_item__button { color: #000; }
.iw_item__date { font-size: 12px; }

.iw_item__answer .ndm_button {
	float: right;
}
/* ================================================= */
.ndm_sorting {
	margin: 15px 0;
	text-align: right;
	font-size: 12px;
	line-height: 24px;
}
.ndm_sorting a {
	display: inline-block;
	color: #546a74;
	padding: 0 8px;
}
.ndm_sorting a:hover { text-decoration: underline; }
.ndm_sorting a.current {
	text-decoration: none;
	background: #e1e9ed;
	border-bottom: 1px solid #c0cfd6;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
/* ================================================= */
.special_search { position: relative; margin-top: 15px; }
.special_search .value {
	position: absolute;
	top: 1px;
	left: 1;
	height: 28px;
	padding: 0 0 0 10px;
	line-height: 28px;
	color: #77909c;
	font-size: 12px;
	background: #E1E9ED;
}
.special_search input {
	padding-right: 60px;
}
.special_search .control {
	position: absolute;
	top: 1px;
	right: 0;
	height: 28px;
}
.special_search .control a {
	float: left;
	width: 28px;
	height: 28px;
	background-position: center;
	background-repeat: no-repeat;
}
.special_search .control a.search {
	background-image: url('../img/search-a-ico.png');
}
.special_search .control a.clear {
	background-image: url('../img/close-ico.png');
}
/* ================================================= */
.new_appeal_button {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #c0cfd6;
	overflow: hidden;
}
.new_appeal_button p { margin: 0 250px 0 0; }
.new_appeal_button .ndm_button { float: right; }
/* ================================================= */
.news_one {
	font-size: 12px;
	line-height: 150%;
}
.news_one a { font-weight: bold; }
.ndm_blockquote {
	position: relative;
	margin: 60px 0 30px;
	padding: 10px 12px 10px;
	background: none;
	border-left: 0;
	border-right: 0; 
}
.ndm_blockquote:after {
	content: " ";
	position: absolute;
	top: -7px;
	left: 40px;
	width: 11px;
	height: 7px;
	background: url("../img/blockquote.png") #3ff;
}
.ndm_blockquote cite {
	position: absolute;
	bottom: 100%;
	padding-bottom: 15px;
	color: #000;
}
/* ================================================= */
.galery .line {
	clear: none;
}
/* ================================================= */
aside .ndm_weather .hidden {
	position: absolute;
	z-index: 10;
	width: 310px;
	padding: 18px;
	background: #fff;
	border: 1px solid #bb6458;
}
aside .ndm_weather .hidden.opened { display: block; }
aside .ndm_weather .hidden .tem { font-size: 18px; }
/* ================================================= */
.ndm_about_barnaul h1, .ndm_h1 {
	font-size: 36px;
	text-align: center;
}
.ndm_about_barnaul h1:after, .ndm_h1:after {
	content: " ";
	display: block;
	width: 70px;
	height: 5px;
	margin: 18px auto 0;
	background: #9aabb2;
}
/*.ndm_about_barnaul .bg {
	padding: 100px 0;
	background: #eff3f5;
}*/
/* ================================================= */
.history-list {
	width: 940px;
	margin: 30px auto;
	overflow: hidden;
}
.history-list .one {
	position: relative;
	float: left;
	width: 470px;
	height: 245px;
	padding: 40px 40px 40px 30px;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
.history-list .one h2 {
	font-size: 18px;
	font-weight: normal;
}
.history-list .one.img,
.history-list .one.img h2 {
	color: #fff;
}
.history-list .one img.bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.history-list .one.left {
	padding-left: 22px;
	border-left: 8px solid #5d9dbe;
}
.history-list .one.right {
	padding-right: 32px;
	border-right: 8px solid #5d9dbe;
}
.history-list .one .img {
	float: left;
	width: 110px;
	text-align: right;
}
.history-list .one .img img {
	max-width: 110px;
}
.history-list .one .img_mar {
	margin-left: 136px;
}
.history-list .one .img_mar .text {
	margin: 16px 0;
	height: 80px;
	overflow: hidden;
}
.history-list .one .text a {
	display: block;
	margin-bottom: 16px;
}
.history-list .one .text p {
	margin-top: 0;
	margin-bottom: 16px;
}
/* ================================================= */
.his_button {
	display: inline-block;
	line-height: 32px;
	padding: 0 20px;
	color: #004B80;
	text-decoration: none !important;
	border: 1px solid #004B80;
}
.his_button:hover {
	color: #fff;
	background: #004B80;
	border-color: #004B80;
}
.img .his_button {
	color: #fff;
	border-color: #fff;
}
.img .his_button:hover {
	color: #bb6458;
	background: #fff;
}
/* ================================================= */
.number-list {
	background: #eff3f5;
}
.number-list .bg {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0;
}
.number-list .one {
	float: left;
	width: 313px;
	padding-right: 40px;
	font-size: 16px;
	line-height: 24px;
}
.number-list .one .number {
	display: inline-block;
	font-size: 30px;
	line-height: 50px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #bb6458;
	border-left-width: 5px;
}
/* ================================================= */
.ndm_piw_filter { overflow: hidden; }
.ndm_piw_filter a {
	float: left;
	display: table;
	width: 25%;
	height: 62px;
	margin-bottom: 10px;
	color: #647d89;
	border: 1px solid transparent;
	border-bottom-width: 2px;
}
.ndm_piw_filter a:hover {
	color: #004b80;
	text-decoration: none;
}
.ndm_piw_filter a.active {
	color: #004b80;
	border-color: #004b80;
}
.ndm_piw_filter a .img {
	width: 60px;
}
.ndm_piw_filter a .text {
	display: table-cell;
	vertical-align: middle;
}
.ndm_piw_filter a .img {
	display: table-cell;
	width: 60px;
	text-align: center;
	vertical-align: middle;
}
.ndm_piw_filter a .img span {
	display: inline-block;
	width: 45px;
	height: 40px;
	background: url(../img/ndm_piw_filter.png) no-repeat;
}
.ndm_piw_filter a.ndm_piw_01 .img span { background-position: 0 0; }
.ndm_piw_filter a.ndm_piw_01:hover .img span,
.ndm_piw_filter a.ndm_piw_01.active .img span { background-position: 0 -40px; }

.ndm_piw_filter a.ndm_piw_02 .img span { background-position: -45px 0; }
.ndm_piw_filter a.ndm_piw_02:hover .img span,
.ndm_piw_filter a.ndm_piw_02.active .img span { background-position: -45px -40px; }

.ndm_piw_filter a.ndm_piw_03 .img span { background-position: -90px 0; }
.ndm_piw_filter a.ndm_piw_03:hover .img span,
.ndm_piw_filter a.ndm_piw_03.active .img span { background-position: -90px -40px; }

.ndm_piw_filter a.ndm_piw_04 .img span { background-position: -135px 0; }
.ndm_piw_filter a.ndm_piw_04:hover .img span,
.ndm_piw_filter a.ndm_piw_04.active .img span { background-position: -135px -40px; }

.ndm_piw_filter a.ndm_piw_05 .img span { background-position: -180px 0; }
.ndm_piw_filter a.ndm_piw_05:hover .img span,
.ndm_piw_filter a.ndm_piw_05.active .img span { background-position: -180px -40px; }

.ndm_piw_filter a.ndm_piw_06 .img span { background-position: -225px 0; }
.ndm_piw_filter a.ndm_piw_06:hover .img span,
.ndm_piw_filter a.ndm_piw_06.active .img span { background-position: -225px -40px; }

.ndm_piw_filter a.ndm_piw_07 .img span { background-position: -270px 0; }
.ndm_piw_filter a.ndm_piw_07:hover .img span,
.ndm_piw_filter a.ndm_piw_07.active .img span { background-position: -270px -40px; }

.ndm_piw_filter a.ndm_piw_08 .img span { background-position: -315px 0; }
.ndm_piw_filter a.ndm_piw_08:hover .img span,
.ndm_piw_filter a.ndm_piw_08.active .img span { background-position: -315px -40px; }
/* ================================================= */
.ndm_w_variant .one {
	margin: 30px 0;
	font-size: 14px;
	line-height: 22px;
	border: 1px solid #c0cfd6;
}
.ndm_w_variant .title {
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 600;
	background: #e1e9ed;
	border-bottom: 2px solid #c0cfd6;
}
.ndm_w_variant .cont { padding: 20px; overflow: hidden; }
.ndm_w_variant .cont .img {
	float: left;
	width: 130px;
	text-align: center;
}
.ndm_w_variant .cont .text { margin-left: 160px; }
.ndm_w_variant .cont .text a {
	display: block;
	margin: 3px 0;
	/*color: #000;*/
}
/* ================================================= */
.new_list__item a { color: #000; }
.new_list__item { padding: 7px 0 0 40px; }
/* ================================================= */
/**/
/* 25/05/2015 */
.ndm_pp {
	background: #e1e9ed;
	border: 1px solid #c0cfd6;
	border-bottom: 2px solid #c0cfd6;
	padding: 15px;
	margin-bottom: 25px;
}
.ndm_pp .ndm_search {
	float: left;
	width: 60%;
	margin: 0 20px 0 0;
}
.ndm_pp .ndm_form input {
	background: #fff;
}
.ndm_pp__link {
	line-height: 30px;
}
.law_item__title.vac_ico {
	position: relative;
	padding-left: 20px;
}
.law_item__title.vac_ico:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -6px;
	width: 9px;
	height: 11px;
	background: url(../img/ndm_doc_ico.png) left bottom no-repeat;
}
.law_block {
	margin-bottom: 20px;
}
.law_block__head {
	background: #e1e9ed;
	color: #000;
	font-size: 16px;
	padding: 15px;
	border: 1px solid #c0cfd6;
}
.law_block__body {
	padding: 15px 15px 5px 15px;
	border: 1px solid #c0cfd6;
}
.law_block__col {
	display: inline-block;
	vertical-align: top;	
	width: 30%;
	margin-right: 3%;
}
.law_block__col:last-child {
	margin-right: 0;
}
.law_block__body a {
	position: relative;
	display: block;
	color: #004b80;
	margin: 0 0 10px 0;
	padding-left: 15px;
}
.law_block__body a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 7px;
	height: 9px;
	background: url(../img/strange_marker.png) left top no-repeat;
}
.law_block__body a.direct:before {
	top: 2px;
	width: 9px;
	height: 11px;
	background: url(../img/ndm_doc_ico.png) left bottom no-repeat;
}
.bot_links_wrapper {
	width: 100%;
	height: 92px;
	margin-bottom: 40px;
}
.bot_links_slider a {
	float: left;
	width: 20%;
	padding: 20px 0px 0 0px;
}
.law_item.res {
	border: 0;
	border-top: 1px solid #c0cfd6;
	padding: 20px 0;
	margin: 0;
}
.law_item.res .law_item__title {
	color: #000;
	font-size: 14px;
}
.main_form.law_filter .label {
	min-height: 10px;
}
.law_filter {
	padding: 15px;
	background: #e1e9ed;
	border: 1px solid #c0cfd6;
	border-bottom: 2px solid #c0cfd6;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.law_filter .date_input {
	/*width: 120px;*/
	background-color: #fff;
	border: 0;
	margin-top: 5px;
	border-top: 1px solid #c0cfd6;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.law_filter .filter {
	margin: 0 0 0 110px;
	border-bottom: 0;
	padding: 0;
}
.filter a {
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.law_filter .filter a:hover {
	color: #000;
	background: #d4dee3;
}
.filter a.active:hover {
	color: #fff;
	background: #77909C;
}
.lh_f {
	line-height: 29px;	
}
.lh_f label {
	float: left;
}
.law_filter .ndm_form input {
	background: #fff;
}
.law_filter .ndm_search {
	margin-bottom: 15px;
}
.ndm_title {
	font-size: 16px;
}
/**/
/* 03/06/2015 */
.h1 {
	display: block;
	margin-top: 0;
	margin-bottom: 0.83em;
	font-size: 1.5em;
	line-height: 140%;
	color: #000;
	font-weight: normal;
}
.content_nar {
	margin-right: 325px;
}
.aside_right {
	float: right;
	width: 305px;
}
.r_box {
	margin-bottom: 20px;
	border: 1px solid #c0cfd6;
}
.r_box__title {
	font-size: 16px;
	line-height: 22px;
	padding: 15px;
	background: #e1e9ed;
	border-bottom: 2px solid #c0cfd6;
}
.r_box__list {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.r_box__list li {
	margin-bottom: 10px;
}
.r_box__link {
	position: relative;
	display: block;
	padding: 5px 0 5px 30px;
}
.r_box__link.active {
	color: #000;
	background: #ebf2f5;
	border-top: 1px solid #c0cfd6;
	border-bottom: 1px solid #c0cfd6;
}
.r_box__link.active:before {
	background-position: left bottom;
}
.r_box__link:before {
	position: absolute;
	content: "";
	left: 15px;
	top: 8px;
	width: 7px;
	height: 9px;
	background: url(../img/strange_marker.png) no-repeat;
}
.r_box__link.doc:before {
	top: 6px;
	width: 9px;
	height: 11px;
	background: url(../img/ndm_doc_ico.png) left bottom no-repeat;
}
/* 10/06/2015 */
.pusher {
	margin-bottom: 41px;
}