@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&subset=cyrillic');

@font-face {
font-family:'Bebas Neue Regular';
font-style:normal;
font-weight:normal;
src:local('Bebas Neue Regular'), url('fonts/BebasNeue Regular.woff') format('woff');
}

@font-face {
font-family:'Bebas Neue Bold';
font-style:normal;
font-weight:normal;
src:local('Bebas Neue Bold'), url('fonts/BEBASNEUE BOLD.woff') format('woff');
}

* {
	transition:all 0.3s ease;
}

html {
	height:100%;
}

body {	
	min-height:99%;
	max-width:1445px;
	min-width:768px;
	overflow:auto;
	margin:0 auto;
	padding:0;
	line-height:1;
	font-family:'Roboto', sans-serif;
}

.clearfix {
	clear:both;
}

/* РАЗНЫЕ СТИЛИ */

h1 {
	font-weight:400 !important;
}

h2 {
	font-size:19px;
}

strong {
	font-weight:500 !important;
}

a:hover {
	color:#ff6600 !important;
}

a.readon {
	display:none;
}

a.headerDate {
	text-transform:capitalize;
}

#left a.today {
	display:none;
}

a.allfresh {
	font-family:'Bebas Neue Bold';
	font-size:26px;
	text-decoration:none;
	color:#ff6600;
	position:relative;
	float:right;
	top:-1em;
}

a.allfresh:before {
	content:'';
	position:absolute;
	height:0px;
	width:0px;
	border-left:11px solid;
	border-bottom:11px solid transparent;
	border-top:11px solid transparent;
	border-right:11px solid transparent;
	left:-0.6em;
	top:2px;
}

a.section {
	position:relative;
	top:-0.8em;
	text-decoration:none;
	color:#2d6678;
	font-family:'Bebas Neue Bold';
	letter-spacing:0.1em;
	font-size:18px;
	border-bottom: 1px dashed #2d6678;
	display:block;
	text-align:right;
	width:100%;
	
}

a.sxplus {
	position:relative;
	display:block;
	float:right;
	top:2.7em;
	right:0.5em;
	color:#fff;
	text-decoration:none;
	z-index:1;
    border: 2px solid;
    border-radius: 50%;
    padding: 7px 3px;
}

p {
	line-height:1.4em;
	text-align:left !important;
}

.article-content {
	/*display:flex;*/
}

.article-content p {
	/*margin:0;*/
}

.article-content p:last-child {
	/*display:none;*/ /*скрытие шорткода джуми в последнем абзаце*/
}

.article-content img {
	/*float:left;
	margin-right:10px;*/
}

p a {
	text-decoration:none;
	border-bottom:1px dotted;
	color:#000;
	margin-bottom:0px;
}

p span {
	font-size:unset !important;
	color:unset !important;
	background-color:unset !important;
	font-family:unset !important;
}

#component-contact p {
	margin:0;
}

#component-contact ul {
	margin:0;
}

.jcl_date {
	color:#2d6678;
	font-size:14px;
	margin:10px 0;
}

#content {
	padding:0 1em;
}

a.contentpagetitle {
	font-family:'Roboto', sans-serif;
	font-weight:500;
	font-size:20px;
	color:#000;
	text-decoration:none;
	line-height:1.4em;
}

table.contentpaneopen {
	width:100%;
}

.contentpaneopen p,
.contentpaneopen li {
	font-family:'Roboto', sans-serif;
	font-size:17px;
	color:#000;
	line-height:1.4;
}

.contentpaneopen p:empty {
	display:none;
}

table.contentpaneopen img {
	margin-right:10px;
}

table.blog {
	width:100%;
}

strong .componentheading,
h2.contentheading {
	font-weight:normal !important;
}

span.latestnews_date {
	display:none;
}

ul.latestnews {
	padding:0;
}

li.latestnews {
	list-style:none;
	margin:10px 0;
}

li.latestnews a {
	font-family:'Roboto', sans-serif;
	font-size:20px;
	text-decoration:none;
	line-height:1.2;
	color:#000;
}

ul.newsfeed li {
	margin:1em 0;
	line-height:1.2em;
}

#introtext {
	display:flex;
}

#introtext p:nth-child(2) {
	margin-left:10px;
}

#date-created {
	width:100%;
	text-align:right;
	color:#2d6678;
	font-family:'Roboto', sans-serif;
	position:relative;
	margin:1em 0 1em;
	
}

#date-created:before {
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	border-bottom:1px dashed #2d6678;
	top:1em;
	display:block;
}

div#bcdate {
    width: 100%;
    text-align: right;
    color: #2d6678;
    font-weight: 400;
    font-size: 16px;
}

.article-date {
	float:right;
	font-family:'Roboto', sans-serif;
	color:#2d6678;
	position:relative;
	top:-1em;
}

.article-date:before {
	display:block;
	position:absolute;
	content:'';
	width:31vw;
	height:1px;
	border-bottom:1px dashed #2d6678;
	left:-32vw;
	top:1em;
}

.blog_more * {
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    font-size:18px;
    line-height:1.4;
    color:#2d6678;
}

pagenumber {
	display:inline-block;
	padding:5px;
	background:#ddd;
	border-radius:5px;
	border:1px solid grey;
	box-shadow:1px 1px 1px 0px rgba(0,0,0,0.6);
	margin:0.3em;
}

pagenumber a {
	color:#000;
	text-decoration:none;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:500;
}

.pagination img {
	margin:0 0.5em;
}

.blog > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) {
	font-family:'Roboto', sans-serif;
}

.uptlk {
	text-align:left;
}

span.share {
	display:block;
	color:#2d6678;
	font-family:'Bebas Neue Bold';
	font-size:24px;
	margin-bottom:10px;
}

.boxplus-dialog {
	width:unset !important;
	height:unset !important;
}

/*DISQUS LATEST COMMENTS WIDGET*/

ul.dsq-widget-list {
    margin: 0;
    padding: 0;
}

img.dsq-widget-avatar {
    display: block;
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px;
}

