html, body {
    height:100%;
    margin: 0;
}
body {
    font-family: 'PT Sans', sans-serif;
    font-size:13px;
    color:#0a0808;
    width:100%;
    background:#ffffff url("../images/body_bg.png") center top repeat-x;
}
a {
    -moz-transition:color 0.2s 0.02s ease;
    -o-transition:color 0.2s 0.02s ease;
    -webkit-transition:color 0.2s 0.02s ease;
	color:#1a87d3;
}
 a:hover
 {
text-decoration:none;
 }
.container {
    height:100%;
    height:auto;
    min-height:100% !important;
}
.container_ris {
    position: absolute;
    top: 250px;
    height:273px;
    width: 100%;
    z-index:0;
    background: url("../images/bg_ris.png") center top no-repeat;
}
.wrap
{
    height: 100%;
    width: 980px;
    margin:0 auto;
    z-index:2;
}
.header {
    width:980px;
    height:92px;
    margin:0 auto;
    position:relative;
}
.header_holiday
{
	position:relative;
	left:-80px;
	right:80px;
	width:52px;
	height:50px;
	padding-left:130px;
    padding-top:5px;
	margin-right: 5px;
/*background: url("../images/logo.png") right no-repeat;*/
}
.header_logo
{
    position: relative;
    float:left;
    width:125px;
    height:92px;
    margin-right: 5px;
    background: url("../images/logo.png") right no-repeat;
	background: url(../images/logo_90y.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}
.header_title
{
    position: relative;
    float:left;
    width:450px;
    height:62px;
    padding-left:10px;
    padding-top:30px;
    color: #0d71bc;
    font-size:19px;
    font-weight:600;
}
.header-search {
    width: 220px;
    float: left;
    padding-top: 30px;
    padding-left: 30px;
	overflow: hidden;
}
.weather
{
float: left;
width:130px;
padding-top:5px;
}
.weather_city
{
text-align: center;
}
.weather_ris
{
width:30px;
float:left;
}
.weather_info
{
width:90px;
font-weight:bold;
float:right;
}
.weather_info_add
{
font-size:12px;
font-weight:normal;
width:100px;
float:right;
height: 45px;
overflow: hidden;
}
#search {
    width: 205px;
    height: 29px;
}
#search-form {
    height: 27px;
    width: 156px;
    border: 1px solid #abc0d5;
    outline: none;
    vertical-align: middle;
    color: #757879;
    padding:0 5px;
    -webkit-box-shadow: inset 0px 0px 5px rgba(171,192,213,.7);
    -moz-box-shadow: inset 0px 0px 5px rgba(171,192,213,.7);
    -o-box-shadow: inset 0px 0px 5px rgba(171,192,213,.7);
    box-shadow: inset 1px 1px 5px rgba(171,192,213,.7);
}
#search-button {
    border-style: none;
    border-color: inherit;
    width: 34px;
    height: 27px;
    background: url('../images/header_search_btn.png') center center no-repeat;
    vertical-align: middle;
}
.main_menu
{
    background: #00529b;
    position: relative;
    width:980px;
    height: 44px;
	background: url("../images/menu_bg.png") repeat-x;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    
}
.eye{
	position: absolute;
	height: 36px;
	width: 36px;
	right: 20px;
	top: 0;
	bottom: 0;
	background: url("../images/glaz.png") no-repeat center;
	background-size: contain;
	margin: auto;
	transition: scale 0.35s ease-out;
	-webkit-transition: scale 0.35s ease-out;
}
.eye:hover{
	transform: scale(1.05);
}
.eye a{
	display: block;
	width: 100%;
	height: 100%;
}
.main_menu ul.top_menu {
    list-style-image: none;
    list-style: none;
    display: inline-block;
	padding-left: 40px;
}
.main_menu ul.top_menu > li {
    float: left;
    position: relative;
    line-height:44px;
}
.main_menu ul.top_menu > li > a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
	padding:0 20px;
}
.main_menu ul.top_menu li:hover
{
    background: url("../images/menu_hover.png") repeat-x;
}
.main_menu ul.top_menu li:hover a
{
    font-color: #034b71;
}
.main_menu ul.top_menu li:hover .submenu {
    display: block;
    -webkit-box-shadow: 0px 5px 18px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 5px 18px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 5px 18px rgba(50, 50, 50, 0.5);
    margin-left: 0;
}

