@font-face {
	font-family: 'Fira Sans Condensed';
	src: url('font/FiraSansCondensed-Medium.eot');
	src: url('font/FiraSansCondensed-Medium.eot?#iefix') format('embedded-opentype'),
	url('font/FiraSansCondensed-Medium.woff') format('woff'),
	url('font/FiraSansCondensed-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans';
	src: url('font/PTSans-Regular.eot');
	src: url('font/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
	url('font/PTSans-Regular.woff') format('woff'),
	url('font/PTSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans Bold';
	src: url('font/PTSansBold.eot');
	src: url('font/PTSansBold.eot?#iefix') format('embedded-opentype'),
	url('font/PTSansBold.woff') format('woff'),
	url('font/PTSansBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Fira Sans Condensed';
	font-style: italic;
	font-weight: 500;
	src: local('Fira Sans Condensed Medium Italic'), local('FiraSansCondensed-MediumItalic'), url(font/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMBEdD5a.ttf) format('truetype');
}
@font-face {
	font-family: 'Fira Sans Condensed';
	font-style: italic;
	font-weight: 600;
	src: local('Fira Sans Condensed SemiBold Italic'), local('FiraSansCondensed-SemiBoldItalic'), url(font/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMdEdD5a.ttf) format('truetype');
}
@font-face {
	font-family: 'Fira Sans Condensed';
	font-style: italic;
	font-weight: 700;
	src: local('Fira Sans Condensed Bold Italic'), local('FiraSansCondensed-BoldItalic'), url(font/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZEdD5a.ttf) format('truetype');
}
@font-face {
	font-family: 'Fira Sans Condensed';
	font-style: normal;
	font-weight: 400;
	src: local('Fira Sans Condensed Regular'), local('FiraSansCondensed-Regular'), url(font/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfLtqA.ttf) format('truetype');
}
@font-face {
	font-family: 'Fira Sans Condensed';
	font-style: normal;
	font-weight: 500;
	src: local('Fira Sans Condensed Medium'), local('FiraSansCondensed-Medium'), url(font/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOuMB0dw.ttf) format('truetype');
}
@font-face {
	font-family: 'Fira Sans Condensed';
	font-style: normal;
	font-weight: 600;
	src: local('Fira Sans Condensed SemiBold'), local('FiraSansCondensed-SemiBold'), url(font/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJuMB0dw.ttf) format('truetype');
}
@font-face {
	font-family: 'Fira Sans Condensed';
	font-style: normal;
	font-weight: 700;
	src: local('Fira Sans Condensed Bold'), local('FiraSansCondensed-Bold'), url(font/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IuMB0dw.ttf) format('truetype');
}
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 400;
	src: local('PT Sans Italic'), local('PTSans-Italic'), url(font/jizYRExUiTo99u79D0e0ysmN.ttf) format('truetype');
}
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 700;
	src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(font/jizdRExUiTo99u79D0e8fOydIhUY.ttf) format('truetype');
}
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: local('PT Sans'), local('PTSans-Regular'), url(font/jizaRExUiTo99u79D0-EwA.ttf) format('truetype');
}
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: local('PT Sans Bold'), local('PTSans-Bold'), url(font/jizfRExUiTo99u79B_mh0OOtKA.ttf) format('truetype');
}
.fira-font{
	font-family: 'Fira Sans Condensed', sans-serif;
}
.pt-sans-font{
	font-family: 'PT Sans', sans-serif;
}
b, strong{
	font-family: 'PT Sans Bold';
	font-weight: normal;
}

html {
	height:100%;
	margin: 0;
	min-width: 320px;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', serif;
	color: #000;
	font-size: 14px;
	line-height: 1.3;
	background: #fff;
/*	height:100%;*/
}

.wrapper {
	width: 100%;
	min-width: 320px;
	margin:0;
	padding:0;
	position:relative;
	min-height: 100%;
	height: auto!important;
	height: 100%;
}
.content-container {
	min-height: 1%;
	width: 100%;
	position:relative;
	z-index: 1;
	margin: 0 0 320px;
}
.content-container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.news-list-block .news-item a,
.all-link a,
.search_link a {
	font-family: 'PT Sans Bold';
}
footer {
	height: auto;
	min-width: 320px;
	margin:-320px 0 0;
	position:relative;
	z-index: 0;
	overflow:hidden;
	text-align: left;
	background: #f8f8f8;
	width: 100%;
}
@media (max-width: 767px){
	.content-container {
		margin: 0;
	}
	footer {
		height: auto;
		margin:0;
	}
}
header{
	position: relative;
	margin: 0;
	z-index: 10;
	width: 100%;
}
img, table {
	border: none;
}
/*
*	created 14.02.2020
*/
img.konst-section {
	border: none;
	margin-right:10px;
}

form{
	margin: 0px;
	padding: 0px;
}
input, select, textarea{
	color: #000;
	font-family: 'PT Sans', serif;
}
a{
	color: #266bae;
	text-decoration: none;
	font-family: 'PT Sans', serif;;
}
a:hover, a:focus{
	color: #b81a37;
	text-decoration: none;
}
a:active{
	color: #474747;
	text-decoration: none;
}

.error{
	color: #b81a37;
	font-family: 'PT Sans Bold';
}

p{
	margin: 0;
	padding: 0 0 10px 0;
}
h1, .title-h1 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
	padding: 0 0 10px 0;
	color: #1d4c86;
}
h2, h3, h4, .title-h2, .h2, .h3, .h4 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
	padding: 0 0 10px 0;
	color: #333;
}

div.new-add .title-h2
{
	text-align: center;
}
@media (max-width: 620px){
	.title-h1{
		position: relative;
		font-size: 20px;
		line-height: 1.3;
		padding: 0 0 10px 0;
		padding-right: 40px;
	}
	h1{
		font-size: 20px;
		line-height: 1.3;
		padding: 0 0 10px 0;
	}

	.mb-md-40 {
		margin-bottom:20px;
	}

	h2, h3, h4, .title-h2, .h2, .h3, .h4 {
		font-size: 18px;
		line-height: 1.3;
		padding: 0 0 10px 0;
	}

	.mb-md-50 {
		margin-bottom: 25px;
	}

}

.size16{
	font-size: 14px;
}

/* menu */

/*.top_menu{
	background-color: #e3eaf1;
}*/
.top_menu{
	background-color: #e3eaf1;
	margin-bottom: 15px;
}
.top_menu .container{
	padding: 0;
}
/*.top_menu ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table;
	width: auto;
}*/