li.dsq-widget-item>a:first-child {
    display: block;
    width: 100%;
    height: 45px;
}

a.dsq-widget-user {
    display: block;
    width: 100%;
    margin: 5px 0;
    color:#2d6678 !important;
}

span.dsq-widget-comment {
    font-size: 14px;
}

p.dsq-widget-meta a {
    font-size: 12px;
    color: #2d6678 !important;
    border: none;
    line-height: 16px;
    display: inline-block;
    margin: 5px 0;
}

/*p.dsq-widget-meta a:nth-child(2) {
	display:none;
}*/

/***************/

#m-header {
	display:none;
}

#wrapper0 {	
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	display:table;
	border-left:215px solid transparent;
}

#left,#center,#right {
	min-height:98vh;
}

#left {
	position:fixed;
	top:0;
	background:#2d6678;
	width:215px;
	height:100%;
	font-family:'Bebas Neue Bold';
	z-index:10;
	display:table-cell;
	vertical-align:top;
	padding-bottom:10px;
}

#left:hover {
	width:260px;
}

#left .logo-flag {
	float:right;
	position:absolute;
	top:8em;
	left:12.79em;
}

#left:hover .logo-flag {
	left:15.65em;
}

#left #moduletitle {
	background:#1d818c;
	height:40px;
	margin-top:1px;
}

#left #moduletitle mtitle {
	font-size:35px;
	float:right;
	color:#fff;
	margin:1% 1.2em 0 0;
}

#left .moduletable_menu.tems #moduletitle mtitle {
	position:relative;
	margin-right:1.2em;
}

#left:hover .moduletable_menu.tems #moduletitle mtitle,
#left:hover .moduletable #moduletitle mtitle {
	margin-right:2.4em;
}

#left .moduletable_menu.tems #moduletitle mtitle:after {
	display:none;
	content:'ДОСЬЕ';
	width:40px;
	height:20px;
	position:relative;
	font-size:35px;
	color:#003334;
}

#left:hover .moduletable_menu.tems #moduletitle mtitle:after {
	display:block;
	left:2em;
	top:-1em;
}

#left .moduletable_menu li {
	display:block;
	position:relative;
	font-size:20px;
	text-align:right;
	right:2em;
	margin:5px 0;
	letter-spacing:0.03em;
}

#left:hover .moduletable_menu li {
	right:4.2em;
}

#left .moduletable_menu li#current.active a {
	color:#add8d7;
}

#left .moduletable_menu li a {
	color:#fff;
	text-decoration:none;
}

ul.menu-accordeon {
	margin:-1px 0 0 0;
}

ul.menu-accordeon li.parent {
	display:block;
	float:right;
	color:#fff;
	font-size:20px;
	clear:right;
	margin:10px 1em 0 0;
}

#left:hover ul.menu-accordeon li.parent {
	margin-right:2em;
	position:relative;
}

/*ПОДСВЕТКА СООТВЕТСТВУЮЩЕГО ПУНКТА МЕНЮ ПРИ ОБРАЩЕНИИ К ДОСЬЕ*/

#left:hover div.moduletable_dosie.econ:hover ~ div.moduletable_menu.tems li:not(.item3) a,
#left:hover div.moduletable_dosie.pol:hover ~ div.moduletable_menu.tems li:not(.item4) a,
#left:hover div.moduletable_dosie.social:hover ~ div.moduletable_menu.tems li:not(.item5) a,
#left:hover div.moduletable_dosie.baikal:hover ~ div.moduletable_menu.tems li:not(.item14) a,
#left:hover div.moduletable_dosie.realty:hover ~ div.moduletable_menu.tems li:not(.item15) a,
#left:hover div.moduletable_dosie.trans:hover ~ div.moduletable_menu.tems li:not(.item317) a,
#left:hover div.moduletable_dosie.sil:hover ~ div.moduletable_menu.tems li:not(.item13) a,
#left:hover div.moduletable_dosie.money:hover ~ div.moduletable_menu.tems li:not(.item17) a,
#left:hover div.moduletable_dosie.edu:hover ~ div.moduletable_menu.tems li:not(.item16) a,
#left:hover div.moduletable_dosie.cult:hover ~ div.moduletable_menu.tems li:not(.item18) a,
#left:hover div.moduletable_dosie.sci:hover ~ div.moduletable_menu.tems li:not(.item50) a,
#left:hover div.moduletable_dosie.sport:hover ~ div.moduletable_menu.tems li:not(.item34) a,
#left:hover div.moduletable_dosie.jkh:hover ~ div.moduletable_menu.tems li:not(.item41) a,
#left:hover div.moduletable_dosie.media:hover ~ div.moduletable_menu.tems li:not(.item48) a {
	color:#003334;
	transition:none;
}

/***********************************************/

#left:hover div.moduletable_dosie:hover ~ div.moduletable_menu.tems mtitle {
	color:#003334 !important;
	transition:none;
}

#left:hover div.moduletable_dosie:hover ~ div.moduletable_menu.tems mtitle:after {
	color:#fff !important;
}

#left .mtitle2 {
	display:none;
}

#left a.today {
	display:block;
	text-decoration:none;
	font-size:35px;
	color:#fff;
	position:relative;
	left:2.2em;
	top:0.1em;
	transition:none;
}

#left:hover .mtitle2 {
	display:block;
	position:relative;
	left:5.2em;
	font-size:35px;
	top:0.1em;
	color:#003334;
}

#left:hover .mtitle2 > div {
	display:none;
}

#left:hover .mtitle2:hover {
	color:#fff;
}

#left:hover .mtitle2:hover > div {
	display:block;
	background:#003334;
	position:relative;
	outline:1px solid grey;
	transition:none;
	padding:1px 10px;
	top:-4.7em;
	left:2.3em;
}

#left:hover .mtitle2:hover > div * {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}

#left:hover a.today {
	position:absolute !important;
	top:16.98em !important;
	left:2.2em !important;
}

#left:hover div.mtitle2:hover ~ a {
	color:#003334 !important;
}

ul.menu-accordeon li.parent:hover span.separator {
	display:block;
	float:right;
}

