@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,cyrillic-ext,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Arimo&subset=cyrillic);

header {
	display: block;
}

* {
	margin: 0;
	padding: 0;
}

input:focus, textarea:focus {
	outline: none; 
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f7fcff;
	background-image: url('../i/bg-main.png');
	font-weight: normal;
	font-size: 62.5%;
	font-weight: 100;
	color: #000;
	line-height: 1.5;
	overflow-y: scroll;
	background-position: 100% 100%;
	background-position: fixed;
}

::-moz-selection { background: #086AA9; color: #fff;}
::selection { background: #086AA9; color: #fff;}

::-webkit-input-placeholder {font-style: italic; line-height: 20px;}
::-moz-placeholder          {font-style: italic; line-height: 20px;}
:-ms-input-placeholder      {font-style: italic; line-height: 20px;}

hr {
	height:1px;
	border:none;
	color:#666;
	background-color:#e1e1e1;
	margin: 0 0 30px;
}

a {
	color: #003366;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

b,
strong {
	font-weight: 700;
}

p {
	padding-bottom: 1em;
}

table td {
	vertical-align: top;
}

h1 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.1;
	color: #000;
	padding-bottom: 20px;
}

h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.1;
	color: #000;
	padding: 10px 0 20px;
}

h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	padding: 15px 0 15px;

}

h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	padding: 15px 0 15px;

}