.top_menu ul{
	list-style: none;
	padding: 0;
	display: table;
	width: auto;
}
.top_menu ul li{
	list-style: none;
	float: left;
	margin: 0;
	display: block;
	padding: 0;
}
.top_menu ul li:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #266bae;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-top: -2px;
	display: none !important;
}
.top_menu ul li:last-child:after{
	display: none;
}
.top_menu ul li a{
	padding: 0 15px;
	margin: 0;
	display: block;
	text-decoration: none;
}
.top_menu ul li i.space-item{
	margin-right:60px;
}
.top_menu ul li a.main-item{
	padding: 0 15px;
	margin: 0;
	display: block;
	height: 45px;
	line-height: 45px;
	color: #266bae;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}
/*
.konst-section img {
	margin-right: 10px;
}*/
.top_menu ul li.open a, .top_menu ul li a.main-item:hover, .top_menu .dropdown-item.hover a.main-item{
	color: #fff;
	background-color: #266bae;
}
.nav .open > a:focus, .top_menu ul li a.main-item:focus, .top_menu ul li a.main-item:active, .top_menu ul li a.main-item.select{
	background-color: #1d4c86;
	color: #fff;
}
.top_menu ul li a.main-item.with-icon:hover, .top_menu ul li a.main-item.with-icon:focus, .top_menu ul li a.main-item.with-icon:active, .top_menu ul li a.main-item.with-icon.select{
	background-color: transparent;
}

.dropdown-item{
	position: relative;
}
.top_menu .drop-menu{
	width: 295px;
	padding: 10px 0 0;
	margin: 0;
	background-color: #266bae;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
}
.top_menu .dropdown-item:hover .drop-menu, .top_menu .dropdown-item.hover .drop-menu{
	display: block;
}
.top_menu .drop-left .drop-menu{
	left: auto;
	right: 0;
}

.top_menu .drop-menu a{
	color: #fff;
	background-color: #266bae;
	padding: 7px 15px;
	line-height: 19px;
	font-size: 14px;
	display: block;
	font-family: 'PT Sans';
}
.top_menu .drop-menu a:hover, .top_menu .drop-menu a.select {
	background-color: #1d4c86;
	color: #fff;
	font-family: 'PT Sans';
}

.main-item:hover .icon-more{
	background-image: url('../images/more-wh.svg');
}

@media (max-width: 959px){

	.top_menu ul li{
		list-style: none;
		float: left;
		margin: 0;
		display: block;
		padding: 0;
	}
	.top_menu .drop-menu{
		margin: 0;
	}
	.top_menu ul li a{
		padding: 0 10px;
	}
	.top_menu ul li a.main-item{
		padding: 0 10px;
		margin: 0;
		display: block;
		height: 45px;
		line-height: 45px;
		font-size: 12px;
	}

}

@media (max-width: 959px){

	.top_menu ul li{
		list-style: none;
		float: left;
		margin: 0;
		display: block;
		padding: 0;
	}
	.top_menu .drop-menu{
		margin: 0;
	}
	.top_menu ul li a{
		padding: 0 10px;
	}
	.top_menu ul li a.main-item{
		padding: 0 10px;
		margin: 0;
		display: block;
		height: 45px;
		line-height: 45px;
		font-size: 12px;
	}

}

@media (max-width: 767px){
	.top_menu{
		padding: 10px 10px;
	}
	.top_menu ul{
		margin: 0;
	}
	.top_menu ul li{
		float: none;
		margin: 0;
		display: block;
		padding: 0;
	}
	.top_menu ul li a.main-item{
		padding: 0 10px;
		margin: 0;
		display: inline-block;
		font-size: 14px;
	}
	.top_menu .drop-menu{
		margin: 0;
	}
	.top_menu ul li:after{
		display: none;
	}
	.top_menu ul li:last-child{
		text-align: left;
	}
	.top_menu .drop-left .drop-menu{
		left: 0;
		right: auto;
	}

}

.left-menu{
	margin-bottom:30px;
}
.left-menu ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.left-menu ul li{
	list-style: none;
	float: none;
	margin: 0;
	display: block;
	padding: 0;
	background-color: #f8f8f8;
}
.left-menu ul li a{
	display: block;
	padding: 10px 15px;
	background-color: #f8f8f8;
	font-size: 14px;
	color: #266bae;
	font-family: 'PT Sans';
	line-height: 1.3;
}
.left-menu ul li a:hover, .left-menu ul li a.selected, .left-menu ul li.current a{
	background-color: #266bae;
	color: #fff;
}

/* //menu */


.icon{
	display: inline-block;
	content: ' ';
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
}
.icon-i{
	margin-left: 15px;
	background-image: url('../images/icon-i.png');
	width: 26px;
	height: 26px;
	line-height: 26px;
}
@media (max-width: 620px){
	.icon-i{
		position: absolute;
		right: 0;
		top: 7px;
		margin-left: 0;
	}
}
.icon-i-2{
	margin-right: 10px;
	background-image: url('../images/icon-i-2.svg');
	width: 17px;
	height: 17px;
	line-height: 17px;
	margin-bottom: 3px;
}
.icon-dep1{
	width: 42px;
	height: 30px;
	line-height: 30px;
	background-image: url('../images/department-icon1.svg');
}
.icon-dep2{
	width: 42px;
	height: 30px;
	line-height: 30px;
	background-image: url('../images/department-icon2.svg');
}
.icon-dep3{
	width: 42px;
	height: 30px;
	line-height: 30px;
	background-image: url('../images/department-icon3.svg');
}
.icon-dep4{
	width: 42px;
	height: 30px;
	line-height: 30px;
	background-image: url('../images/department-icon4.svg');
}
.icon-dep5{
	width: 42px;
	height: 30px;
	line-height: 30px;
	background-image: url('../images/department-icon5.svg');
}
.icon-dep6{
	width: 42px;
	height: 30px;
	line-height: 30px;
	background-image: url('../images/department-icon6.svg');
}
.icon-dep7{
	width: 42px;
	height: 30px;
	line-height: 30px;
	background-image: url('../images/department-icon7.svg');
}
.icon-dep8{
	width: 42px;
	height: 30px;
	line-height: 30px;
	background-image: url('../images/department-icon8.svg');
}
.icon-dep9{
	width: 42px;
	height: 30px;
	line-height: 30px;
	background-image: url('../images/department-icon9.svg');
}
.icon-str1{
	margin-left: 15px;
	background-image: url('../images/icon-str1.png');
	width: 22px;
	height: 22px;
	line-height: 22px;
}
.icon-print{
	width: 32px;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	background-image: url('../images/icon-print.png');
}
.icon-str-l{
	margin-right: 17px;
	background-image: url('../images/icon-str-l.svg');
	width: 15px;
	height: 24px;
	line-height: 24px;
}
.icon-str-r{
	margin-left: 5px;
	background-image: url('../images/icon-str-l.svg');
	background-size: 70% auto;
	width: 15px;
	height: 24px;
	line-height: 24px;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.icon-calendar{
	background-image: url('../images/icon-calendar.png');
	width: 16px;
	height: 16px;
	line-height: 16px;
}
.icon-more{
	background-image: url('../images/more.svg');
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin-left: 5px;
}
.icon-home{
	background-image: url('../images/home.svg');
	width: 16px;
	height: 16px;
	line-height: 16px;
}
.icon-search{
	background-image: url('../images/search20x20.png');
	width: 20px;
	height: 20px;
	line-height: 16px;
	/*margin-left: 60px;*/
}
.tooltip-i{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 15px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-family: 'PT Sans';
	cursor: pointer;
}
.tooltip-i .icon{
	margin: 0;
	position: relative !important;
	top: auto !important;
	vertical-align: top;
}
.title-h1 .tooltip-i{
	vertical-align: inherit;
}
.tooltip-block {
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0;
	display: none;
	transition: 0.5s ease;
	width: 200px;
	top: 0px;
/*	right: -210px; */
}
.tooltip-block .tooltip-inner {
/*	max-width: 200px;*/
	padding: 10px;
	color: #000;
	text-align: center;
	text-decoration: none;
	background-color: #e3eaf1;
	border-radius: 4px;
	display: block;
}
.tooltip-block .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	top: 13px;
	left: -5px;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #e3eaf1;
	display: block;
}
.tooltip-i:hover .tooltip-block {
	filter: alpha(opacity=1);
	opacity: 1;
/*	display: block; */
}
.tooltip-block.right{
	right: auto;
	left: -210px;
}
.tooltip-block.right .tooltip-arrow {
	left: auto;
	right: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #e3eaf1;
}
@media (max-width: 1023px){
	.tooltip-block.tablet-right{
		right: auto;
		left: -210px;
	}
	.tooltip-block.tablet-right .tooltip-arrow {
		left: auto;
		right: -5px;
		border-width: 5px 0 5px 5px;
		border-left-color: #e3eaf1;
	}
}
@media (max-width: 620px){
	.title-h1 .tooltip-i{
		position: absolute;
		right: 0;
		top: 2px;
		margin-left: 0;
	}
}

/*.header{
	min-height: 220px;
	height: auto;
	position: relative;
	color: #fff;
}*/
.header{
	min-height: 70px;
	height: auto;
	position: relative;
	color: #fff;
}
.header-bg-block{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	overflow: hidden;
}
.header-bg{
	/*background-image: url('../images/bg-top.png');*/
	background-color: #1e5799;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	margin: 0;
}
.header-over{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	background: rgb(30,87,153);
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(29,76,134,1) 0%, rgba(38,106,173,1) 100%, rgba(125,185,232,1) 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(29,76,134,1) 0%,rgba(38,106,173,1) 100%,rgba(125,185,232,1) 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(29,76,134,1) 0%,rgba(38,106,173,1) 100%,rgba(125,185,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
	opacity: 0.8;
}
.header .header-content{
	position: relative;
	z-index: 10;
}
@media (max-width: 1200px){
	.header-bg{
		margin-right: -80px;
		width: calc(100% + 80px);
		background-position: right;
	}
}


.soc-top{
	margin-top: 32px;
}
.soc-top a{
	width: 26px;
	height: 16px;
	margin: 2px 6px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	vertical-align: top;
	display: inline-block;
}
.soc-top a.tw{
	background-image: url('../images/icon-tw.svg');
}
.soc-top a.vk{
	background-image: url('../images/icon-vk.svg');
}
.soc-top a.eye{
	background-image: url('../images/icon-eye.svg');
}
.soc-top a.smap{
	background-image: url('../images/icon-smap.svg');
	height: 18px;
	margin: 0 6px;
}
.enter{
	background-image: url('../images/icon-enter.svg');
	background-repeat: no-repeat;
	height: 20px !important;
	width: 26px !important;
	background-size: auto 100%;
	vertical-align: middle;
	display: inline-block;
	margin-left: 6px;
}
.exit{
	background-image: url('../images/icon-exit.svg');
	background-repeat: no-repeat;
	height: 20px !important;
	width: 26px !important;
	background-size: auto 100%;
	vertical-align: middle;
	display: inline-block;
	margin-left: 6px;
}
.soc-top .line{
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	background-color: #fff;
	height: 16px;
	margin-top: 1px;
	overflow: hidden;
	margin: 0 6px;
}

/*.logo{
	display: inline-block;
	vertical-align: middle;
	width: 141px;
}*/

.logo{
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	margin-left: -10px;
        margin-top: 5px;
}

.site-title{
	display: inline-block;
	vertical-align: middle;
    padding-left: 50px;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Fira Sans Condensed', sans-serif;
}
/* Ссылка на старый портал*/
div.old-portal a:link{
	color: #F80000;
}

div.old-portal a:visited{
	color: #F80000;
}

div.old-portal a:hover{
	color: #FFFFFF;
}

div.old-portal {
    display: inline-block;
    margin-left: 320px;
    padding-bottom: 10px;
    font-size: 14px;
    font-family: 'Fira Sans Condensed', sans-serif;
    vertical-align: bottom;
	display: none;
}

@media (max-width: 1290px){
	div.old-portal{
		display: none;
	}
}
/* ---- */
.data-top{
	font-size: 14px;
	line-height: 1;
	text-align: right;
	margin-bottom: 30px;
	display: none;
}
.hide1024{
	display: none;
}
@media (max-width: 1100px){
	.site-title{
		font-size: 20px;
	}
}
/*@media (max-width: 959px){
	.logo{
		width: 98px;
	}
	.site-title{
		font-size: 18px;
		line-height: 26px;
	}
	.hide1024{
		display: block;
	}
}*/


@media (max-width: 620px){
	.logo{
		margin-bottom: 10px;
		display: block;
	}
	.site-title{
		display: block;
		margin-bottom: 10px;
		padding-left: 0;
	}
	.data-top{
		text-align: left;
		margin-bottom: 15px;
	}
	.soc-top{
		margin: 15px 0;
	}
}

.top-header{
	position: relative;
	z-index: 10;
	margin-bottom: -40px;
}
/*.lk-link{
	color: #fff;
	z-index: 100;
	position: relative;
	padding-top: 10px;
	min-height: 35px;
}*/
.lk-link{
	color: #fff;
	z-index: 100;
	position: relative;
	padding-top: 10px;
	min-height: 35px;
	display: none;
}
.lk-link .personal_name{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	font-family: 'PT Sans';
	display: inline-block;
	vertical-align: middle;
}
.lk-link a, .lk-link a:hover{
	color: #fff;
}
.search-pub-addons {
	font-size: 12px;
}
.search-pub-addons small {
	display: inline-block!important; 
	margin: 0 8px 0 0!important;
}
@media (max-width: 620px){
	.lk-link{
		/*padding-left: 100px;*/
	}
	.lk-link .personal_name{
		border-bottom: none;
	}
}

/*.search_container{
	position: relative;
	padding: 22px 0;
	background-color: #f8f8f8;
	color: #292929;
	font-size: 14px;
	margin-bottom: 32px;
}*/
.search_container{
	position: relative;
	padding: 22px 0;
	background-color: #f8f8f8;
	color: #292929;
	font-size: 14px;
	margin-bottom: 32px;
	display: none;
}
.search_block{
	padding-bottom: 15px;
	position: relative;
}
.search_inp{
	width: 100%;
	padding: 0 110px 0 20px;
	border-width: 1px;
	border-color: rgb(186, 186, 186);
	border-style: solid;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	height: 34px;
	line-height: 34px;
	position: relative;
	z-index: 1;
}
.search_button {
	display: block;
	/* width: 80px; */
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	color: #266bae;
	font-size: 16px;
	font-family: 'PT Sans Bold';
	position: absolute;
	z-index: 2;
	top: 8px;
	right: 20px;
	border: none;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
}
.search_button:after {
	display: inline-block;
	content: ' ';
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/icon-lupa.svg);
	width: 18px;
	height: 18px;
	margin-left: 20px;
	margin-top: -4px;
}
.search_button:hover{
	color: #b81a37;
}
.search_text{
	padding: 0 0 0 20px;
}
.search_link{
	padding: 0 20px 0 0;
	text-align: right;
	margin-top: -10px;
}
.search_link a{
	color: #292929;
	border-bottom: 1px dotted #292929;
}
.search_link a:hover{
	color: #b81a37;
	border-bottom: 1px dotted #b81a37;
}
.search-page .descr em {
    font-family: 'PT Sans Bold';
    font-weight: normal;
}

@media (max-width: 767px){

	.search_inp{
		width: calc(100% - 145px);
		padding: 0 20px;
	}
	.search_button{
		line-height: 38px;
		top: 0;
		right:0;
		font-size: 16px;
		border-radius: 4px;
		background-color: rgb(38, 107, 174);
		width: 128px;
		height: 38px;
		background-image: none;
		color: #fff;
		text-align: center;
		padding: 0;
	}
	.search_button:after {
		display: none;
	}
	.search_link, .search_text{
		text-align: left;
		padding: 0 20px;
	}

}

@media (max-width: 620px){

	.search_inp{
		width: 100%;
		margin-bottom: 16px;
	}
	.search_button{
		top: auto;
		right: auto;
		width: 100%;
		position: relative;
	}
	.search_link, .search_text{
		text-align: center;
		padding: 0;
	}

}

.breadcrumbs{
	color: #266bae;
}

.soc-block a{
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
}

.copy-container{
	height: auto;
	background: #266bae;
	color: #fff;
	padding: 20px 0;
	font-size: 14px;
	font-family: 'Fira Sans Condensed', sans-serif;
	color: #333;
}
.copy-container a {
	font-family: 'PT Sans';
	color: #fff;
}
.copy-text a{
	font-family: 'PT Sans';
	color: #fff;
}
.copy-text a:hover{
	color: #b81a37;
}
.bottom-container{
	font-size: 14px;
	line-height: 1.3;
	min-height: 260px;
	padding-top: 30px;
}
.rss-block{
	background-color: #fff;
	padding: 30px 30px 20px;
	/*margin-bottom: 15px;*/
}
.title-rss{
	font-size: 16px;
	font-family: 'PT Sans Bold';
	color: #333;
	line-height: 18px;
	padding-left: 30px;
	margin-bottom: 10px;
	background-image: url('../images/icon-rss.svg');
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 18px;
}

@media (max-width: 1100px){

	.title-rss {
		font-size: 16px;
		font-family: 'PT Sans Bold';
		color: #333;
		line-height: 18px;
		padding-left: 30px;
		margin-bottom: 10px;
		background-image: url(../images/icon-rss.svg);
		background-position: 0;
		background-repeat: no-repeat;
	}
}

@media (max-width: 959px){
	.title-rss {
		font-size: 16px;
		font-family: 'PT Sans Bold';
		color: #333;
		line-height: 18px;
		padding-left: 32px;
		margin-bottom: 10px;
		background-image: url(../images/icon-rss.svg);
		background-position: 0;
		background-repeat: no-repeat;
	}
}

.title-footer{
	font-size: 16px;
	font-family: 'PT Sans Bold';
	color: #333;
	line-height: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.bottom-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.bottom-menu ul li{
	margin: 0;
	padding: 0 0 10px;
}
.bottom-menu ul li a{
	font-family: 'PT Sans';
	color: #213161;
}
.bottom-menu ul li a:hover{
	color: #b81a37;
}
/*.bottom-menu-block{
	padding: 10px 5px 20px;
}*/

.bottom-menu-block{
	padding: 0px 5px 20px;
}

.bottom-menu-block .title {
    padding-bottom: 10px;
    font-family: 'PT Sans Bold';
    text-transform: uppercase;
}
.gerb-block{
	text-align: center;
}
.gerb-block img{
	margin: 0 auto 15px;
	display: block;
	width: 35%;
	height: auto;
	max-width: 100px;
}

.soc-bottom{
	text-align: center;
}
.soc-bottom .soc-top{
	margin-top: 0;
}
.soc-bottom .lk-link{
	display: none;
}
/* .soc-bottom a{
	margin: 0 15px;
	width: 45px;
	height: 45px;
}
.soc-bottom a.tw{
	background-image: url('../images/twitter-frame.svg');
}
.soc-bottom a.vk{
	background-image: url('../images/vk-frame.svg');
}

@media (max-width: 1024px){

	.bottom-container{
		height: 290px;
	}

}
*/
@media (max-width: 767px){
	.copy-container, .bottom-container{
		height: auto;
	}
	.gerb-block{
		text-align: left;
		padding-bottom: 30px;
	}
	.gerb-block img{
		margin: 0 0 15px;
	}
	.bottom-menu-block{
		padding: 30px 0 20px;
	}
	.soc-bottom{
		text-align: left;
		padding: 0;
	}
	.soc-bottom .soc-top{
		margin-top: 15px;
	}
	.bottom-certificate a{
		display: block;
	}
}

.publication-main-page .published-block{
	margin-right: 30px;
}
.published-tabs{
	min-width: 300px;
}
.published-tabs .tab-pane{
	padding: 10px 30px 30px;
	background-color: #f8f8f8;
}
.published-tabs .nav-tabs {
	border-bottom: none;
}
.published-tabs .nav-tabs li{
	margin-bottom: 0;
}
.published-tabs .nav-tabs li a{
	height: 33px;
	line-height: 33px;
	background-color: #fff;
	font-family: 'PT Sans';
	border: none;
	border-radius: 0;
	font-size: 14px;
	padding: 0 20px;
	margin-right: 0;
}
.published-tabs .nav-tabs li.active a, .published-tabs .nav-tabs li a:hover{
	background-color: #f8f8f8;
	color: #1d4c86;
	border: none;
	border-radius: 0;
}

.pub-table .td{
	padding-top: 15px;
	font-size: 14px;
}
.pub-table .icon-td{
	width: 70px;
	vertical-align: bottom;
}
.pub-table .icon{
	vertical-align: bottom;
	margin-bottom: -5px;
}
.pub-table .icon.icon-dep5{
	margin-bottom: 0px;
}
.pub-table .text{
	vertical-align: bottom;
	position: relative;
	padding-right: 10%;
	line-height: 1.2;
}
.pub-table .line{
	border-bottom: 1px solid #c9caca;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	width: 100%;
}
.pub-table .text a{
	font-family: 'PT Sans';
	color: #213161;
	background-color: #f8f8f8;
	position: relative;
	z-index: 2;
	padding-right: 10px;
}
.pub-table .text a:hover{
	color: #b81a37;
}
.pub-table .numb{
	width: 40px;
	vertical-align: bottom;
	text-align: right;
	font-family: 'PT Sans Bold';
	color: #000;
	line-height: 1.2;
}
.pub-table .all{
	font-family: 'PT Sans Bold';
	color: #000;
	line-height: 1.2;
	padding-right: 10px;
	background-color: #f8f8f8;
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-top: 10px;
}

.nowlook-block{
	margin-left: 0px;
	min-width: 250px;
}
.news-now-list{

}
.news-now-item {
	border-bottom: 1px solid #c9caca;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.3;
	padding-bottom: 20px;
	position: relative;
}
div.new-add .news-now-item {
	padding-bottom: 5px;
    margin-bottom: 5px;
}

div.alblock {
	margin-top: 0px;
	margin-bottom: 35px;
}

.news-now-item:last-child{
	border-bottom: none;
}
.main-viewed-link {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.main-viewed-cnt {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.news-now-item .title {
	font-size: 16px;
	padding-bottom: 5px;
}

@media (max-width: 900px){
	.publication-main-page .published-block{
		margin-right: 0;
	}
	.nowlook-block{
		margin-left: 0;
	}
}

@media (max-width: 620px){
	.published-tabs{
		min-width: 250px;
	}
	.news-now-item{
		margin-bottom: 15px;
	}
	.news-now-item:last-child {
		margin-bottom: 5px;
	}
}

@media (max-width: 400px){
	.published-tabs .nav-tabs li a{
		padding: 0 10px;
	}
	.pub-table .icon-td{
		vertical-align: middle;
	}
}

.calendar-block{
	position: relative;
	z-index: 1;
	width:100%;
}
.calendar-link{
	position: absolute;
	top: -8px;
	right: 0;
	z-index: 1;
	height: 50px;
	float: right;
	cursor: pointer;
}
.calendar-block.open .calendar-link{
	background-color: #f8f8f8;
	padding: 20px 20px;
	max-width: 186px;
	top: -50px;
}
.cal-link-open {
	font-family: 'PT Sans';
	font-size: 14px;
	line-height: 1;
	color: #266bae;
}
.open-text{
	line-height: 50px;
}
.close-text{
	color: #1d4c86;
	display: none;
}
.cal-link-open.active .close-text{
	display: block;
}
.cal-link-open.active .open-text{
	display: none;
}
.calendar-block .calendar-container{
	background-color: #f8f8f8;
	padding: 30px;
	width: 100%;
	min-height: 100px;
	position: relative;
	z-index: 1000;
	margin-top: 50px;
	margin-bottom: 30px;
	display: none;
}
.calendar-block.open .calendar-container{
	display: block;
}

.container-news-main-title{
	position: relative;
	z-index: 1000;
}
.news-main-title{
	float: left;
	max-width: 160px;
	position: relative;
	z-index: 10;
}
.news-list{
	position: relative;
	z-index: 1;
}
.news-item{
	font-size: 14px;
	line-height: 1.3;
	padding-bottom: 15px;
	position: relative;
}
.news-item .tag {
	color: #7c7c7c;
	font-style: italic;
	font-size: 14px;
	line-height: 1.2;
}
.news-item .tag a {
	color: #7c7c7c;
	font-family: 'PT Sans';
}
.news-item .img-thumb{
	position: relative;
	z-index: 1;
}
.news-item .img-thumb .img{
	position: relative;
	z-index: 1;
	width: 100% !important;
	height: auto !important;
	display: none;
}
.news-item .img-thumb .img-bg{
	position: relative;
	z-index: 1;
	background-size: cover;
	width: 100%;
	height: 176px;
	background-position: center;
	background-repeat: no-repeat;
}
.news-item .img-over{
	background-color: rgba(87,138,187, 0.8);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
}
.news-item .img-over:before{
	content: ' ';
	display: block;
	height: 68px;
	margin-top: -34px;
	width: 100%;
	position: absolute;
	z-index: 11;
	top: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.img-over.type1:before{
	background-image: url('../images/news-icon1.svg');
}
.img-over.type2:before{
	background-image: url('../images/news-icon2.svg');
}
.img-over.type3:before{
	background-image: url('../images/news-icon3.svg');
	height: 74px;
	margin-top: -37px;
}
.img-over.type4:before{
	background-image: url('../images/news-icon4.svg');
	height: 72px;
	margin-top: -36px;
}
.news-item .text{
	position: relative;
	z-index: 2;
}
.news-list .data {
	display: block;
	background-color: #5189be;
	width: 130px;
	height: 35px;
	line-height: 29px;
	border: 3px solid #fff;
	border-left: none;
	color: #fff;
	font-size: 12px;
	margin-top: -16px;
	margin-bottom: 15px;
	text-align: center;
}

.news-list.articles_for_main .data{
	margin-top: 0;
}
@media (max-width: 767px){
	.news-item .img-thumb .img{
		display: block;
	}
	.news-item .img-thumb .img-bg{
		display: none;
	}
	.news-list-block .news-item .img-thumb .img{
		display: none;
	}
	.news-list-block .news-item .img-thumb .img-bg{
		display: block;
	}
}
@media (max-width: 620px){
	.news-item {
		padding-bottom: 0px;
	}
	.news-list-block .news-item .img-thumb .img{
		display: block;
	}
	.news-list-block .news-item .img-thumb .img-bg{
		display: none;
	}
}

@media (max-width: 400px){
	.calendar-block.open .calendar-link{
		padding: 20px 10px;
		max-width: 160px;
	}
	.news-main-title{
		max-width: 135px;
	}
	.news-main-title .tooltip-block .tooltip-inner {
		max-width: 100px;
	}
	.news-main-title .tooltip-block {
		width: 100px;
		right: -110px;
	}
}

.add-favorites{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	line-height: 16px;
}
.add-favorites .icon-fav{
	width: 16px;
	height: 16px;
	line-height: 16px;
	background-image: url('../images/fav-1.svg');
	cursor: pointer;
}
.add-favorites .icon-fav.active{
	background-image: url('../images/fav-active-1.svg');
}

.result-block .search-tabs{
	border-bottom: 1px solid #c9caca;
}
.search-tabs .tab-content{
	border-top: 1px solid #c9caca;
}
.search-tabs .tab-pane{
	padding: 30px 0 15px;
	background-color: #fff;
}
.search-tabs .nav-tabs {
	border-bottom: none;
	margin-bottom: -1px;
	background-color: #f8f8f8;
	padding: 10px 10px 0;
}
.search-tabs .nav-tabs li{
	margin-bottom: 0;
	padding-right: 3px;
}
.search-tabs .nav-tabs li a{
	height: 54px;
	line-height: 24px;
	color: #266bae;
	font-weight: 500;
	border: none;
	border-radius: 0;
	font-size: 16px;
	padding: 16px 25px 0;
	margin-right: 0;
	font-family: 'Fira Sans Condensed', sans-serif;
	display: block;
}
.search-tabs .nav-tabs li.active a, .search-tabs .nav-tabs li a:hover{
	color: #1d4c86;
	border: none;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #c9caca;
	border-bottom: none;
	padding: 15px 30px 0;
}
.search-tabs .nav-tabs li a.ic:before{
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 16px;
	height: 24px;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
a.icon-news:before{
	background-image: url('../images/news-icon.svg');
}
a.icon-aticle:before{
	background-image: url('../images/article-icon.svg');
}
a.icon-set:before{
	background-image: url('../images/settings-icon.svg');
}
a.icon-portal:before{
	background-image: url('../images/portal-icon.svg');
}
a.icon-pabl:before{
	background-image: url('../images/official-icon.svg');
}
a.icon-law:before{
	background-image: url('../images/law-icon.svg');
}
a.icon-support:before{
	background-image: url('../images/chat.svg');
}
a.icon-note:before{
	background-image: url('../images/notebook.svg');
}

.tab-content .personal-form, .tab-content .contact-form{
	max-width: 480px;
}

.search-tabs .title{
	margin-bottom: 25px;
	position: relative;
}
@media (max-width: 960px){
	.search-tabs .nav-tabs li{
		margin-bottom: 5px;
		display: block;
		float: none;
		padding-right: 0;
	}
	.search-tabs .nav-tabs li a{
		display: block;
		height: auto;
		line-height: 1.3;
		margin-right: 0;
		padding: 10px 15px;
	}
	.search-tabs .nav-tabs li.active a, .search-tabs .nav-tabs li a:hover{
		background-color: #fff;
		border: none;
		padding: 10px 15px;
	}
	.search-tabs .nav-tabs {
		padding: 10px 0;
	}
}

.text-ul li{
	margin-left: 35px;
	padding-left: 0;
}
@media (max-width: 620px){
	.text-ul li{
		margin-left: 5px;
	}
}

.ul li{
	margin-bottom: 10px;
}
.ul{
	margin-bottom: 25px;
}

.operators-table{
	width: 100%;
}
.operators-table th{
	font-style: italic;
	color: #7c7c7c;
	font-size: 14px;
	font-family: 'PT Sans';
}
.operators-table th, .operators-table td{
	padding: 0 30px 30px 0;
	vertical-align: top;
}
.operators-table .th1, .operators-table .th2{
	width: 16%;
}
.operators-table td:nth-child(1), .operators-table td:nth-child(2){
	font-style: italic;
}
@media (max-width: 620px){
	.operators-table th, .operators-table td{
		padding: 0 15px 10px 0;
		word-wrap: break-word;
	}
}
@media (max-width: 370px){
	.operators-table td{
		font-size: 14px;
	}
}

.contact-form{
	min-width: 230px;
}
.form-inp {
	border-width: 1px;
	border-color: rgb(186, 186, 186);
	border-style: solid;
	border-radius: 4px;
	background-color: #fff;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	margin-bottom: 5px;
	width: 100%;
}
.form-text {
	border-width: 1px;
	border-color: rgb(186, 186, 186);
	border-style: solid;
	border-radius: 4px;
	background-color: #fff;
	height: 200px;
	line-height: 1.3;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
}
.contact-form label{
	font-family: 'PT Sans Bold';
	margin-bottom: 15px;
	display: block;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 5px 30px 5px 20px;
	margin-bottom: 5px;
	color: #000;
	background-color: #fff;
	border-width: 1px;
	border-color: rgb(186, 186, 186);
	border-style: solid;
	border-radius: 4px;
	box-shadow: none;
}
.btn-default{
	text-shadow: none;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 0 20px;
	border-radius: 4px;
	border: none;
	background-color: rgb(38, 107, 174);
	background-image: none;
	line-height: 34px;
	height: 34px;
}
.btn-default:focus, .btn-default:hover, .btn-default:active{
	background-color: #1d4c86;
	background-image: none;
	color: #fff;
	outline: none !important;
	text-shadow: none;
}
.btn-light{
	background-color: #e3eaf1;
	color: #333;
}
.btn-light:focus, .btn-light:hover, .btn-light:active{
	color: #fff;
	background-color: #1d4c86;
}
.contact-form .btn-default {
	width: 214px;
}
@media (max-width: 620px){
	.contact-form .btn-default {
		width: 100%;
	}
}

.contact-table{
	width: 100%;
	max-width: 650px;
}
.contact-table td{
	padding: 0 30px 30px 0;
	vertical-align: top;
}
.contact-table td.tel-td{
	text-align: right;
	color: #266bae;
	font-family: 'PT Sans Bold';
	width: 150px;
	padding: 0 0 30px 0;
	white-space: nowrap;
}
@media (max-width: 620px){
	.contact-table td{
		padding: 0 10px 15px 0;
		font-size: 16px;
	}
}

#news .top_menu ul li a.main-item{
	color: #1d4c86;
}
#news .top_menu ul li a.main-item:hover, #news .top_menu .dropdown-item.hover a.main-item{
	color: #fff;
}
.news-list-block{
	border-bottom: 1px solid #c9caca;
	margin-bottom: 30px;
}
.news-list-block .news-item{
	font-size: 14px;
	line-height: 1.3;
	padding-bottom: 10px;
}
.news-list-block.news-page__list-block .news-item{
	min-height: 160px;
}
.news-list-block .data {
	display: block;
	color: #7c7c7c;
	font-size: 12px;
	margin-bottom: 10px;
}
.news-list-block .img-thumb{
	width: 250px;
	float: left;
	margin-right: 10px;
	z-index: 10;
}
.news-list-block .img-thumb .img-thumb-bg{
	display: block;
	width: 250px;
	height: 165px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120%;
}

.news-list-block .news-item .title{
	margin: 0;
	display: flex;
	align-items: center;
}
.news-list-block .news-item .title a{
	color: #1d4c86;
}
.news-list-block .news-item .title a:hover{
	color: #b81a37;
}
.news-list-block .text{
	padding-left: 260px;
}
.icon-doc{
	display: block;
	width: 35px;
	height: 40px;
	margin-right: 10px;
	background-image: url('../images/doc.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.news-list-block .news-item .title a:nth-child(2){
	width: calc(100% - 45px);
}
@media (max-width: 620px){
	.news-list-block .img-thumb{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.news-list-block .text{
		padding-left: 0;
	}
	.news-list-block .news-item{
		padding-bottom: 15px;
	}
}

.pagination-block{
	line-height: 16px;
	margin-bottom: 30px;
	font-size: 14px;
}
.pagination {
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
	margin: 0;
	border-radius: 0;
	height: 16px;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 0 10px;
	margin-left: 0;
	line-height: 16px;
	color: #266bae;
	text-decoration: none;
	background-color: #fff;
	border: none;
	border-right: 1px solid #7c7c7c;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #b81a37;
	background-color: #fff;
	border-color: #7c7c7c;
}

@media (max-width: 620px){
	.pagination-block .title{
		display: none;
	}
}

.news-article{
	padding: 30px 0 15px;
	background-color: #fff;
	border-bottom: 1px solid #c9caca;
	border-top: 1px solid #c9caca;
}
.news-article__title{
	position: relative;
	padding-right: 45px;
}
.news-article__title .add-favorites{
	top: -5px;
	right: 0;
}
.news-article__title .add-favorites .icon-fav{
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-image: url('../images/fav-2.svg');
	cursor: pointer;
}
.news-article__title .add-favorites .icon-fav.active{
	background-image: url('../images/fav-active-2.svg');
}
.news-article .data {
	display: block;
	color: #7c7c7c;
	margin-bottom: 15px;
}
.source{
	padding: 45px 0;
	font-style: italic;
}
.source a{
	font-style: normal;
	word-wrap: break-word;
}
.print-block{
	padding: 15px 0;
}

.back-to-list{
	padding: 25px 0;
}
.back-link{
	white-space: nowrap;
}

.error-page-title{
	border-bottom: 1px solid #c9caca;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.error-page-link{
	padding-top: 15px;
}

.advanced-search-container{
	position: relative;
	padding: 22px 0;
	color: #000;
	font-size: 14px;
	margin-top: 0px;
}
.advanced-search-page-title{
	font-size: 16px;
	color: #000;
	line-height: 1.2;
	font-family: 'PT Sans Bold';
	padding-bottom: 15px;
}
.advanced-search-block .form-control-block{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
}
.form-group .tooltip-i{
	margin-bottom: 5px;
}
.advanced-search-block .form-inp{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
}
.data-span{
	color: #266bae;
	display: inline-block;
	margin-left: 12px;
}
.data-span.active{
	color: #000;
	border-bottom: #266bae solid 2px;
}
.data-inp{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
}
.data-text{
	line-height: 36px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 20px;
}
.data-calendar{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 15px;
	width: 26px;
	height: 24px;
	cursor: pointer;
	margin-bottom: 5px;
}
.advanced-search-block .btn-default{
	width: 100%;
	margin-top: 22px;
}

@media (max-width: 767px){
	.data-group .col-sm-6{
		margin-bottom: 15px;
	}
}

.advanced-search-top{
	padding-top: 15px;
}
.advanced-search-tabs{
	padding-bottom: 20px;
	padding-top: 0;
}
.advanced-search-block.advanced-search-top .btn-default, .advanced-search-block.advanced-search-tabs .btn-default {
	margin-top: 0;
}
.sortby {
	font-size: 14px;
}
.sortby b, .sortby a{
	display: inline-block;
	white-space: nowrap;
	font-family: 'PT Sans';
}
@media (max-width: 767px){
	.advanced-search-block.advanced-search-top .btn-default.btn-light, .advanced-search-block.advanced-search-tabs .btn-default.btn-light {
		margin-bottom: 20px;
	}
}

.auz-form {
	max-width: 530px;
}
.auz-form .btn-default {
	width: 214px;
}
.auz-form .form-inp {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
}
.auz-form .r-pad{
	padding-right: 50px;
}

input[type=checkbox], input[type=radio]{
	width: auto;
}

.checkbox label {
	cursor: pointer;
	padding: 0;
}
.checkbox input[type="checkbox"] {
	display:none;
	position: relative;
	margin-left: 0;
}
input[type="checkbox"] + label span {
	display:block;
	width:22px;
	height:22px;
	margin: 0 15px 0 0;
	vertical-align:middle;
	background-color: #FFF;
	cursor:pointer;
	border: 1px solid #ccc;
	float: left;
	border-radius: 4px;
}
input[type="checkbox"]:checked + label span {
	background-color: #266bae;
	border: 1px solid #266bae;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/icon-chk.png');
}

.forgot-block{
	padding: 30px 0 15px;
	border-top: 1px solid #c9caca;
}

.personal-form {
	margin-bottom: 30px;
	min-width: 230px;
}
.personal-form .btn-default {
	width: 214px;
	margin-bottom: 10px;
}
.personal-form .form-text{
	height: 130px;
	margin: 0;
}

.personal-completed{

}
.personal-completed .item{
	margin-bottom: 20px;
}
.personal-completed .item .label-title{
	font-size: 12px;
}
.personal-completed .item .change{
	font-size: 12px;
	color: #292929;
	border-bottom: #292929 dotted 1px;
	font-family: 'PT Sans Bold';
	margin-left: 20px;
}
.personal-completed .item .change:hover{
	color: #b81a37;
	border-bottom: #b81a37 dotted 1px;
}

@media (max-width: 620px){
	.personal-form .btn-default, .auz-form .btn-default {
		width: 100%;
	}
}

.news-filter-container{
	margin-bottom: 30px;
	border-bottom: 1px solid #c9caca;
}
.news-filter-year{
	margin-bottom: 10px;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #c9caca;
	border-top: 1px solid #c9caca;
}
.news-filter-year .item{
	line-height: 16px;
	margin: 0 0 10px 0;
}
.news-filter-year .item a{
	display: inline-block;
	padding: 0 7px;
	border: 1px solid transparent;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	color: #1d4c86;
}
.news-filter-year .item.active a, .news-filter-year .item a:hover{
	border-color: #266bae;
	background: #266bae;
	color: #fff;
}
.news-filter-year .item.disabled a{
	cursor: default;
	color: #aeaeae;
	border-bottom: none !important;
	font-weight: 100;
	margin-bottom: 2px;
}
.filter-link{
	position: absolute;
	top: 0;
	width: 120px;
	line-height: 18px;
	font-size: 14px;
}
.filter-link {
	color: #1d4c86;
	cursor: pointer;
}
.filter-link.slick-disabled {
	color: #aeaeae;
	cursor: default;
	font-weight: 100;
}
.filter-prev{
	left: -120px;
}
.filter-next{
	right: -120px;
	text-align: right;
}

.news-filter-month{
	margin-bottom: 10px;
	padding-left: 0;
}
.news-filter-month .item{
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
}
.news-filter-month .item:last-child{
	padding-right: 0;
}
.news-filter-month .item a{
	display: inline-block;
	padding: 0 7px;
	border: 1px solid transparent;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 300;
	color: #1d4c86;
}
.news-filter-month .item.active a, .news-filter-month .item a:hover{
	border-color: #266bae;
	background: #266bae;
	color: #fff;
}
.news-filter-month .item.disabled a, .news-filter-month .item.disabled a:hover{
	cursor: default;
	color: #aeaeae;
	border: 1px solid transparent;
	font-weight: 100;
	background-color: transparent;
}
@media (max-width: 620px){
	.news-filter-month{
		padding-left: 0;
	}
}

.uc-result-block .item{
	padding-bottom: 10px;
}
.uc-result-block .title{
	font-size: 22px;
	font-family: 'PT Sans Bold';
	padding-bottom: 15px;
}
/* 
*	addded 29.05.2020
*/
div.uc-title div.title-h1{
	text-align:center;
}
/* 
*	edit 29.05.2020
*	addded "display:none"
*/
.uc-search{
	margin-bottom: 40px;
	display:none;
}
@media (max-width: 620px){
	.uc-result-block .title{
		font-size: 22px;
	}
	.uc-search{
		margin-bottom: 20px;
	}
}

.subs-footer .subs-footer-add{
	display: block;
}
.subs-footer .form-inp {
	border-color: #fff;
	line-height: 40px;
	height: 40px;
}
.subs-footer .checkbox {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
}
.subs-footer .checkbox label{
	color: #fff;
}
.subs-footer input[type="checkbox"]:checked + label span {
	border: 1px solid #fff;
}
.copy-text{
	padding-top: 20px;
}
@media (max-width: 767px){
	.copy-text{
		padding-top: 0px;
	}
}

/* mobile-menu */
.mobile-menu{
	display: none;
	left: -100%;
	top: 0;
	position: absolute;
	z-index: 1000;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.menu-button{
	display: none;
}

/*
* edit 13.03.2020
* added mobile-menu for windows with max width 1250px 13.03.2020
*/
@media (max-width: 1250px){

	.logo{
		width: 98px;
	}
	.site-title{
		font-size: 20px;
		/*line-height: 26px;*/
		padding-left: 0px;
	}
	.hide1024{
		display: block;
	}

	.img-responsive {
		width: 60% !important;
		height: auto !important;
	}

	.menu-button {
		display: block !important;
	}

	.top_menu, .data-top, .top-header .soc-block, .top-header .lk-link{
		display: none;
	}

	.menu-button{
		position: absolute;
		display: block !important;
		top: 15px;
		right: 10px;
		font-style: normal;
		z-index: 10;
		cursor: pointer;
		background-image: url('../images/menu-burger.svg');
		background-position: 0;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 30px;
		height: 35px;
	}

	.mobile-menu{
		display: block;
		background-color: #266bae;
		/*left:0;*/
		color: #fff;
		padding: 15px;
		width: 100%;
		max-width: 500px;
	}
	.mobile-menu a{
		color: #fff;
	}
	.mobile-menu.open{
		left: 0px;
	}
	.mobile-menu-close{
		position: absolute;
		display: block;
		top: 15px;
		right: 15px;
		font-style: normal;
		z-index: 10;
		cursor: pointer;
		background-image: url('../images/close-wh.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 30px;
		height: 30px;
	}
	.mobile-menu-container{
		position: relative;
		z-index: 1;
		/*padding-top: 30px;*/
	}
	.mobile-menu .main-item{
		padding: 10px 0px;
		text-transform: uppercase;
		font-size: 16px;
		display: block;
	}
	.mobile-menu .nav > li > a:hover, .nav > li > a:focus {
		background-color: transparent;
	}
	.item-object.main-item:after{
		content: ' ';
		display: inline-block;
		vertical-align: top;
		margin-left: 0px;
		margin-top: -6px;
		margin-bottom: -6px;
		width: 35px;
		height: 35px;
		background-image: url('../images/triangle-header.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 50%;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	.mobile-menu .controls a {
		padding: 10px 0px 10px 20px;
		text-transform: none;
		font-size: 16px;
		line-height: 1.2;
		font-family: 'PT Sans';
		display: block;
	}
	.is-parent-menu.selected .item-object.main-item {
		color: #e0edfa;
	}
	.is-parent-menu.selected .item-object.main-item:after{
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}

	.objects_menu:after{
		content: ' ';
		display: block;
		margin: 10px 0;
		width: 80%;
		height: 2px;
		background-color: #b0d1f2;
	}

	.lk-link .personal_name{
		font-family: 'PT Sans Bold';
		border-bottom: none;
	}
	.lk-link:after{
		content: ' ';
		display: block;
		margin: 20px 0 10px;
		width: 80%;
		height: 2px;
		background-color: #b0d1f2;
	}
	.soc-top {
		margin: 15px 0;
	}
}
/* end mobile-menu for tablet */

/*
* edit 13.03.2020
*/

@media (max-width: 767px){

	.top_menu, .data-top, .top-header .soc-block, .top-header .lk-link{
		display: none;
	}

	.img-responsive{
		width: 100% !important;
    	height: auto !important;
		margin: -5px 0px 0px 0px;
		padding: 0px 5px 0px 0px;
	}

	.header{
		min-height: 50px;
	}
	.logo{
		display: block;
		float: left;
		margin-top: 15px;
		width: 50px;
	}
	/*.site-title {
		display: block;
		float: left;
		margin-bottom: 15px;
		padding-left: 10px;
		padding-top: 15px;
		font-size: 14px;
		line-height: 1.4;
	}*/

	.site-title {
		float: inherit; 
		margin-bottom: 15px;
		padding-left: 10px;
		padding-top: 15px;
		padding-right: 10px; 
		font-size: 18px;
		line-height: 2.1;
	}

	.top-header {
		margin-bottom: 0;
	}

	.menu-button{
		position: absolute;
		display: block;
		top: 15px;
		right: 10px;
		font-style: normal;
		z-index: 10;
		cursor: pointer;
		background-image: url('../images/menu-burger.svg');
		background-position: 0;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 30px;
		height: 30px;
	}
	.mobile-menu{
		display: block;
		background-color: #266bae;
		color: #fff;
		padding: 15px;
		width: 100%;
		max-width: 500px;
	}
	.mobile-menu a{
		color: #fff;
	}
	.mobile-menu.open{
		left: 0px;
	}
	.mobile-menu-close{
		position: absolute;
		display: block;
		top: 15px;
		right: 15px;
		font-style: normal;
		z-index: 10;
		cursor: pointer;
		background-image: url('../images/close-wh.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 30px;
		height: 30px;
	}
	.mobile-menu-container{
		position: relative;
		z-index: 1;
		/*padding-top: 30px;*/
	}
	.mobile-menu .main-item{
		padding: 10px 0px;
		text-transform: uppercase;
		font-size: 16px;
		display: block;
	}
	.mobile-menu .nav > li > a:hover, .nav > li > a:focus {
		background-color: transparent;
	}
	.item-object.main-item:after{
		content: ' ';
		display: inline-block;
		vertical-align: top;
		margin-left: 0px;
		margin-top: -6px;
		margin-bottom: -6px;
		width: 35px;
		height: 35px;
		background-image: url('../images/triangle-header.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 50%;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	.mobile-menu .controls a {
		padding: 10px 0px 10px 20px;
		text-transform: none;
		font-size: 16px;
		line-height: 1.2;
		font-family: 'PT Sans';
		display: block;
	}
	.is-parent-menu.selected .item-object.main-item {
		color: #e0edfa;
	}
	.is-parent-menu.selected .item-object.main-item:after{
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}

	.objects_menu:after{
		content: ' ';
		display: block;
		margin: 10px 0;
		width: 80%;
		height: 2px;
		background-color: #b0d1f2;
	}

	.lk-link .personal_name{
		font-family: 'PT Sans Bold';
		border-bottom: none;
	}
	.lk-link:after{
		content: ' ';
		display: block;
		margin: 20px 0 10px;
		width: 80%;
		height: 2px;
		background-color: #b0d1f2;
	}
	.soc-top {
		margin: 15px 0;
	}
}
/* \\mobile-menu */

@media (max-width: 600px){
	.site-title {
		float: inherit;
		margin-bottom: 15px;
		padding-left: 10px;
		padding-top: 15px;
		padding-right: 10px; 
		font-size: 16px;
		line-height: 1.4;
	}
}

@media (max-width: 390px){
	.site-title {
		float: inherit; 
		margin-bottom: 15px;
		padding-left: 10px;
		padding-top: 15px;
		padding-right: 10px; 
		font-size: 14px;
		line-height: 1.4;
	}
}

.note-accordion{

}
.note-accordion .panel-title{
	min-height: 40px;
}
.note-accordion .panel-title .title{
	font-family: 'PT Sans Bold';
	font-size: 16px;
	line-height: 1.4;
	width: calc(100% - 130px);
	margin-bottom: 0;
	padding-top: 7px;
	word-wrap: break-word;
}
.panel-title{
	position: relative;
}
.panel-control{
	width: auto;
	position: absolute;
	top: 10px;
	right: 0px;
}
.note-accordion .panel-body{
	font-size: 14px;
}
.note-accordion .note-link{
	margin-bottom: 10px;
	word-wrap: break-word;
}
.icon-save{
	width: 24px;
	height: 24px;
	background-size: cover;
	background-image: url('../images/save-icon.svg');
	margin-right: 10px;
	float: left;
	display: block;
}
.icon-delete{
	width: 24px;
	height: 24px;
	background-size: cover;
	background-image: url('../images/delete-icon.svg');
	margin-right: 10px;
	float: left;
	display: block;
}
.icon-redact{
	width: 24px;
	height: 24px;
	background-size: cover;
	background-image: url('../images/redact-icon.svg');
	margin-right: 10px;
	float: left;
	display: block;
}
.icon-note-link{
	width: 24px;
	height: 24px;
	background-size: cover;
	background-image: url('../images/link-icon.svg');
	margin-right: 10px;
	float: left;
	display: block;
}
.icon-open{
	width: 24px;
	height: 24px;
	background-size: 100% auto;
	background-image: url('../images/arrow-bottom.svg');
	float: left;
	display: block;
	margin-left: 10px;
}
.panel-control.active .icon-open{
	background-image: url('../images/arrow-up.svg');
}
.panel-control .icon-redact, .panel-control .icon-delete, .panel-control .icon-save {
	display: none;
}
.panel-control.active .icon-note-link{
	display: none;
}
.panel-control.active .icon-redact, .panel-control.active .icon-delete, .panel-control.active .icon-save {
	display: block;
}
.add-note{
	text-align: right;
}

@media (max-width: 620px) {
	.note-accordion .panel-title{
		min-height: 25px;
	}
	.note-accordion .panel-title .title{
		padding-top: 0px;
	}
	.note-accordion .panel-title .title.redact {
		width: 100%;
		padding-top: 40px;
	}
	.panel-control{
		top: 0px;
	}
	.add-note{
		text-align: center;
	}
	.add-note .btn{
		width: 100%;
	}
}

.rss-text-block{
	border-top: 1px solid #c9caca;
	padding-top: 20px;
}
@media (max-width: 767px){
	.block-subs:after{
		border-bottom: 1px solid #c9caca;
		padding-bottom: 20px;
		content: ' ';
		display: block;
		width: 100%;
	}
}

.modern-page-navigation{
	margin: auto;
	width: auto;
	display: table;
}
div.modern-page-navigation a, span.modern-page-current, div.modern-page-navigation a.modern-page-previous {
	border: 1px solid transparent;
	padding: 0 7px !important;
	text-decoration: none;
	-moz-transition: all 0.1s linear;
	o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	margin-right: 1px;
	font-family: 'PT Sans';
	font-weight: normal;
	display: inline-block;
}
div.modern-page-navigation a.modern-page-first {
	border: 1px solid transparent;
}
a.modern-page-previous{
	margin-right: 15px !important;
}
a.modern-page-next{
	margin-left: 15px;
}
span.modern-page-dots{
	padding: 2px 7px !important;
}
div.modern-page-navigation a:hover, div.modern-page-navigation a.modern-page-previous:hover, div.modern-page-navigation a.modern-page-first:hover {
	border: 1px solid #266bae;
}
span.modern-page-current, div.modern-page-navigation span.modern-page-first{
	border-color: #266bae;
	background: #266bae;
	color: #fff;
}
.pagination-block .modern-page-title{
	padding: 0 7px 15px;
	display: block;
}
@media (max-width: 620px){
	.modern-page-navigation{
		display: block;
	}
	a.modern-page-previous, a.modern-page-next{
		display: none !important;
	}
	.pagination-block .modern-page-title{
		padding: 0 0 15px;
	}
	div.modern-page-navigation a, span.modern-page-current{
		margin-bottom: 5px;
	}
}

.search-page .h3, .uc-result-block .h3{
	margin: 0;
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.3;
}
.search-page small {
    display: block;
    color: #7c7c7c;
    font-size: 12px;
    margin-bottom: 10px;
}
.search-page .tag {
    color: #7c7c7c;
    font-style: italic;
    font-size: 14px;
    line-height: 1.2;
}
.search-page .tag a{
	font-family: 'PT Sans', serif;
}

@media print {

	footer, header, .search_container, .search-tabs .nav-tabs li a.ic:before, .adm-panel{
		display: none !important;
	}
	a:after {
		content:" <" attr(href) ">";
	}
	ul { page-break-inside: avoid;}
	p { widows: 4;}
	p { orphans: 3;}
	body{
		font-family: Arial, serif !important;
		color: #000;
		font-size: 14pt !important;
		line-height: 1.3;
		background: #fff;
	}
	body div{
		font-size: 14pt !important;
		font-family: Arial, serif !important;
	}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: none !important;
		width: 100% !important;
		margin-bottom: 1em;
	}

	h1, .title-h1, h2, .title-h2 {
		font-size: 20pt !important;
	}
	.title-rss, .title, h3, h4 {
		font-size: 16pt !important;
	}
	.content-container{
		margin: 0;
	}
	.news-list .data {
		display: block;
		background-color: transparent !important;
		width: auto;
		border: none;
		color: #000;
		font-size: 14pt;
		margin-top: 10px;
		text-align: left;
	}
	.btn-default {
		border: 1px solid #1d4c86;
		background: transparent !important;
	}
	.search-tabs .nav-tabs{
		background: transparent !important;
	}
	.news-filter-year .item a:after, .news-filter-month .item a:after {
		content:" ";
	}

}


.news-list-block .fav_remove_button{
	width: 16px;
	height: 19px;
	float: right;
	line-height: 12px;
	cursor: pointer;
	font-size: 33px!important;
	font-weight: bold;
	color: grey;
	text-shadow: 0 1px 0 #fff;
	top: 0px;
	right: 0px;
	display: block;
	position: absolute;
	z-index: 10;
}

.news-list-block .fav_remove_button:hover{
	color: black;
}

.link-disabled{
	color: #9e9e9e !important;
	cursor: text !important;
}


.mf-ok-text.mg-top-m{
	color:green;
}

.new-add {
	padding-top: 20px;
}

.const-img{
	width: 66px;
	float: left;
	margin: 0 10px 5px 0;
}

.ips-img{
	width: 59px;
	height: 73px;
	float: left;
	margin: 0 10px 5px 0;
}

/*
	Контейнер для Биллютени
*/
.biluyten{
	position: relative;
	margin: 0 0;
	display: flex;
	align-items: center;
}
.img-biluyten{
	width: 66px;
	float: left;
    margin-right: 10px;
}
div.text-biluyten{
  	
}

div.text-biluyten p{
   margin: 0;
}

/*
	Стили для контейнера Кодексов и Биллютени
*/

.inner-block-flex {
	display: flex;
	align-items: center;
	padding: 0;
}

.codex-block {
	display: flex;
	align-items: center;
    text-transform: uppercase;
	padding: 0;
	margin: 0 0;
}

.codex-block__image {
	margin-right: 10px;
}

.codex-block__text {

}

.codex-block__image-img {
	width: 66px;
}

@media(max-width: 767px) {

	.inner-block-flex {
		flex-direction: column;
		width: 100%;
		align-items: normal;
	}	

	.biluyten{
		padding: 0;
	}
}