ul.menu-accordeon li.parent ul {
	display:none;
}

ul.menu-accordeon li.parent:hover ul {
	display:block;
	position:relative;
	border:1px solid lightgrey;
	background:#003334;
	z-index:2;
	height:170px;
	width:240px;
	top:-0.4em;
	left:10.8em;
	padding:5px;
	overflow-y:auto;
	overflow-x:hidden;
}

ul.menu-accordeon li.parent:hover ul li {
	display:block;
	border-bottom:1px solid #5e8996;
	padding-bottom:3px;
	margin-bottom:10px;
	font-family:'Roboto', sans-serif;
}

ul.menu-accordeon li.parent:hover ul li a {
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	line-height:1.2em;
	padding-bottom:3px;
	letter-spacing:0.05em;
}

/*ПЛАШКА ДЛЯ ДОСЬЕ*/

ul.menu-accordeon li.parent:hover ul li > span:nth-child(1) {
	display:block;
	background:#003334;
	width:106%;
	padding:10px 0;
	position:relative;
	top:-0.5em;
	font-family:'Bebas Neue Bold';
	font-weight:normal;
}

ul.menu-accordeon li.parent:hover ul li > span:nth-child(1) span {
	display:block;
	text-align:center;
	font-size:18px;
	letter-spacing:0.05em;
}

/*ПОЗИЦИОНИРОВАНИЕ ПЛЮСИКОВ ДОСЬЕ и др.*/

#left .moduletable_dosie ul.menu-accordeon li.parent {
	display:none;
}

#left .moduletable_dosie.sujets ul.menu-accordeon li.parent,
#left .moduletable_dosie.specpr ul.menu-accordeon li.parent,
#left .moduletable_dosie.region ul.menu-accordeon li.parent,
#left .moduletable_dosie.vest ul.menu-accordeon li.parent {
	display:block !important;
}

#left:hover .moduletable_dosie ul.menu-accordeon li.parent {
	display:block;
	position:absolute; 
}

#left:hover .moduletable_dosie ul.menu-accordeon li.parent:hover ul {
	top:-9.5em !important;
	left:0.4em !important;
}

#left:hover .moduletable_dosie ul.menu-accordeon li.parent:hover span.separator {
	float:left !important;
}

#left:hover .moduletable_dosie ul.menu-accordeon li.parent {
	left:11em;
}

/*ДОСЬЕ ЭКОНОМИКА*/

#left:hover .moduletable_dosie.econ ul.menu-accordeon li.parent {
	top:9.7em;	
}

/*ДОСЬЕ ПОЛИТИКА*/

#left:hover .moduletable_dosie.pol ul.menu-accordeon li.parent {
	top:11em;
}

/*ДОСЬЕ ОБЩЕСТВО*/

#left:hover .moduletable_dosie.social ul.menu-accordeon li.parent {
	top:12.3em;
}

/*ДОСЬЕ СИЛОВЫЕ СТРУКТУРЫ*/

#left:hover .moduletable_dosie.sil ul.menu-accordeon li.parent {
	top:13.5em;
}

/*ДОСЬЕ БАЙКАЛ*/

#left:hover .moduletable_dosie.baikal ul.menu-accordeon li.parent {
	top:14.7em;
}

/*ДОСЬЕ НЕДВИЖИМОСТЬ*/

#left:hover .moduletable_dosie.realty ul.menu-accordeon li.parent {
	top:16em;
}

/*ДОСЬЕ ТРАНСПОРТ*/

#left:hover .moduletable_dosie.trans ul.menu-accordeon li.parent {
	top:17.3em;
}

/*ДОСЬЕ ДЕНЬГИ*/

#left:hover .moduletable_dosie.money ul.menu-accordeon li.parent {
	top:18.5em;
}

/*ДОСЬЕ ОБРАЗОВАНИЕ*/

#left:hover .moduletable_dosie.edu ul.menu-accordeon li.parent {
	top:19.7em;
}

/*ДОСЬЕ КУЛЬТУРА*/

#left:hover .moduletable_dosie.cult ul.menu-accordeon li.parent {
	top:20.9em;
}

/*ДОСЬЕ НАУКА*/

#left:hover .moduletable_dosie.sci ul.menu-accordeon li.parent {
	top:22.2em;
}

/*ДОСЬЕ СПОРТ*/

#left:hover .moduletable_dosie.sport ul.menu-accordeon li.parent {
	top:23.5em;
}

/*ДОСЬЕ ЖКХ*/

#left:hover .moduletable_dosie.jkh ul.menu-accordeon li.parent {
	top:24.7em;
}

/*ДОСЬЕ МЕДИА*/

#left:hover .moduletable_dosie.media ul.menu-accordeon li.parent {
	top:25.9em;
}

/*РЕГИОНЫ*/

#left:hover > div.moduletable_dosie.region ul.menu-accordeon * {
	transition:none !important;
}

#left > div.moduletable_dosie.region ul.menu-accordeon li.parent:before {
	content:'РЕГИОН';
	position:relative;
	right:0.5em;
	font-size:20px;
	letter-spacing:0.03em;	
}

#left:hover > div.moduletable_dosie.region ul.menu-accordeon li.parent:before {
	right:1.7em;
}

#left:hover > div.moduletable_dosie.region ul.menu-accordeon li.parent:hover {
	left:10.6em !important;
}

#left:hover > div.moduletable_dosie.region ul.menu-accordeon li.parent:hover:before {
	right:4.7em;
	color:#ff6600;
}

#left:hover .moduletable_dosie.region ul.menu-accordeon li.parent {
	position:absolute !important;
	left:8em !important;
}

/*СЮЖЕТЫ*/

#left:hover > div.moduletable_dosie.sujets ul.menu-accordeon * {
	transition:none !important;
}
#left > div.moduletable_dosie.sujets ul.menu-accordeon li.parent:before {
	content:'СЮЖЕТЫ';
	position:relative;
	right:0.5em;
	font-size:20px;
	letter-spacing:0.03em;
}