.main_menu ul.top_menu li .submenu a {
    color: white;
    background: none;
    line-height:20px;
}
.main_menu ul.top_menu ul.submenu {
    list-style-type: none;
    display: none;
    background: #fff;
    z-index: 20;
    padding: 0px 20px 10px 0px;
    position: absolute;
    top: 44px;
    width: 235px;
}
.main_menu ul.top_menu ul.submenu li {
    background: none;
    text-align: left;
    display: block;
    height: auto;
    margin-left: 15px;
    margin-top: 0px;
    padding: 10px 15px 10px 0px;
    line-height:20px;
    border-bottom:1px solid #e1e1e1;
}
.main_menu ul.top_menu ul.submenu li a {
    font-size: 1.15em;
    font-weight: normal;
    color: #3e403f;
    text-decoration:none;
}
.main_menu ul.top_menu ul.submenu li a:hover {
    background: none;
    text-decoration: underline;
    color: #459eda;
    text-decoration:none;
}
.main_menu ul.top_menu ul.submenu li:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 2px;
    left: 0px;
}
.main_menu ul.top_menu ul.submenu li:first-child {

}
.main_menu ul.top_menu ul.submenu li:last-child {
border-bottom:none;
}
.main_menu ul.top_menu ul.submenu li:last-child:after {
    content: "";
    background: none;
    position: absolute;
    width: 137px;
    bottom: 0px;
    height: 2px;
    left: 0px;
}
.content {
    position:relative;
    margin:20px 0;
    z-index: 2;
}
.footer {
    position:relative;
    margin:0 auto;
    margin-top: -183px;
    width:100%;
    background:#355b8c url("../images/footer_bg.png");
    overflow: hidden;
    background-size: contain;
}
.footer-blank {
    height: 183px;
    width: 100%;
}
.clearfix {
    clear:both;
    font-size:0;
    line-height:0;
    display:block;
    position:relative;
}
.content_left
{
    width: 200px;
    float: left;
    background: url('../images/left_menu_bg.png') repeat-y;
    padding:15px;

}
.content_center
{
    width:710px;
    float:left;
	-webkit-box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px -2px 15px rgba(0, 0, 0, 0.2);
	box-shadow:         0px -2px 15px rgba(0, 0, 0, 0.2);	
	background:white;	
	padding:10px 20px 20px 20px;
	font-size:15px;
}
ul.left_menu
{
    list-style:none;
}
ul.left_menu li
{
    padding: 10px 0px;
}
ul.left_menu li a
 {
    color: #2f769f;
    font-style:normal;
 }

ul.left_menu li a:hover
{
    color: #459eda;
    text-decoration:none;
}
.footer-wrap
{
width:980px;
position:relative;
margin:0 auto;
height: 60px;
border-bottom: 1px solid #476488;
}
.menu_bottom
{
text-align:center;
color: #476488;
text-transform:uppercase;
}
.menu_bottom ul.bottom_menu {
    list-style-image: none;
    list-style: none;
    display: inline-block;
	text-align:justify;
}
.menu_bottom ul.bottom_menu > li {
    float: left;
    position: relative;
    line-height:60px;
}
.menu_bottom ul.bottom_menu > li > a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
	padding:0 10px;
	color: #7b9cbd;
}
.menu_bottom ul.bottom_menu li:hover a
{
color: white;
}
.copyright
{
width:200px;
float:left;
color: #bcdaf2;
padding-top:20px;
}
.footer_links 
{
width:200px;
float:left;
text-transform: uppercase;
padding-top:20px;
}
.footer_links  a
{
color: #6e90b3;
text-decoration:underline;
padding-right:10px;
}
.footer_links  a:hover
{
text-decoration:none;
color: white;
}
.footer_contacts
{
width:375px;
float:left;
color: #bcdaf2;
padding-top:20px;
}
.footer_it_nord
{
width: 200px;
float: left;
color: #bcdaf2;
padding-top: 20px;
text-align: right;
}
.footer_it_nord a img
{
border:0;
}
.breadcrumb-navigation {
padding: 10px 40px 5px 0px;
font-size: 0.95em;
}
.breadcrumb-navigation li:first-child {
padding: 0 15px 0 0;
background: none;
}
.breadcrumb-navigation li {
padding: 0 15px;
background: url(../images/bc_bullet.png) 0 5px no-repeat;
list-style: none;
display: inline;
}
.breadcrumb-navigation li a {
color: #9399a1;
text-decoration:none;
}
.breadcrumb-navigation li:last-child  a{
color: black;
}
.content_center h1
{
font-size:23px;
padding:10px 0px 15px 0px;
}
.content_center img
{
padding:1px 0px;
}
.content_center  p
{
padding: 8px 0px;
}
.content_center h2
{
font-size:19px;
padding:10px 0px 15px 0px;
}
.table_people
{
padding: 15px 0;
overflow: hidden;
border-bottom:1px solid #e9edf1;
}
.table_people:nth-child(2n)
{
background:#f8f8f8;
}
.table_people_photo
{
float:left;
padding:0;
padding-left:15px;
width: 160px;
}
.table_people_text
{
float: left;
width: 505px;
padding-left:20px;
}
.table_people_fio
{
font-size:16px;
padding-bottom:10px;
font-weight:bold;
}
.table_people_born
{
font-size:14px;
padding-bottom:10px;
color:#4e5156;
}
.table_people_main_info
{
font-size:14px;
padding-bottom:10px;
color:#4e5156;
}
.table_people_data
{
font-size:14px;
padding-bottom:10px;
color:black;
}
.content_center table
{
width:100%;
}
.content_center table td
{
font-size:13px;
padding:15px;
}
.content_center table tr:nth-child(2n)
{
background:#f8f8f8;
}

/*Добавлено 31.07.2018. Куликов, Отдел ИКТ*/
.content_center_news_left >.main_news_text a p {
    text-align: justify;
}

/*Добавлено 01.08.2018. Куликов, Отдел ИКТ*/
#BX_file_dialog.editor_dialog .content,
.editor_dialog. content {
	margin: 0 !important;
}

/*Добавлено 10.01.2019. Куликов. Настройки для таблиц в разделе Мероприятия*/
.mp-table tr:first-child,
.mp-table td:first-child,
.mp-table td:nth-child(4) {
	font-weight: 700;
}

.mp-table tr:first-child,
.mp-table td:first-child,
.mp-table td:nth-child(2),
.mp-table td:nth-child(4) {
	text-align: center;
}

/*Добавлено 09.04.2019. Отдел ИКТ. Куликов Н.А.*/

ul {
    margin-left: 1.75em;
}

.news-detail {
    text-align: justify;
}

.news-item img {
    max-width: 250px;
    width: auto;
    height: auto;
}

div.news-detail img.detail_picture {
	max-width: 50%;
	object-fit: contain;
	height: auto;
}