h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 15px;

}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"] ,
textarea {
	font-family: 'Open Sans', sans-serif;
	background: #dcf2ff;
	width: 100%;
	padding: 8px 15px;
	border: 0;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-box-shadow: inset 2px 2px 2px 1px rgba(177,216,243,0.5);
	box-shadow: inset 2px 2px 2px 1px rgba(177,216,243,0.5);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus ,
textarea :focus {
	-webkit-box-shadow: inset 2px 2px 2px rgba(177,216,243,0.2);
	box-shadow: inset 2px 2px 2px rgba(177,216,243,0.2);
}


input[type="date"] {
	padding-right: 5px;
	min-height: 35px;
}


::-webkit-inner-spin-button {
	display: none;
}

label * {
	display: inline-block;
	vertical-align: middle;
}

.t-table {
	display: table;
	border-collapse: collapse;
}

.t-row {
	display: table-row;
}

.t-cell {
	display: table-cell;
}

.ico-close {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: transparent url('../i/icons/ico-close.png') 0 0 no-repeat;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

.ico-close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.ico-tip {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: transparent url('../i/icons/ico-tip.png') 0 0 no-repeat;
}

.ico-time {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: transparent url('../i/icons/ico-time.png') 0 0 no-repeat;
}

.ico-calendar {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: transparent url('../i/icons/ico-calendar.png') 0 0 no-repeat;
}

.ico-video {
	font-size: 19px;
	display: inline-block;
	vertical-align: middle;
}

.ico-photo {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

.ico-rss {
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
}

.ico-print {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background: transparent url('../i/icons/ico-print.png') 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.button {
	display: inline-block;
	vertical-align: top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border: 0;
	height: 35px;
	line-height: 33px;
	padding: 0 20px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #66C2FF;
	color: #fff;
	background: #086AA9;
	border-radius: 3px;
	letter-spacing: -0.02em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button span {
	display: inline-block;
	vertical-align: middle;
}

.button i {
	margin-left: -5px;
	margin-right: 5px;
}

.button:hover {
	color: #66C2FF;
	background: #003c84;
}

.button_wide {
	display: block;
	width: 100%;
}

.button_white {
	color: #003366;
	background: transparent;
	border: 1px solid #086AA9;
}

.button_white:hover {
	color: #fff;
	background: #086AA9;
	color: #66C2FF;
	background: #003c84;
}

/*Ncpi - 03-02-2016 */
.buttons-win_inner {
	margin-top: -20px;
	margin-bottom: 5px;
}
.buttons-win_inner .card{
	margin-right: 18px;
}
.close-win_inner  {
	max-width: 1540px; width: 100%;
	text-align: right;
	position: fixed; 
	top: 10px;
	vertical-align: bottom;
}
.close-win_inner .button_white {
	background: #fff;
}
.close-win_inner .button_white:hover {
	color: #66C2FF;
	background: #003c84;
}

.select {
	text-align: center;
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.select select {
	font-family: 'Open Sans', sans-serif;
	background: #dcf2ff;
	margin: 0 auto;
	padding: 9px 15px;
	font-size: 14px;
	border: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	-webkit-box-shadow: inset 2px 2px 2px rgba(177,216,243,0.5);
	box-shadow: inset 2px 2px 2px rgba(177,216,243,0.5);
}

.select:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	border-top: 6px solid #000;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	top: 17px;
	right: 11px;
	pointer-events: none;
}

.select select:focus {
	-webkit-box-shadow: inset 2px 2px 2px rgba(177,216,243,0.2);
	box-shadow: inset 2px 2px 2px rgba(177,216,243,0.2);
}



.select select option {
	padding: 0 15px;
	display: block;
}


.s-select {
	text-align: center;
	margin: 2px 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.s-select select {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	padding: 4px 18px 4px 8px;
	background: #dcf2ff;
	color: #fff;
	font-size: 12px;
	min-width: 0px;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
}

.s-select:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	border-top: 6px solid #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	top: 11px;
	right: 10px;
	pointer-events: none;
}

.s-select select option {
	padding: 0 10px;
}

.custom-select {
	font-family: 'Open Sans', sans-serif;
	background: #dcf2ff;
	padding: 8px 35px 8px 15px;
	font-size: 14px;
	border: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	outline: 0;
	cursor: pointer;
	-webkit-box-shadow: inset 2px 2px 2px rgba(177,216,243,0.5);
	box-shadow: inset 2px 2px 2px rgba(177,216,243,0.5);
	min-height: 37px;
}

.custom-select:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	border-top: 6px solid #000;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	top: 17px;
	right: 11px;
	pointer-events: none;
}

.custom-select:focus,
.custom-select:active {
	-webkit-box-shadow: inset 2px 2px 2px rgba(177,216,243,0.2);
	box-shadow: inset 2px 2px 2px rgba(177,216,243,0.2);
}

q {
	font-family: 'PT Serif', sans-serif;
	display: block;
	color: #91733c;
	font-size: 18px;
	line-height: 1.5;
	border: 3px solid #b29d76;
	padding: 15px 25px 20px;
	margin: 15px 0 30px;
}

q:before,
q:after {
	display: none;
}


.usercontent table {
	margin-bottom: 20px;
}

.usercontent h3,
.usercontent h4,
.usercontent h5 {
	text-align: center;
}

.usercontent ul,
.usercontent ol {
	margin: inherit;
	margin: 0 0 0 40px;
	padding: 0 0 20px;
	list-style-position: outside;
}

.usercontent li {
	position: relative;
	margin: 0;
	padding: 5px 0;
	line-height: 1.3;
}

.usercontent ul li {
	list-style: none;
}

.usercontent ul li:before {
	content:"•";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: -20px; top:8px;
	text-align: center;
	font-size: 20px;
	line-height: 14px;
	color: #000;
}

.usercontent ul ul {
	padding-top: 10px;
	padding-bottom: 0;
}

.usercontent ul ul li:before {
	content:"‒";
	font-size: 16px;
}

.usercontent ul ul ul li:before {
	content:"°";
	line-height: 24px;
}

.usercontent img {
	max-width: 100%;
}

.usercontent .section-title {
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0;
	
}

.usercontent .color-grey,
.usercontent .color-gray {
	color: #666;
}

.usercontent .section-counter {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}

.usercontent img[align="left"] {
	margin: 0 20px 10px 0;
}

.usercontent img[align="right"] {
	margin: 0 0 10px 20px;
}

dl {
	color: #666;
	padding: 8px 0 30px;
	padding: 0;
	position: relative;
}

dt {
	font-size: 12px;
	float: left;
	/*width: 120px;*/
	padding-right: 20px;
	padding-top: 5px;
}

dd {
	overflow: hidden;
	padding-bottom: 15px;
}

dl a {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	font-weight: 600;
}

dl a:hover {
	color: #222;
	border-bottom: 1px solid #666;
}

dl .dd-info {
	font-size: 13px;
	border-bottom: 1px dotted #999;
}

dl .dd-info:hover {
	color: #222;
	border-bottom: 1px dotted #003366;
}

dl p {
	padding-bottom: 5px;
}

dl:last-child .dd-popup {
	top: 0 !important;
}

.dd-popup {
	display: none;
	color: #000;
	width: 550px;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 90;
	-webkit-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 400px;
}

.dd-popup img {
	display: none;
}

.dd-popup table {
	margin: 0;
}

.dd-popup__close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.table {
	overflow: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	margin-top: 10px;
	margin-bottom: 20px;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
}

.table td {
	border: 1px solid #b2e0ff;
	padding: 5px 3px;
}

.social-vk {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: transparent url('../i/icons/socials.png') 0 0 no-repeat;
}

.social-fb {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: transparent url('../i/icons/socials.png') -30px 0 no-repeat;
}

.social-ok {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: transparent url('../i/icons/socials.png') -60px 0 no-repeat;
}

.social-tw {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: transparent url('../i/icons/socials.png') -90px 0 no-repeat;
}

.social-vb {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: transparent url('../i/icons/socials.png') -120px 0 no-repeat;
}

.social-mailru {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: transparent url('../i/icons/socials.png') -120px 0 no-repeat;
}

.date {
	display: inline-block;
	color: #666;
	font-size: 12px;
	line-height: 16px;
}

.date i {
	vertical-align: top;
	margin-right: 5px;
}




.wrap {
	max-width: 1600px;
	margin: 0 auto;
	background: #F2FAFF;
	-webkit-box-shadow: 0 0 15px #b1b1b1;
	box-shadow: 0 0 15px #b1b1b1;
	-webkit-box-shadow: 0 0 15px #333;
	box-shadow: 0 0 15px #333;
	position: relative;
	overflow: hidden;
}

.wrap:after {
	content:"";
	display: block;
	clear: both;
}


.l-header {
	background: #06569C url('../i/bg-header.png') 0 0 no-repeat;
	margin-bottom: 20px;
}

.l-header:after {
	content:"";
	display: block;
	clear: both;
}


.l-footer {
	background: #06569C url('../i/bg-header.png') 0 0 no-repeat;
	min-height: 150px;
	padding-top: 20px;
	position: relative;
	font-size: 12px;
	color: #88D2FC;
	clear: both;
	-webkit-background-size: cover;
	background-size: cover;
}

.l-footer a {
	color: #88D2FC;
}

.l-footer:before {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #0e2a55;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.l-footer:hover:before {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.l-footer:after {
	content:"";
	display: block;
	clear: both;
}

.l-footer__in {
	position: relative;
	z-index: 2;
}

.l-footer .h-logo {
	width: 270px;
	padding: 20px 50px 0 50px;
}

.copyright {
	padding: 20px;
	clear: left;
}

.copyright a {
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}
/*Ncpi - 02-02-2016 */
.copyright.col_min {
	padding: 6px 20px;
}

.counters {
	padding: 10px 20px;
	clear: left;
	display: none;
}

.counters img {
	max-height: 33px;
	width: auto;
}

.developer {
	clear: right;
	float: right;
	text-decoration: none;
	padding: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.developer span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.developer img {
	vertical-align: middle;
}

.developer:hover {
	color: #fff;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.developer:hover span {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.8);
}
/*Ncpi - 02-02-2016 */
.developer.col_min {
	padding: 6px 20px;
}
.footer__center {
	overflow: hidden;
}


.footer__menu {
	overflow: hidden;
	list-style: none;
	padding: 5px 0 15px;
	margin: 0;
}

.footer__menu:after {
	content:"";
	clear: both;
	display: block;
}

.footer__menu li {
	float: left;
	width: 25%;
	padding: 0;
	margin: 2px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer__menu li:nth-child(4n+1) {
	clear: both;
}

.footer__menu a {
	display: inline-block;
	height: 20px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-right: 10px;
}

.footer__menu a span {
	border-bottom: 1px solid transparent;
}

.footer__menu a:hover {
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.footer__menu a:hover span {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.footer__socials {
	float: right;
	width: 270px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: right;
}

.footer__sitemap {
	float: right;
	clear: right;
	margin-right: 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;

}

.footer__sitemap:hover {
	color: #fff;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}


.h-in {
	display: table;
	width: 100%;
}

.h-col {
	display: table-cell;
	vertical-align: top;
}

.h-col__search {
	max-width: 650px;
	margin: 0 auto;
	padding-right: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.h-search {position: relative;}

.h-search form {
	position: relative;
}

.h-search__text {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 200;
	height: 36px;
	position: relative;
}

input.h-search__text {
	-webkit-box-shadow: inset 2px 2px 2px 1px rgba(177,216,243,0.5), 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: inset 2px 2px 2px 1px rgba(177,216,243,0.5), 1px 1px 1px rgba(0,0,0,0.3);
	padding-right: 47px;
}

.h-search__text:focus {
	background: #fff;
}

.h-search__submit {
	display: block;
	height: 36px;
	width: 36px;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	cursor: pointer;
}

.h-search__submit.ico-search {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 24px;
	width: 36px;
	background: #0C96D9;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.h-search__submit.ico-search:hover {
	background: #062750;
}

.h-search__submit.ico-search:before {
	position: absolute;
	font-size: 21px;
	color: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 36px;
	pointer-events: none;
}



.h-search__submit input {
	border: 0;
	background: transparent;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.h-search__switch {
	color: #fff;
	font-size: 1.3em;
	line-height: 1;
	display: table;
	width: 100%;
}

.h-search__switch li {
	display: table-cell;
	padding: 10px 0;
	text-align: center;
}

.h-search__switch label {
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}

.h-search__switch label:hover {
	color: #eee;
}

.h-search__switch input {
	margin-right: 5px;
	cursor: pointer;
}


.h-search__select {
	margin-top: 10px;
	text-align: left;
	position: relative;
	width: calc(100% - 36px);
}

.h-search__select span {
	font-size: 14px;
	color: #fff;
	color: rgba(255,255,255,0.85);
	display: none;
}

.h-search__select select {
/*	color: #fff;
	color: rgba(255,255,255,0.85);
	font-size: 16px;
	-webkit-appearance: button;
	-moz-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	-webkit-padding-start: 2px;
	-moz-padding-start: 2px;
	background: transparent;
	border: 0;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	margin: 0;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: underline;
	outline: 0;*/
	font-size: 13px;
	padding: 3px 5px;
	background: #dcf2ff;
	background: rgba(255,255,255,0.5);
	background: transparent;
	outline: 0;
	border: 0;
	1margin-left: 5px;
	border: 1px solid rgba(220,242,255,0.5);
	color: #DCF2FF;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.h-search__select:after {
	content:"";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 11px;
	right: 7px;
	border-top: 5px solid #DCF2FF;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	pointer-events: none;
}

.h-search__select select option {
	color: #000;
	padding: 0;
	background: #fff;
	margin: 0;
}



.h-search.show {
	position: fixed;
	z-index: 100;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #DCF2FF;
	background: rgba(220,242,255,0.8);
}

.h-search.show form,
.h-search.show .h-search__form {
	position: relative;
	max-width: 97%;
	max-width: calc(100% - 24px);
	margin: 55px auto;
	padding: 50px 20px;
	display: block;
	background: #002d63;
	background: rgba(0,45,99,0.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.h-search__form {
	position: relative;
}

.h-search__form_en {
	/*margin-top: 15px;*/
}

.h-search.show .h-search__submit {
	top: 50px;
	right: 20px;
}

.h-search.show .h-search__switch span {
	display: block;
	margin-top: 5px;
}

.h-search-close {
	display: none;
	position: absolute;
	top: -45px;
	right: 0;
	width: 45px;
	height: 45px;
	background: #002d63;
	background: rgba(0,45,99,0.9);
	color: #000;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.h-search.show .h-search-close {
	display: block;
}

.h-search-close span {
	display: block;
	height: 3px;
	width: 28px;
	background: #1671b7;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -2px;
	line-height: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.h-search-close span:before {
	content:"";
	display: block;
	position: absolute;
	height: 3px;
	width: 28px;
	background: #1671b7;
	top: -8px;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: rotate(90deg) translateX(8px);
	-ms-transform: rotate(90deg) translateX(8px);
	-o-transform: rotate(90deg) translateX(8px);
	transform: rotate(90deg) translateX(8px);
}

.h-search-close:hover {
	background: #002d63;
	background: rgba(0,45,99,0.9);
}

.h-search-close:hover span:before,
.h-search-close:hover span {
	background: #fff;
}

.h-logo {
	width: 320px;
	float: left;
	color: #9FDBFD;
	font-size: 1.35em;
	padding: 30px 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.h-logo__img {
	display: block;
}

.h-logo__img img {
	max-width: 100%;
}

/*Ncpi - 02-02-2016 */
.h1-col_min {margin: 0px 160px 0; color: #fff; text-align: center; padding-top: 30px;}

.h-logo__text {
	display: block;
	text-align: center;
	padding-top: 15px;
}


.h-title {
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	padding-top: 40px;
	height: 103px;
}


.h-col__links {
	width: 610px;
}

.h-links-list {
	margin-bottom: 20px;
}

.h-links-list:after {
	content:"";
	display: block;
	clear: both;
}

.h-links-list li {
	float: left;
	list-style: none;
}

.h-link {
	list-style: none;
	background: #002d63;
	background: rgba(0,45,99,0.5);
	color: #fff;
	display: block;
	width: 190px;
	height: 170px;
	margin-right: 10px;
	padding-top: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.h-link__title {
	font-size: 1.3em;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.h-link:hover .h-link__title {
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.h-link__image {
	display: block;
	margin: 0 10px 10px;
	height: 70px;
	1background-color: rgba(255,255,255,0.1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.h-link__count {
	display: block;
	color: #88D2FC;
	position: relative;
	min-height: 25px;
	line-height:25px;
	margin: 10px auto 0;

	display: inline-block;
	display: block;
	width: auto;
	text-align: center;
}

.h-link__count b {
	font-size: 25px;
	line-height: 1.05;
	position: static;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 5px 0 0;
}

.h-link__count span {
	font-size: 11px;
	line-height: 12px;
	padding-right: 2px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}


.h-links-list-en .h-link {
	height: 145px;
}

.lang {
	text-align: right;
	padding: 15px 20px;
}

.lang a {
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	1font-size: 1.4em;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);

}

.lang .active {
	cursor: default;
	border-bottom-color: transparent;
}



.search {
}

.search form {
	display: block;
}

.search input[type="search"],
.search input[type="text"] {
	padding: 0 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.socials {
	cursor: default;
}
.l-aside .socials {
	padding-left: 15px;
	padding-bottom: 5px;
}


.socials a {
	margin-left: 5px;
	margin-bottom: 5px;
	width: 30px;
	height: 30px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.socials a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


.layout {
	position: relative;
}


.l-aside {
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}

.l-main-wrap {
	float: left;
	width: 100%;
	1min-height: 620px;
}

.l-main,
.l-main-content {
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
	margin: 0 267px 0 270px;
}

.r-aside {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
	float: left;
}


.l-aside {
	width: 250px;
	float: left;
	position: relative;
	z-index: 10;
	background: #F2FAFF;
	margin-right: 20px;
	margin-left: -100%;
}

.r-aside {
	width: 230px;
	1float: right;
	min-height: 400px;
	margin: 0 20px 0 -250px;
	float: left;
}

.r-aside .newslist_pravo {
	padding: 0 0 10px;
	width: 100%;
}

.r-aside .newslist_pravo .nl-footer {
	padding: 10px 0;
}

.r-aside ul {
	margin-left: 20px;
	font-size: 13px;
}

.r-aside ul a {
	text-decoration: none;
	border-bottom: 1px solid #005091;
	border-bottom: 1px solid rgba(0,51,102,0.3);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.r-aside ul a:hover {
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.r-aside > section > .usercontent .r-header:first-child {
	padding-top: 0;
}

.l-main {
	overflow: hidden;
}

.l-main-content {
	padding: 30px 30px 10px;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 30px;
	position: relative;
	1min-height: 620px;
}

.l-main__header {
	1border-bottom: 1px solid #e1e1e1;
	1padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.l-main__header h1 {
	padding-bottom: 10px;
	/*text-align: center;*/
}

.l-main_bg {
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(5,47,68,0.1);
	box-shadow: 1px 1px 3px 1px rgba(5,47,68,0.1);
}

.gotop {
	top: 10px;
	right: 280px;
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff url('../i/icons/ico-up.png') 50% 50% no-repeat;
	border-radius: 3px;
	border: 1px solid #aaa;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	z-index: -1;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.gotop:hover {
	background-color: #f2faff;
}

.gotop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 50;
}

.gotop.bottom {
	right: 13px;
	bottom: 30px!important;
}

.sidemenu {
	list-style: none;
	-webkit-box-shadow: 1px 1px 3px rgba(100,100,100,0.3);
	box-shadow: 1px 1px 3px rgba(100,100,100,0.3);
	margin-bottom: 20px;
}

.sidemenu > li {
	position: relative;
	white-space: nowrap;
	clear: both;
	list-style: none;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

.sidemenu > li:after {
	content:"";
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	line-height: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.sidemenu > li:nth-child(1) > a {
	background: #005daf;
}
.sidemenu > li:nth-child(2) > a {
	background: #006ab9;
}
.sidemenu > li:nth-child(3) > a {
	background: #0077c3;
}
.sidemenu > li:nth-child(4) > a {
	background: #0083cb;
}
.sidemenu > li:nth-child(5) > a {
	background: #008ed3;
}
.sidemenu > li:nth-child(6) > a {
	background: #0099db;
}
.sidemenu > li:nth-child(7) > a {
	background: #10a4e2;
}
.sidemenu > li:nth-child(8) > a {
	background: #0099db;
}
.sidemenu > li:nth-child(9) > a {
	background: #008ed3;
}
.sidemenu > li:nth-child(10) > a {
	background: #0083cb;
}
.sidemenu > li:nth-child(11) > a {
	background: #0077c3;
}

.sidemenu > li > a {
	background: #005daf;
	background: #10a4e2;
	color: #fff;
	color: rgba(255,255,255,0.93);
	height: 60px;
	display: block;
	font-size: 1.4em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px 0 20px;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;*/
}

.sidemenu > li > a i {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	color: #fff;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
	color: #a3d8f8;
	color: rgba(255,255,255,0.7);
}

.sidemenu > li > a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4em;
	white-space: normal;
	max-width: 180px;
}

.sidemenu > li:hover > a,
.sidemenu > li.hover > a {
	background: #003c84;
	/*-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;*/
}

.sidemenu > li ul:before,
.sidemenu > li > a:before {
	display: none;
	display: block;
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: rgb(0,39,84);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjc1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNjODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,39,84,1) 0%, rgba(0,60,132,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,39,84,1)), color-stop(100%,rgba(0,60,132,1)));
	background: -webkit-linear-gradient(top,  rgba(0,39,84,1) 0%,rgba(0,60,132,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,39,84,1) 0%,rgba(0,60,132,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,39,84,1) 0%,rgba(0,60,132,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,39,84,1) 0%,rgba(0,60,132,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002754', endColorstr='#003c84',GradientType=0 );
	opacity: 0;
}

.sidemenu > li ul:before,
.sidemenu > li:hover  > a:before,
.sidemenu > li.active > a:before {
	opacity: 0.5;
}

.sidemenu > li ul:before {
	width: 40%;
	border-radius: 0 0 150px/20px 0;
}


.sidemenu > li ul {
	font-family: 'Arimo';
	display: none;
	list-style: none;
	position: absolute;
	top: 0;
	left: 100%;
	background: #003c84;
	width: 480px;
	font-size: 1.4em;
	padding: 15px 20px;
	white-space: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sidemenu > li:hover ul {
	display: block;
}

.sidemenu > li ul li {
	margin-bottom: 0;
}

.sidemenu > li ul a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.93);
	text-decoration: none;
	padding: 5px 12px;
}

.sidemenu > li ul a:hover {
	background: #0096ea;
}
/*
Если меню будет выезжать непонятно где то можно добавить следующи екласс
.sidemenu__inner {
    position: absolute;
    top: 60px;
    width: 250px;
    display: none;
}

.sidemenu__inner.show {
    display: block;
}

НО!! анимация работать не будет

*/
.sidemenu__inner {
	position: absolute;
	left: -10000px;
	top: 60px;	
	width: 250px;
}

.sidemenu__inner.show {
	left: 0;
}

.sidemenu__inner li {
	position: relative;
	margin-left: -250px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}


.sidemenu__inner.show li {
	margin-left: 0;
	-webkit-transition: 0.05s ease;
	-o-transition: 0.05s ease;
	transition: 0.05s ease;
}

.sidemenu__inner.show li:nth-child(2) {
	-webkit-transition: 0.05s ease 0.05s;
	-o-transition: 0.05s ease 0.05s;
	transition: 0.05s ease 0.05s;
}

.sidemenu__inner.show li:nth-child(3) {
	-webkit-transition: 0.05s ease 0.1s;
	-o-transition: 0.05s ease 0.1s;
	transition: 0.05s ease 0.1s;
}

.sidemenu__inner.show li:nth-child(4) {
	-webkit-transition: 0.05s ease 0.15s;
	-o-transition: 0.05s ease 0.15s;
	transition: 0.05s ease 0.15s;
}

.sidemenu__inner.show li:nth-child(5) {
	-webkit-transition: 0.05s ease 0.2s;
	-o-transition: 0.05s ease 0.2s;
	transition: 0.05s ease 0.2s;
}

.sidemenu__inner.show li:nth-child(6) {
	-webkit-transition: 0.05s ease 0.25s;
	-o-transition: 0.05s ease 0.25s;
	transition: 0.05s ease 0.25s;
}

.sidemenu__inner.show li:nth-child(7) {
	-webkit-transition: 0.05s ease 0.3s;
	-o-transition: 0.05s ease 0.3s;
	transition: 0.05s ease 0.3s;
}

.sidemenu__inner.show li:nth-child(8) {
	-webkit-transition: 0.05s ease 0.35s;
	-o-transition: 0.05s ease 0.35s;
	transition: 0.05s ease 0.35s;
}

.sidemenu__inner.show li:nth-child(9) {
	-webkit-transition: 0.05s ease 0.4s;
	-o-transition: 0.05s ease 0.4s;
	transition: 0.05s ease 0.4s;
}

.sidemenu__inner.show li:nth-child(10) {
	-webkit-transition: 0.05s ease 0.45s;
	-o-transition: 0.05s ease 0.45s;
	transition: 0.05s ease 0.45s;
}

.sidemenu__inner.show li:nth-child(11) {
	-webkit-transition: 0.05s ease 0.5s;
	-o-transition: 0.05s ease 0.5s;
	transition: 0.05s ease 0.5s;
}

.sidemenu__inner.show li:nth-child(12) {
	-webkit-transition: 0.05s ease 0.55s;
	-o-transition: 0.05s ease 0.55s;
	transition: 0.05s ease 0.55s;
}


.inmenu .inmenu__switch {
	width: 32px;
	height: 32px;
	margin-left: -8px;
}

.inmenu .inmenu__switch:hover {
	background: #003366;
	-webkit-box-shadow: inset 1px 1px 7px rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 7px rgba(0,0,0,0.3);
}

.inmenu__switch span {
	display: block;
	height: 3px;
	width: 16px;
	background: #fff;
	margin: 14px auto 0;
	position: relative;
	line-height: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.inmenu__switch span:before {
	content:"";
	display: block;
	position: absolute;
	height: 3px;
	width: 16px;
	background: #fff;
	top: -6px;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.inmenu__switch span:after {
	content:"";
	display: block;
	position: absolute;
	height: 3px;
	width: 16px;
	background: #fff;
	bottom: -6px;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.inmenu small {
	font-weight: 100 !important;
	font-size: 10px !important;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 5;
	display: none;
}


.inmenu {
	list-style: none;
}

.inmenu > li {
	position: relative;
	white-space: nowrap;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

.inmenu > li:after {
	content:"";
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	line-height: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.inmenu a {
	position: relative;
}

.inmenu > li > a {
	background: #003c84;
	color: #fff;
	color: rgba(255,255,255,0.93);
	height: 60px;
	display: block;
	font-size: 1.4em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px 0 20px;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.inmenu > li > a i {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	color: #fff;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
}

.inmenu > li > a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4em;
	white-space: normal;
	max-width: 180px;
}


.inmenu > li > a:before {
	display: none;
	display: block;
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: rgb(0,39,84);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjc1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNjODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,39,84,1) 0%, rgba(0,60,132,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,39,84,1)), color-stop(100%,rgba(0,60,132,1)));
	background: -webkit-linear-gradient(top,  rgba(0,39,84,1) 0%,rgba(0,60,132,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,39,84,1) 0%,rgba(0,60,132,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,39,84,1) 0%,rgba(0,60,132,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,39,84,1) 0%,rgba(0,60,132,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002754', endColorstr='#003c84',GradientType=0 );
	opacity: 0.5;
}

.inmenu__list {
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.inmenu__list.hide {
	opacity: 0.3;
	filter: alpha(opacity=30);
	pointer-events: none;
}

.inmenu > li > ul {
	padding: 10px;
	background: #DCF2FF;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 3px rgba(100,100,100,0.3);
	box-shadow: 1px 1px 3px rgba(100,100,100,0.3);
}

.inmenu > li li {
	white-space: normal;
	font-size: 15px;
	list-style: none;
}

.inmenu > li li a {
	padding: 5px 10px;
	padding-left: 20px;
	display: inline-block;
	text-decoration: none;
	line-height: 1.2;
}

.inmenu > li li a span {
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.inmenu > li li a:hover span {
	border-bottom: 1px solid #aaa;
	border-bottom: 1px solid rgba(51,51,51,0.5);
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.inmenu > li li.open > a {
	color: #0096EA;
}

.inmenu > li li.open > a:hover span {
	border-bottom: 1px solid #6a8caf;
}

.inmenu > li li i {
	display: block;
	width: 6px;
	height: 7px;
	background: transparent url('../i/icons/inmenu-arrow.png') 0 0 no-repeat;
	position: absolute;
	left: 9px;
	top: 11px;
}

.inmenu > li li.open i {
	width: 9px;
	height: 6px;
	background: transparent url('../i/icons/inmenu-arrow-active.png') 0 0 no-repeat;
	left: 7px;
}

.inmenu > li li.closed i {
	width: 6px;
	height: 7px;
	background: transparent url('../i/icons/inmenu-arrow.png') 0 0 no-repeat;
	left: 9px;
}

.inmenu > li li li {
	font-size: 13px;
	padding-left: 20px;
	padding-left: 15px;
}

.inmenu > li li li li.active a {
	padding-right: 20px;
}

.inmenu .active > a,
.inmenu a.active {
	background: #0096ea;
	color: #fff;
	cursor: default;
}

.inmenu .active > a span {
	border: 0 !important;
}









.l-news {
	overflow: hidden;
	padding: 0 0 0 20px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.l-news:after {
	content:"";
	display: block;
	clear: both;
}

.layout__header {
	font-size: 24px;
	line-height: 1.1;
	font-weight: 200;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.layout__header:after {
	content:"";
	display: block;
	clear: both;
}

.layout__header a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #003366;
	border-bottom: 1px solid rgba(0,51,102,0.5);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.layout__header a:hover {
	border-bottom: 1px solid #003366;
}

.layout__header .button {
	margin-left: 15px;
	text-transform: none;
	margin-top: -5px;
}

.newslist {
	width: 710px;
	float: left;
	padding-bottom: 40px;
}

.newslist:after {
	content:"";
	display: block;
	clear: both;
}

.nl-footer {
	padding: 10px 20px;
	clear: left;
}

.nl-footer .button {
	margin-right: 10px;
}

.news-card {
	display: block;
	font-size: 1.4em;
	font-weight: 600;
	color: #000;
	position: relative;
	float: left;
	width: 345px;
	height: 175px;
	background: #fff;
	margin: 0 10px 10px 0;
	padding: 20px;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 3px 0 rgba(11,44,63,0.2);
	box-shadow: 1px 1px 3px 0 rgba(11,44,63,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news-card [class^="ico-"],
.news-card [class*=" ico-"] {
	margin-left: 3px;
	color: #086aa9;
}

.news-card_2h {
	height: 360px;
}

.news-card .news-card__date {
	position: absolute;
	bottom: 20px;
	left: 22px;
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
}

.news-card__date {
	display: block;
	font-size: 1.1em;
	color: #666;
}

.news-card > img,
.news-card span > img {
	display: none;
}

.news-card__img {
	position: relative;
	display: block;
	height: 185px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/*-webkit-background-size: cover;
	background-size: cover;*/
	-webkit-background-size: contain;
	background-size: contain;
	margin: -20px -20px 20px;
}

.news-card__img:after {
	content:"";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.1);
}

.news-card > span {
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.news-card:hover > span {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.news-card:hover {
	1color: #fff;
	1background: #086aa9;
}

.news-card:hover [class^="ico-"],
.news-card:hover [class*=" ico-"] {
	1color: #fff;
}

.news-card:hover .news-card__img:after {
	background: rgba(255,255,255,0);
}

.news-card:hover .news-card__date {
	1color: #ccc;
}

/*.news-card a:visited {
	color: #aaa;
}*/

.newslist_pravo {
	width: auto;
	float: none;
	overflow: hidden;
	padding: 0 3px 40px 10px;
	1background: green;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#nl-stick {
	padding-bottom: 40px;
}

.newslist__item {
	position: relative;
	background: #dcf2ff;
	padding: 20px;
	-webkit-box-shadow: 1px 1px 4px rgba(11,44,63,0.2);
	box-shadow: 1px 1px 4px rgba(11,44,63,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newslist__item img {
	display: none;
}

.newslist__item a {
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.5;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.newslist__item a:hover {
	color: #003d7a;
	border-bottom: 1px solid #6a8caf;
}

.newslist__item:after {
	content:"";
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #a1daff;
	bottom: -20px;
}

.newslist__item:last-of-type {
	margin-bottom: 10px;
}

.newslist__item:last-of-type:after {
	display: none;
}

.newslist__item .news-card__date {
	margin-top: 10px;
}

.newslist_pravo .newslist__item a > i {
	margin-left: 5px;
	vertical-align: top;
	position: relative;
	top: 4px;
}


.slick-initialized .slick-slide {
	outline: 0;
}

.b-aside {
	padding: 10px 0 10px 19px;
	font-weight: 600;
}

.b-aside__header {
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.b-aside p {
	font-size: 1.3em;
}

 .b-aside__date,
p.b-aside__date {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 12px;
	color: #666;
}

.b-aside a {
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	border-bottom: 1px solid transparent;
}

.b-aside a:hover {
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	color: #333;
	border-bottom: 1px solid #aaa;
}




.b-slider {
	margin: 0 0 80px;
	position: relative;
}

.b-slider > li {
	float: left;
	width: 33.33%;
	list-style: none;
}

.b-slider a {
	display: block;
	height: 220px;
	position: relative;
	margin: 0 10px 10px 0;
}

.b-slider__img {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #93ACBF;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.b-slider__img b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #086AA9;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
}

.b-slider object {
	position: absolute;
	bottom: 20px;
	font-size: 1.35em;
	color: #fff;
	padding: 0 20px;
	line-height: 1.4;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.b-slider a span {
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
}

.b-slider a:hover span {
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.b-slider a:hover b {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.b-slider a:hover  object {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.b-slider .slick-dots {
	bottom: -20px;
	text-align: center;
}



.b-main__block {
	margin-bottom: 50px;
	margin-right: 10px;
}

.b-announce {
	border: 2px solid #bae4ff;
	padding: 20px 0;
	margin-bottom: 70px;
	font-size: 1.4em;
}

.b-announce:after {
	content:"";
	display: block;
	clear: both;
}

.b-announce > ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.b-announce > ul > li {
	display: table-cell;
}

.b-announce > ul > li {
	list-style: none;
	position: relative;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #bae4ff;
}

.b-announce > ul > li:last-child {
	border-right: 0;
}

.b-announce strong,
.b-announce b {
	font-weight: 600;
}

.b-announce a {
	-webkit-transition: border 0.1s;
	-o-transition: border 0.1s;
	transition: border 0.1s;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #e3e3e3;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.b-announce a:hover {
	border-bottom: 1px solid #aaa;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}

.b-announce a span {
	border: 1px solid transparent;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.b-announce__date {
	position: absolute;
	bottom: 0;
	left: 20px;
	font-size: 13px;
	color: #666;
}

.b-announce__img {
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto 10px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.b-announce a:hover span {
	border-bottom: 1px solid #aaa;
}

.b-announce .slick-slider {
	margin-bottom: 0;
}

.b-announce .slick-slider img {
	max-width: 100%;
	float: none;
}

.b-announce .slick-track {
	display: table;
}

.b-announce .slick-initialized .slick-slide {
	display: table-cell;
	border-right: 1px solid #bae4ff;
	float: none;
	padding: 0 20px 40px;
	position: relative;
}

.b-announce .slick-initialized .slick-slide a {
	outline: 0;
}

.b-announce .slick-initialized .slick-slide img {
	margin: 0 auto 10px;
}

.b-announce .slick-initialized .slick-active:last-of-type {
	border: 0;
}




.b-main__banner {
	background: #d9e6f0;
	padding: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-main__banner img {
	max-width: 100%;
}

.b-main__banner object {
	max-width: 100% !important;
}

.b-weather {
	font-weight: 200;
}

.b-weather table {
	width: 100%;
	margin-bottom: 5px;
}

.b-weather td {
	font-size: 1.3em;
	font-weight: 600;
}

.b-weather td u {
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 10px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #666;
}

.b-weather .link-city {
	color: #003366;
	border-bottom: 1px solid #7997b3;
}

.b-weather .link-city:hover {
	border-bottom: 1px solid transparent;
}

.b-weather_footer {
	font-size: 11px;
	font-weight: 600;
}

.b-currency {
	font-weight: 200;
}

.b-currency table {
	padding-bottom: 5px;
}

.b-currency td {
	font-size: 1.3em;
	font-weight: 600;
	padding-bottom: 3px;
}

.b-currency_footer {
	font-size: 11px;
	font-weight: 600;
}

.h-search-mobile {
	display: none;
	float: right;
	margin: 10px 12px 10px 0;
	width: 45px;
	height: 45px;
	background: #1d9ee2;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.h-search-mobile i {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	color: #fff;
	line-height: 26px;
}

.h-search-mobile:hover {
	background: #062750;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.h-sidemenu {
	display: none;
	float: left;
	margin: 10px 15px 10px 12px;
	width: 45px;
	height: 45px;
	background: #f1f1f1;
	color: #000;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.h-sidemenu span {
	display: block;
	height: 3px;
	width: 28px;
	background: #1671b7;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -2px;
	line-height: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.h-sidemenu span:before {
	content:"";
	display: block;
	position: absolute;
	height: 3px;
	width: 28px;
	background: #1671b7;
	top: -8px;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.h-sidemenu span:after {
	content:"";
	display: block;
	position: absolute;
	height: 3px;
	width: 28px;
	background: #1671b7;
	bottom: -8px;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.h-sidemenu:hover {
	background: #062750;
}

.h-sidemenu:hover span,
.h-sidemenu:hover span:before,
.h-sidemenu:hover span:after {
	background: #fff;
}



body.aside-is-visible {
	overflow: hidden;
}

body.aside-is-visible .l-main,
body.aside-is-visible .l-header {
	opacity: 0.5;
	pointer-events: none;
}

.l-aside-header {
	display: block;
	position: relative;
	height: 65px;
	background: #06569C url('../i/bg-header.png') 0 0 no-repeat;
	display: none;
	-webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 5px 1px rgba(0,0,0,0.3);
	position: relative;
	z-index: 50;
}


.b-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width:  35px;
	height: 35px;
	background: #086aa9;
	color: #000;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.b-close:hover {
	background: #fff;
}

.b-close span {
	display: block;
	height: 3px;
	width: 28px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -2px;
	line-height: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.b-close span:before {
	content:"";
	display: block;
	position: absolute;
	height: 3px;
	width: 28px;
	background: #fff;
	top: -8px;
	left: 0;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	-webkit-transform: rotate(90deg) translateX(8px);
	-ms-transform: rotate(90deg) translateX(8px);
	-o-transform: rotate(90deg) translateX(8px);
	transform: rotate(90deg) translateX(8px);
}

.b-close:hover {
	background: #f1f1f1;
}

.b-close:hover span:before,
.b-close:hover span {
	background: #1671b7;
}

















.l-aside-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	background: #f1f1f1;
	color: #000;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.l-aside-close:hover {
	background: #fff;
}

.l-aside-close span {
	display: block;
	height: 3px;
	width: 28px;
	background: #1671b7;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -2px;
	line-height: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.l-aside-close span:before {
	content:"";
	display: block;
	position: absolute;
	height: 3px;
	width: 28px;
	background: #1671b7;
	top: -8px;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: rotate(90deg) translateX(8px);
	-ms-transform: rotate(90deg) translateX(8px);
	-o-transform: rotate(90deg) translateX(8px);
	transform: rotate(90deg) translateX(8px);
}

.l-aside-close:hover {
	background: #1671b7;
}

.l-aside-close:hover span:before,
.l-aside-close:hover span {
	background: #fff;
}


.l-banners {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}

.l-banners img {
	max-width: 100%;
}


.r-banners {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.r-banners img {
	max-width: 100%;
}

.r-promo-links {
	padding-bottom: 10px;
}

.r-promo-links a {
	display: block;
	border: 2px solid #bae4ff;
	text-align: center;
	padding: 12px 20px;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.r-promo-links a span {
	border-bottom: 1px solid #005091;
	border-bottom: 1px solid rgba(0,51,102,0.3);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.r-promo-links a:hover span {
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}



.f-banners {
	padding: 10px 0 0;
	overflow: hidden;

	padding-top: 0;
}

.f-banners ul {
	list-style: none;
	margin: auto;
    display: table;
}
}

.f-banners ul:after {
	content:"";
	display: block;
	clear: both;
}

.f-banners li {
	float: left;
	margin: 0 10px 10px 0;
}

.f-banners img {
	display: block;
	max-height: 58px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.f-banners img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}



.r-aside .layout__header,
.r-header,
.r-header_hidden {
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0;
	font-weight: 700;
}

.r-header_hidden {
	display: none;
	visibility: hidden;
}


.r-stats {
	border: 2px solid #bae4ff;
	padding: 0 20px;
	color: #003366;
	font-size: 12px;
	margin-bottom: 10px;
}

.r-stats span {
	display: block;
}

.r-stats-header {
	font-size: 32px;
	font-weight: 700;
}

.r-stats-header b,
.r-stats-header span {
	display: inline-block;
	vertical-align: baseline;
}

.r-stats-header b {
	font-size: 60px;
	font-weight: 700;
}

.r-stats hr {
	height:1px;
	border:none;
	color:#66C2FF;
	background-color:#66C2FF;
	margin: 0 0 5px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}




.b-poll {
	font-size: 13px;
	padding: 10px 20px 20px;
	padding-top: 0;
}

.b-poll p {
	padding-bottom: 7px;
}

.b-poll-header {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.b-poll-title {
	font-size: 14px;
	font-weight: 700;
	color: #003366;
	padding-bottom: 5px;
}

.b-poll label {
	position: relative;
	display: block;
}

.b-poll label input {
	line-height: 1;
}

.b-poll label input {
	position: absolute;
	top: 2px;
	left: 0;
}

.b-poll label span {
	margin-left: 20px;
	cursor: pointer;
	line-height: 1.2;
}

.b-poll label b {
	display: inline;
	vertical-align: top;
}

.b-poll-in {
	padding: 10px 0;
}


.b-poll-in p {
	padding-bottom: 13px;
}

.b-poll .button {
	max-width: 200px;
}

.b-poll .b-note {
	display: none;
	width: 100%;
	pointer-events: none;
	color: #000;
	background: #D9E6F0;
	padding: 8px 0;
	border-radius: 3px;
	text-align: center;
	max-width: 200px;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}


/************************************************/
/*			Abbreviation						*/
/************************************************/
.abr
{
	border-bottom: 1px  dashed red;	
	cursor: help;
}
.abr span
{
	display: none;
	margin-left: 4px; 
	border: 1px solid #a2a1a1;
	background-color: #eaeef1;
	width: 180px;
	padding: 2px;
	text-align: left;
	text-indent: 0px;
	font-weight: normal;
	z-index: 8;
}
.abr:hover span
{
    display: inline;
	position: absolute;
}



.search-form-tip {
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 10px;
	opacity: 0.3;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}



.search-form {
	font-size: 14px;
	margin-top: 20px;
}

.search-form_fade table {
	opacity: 0.5;
	filter: alpha(opacity=50);
	pointer-events: none;
}

.search-form table {
	width: 100%;
}

.search-form td {
	padding-bottom: 15px;
	vertical-align: top;
}

.search-form td:hover .search-form-tip {
	opacity: 1;
	filter: alpha(opacity=100);
}

.search-form td:first-child {
	width: 240px;
	vertical-align: top;
}

.search-form td:first-child div {
	margin-top: 8px;
	padding-right: 20px;
}

.search-form td div {
	position: relative;
}

.search-form .select {
	width: 100%;
}

.search-form .button {
	margin: 0 5px 5px 0;
}

.suggest {
	position: relative;
}

.search-form .suggest__select {
	position: absolute;
	width: 100%;
	top: 35px;
	left: 0;
	background: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	z-index: 10;
}

.suggest__select > div {
	padding: 5px 20px;
	cursor: pointer;
}

.suggest__select > div:hover {
	color: #fff;
	background: #003c84;
}

.suggest__result {

}

.suggest__result > div {
	padding: 5px 20px 5px 5px;
	border-bottom: 1px solid #e3e3e3;
}

.suggest__result > div img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
}

.suggest__result > div span {
	display: inline-block;
	vertical-align: middle;
}

.suggest__logic {
	padding: 7px;
}

.suggest__logic input,
.suggest__logic span {
	display: inline-block;
	vertical-align: middle;
}

.suggest__logic input {
	margin-right: 5px;
}

ul.toggle-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.toggle-list:after {
	content:"";
	display: block;
	clear: both;
}

ul.toggle-list li {
	padding: 0;
	margin: 0;
	position: static;
}

ul.toggle-list li:before {
	display: none;
}




li.toggle__date {
}
li.toggle__date span {
	float: left;
	display: block;
	line-height: 40px;
	text-align: left;
	width: 30px;
}
li.toggle__date div {
	overflow: hidden;
}


li.toggle__range {
	display: none;
}
li.toggle__range span {
	float: left;
	display: block;
	line-height: 40px;
	text-align: left;
	width: 30px;
}
li.toggle__range > div {
	overflow: hidden;
	width: auto;
}
li.toggle__range .table {
	display: table;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}
li.toggle__range .cell {
	display: table-cell;
	text-align: center;
}

li.toggle__range .cell:nth-child(2) {
	width: 29px;
}

li.toggle__range.disabled {
	opacity: 0.2;
	filter: alpha(opacity=20);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}


ul li.toggle__switch {
	float: left;
	padding-right: 20px;
	line-height: 34px;
	white-space: nowrap;
}







.toggler {
	display: inline-block;
	cursor: default;
	line-height: 1;
}

.toggler a {
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 1.2;
	color: #003366;
	color: #666;
	1border-bottom: 1px dashed #999;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	white-space: nowrap;
	text-decoration: none;
}

.toggler a:hover {
	color: #0096EA;
	border-bottom-color: #0096EA;
}

.toggler a.active {
	border-bottom: 0;
	cursor: default;
	color: #666;
}

.toggler__bar {
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 28px;
	border-radius: 14px;
	
	background: #f1f1f1;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
	-webkit-transition: background 0.1s;
	-o-transition: background 0.1s;
	transition: background 0.1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.toggler__bar {
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}

.toggler__bar b {
	cursor: pointer;
	position: absolute;
	width: 22px;
	height: 22px;
	top: 3px;
	left: 3px;
	background: #f1f1f1 url('../i/icons/toggle.png') 0 0 no-repeat;
	border-radius: 12px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.toggler.active .toggler__bar {
	background: #086aa9;
}

.toggler.active .toggler__bar b {
	left: 29px;
}

.toggler__bar b:hover {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}





.link-help {
	float: right;
}



.s-block-link {
	border: 2px solid #c2e7ff;
	color: #003366;
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 20px;
	margin-bottom: 10px;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.s-block-link:hover {
	border-color: #003366;
}

.s-block-link span {
	display: inline-block;
	position: relative;
}

.s-block-link span:after {
	font-family: Georgia;
	font-weight: 700;
	content:"»";
	display: inline-block;
	margin-left: 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.org-list {
	margin: 0 -10px 0 -20px;
	position: relative;
}

.org-list:after {
	content:"";
	display: block;
	clear: both;
}

.org-item {
	float: left;
	width: 49%;
	border: 2px solid #bae4ff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px 15px;
	margin-bottom: 10px;
	margin-left: 1%;
	1min-height: 400px;
}

.org-item:nth-child(2n+1) {
	clear: left;
}

.org-item h2 {
	line-height: 1.3;
	padding-bottom: 10px;
}

.org-item h3 {
	text-align: left;
}

.org-item h4 {
	text-align: left;
}

.org-item > img {
	position: absolute;
	z-index: -1;
}

.org-item a {
	word-break: break-all;
}



ul.header-nav {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

ul.header-nav li {
	display: inline-block;
	margin-right: 10px;
	padding-bottom: 5px;
	list-style: none;
}

ul.header-nav li:before {
	display: none;
}

.header-nav a,
.header-nav span {
	text-decoration: none;
	color: #003366;
	cursor: pointer;
	border-bottom: 1px solid #A6B4C1;
}

.header-nav a:hover,
.header-nav span:hover {
	text-decoration: none;
	border-bottom: 1px solid #003366;
}

.header-nav .active a,
.header-nav .active span {
	color: #0096EA;
	cursor: default;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.header-months {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
}

.header-days {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;
}

.header-days div {
	display: block;
	margin-right: 10px;
	padding-bottom: 5px;
}

.header-days div a,
.header-days div span {
	text-decoration: none;
	color: #003366;
	cursor: pointer;
	border-bottom: 1px solid #A6B4C1;
}

.header-days div a:hover,
.header-days div span:hover {
	text-decoration: none;
	border-bottom: 1px solid #003366;
}

.news__item {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #003366;
	text-decoration: none;
	line-height: 1.3;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	padding: 10px 0 20px;
}

.news__item:after {
	content:"";
	display: block;
	clear: both;
}

.news__item span > img {
	float: right;
	max-width: 80px;
	max-height: 80px;
	overflow: hidden;
	margin-left: 20px;
}

.news__item span {
	border: 1px solid transparent;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.news__item:hover span {
	border-bottom: 1px solid #b1c5d8;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.news__item .news__date {
	color: #666;
	font-size: 11px;
	display: block;
	margin-top: 10px;
	font-weight: 400;
	border: 0!important;
}



.button_next {
	color: #fff;
}

.button_prev {
	color: #fff;
}

.pagination {
	padding-bottom: 20px;
	margin-right: 35px;
	cursor: default;
}

.pagination:after {
	content:"";
	display: block;
	clear: both;
}

.pagination .button_next {
	float: right;
	margin-top: -5px;
}

.pagination .button_prev {
	float: left;
	margin-top: -5px;
	margin-right: 10px;
}

.pagination ul {
	list-style: none;
	font-size: 15px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.pagination ul li {
	display: inline-block;
	padding: 0 5px;
}

.pagination ul li:before {
	display: none;
}

.pagination li a {
	display: block;
}







.pages {
	padding-bottom: 20px;
	cursor: default;
}

.pages:after {
	content:"";
	display: block;
	clear: both;
}

.pages span {
	display: inline-block;
	margin: 0 5px;
}

.pages a {
	display: inline-block;
	margin: 0 5px;
}

.pages-abc {
	margin-top: 20px;
}




.abc-search__form {
	margin-top: 20px;
}

.abc-search__form input.h-search__text {
	-webkit-box-shadow: inset 2px 2px 2px 1px rgba(177,216,243,0.5);
	box-shadow: inset 2px 2px 2px 1px rgba(177,216,243,0.5);
}

.abc-search__form input:focus {
	background: #E7F3FB;
}


.subscribe {
}

.subscribe-item {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}

.subscribe-header {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
}



.subscribe-popup {
	display: none;
}

.subscribe-popup {
	width: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: 50%;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);

	-webkit-transform: translateY(-50%)  translateX(-50%);
	-ms-transform: translateY(-50%)  translateX(-50%);
	-o-transform: translateY(-50%)  translateX(-50%);
	transform: translateY(-50%)  translateX(-50%);
}

.subscribe-popup__close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.subscribe__form:after {
	content:"";
	display: block;
	clear: both;
}

.subscribe__form > input {
	float: right;
	margin-left: 10px;
}

.subscribe__form > div {
	overflow: hidden;
}






.subscribe-link {
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}





ul.links-list {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}

ul.links-list li {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

ul.links-list li:before {
	display: none;
}

ul.links-list a {
	text-decoration: none;
	border-bottom: 1px dotted #6a8caf;
}

ul.links-list a:hover {
	color: #000;
	border-bottom-color: #666;
}









.l-main .slick-dots {
	bottom: -30px;
	z-index: 10;
}

.b-announce .slick-dots {
	bottom: -60px;
	bottom: 0;
	top: 100%;
	width: 100%;
	margin: 30px 0 0;
}

.l-main .slick-dots li {
	width: 13px;
	height: 13px;
}

.l-main .slick-dots li button:before {
	content:"";
	background: transparent;
	height: 13px;
	width: 13px;
	border-radius: 13px;
	opacity: 0.8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #013670;
}

.l-main .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #013670;
}


.l-main .slick-prev {
	left: 15px;
	top: 100%;
	z-index: 50;
	width: 35px;
	height: 35px;
	margin-top: 0;
}

.l-main .slick-prev:before {
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	opacity: 1;
	display: block;
	color: #013670;
	border: 1px solid #086aa9;
	border-radius: 3px;
	width: 35px;
	height: 35px;
	line-height: 31px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.l-main .slick-prev:hover:before {
	background: #003c84;
	color: #59bdff;
	border-color: #003c84;
}

.l-main .slick-next {
	right: 25px;
	top: 100%;
	z-index: 50;
	width: 35px;
	height: 35px;
	margin-top: 0;
}

.l-main .slick-next:before {
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	opacity: 1;
	display: block;
	color: #013670;
	border: 1px solid #086aa9;
	border-radius: 3px;
	width: 35px;
	height: 35px;
	line-height: 31px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.l-main .slick-next:hover:before {
	background: #003c84;
	color: #59bdff;
	border-color: #003c84;
}

.l-main .slick-disabled {
	pointer-events: none;
}

.b-announce .slick-prev,
.b-announce .slick-next {
	margin-top: 30px;
}


.backnav {
	font-size: 13px;
	padding-bottom: 10px;
	1display: none;
	margin-right: 140px;
	margin-top: -10px;
}

.backnav a {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid 1px solid rgba(51,51,51,0.6);
	-webkit-transition: 0.15s;
	-o-transition: 0.15s;
	transition: 0.15s;
}

.backnav a:hover {
	border-bottom: 1px solid #005091;
	border-bottom: 1px solid rgba(0,51,102,0.7);
}

.b-print {
	float: right;
	position: relative;
	z-index: 10;
	line-height: 1;
position: absolute;
top: 20px;
right: 20px;
}

.b-print a {
	text-decoration: none;
}

.b-print i {
	margin-right: 5px;
}

.b-print span {
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
}

.b-print a:hover span {
	text-decoration: none;
}

.map table {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1;
}


.tooltipsy {
	font-size: 14px;
	max-width: 350px;
	color: #fff;
	padding: 20px;
	background: #0096ea;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}





.search__form {
	margin-bottom: 20px;
}

.search__form:after {
	content:"";
	display: block;
	clear: both;
}

.search__form-submit {
	float: right;
	margin-left: 10px;
}

.search__form-input {
	overflow: hidden;
}

.search__form-select {
	padding-bottom: 10px;
}

.search__form-select input,
.search__form-select label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.search__form-result {
	padding-bottom: 20px;
}

.search__form-result:after {
	content:"";
	display: block;
	clear: both;
}

.search__form-num {
	float: left;

}

.search__form-date {
	font-weight: 600;
	margin-right: 1em;
}

.search__form-text {
	overflow: hidden;
	padding: 0 0 0 10px;
	color: #666;
}

.search__form-text b {
	color: #000;
}






.l-main_popup {
	padding-top: 20px;
	padding-bottom: 30px;
	margin: 0;
}
/*Ncpi - 02-02-2016 */
.l-main_popup.col_min {
	padding-bottom: 0px; padding-top: 10px;
}

.l-main_popup .close {
	position: fixed;
	top: 35px;
	right: 30px;

	display: inline-block;
	vertical-align: top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border: 0;
	height: 35px;
	line-height: 33px;
	padding: 0 20px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	background: #086AA9;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 3px;
	letter-spacing: -0.02em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.l-header_popup .h-logo {
	padding: 10px;
	max-width: 200px;
}

.l-footer_popup {
	padding: 0;
	min-height: 0;
}


.share42init {
	padding-top: 20px;
	padding-bottom: 20px;
}



.aside-search {
	background: #086DAD;
	padding: 10px;
}


ul.dictionary {
	margin-left: 20px;
}

.dictionary li {
	position: relative;
}

.dictionary li u {
	cursor: help;
}

.dictionary .ajaxsel u {
	font-weight: 700;
}

.dictionary .helpsel  {
	color: #000;
	width: 100%;
	max-width: 550px;
	position: absolute;
	top: 100%;
	left: -10px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
	z-index: 90;
	-webkit-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.dictionary .helpsel img {
	float: right;
}

.dictionary .helpsel  hr {
	margin: 20px 0;
}



.announcement {
	margin: 20px;
	padding: 20px;
	background: #FFD700;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.announcement p:last-child {
	padding-bottom: 0;
}

.section-stats-copy {
	margin-left: 20px;
}

.Counter {
	display: none;
}


.classifier a {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid 1px solid rgba(51,51,51,0.5);
	-webkit-transition: 0.15s;
	-o-transition: 0.15s;
	transition: 0.15s;
}

.classifier a:hover {
	border-bottom: 1px solid #005091;
	border-bottom: 1px solid rgba(0,51,102,0.7);
}

.currency-review table {
	width: auto;
}

.currency-review table td {
	padding: 5px 15px;
	cursor: default;
	vertical-align: middle;
}

.currency-review table tr:nth-child(odd) td {
	background: #f2faff;
}

.currency-review table tr td:first-child {
	font-style: italic;
	font-size: 12px;
}

.currency-review table tr:hover td {
	background: #c4e9ff;
}

.currency-review table tr.head td {
	font-weight: 600;
	background: #b2e0ff;
	font-style: normal;
	font-size: 14px;
}

/*NCPI styles - Feedback form*/
.message_form td {padding: 7px 14px}
.pm  td  {padding: 0px;}
.pm5 div {margin: 5px 0;}







.wrap-en .l-main__header {
	display: none;
}

.wrap-en .usercontent {
	padding-top: 20px;
}


p.MsoNormal, li.MsoNormal, div.MsoNormal {padding:0; line-height: 1}

.plabel {
	display: none;
}

body.stretch .l-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
}


.popup-select {
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 70%;
	background: #fff;
	z-index: 50;
	margin: 0 0 0 15%;
	border: 3px solid #086aa9;
	-webkit-box-shadow: 0 2px 5px rgba(0,60,132,0.4);
	box-shadow: 0 2px 5px rgba(0,60,132,0.4);
}

.popup-select label {
	display: block;
	padding: 5px 0;
	cursor: pointer;
	color: #000;
}

.popup-select label:hover {
	color: #0096ea;
}

.popup-select label input {
	margin-right: 5px;
}

.popup-select label.checked {
	font-weight: 600;
	cursor: default;
	color: #000;
}

.popup-select__header {
	color: #003c84;
	height: 60px;
	display: block;
	font-size: 1.4em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px 0 20px;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.popup-select__in {
	overflow: auto;
	padding: 0 20px 20px;
}