#left:hover .moduletable_dosie.sujets ul.menu-accordeon li.parent {
	left:7.5em !important;
	top:33em;
}

#left:hover div.moduletable_dosie.sujets ul.menu-accordeon li.parent:hover {
	left:10.6em !important;
}

#left:hover div.moduletable_dosie.sujets ul.menu-accordeon li.parent:before {
	right:1.7em;
}

#left:hover div.moduletable_dosie.sujets ul.menu-accordeon li.parent:hover:before {
	right:5.2em;
	color:#ff6600;
}

/*СПЕЦПРОЕКТЫ*/

#left:hover > div.moduletable_dosie.specpr ul.menu-accordeon * {
	transition:none !important;
}

#left > div.moduletable_dosie.specpr ul.menu-accordeon li.parent:before {
	content:'СПЕЦПРОЕКТЫ';
	position:relative;
	right:0.5em;
	font-size:20px;
	letter-spacing:0.03em;	
}

#left:hover > div.moduletable_dosie.specpr ul.menu-accordeon li.parent:before {
	right:1.7em;
}

#left:hover > div.moduletable_dosie.specpr ul.menu-accordeon li.parent:hover {
	left:10.6em !important;
}

#left:hover > div.moduletable_dosie.specpr ul.menu-accordeon li.parent:hover:before {
	right:7em;
	color:#ff6600;
}

#left:hover .moduletable_dosie.specpr ul.menu-accordeon li.parent {
	position:absolute !important;
	top:34.5em;
	left:5.7em !important;
}

/*ВЕСТНИКИ*/

#left:hover > div.moduletable_dosie.vest ul.menu-accordeon * {
	transition:none !important;
}

#left > div.moduletable_dosie.vest ul.menu-accordeon li.parent:before {
	content:'ВЕСТНИКИ';
	position:relative;
	right:0.5em;
	font-size:20px;
	letter-spacing:0.03em;	
}

#left:hover > div.moduletable_dosie.vest ul.menu-accordeon li.parent:before {
	right:1.7em;
}

#left:hover > div.moduletable_dosie.vest ul.menu-accordeon li.parent:hover {
	left:10.6em !important;
}

#left:hover > div.moduletable_dosie.vest ul.menu-accordeon li.parent:hover:before {
	right:5.6em;
	color:#ff6600;
}

#left:hover .moduletable_dosie.vest ul.menu-accordeon li.parent {
	position:absolute !important;
	top:36em;
	left:7.1em !important;
}

/*КАЛЕНДАРЬ*/

table.blogCalendar {
	width:100% !important;
	margin:10px 0 !important;
}

table.blogCalendar a {
	color:white;
}

.blogcalendar-weekday {
	font-family:"Bebas Neue Bold";
	font-size:35px;
	margin:-20px 0 10px 0px;
	display:inline-block;
	color:#ff6600;
	padding:5px;
}

a.blogCalendarDay {
	text-decoration:underline !important;
	color:#68c7d2 !important;
}

td.blogCalendarDay,
a.headerArrow,
td.blogCalendarHeader.headerDate,
td.dayName {
	color:#fff;
}

/*КОНТАКТЫ*/

#left .moduletable_contacts {
	position:absolute;
	bottom:1em;
	z-index:-1;
}

#left .moduletable_contacts ul {
	color:#fff;
}

#left .moduletable_contacts ul li {
	display:inline-block;
}

#left .moduletable_contacts ul li a {
	color:#fff;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	display:list-item;
	margin:0 1em;
	text-decoration:none;
}

/*Меню регионов в тэговых блогах*/

ul.menu-aft {
    padding: 0;
    margin: 0;
    list-style: none;
    display:none;
}

ul.menu-aft li.parent > span.separator span {
    display: none;
}

ul.menu-aft li.parent ul {
	list-style:none;
	padding:0;
	margin:0;
}

ul.rft-title {
    position:relative;
    font-family: 'Bebas Neue Bold';
    font-size: 20px;
    color: #fff;
    background: #003334;
    margin: 0;
    list-style: none;
    padding: 3px 0px 3px 5px;
    cursor:pointer;
    width:55%;
}

ul.rft-title:after {
        position:absolute;
	content:'';
	width:1px;
	border-bottom:5px solid transparent;
	border-top:5px solid #ff6600;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	right:10px;
	top:10px;
}

ul.rft-title li:hover ul.menu-aft {
    display: block;
    width:96%;
    position: absolute;
    background: #003334;
    z-index: 10;
    padding: 10px;
    margin-left: -5px;
    height:300px;
    overflow-y:auto;
}

ul.rft-title li:hover ul.menu-aft li a {
	font-family:'Roboto',sans-serif;
	font-size:18px;
	color:#fff !important;
	text-decoration:none;
	margin:5px 0;
	display:block;
	width:100%;
	border-bottom:1px solid #1d818c;
}

ul.rft-title li:hover ul.menu-aft li a:hover {
	color:#ff6600 !important;
}

ul.rft-title li:hover ul.menu-aft li.parent ul li:first-child {
	display:none;
}

/*********************************************/

#header {
	height:147px;
	border-bottom:3px solid #2d6678;
	margin-left:-5px;
}

#header1 {
	float:left;
	width:36.5%;
	height:100%;
}

#header2 {
	width:40.5%;
	height:100%;
	float:left;
}

#header2 .datavaluta {
	float:left;
	height:100%;
	width:49%;
	padding-left:1%;
}

#header2 .datavaluta:after {
	content:'';
	width:1px;
	height:115px;
	border-right:1px dashed grey;
	position:absolute;
	display:block;
	top:2%;
	left:52.58%;
}

#header2 .data,
#header2 .valuta {
	position:relative;
	top:2.4em;
}

#header2 .valuta:after {
	content:'';
	background:url('../../../informer/informer_png.php');
	position:relative;
	display:block;
	width:50px;
	height:50px;
	top:-3.8em;
	left:3em;
	background-size:90%;
	background-repeat:no-repeat;
}

#header2 .pogoda,
#header2 .moduletable {
	height:100%;
}

#header2 .pogoda {
	float:left;
	width:50%;
}

#header2 .pogoda .latestnews-date,
#header2 .pogoda .img100,
#header2 .pogoda span.article_separator {
	display:none;
}

#header2 .pogoda a.latestnews {
	font-family:'Roboto', sans-serif;
	font-size:85%;
	text-decoration:none;
	color:#2d6678;
	display:block;
	position:relative;
	top: 3.7em;
	left: 10%;
	width: 80%;
}

#header2 .pogoda span {
	position:relative;
	font-family:'Roboto', sans-serif;
	font-size:16px;
	color:#2d6678;
	top:38px;
	left:10%;
	font-weight:500;
}

#header2 .pogoda ul {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	color:#2d6678;
}

#header2 .pogoda ul li {
	margin:10px 0;
}

#header2 ul {
	list-style:none;
	padding:0;
}

#header2 span.daymonth {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight:500;
}

#header2 span.year {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	color:#cbb8a1;
	font-weight:500;
}

#header2 .valuta ul li {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	color:#2d6678;
	margin:10px 0;
	font-weight:500;
}

#header3 {
	float:left;
	background:#2d6678;
	width:23%;
	height:100%;
	text-align:center;
}

#header3 .search {
	position:relative;
	top:3.4em;
}

#mod_search_searchword {
	display:block;
	width:95%;
	margin:0 auto;
}

#header3 .search input.button {
	border:none;
	background:none;
	position:relative;
	left:44%;
	top:-1.5em;
	padding:0;
	margin:0;
}

#header3 .moduletable_socbuttons {
	position:relative;
	top:2em;
	padding:0 5%;
}

#center {
	width:81%;
	height:100%;
	padding:0 10px 0 5px;
	border-right:1px dashed grey;
	display:table-cell;
	vertical-align:top;
}

#left:hover ~ #wrapper0 {
	border-left:260px solid transparent;
}

#center .componentheading,
span#descr {
	display:block;
	background:#2d6678;
	height:100%;
	min-height:24px;
	color:#add8d7;
	position:relative;
	left:-21px;
	font-family:'Bebas Neue Bold';
	font-size:35px;
	padding:0.03em 10px 0.1em 1em;
	margin-bottom:0.5em;
	top:-31px;
	float:left;
}

span#descr {
	margin-bottom:-1.8em;
}

#wrapper1 {
	margin-left:1em;
}

#user1 {
	float:left;
	width:59%;
	margin:10px 1% 10px 0px;
}

#user1 .bt-cs .bt-inner .bt-introtext img {
	width:100% !important;
	border:none !important;
	outline:none !important;
}

#user1 .bt-cs {
	margin-top:-2.5em !important;
}

#user1 .bt-introtext {
	font-family:'Roboto', sans-serif;
	font-size:18px;
}

#user1 a.plakat-title {
	font-family:'Roboto', sans-serif;
	font-size:30px;
	font-weight:500;
	line-height:1.2em;
	border:none;
}

#user2 {
	float:left;
	width:40%;
	margin-top:10px;
}

#user2 div.moduletable {
	background:#eff3f4;
	padding:10px;
}

#user2 #moduletitle mtitle {
	font-family:'Bebas Neue Bold';
	font-size:35px;
	color:#2d6678;
}

#user2 li.latestnews a {
	line-height:1em;
}

#user2 .latestnews_introtext * {
	font-weight:normal !important;
	font-size:14px !important;
	font-family:'Roboto', sans-serif;
}

#user2 .latestnews_introtext img {
	display:none;
}

#user3 {
	float:left;
	width:98%;
	padding-top:10px;
	margin-left:1em;
}

#user3 #moduletitle mtitle {
	font-family:'Bebas Neue Bold';
	font-size:20px;
	text-decoration:none;
	color:#2d6678;
}

#user3 .moduletable_latestnews {
	padding:10px 0;
}

#user3 .moduletable_latestnews a.latestnews {
	display:block;
	width:91%;
	color:#000;
	font-family:'Roboto', sans-serif;
	font-weight:500;
	font-size:18px;
	line-height:1.4em;
	text-decoration:none;
}

#user3 .img100 {
	float:right;
	display:table;
	vertical-align:top;
	margin-top:-65px;
}

#user3 .img100 p {
	margin:0;
}

#user3 span.article_separator {
	display:block;
	width:100%;
	border-bottom:1px dashed grey;
	padding-bottom:20px;
}

#user3 .latestnews-date {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	color:#2d6678;
	margin:2px 0;
}

#bn {
    float: left;
    padding: 10px;
    max-width: 90%;
    margin: 0 3%;
    text-align: center;
    display: inline-block;
    max-height:100px;
    overflow:hidden;
}

/*СУПЕРКОНТЕЙНЕРЫ*/

div.moduletable_container {
	height:100%;
	display:table;
	border-left:2px solid #2d6678;
	border-top: 3px solid #2d6678;
	padding-left:10px;
}

#user4 .moduletable_container mtitle:only-child {
	font-family:'Bebas Neue Bold';
	font-size:35px !important;
	color:#add8d7 !important;
	background:#2d6678;
	position:relative;
	left:-0.35em;
	padding:0 10px 0 1em;
}

#user4 .moduletable_container .mcright {
	float:right;
	width:18%;
}
#user4 .moduletable_container .mcright .img100 {

}

#user4 .moduletable_container .mccenter {
	float:left;
	width:80%;
	border-right:1px dashed grey;
	padding-right:0.5em;
}

#user4 .moduletable_container .mcfootertext {
	float:left;
	width:80.6%;
	height:40px;
	margin:5px 0;
	position:relative;
	border-right:1px dashed grey;
	top:-3px;}

.moduletable_container mtitle.center,
.moduletable_container mtitle.right {
	display:block;
	font-family:'Bebas Neue Bold';
	font-size:26px;
	color:#ff6600;
	margin:-1em 0 0;
}

.moduletable_container mtitle.right {
	text-align:right;
	border-right:1px dashed grey;
	padding-right:10px;
	position:relative;
	right:-9px;
}

.content-top-1 a.latestnews_container,
.content-top-2 a.latestnews_container {
	color:#000;
	text-decoration:none;
	font-weight:500;
	font-size:18px;
	line-height:1.4em;
}

.right-top-2 a.latestnews_container {
	color:#000;
	text-decoration:none;
	font-weight:400;
	font-size:16px;
	margin-left:-7px;
	display:block;
}

.mccenter .latestnews-date {
	text-align:right;
	position:relative;
	top:-0.8em;
	color:#2d6678;
}

.right-top-2 .latestnews-date {
	display:none;
}

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

div.mccenter .latestnews_introtext {
	width:88%;
	font-size:18px;
	border-bottom:1px dashed grey;
	min-height:90px;
}

div.mccenter .latestnews_introtext p {
	line-height:1.15em;
	margin:1.3em 0;
}

div.mccenter .latestnews_introtext img {
	float:left;
	margin-right:1em;
}

div.mccenter div.moduletable.comment .latestnews_introtext img {
	float:right;
	position:relative;
	top:-1em;
	left:5em;
}

.ftxt {
	margin:0 1em 0 0;
	position:relative;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
}

.ftxt a {
	text-decoration:none !important;
}

.ftxt > div {

}

span.ptr,
span.dos,
span.ots {
	font-family:'Bebas Neue Bold';
	font-size:18px;
}

span.ptr {
	float:right;
	position:absolute;
	bottom:-2px;
	right:12em;
	/*width:310px;*/
	font-size:26px;
}

span.ptr,
span.ptr * {
	color:#ff6600;
}

span.dos,
span.dos *,
span.ots,
span.ots * {
	color:#fff;
}

span.dos,
span.ots {
	padding:3px 5px;
}

span.dos {
	float:right;
	background:#336667;
	margin-right:3px;
	cursor:pointer;
}

span.dos ul.menu-dos {
	display:none;
}

span.dos:hover ul.menu-dos {
	display:block;
	position:absolute;
	background:#003334;
	max-height:240px;
	overflow-y:auto;
	width:290px;
	bottom:24px;
	right:-1px;
	list-style:none;
	padding:0;
	margin:0;
}

span.dos:hover ul.menu-dos li {
	list-style-type:none;
}

span.dos:hover ul.menu-dos li.parent ul {
	padding:0;
	margin:5px;
}

span.dos:hover ul.menu-dos li.parent > span.separator {
	display:none;
}

span.dos:hover ul.menu-dos li.parent ul li {
	font-family:'Roboto',sans-serif;
	font-size:14px;
	margin:10px 0;
	border-bottom:1px solid #5e8996;
}

span.dos:hover ul.menu-dos li.parent ul li:first-child {
	border:none;
	text-align:right;
}

span.dos:hover ul.menu-dos li.parent ul li > span.separator {
	font-family:'Bebas Neue Bold';
	font-size:18px;
}

span.ots {
	float:right;
	background:#003334;
}

span.ots img {
	height:15px;
	position:relative;
	top:2px;
}

/*********************************************/

#right {
	height:100%;
	width:24.5%;
	display:table-cell;
	border-left:10px solid transparent;
	vertical-align:top;
}

#right div.moduletable {
	margin:10px 0;
}

#right #moduletitle mtitle {
	font-family:'Bebas Neue Bold';
	color:#ff6600;
	font-size:26px;
}

#right .contentpaneopen p {
	font-size:14px;
	line-height:unset;
	margin:0;
}

#right a {
	font-family:'Roboto', sans-serif !important;
	color:#000;
	line-height:unset;
	text-decoration:none;
}

#right strong {
	font-weight:normal !important;
	font-size:14px;
	font-family:'Roboto', sans-serif !important;
}

#right .moduletable_latestnews .latestnews-date {
	color:#2d6678;
	font-size:14px;
	margin:10px 0;
}

#right .moduletable_latestnews .img100 img {
	width:120px !important;
	margin-bottom:0;
}

#right .moduletable_latestnews span.article_separator {
	display:none;
}

#user4 {
	margin:0 0 0 220px;
}

#left:hover ~ #user4 {
	margin:0 0 0 270px;
}

#pdvl {
	float:left;
	width:100%;
	/*height:40px;*/
	padding-top:1em;
}

#pdvl #golosovalka {
	float:left;
	width:100%;
	margin:10px auto;
}

#pdvl .ftxt {
	position:unset;
}

#pdvl .ftxt .ptr {
	position:relative;
	left:-5px;
	bottom:0 !important;
}

#pdvl .ftxt span.dos:hover {
	height:1em;
}

#pdvl .ftxt span.dos:hover .moduletable {
	width:0;
	height:0;
}

#pdvl .ftxt span.dos:hover ul.menu-dos {
	position:relative;
	bottom:14.5em;
	right:5px;
	min-height:240px;
}

/*ВНЕШНИЙ ВИД МОДУЛЯ БЛОГА РАЗДЕЛА В ПУБЛИКАЦИЯХ*/

.moduletable_podval_morearticles {
    margin: 3em 1em;
}

.moduletable_podval_morearticles mtitle,
#pdvl a.podval-article-allnewslink {
    display: block;
    background: #2d6678;
    height: 100%;
    min-height: 24px;
    color: #add8d7;
    position: relative;
    left: -21px;
    font-family: 'Bebas Neue Bold';
    font-size: 35px;
    text-decoration:none;
    padding: 0.03em 10px 0.1em 1em;
    margin: 30px 0 0;
    top: -31px;
    float: left;
}

.moduletable_podval_morearticles span.aidanews2_title a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    line-height: 1.4em;
    margin: 20px 0;
    display: block;
}

.moduletable_podval_morearticles span.aidanews2_text {
    font-size: 17px;
    line-height: 1.4;
}

.moduletable_podval_morearticles span.aidanews2_date {
    float: right;
    margin-bottom: 10px;
    color: #2d6678;
    font-family: 'Roboto', sans-serif;
    position: relative;
    top: -1em;
}

.moduletable_podval_morearticles span.aidanews2_date:before {
    position: absolute;
    content: '';
    width: 42vw;
    height: 1px;
    border-bottom: 1px dashed #2d6678;
    left: -43.5vw;
    top: 0.5em;
    display: block;
}

/************************************************/

#bottom {
	display:table;
	height:100%;
	background:#1d818c;
	margin:10px 0 0 220px;
	padding:1em;
}

#left:hover ~ #bottom {
	margin-left:270px;
}

.bottom1,
.bottom2,
.bottom3 {
	float:left;
}

.bottom1 {
	width:40%;
}

.bottom2 {
	width:40%;
}

.bottom2 {
	font-size:14px;
	color:#fff;
	line-height:1.2em;
}

.bottom2 ul {
	padding:0;
	margin:0;
}

.bottom2 ul li {
	margin:0.3em 0;
	padding:0 1em 0 0;
}

.bottom3 {
	width:20%;
	height:250px;
	overflow:hidden;
	text-align:right;
}

.srch {
	width:40%;
	float:left;
	position:relative;
}

.bcnt {
	width:60%;
	float:left;
	position:relative;
}

.srch input.button {
	position:absolute;
	left:78%;
	top:0;
	border:none;
	background:none;
}

.bcnt ul {
	padding:0;
	margin:0 0 1em 1.5em;
}

.bcnt ul li {
	margin:-8px 10% 0;
	float:left;
	color:#fff;
	font-size:35px;
}

.bcnt ul li a {
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
	font-size:18px;
	position:relative;
	top:-4px;
	display:block;
	margin:10px 0;
}

#obyav {
	display:none;
}

.socbuttons_right img {
    background: #2d6678;
    border-radius: 5px;
    margin-top: 5px;
    padding: 2px;
}

.mod_events_latest_first span.mod_events_latest_content {
	font-weight:bold;
	font-size:20px;
}

/*СТИЛИ ДЛЯ МОДУЛЕЙ "АКЦЕНТОВ"*/

div.moduletable_accent div#moduletitle {
	margin-bottom:1em;
}

ul.newsfeed_accent {
    padding: 0;
    margin: 0;
}

ul.newsfeed_accent li {
    list-style: none;
    display: table;
    margin: 0 0 1em;
}

ul.newsfeed_accent li noindex a {
    display: block;
    width: 60%;
    float: right;
}

div.newsfeed_item_accent > p:nth-child(2) {
	display:none;
}

div.newsfeed_item_accent > p:nth-child(1) {
        margin:0;
}

div.newsfeed_item_accent > p:nth-child(1) > img {
	display:block;
	position:relative;
}

div#animation_container,
canvas#canvas,
div#dom_overlay_container {
	width:225px !important;
	height:450px !important;
}

a.mainpage404 {
    display: block;
    padding: 1em;
    background-color: #2d6678;
    color: #fff;
    width: 164px;
    border-radius: 10px;
}

/*MEDIA QUERIES GOES FROM HERE*/

@media (max-width:1280px) {
	#header3 .moduletable_socbuttons {
		padding:0;
	}
	#user4 .moduletable_container .mccenter {
		width:78%;
	}
	#user4 .moduletable_container .mcright {
		width:20%;
	}
        #user4 .moduletable_container .mcfootertext {
		width:78.8%;
	}
}

@media (max-width:1152px) {
	#user1 {
		width:100%;
	}
	#user2 {
		display:none;
	}
	#user4 .moduletable_container .mccenter {
		width:77%;
	}
	#user4 .moduletable_container .mcfootertext {
		width:78.1%;
	}
}

@media (max-width:1024px) {
	#header2 .datavaluta:after {
		left:65%;
	}
	#right {
		display:none;
	}
	span.ptr {
		font-size:20px;
		bottom:2px !important;
		/*width:240px;*/
		right:14.5em;
	}
	#pdvl .ftxt span.ptr {
		bottom:-3px !important;
	}
}

@media (max-width:800px) {
	#left, #header {
		display:none;
	}
	#m-header {
		display:block;
		height:80px;
		background:#2d6678;
		position:fixed;
		top:0;
		width:100%;
		z-index:10;
	}
	#m-header ul.navbutton {
		display:block;
		position:relative;
		float:left;
		height:80px;
		width:80px;
		padding:0;
		margin:0;
		background:url('../images/navbutton.png') no-repeat;
		background-size:cover;
	}
	#m-header ul.navbutton ul.menu-nav {
		display:none;
	}	
	#m-header ul.navbutton:hover ul.menu-nav {
		display:block;
		list-style:none;
		position:absolute;
		padding:10px;
		margin:0;
		background:#2d6678;
		top:80px;
		width:237px;
		height:450px;
		overflow:auto;
	}
	#m-header ul.navbutton:hover ul.menu-nav input.button {
		border:none;
		background:none;
		position:absolute;
		left:16em;
		top:15px;
	}
	#m-header ul.navbutton:hover ul.menu-nav li.parent > span.separator {
		display:none;
	}
	#m-header ul.navbutton:hover ul.menu-nav li.parent ul,
	#m-header ul.navbutton:hover ul.menu-nav li.parent ul li {
		padding:0;
		margin:0;
		color:#fff;		
	}
	#m-header ul.navbutton:hover ul.menu-nav li.parent ul li {
		list-style:none;
		font-size:20px;
		border-bottom:1px solid #98b5bd;
		margin:5px 0;
		padding-bottom:5px;
	}
	#m-header ul.navbutton:hover ul.menu-nav li.parent ul li:first-child {
		border-bottom:none !important;
	}
	#m-header ul.navbutton:hover ul.menu-nav li.parent ul li span.separator:first-child {
		display:block;
		font-family:'Bebas Neue Bold';
		font-size:24px;
		text-align:right;
		letter-spacing:0.05em;
	}
	#m-header ul.navbutton:hover ul.menu-nav li.parent ul li a {
		color:#fff;
		text-decoration:none;
	}
	#m-header ul.temy {
		margin:0;
		padding:0;
		list-style:none;
		z-index:5;
		display:block;
		float:left;
		height:80px;
		width:17%;
		position:absolute;
		right:30%;
	}
	#m-header ul.temy #moduletitle {
		display:none;
	}
	#m-header ul.temy ul.menu-tems {
		display:none;
		list-style:none;
		padding:0;
		margin:0;
	}
	#m-header ul.temy:hover ul.menu-tems {
		display:block;
		position:absolute;
		width:200px;
		height:470px;
		overflow:auto;
		padding:0 5px;
		top:80px;
		left:0;
		background:#2d6678;
	}
	#m-header ul.temy:hover ul.menu-tems li {
		margin:3px 0;
	}
	#m-header ul.temy:hover ul.menu-tems li a {
		color:#fff;
		font-family:"Bebas Neue Bold";
		font-size:26px;
		text-decoration:none;		
	}
	span.temy {
		color:#fff;
		font-family:"Bebas Neue Bold";
		font-size:4em;
		display:block;
		width:17%;
		float:left;
		padding:15px 5px 0;
		background:#658f9d;
		text-align:center;
		z-index:4;
	}	
	span.dosie {
		color:#fff;
		font-family:"Bebas Neue Bold";
		font-size:4em;
		display:block;
		float:left;
		width:18%;
		padding:15px 5px 0;
		background:#2d6678;
		text-align:center;
		z-index:4;	
	}
	ul.dosie {
		margin:0;
		padding:0;
		list-style:none;
		z-index:5;
		display:block;
		float:left;
		height:80px;
		width:18%;
		position:absolute;
		right:11%;		
	}
	ul.dosie ul.menu {
		display:none;
	}
	ul.dosie:hover ul.menu {
		display:block;
		padding:0;
		margin:0;
		list-style: none;
		position: relative;
		background: #2d6678 url('../images/themes.png') no-repeat;
		background-size: 80% 93%;
		background-position-y: 13%;
		width: 240px;
		top: 80px;
		right:4.5em;
		height: 450px;
	}
	ul.dosie:hover ul.menu-accordeon li.parent {
		position:relative;
	}
	ul.dosie:hover ul.menu-accordeon li.parent:hover ul {
		position:absolute;
		right: 10px;
		left: unset;
		top: 11px;
		width: 160px;
		z-index:1000;
	}
	#m-header img.mlogo {
		margin:5px 0;
		float:left;
		width:20%;
	}
	a.sve {
		font-family:"Bebas Neue Bold";
		color:#fff;
		display:block;
		float:left;
		width:20.5%;
		height:80px;
		font-size:4em;
		text-decoration:none;
		background:#98b5bd;
		padding:0 5px;
	}
	a.sve span {
		display:block;
		margin-top:10%;
	}
	#center {
		width:100%;
	}
	#wrapper0 {
		border-left:none;
		margin-top:85px;
	}
	#wrapper1,
	#user3 {
		margin-left:0;
	}
	#user3,
	#user4 {
		width:95%;
	}
	#user4, #bottom {
		margin:0;
	}
	span.ptr {
		right:14.7em;
	}
	#obyav {
		display:block;
	}
	#obyav img {
		width: 40%;
		margin: 0 auto;
		display: block;
	}
	#obyav a {
		color:#2d6678;
		text-decoration:none;
		font-size:18px;
	}
}

@media (max-width:414px) {
	#user3 .moduletable_latestnews a.latestnews {
		font-size:32px;
		line-height:1;
	}
	#user1 a.plakat-title {
		font-size:36px;
	}
	#user1 .bt-introtext {
		font-size:24px;
	}
	#user3 #moduletitle mtitle {
		font-size:36px;
	}
	#user3 .latestnews-date {
		font-size:30px;
		margin:12px 0;
	}
	#user4 .content-top-1 a.latestnews_container, .content-top-2 a.latestnews_container {
		font-size:32px;
		line-height:1;	
	}
	#user4 .moduletable_container .mcright {
    		display:none;
	}
	#user4 .moduletable_container .mccenter {
    		width: 100%;
		border-right:none;
	}
	#user4 .moduletable_container mtitle.right {
		text-align:unset;
		margin-top:20px;
		border-right:none;
		right:unset;
		padding-right:unset;
		font-size:36px;
	}
	#user4 .moduletable_container mtitle.center {
		font-size:36px;
	}
	#user4 .latestnews-date {
		font-size:30px;
		top:-1.3em;
	}
	#user4 div.mccenter .latestnews_introtext p {
		font-size:30px;
	}
	#user4 div.mccenter .latestnews_introtext img {
		float:left !important;
		width:200px;
		height:200px;
		position:unset;
	}
	#user4 .mcfootertext {
		display:none;
	}
	#user4 .moduletable_container mtitle:only-child {
		font-size:4em !important;
	}
	#content h1 a.contentpagetitle {
		font-size:36px;
	}
	#content table.contentpaneopen p,
	#content table.contentpaneopen li,
	.tag {
		font-size:32px;
	}
	#content > table:nth-child(3) > tbody > tr:nth-child(2) > td > p:nth-child(2) > img {
		width:200px;
		height:200px;
	}
	#obyav a {
		font-size:3em;
		line-height:1;
	}
	.article-date,
	table.blog #date-created,
	table.blog div#bcdate,
	table.blog .article-content p {
		font-size:32px;
	}
/*	.article-date::before,
	table.blog #date-created::before {
		width: 150vw;
		left: -110vw;
		top: 37px;
	}
*/
	/*table.blog a.contentpagetitle,*/
	table.contentpaneopen a.contentpagetitle,
	.blog-intro a.contentpagetitle {
		font-size:3em;
	}
	table.blog #introtext {
		display:block;
	}
	.article-content {
		display:unset;
	}
	table.blog #introtext img,
	table.blog .article-content img {
		/*float:left;*/
		width:60%;
		height:auto;
	}
	table.blog div.attachmentsContainer {
		display:none;
	}
	table.blog a.section {
		font-size:32px;
		top:-0.3em;
	}
	table.blog .blogcalendar-weekday {
		font-size:3.6em;
	}
}

@media (max-width:320px) {
	body {

	}
}