@charset "utf-8";
/* CSS Document */
/*fonts-*/
@font-face {
  font-family: 'Barkentina';
  src: url('../fonts/Barkentina.eot');
  src: url('../fonts/Barkentina.woff2') format('woff2'),
       url('../fonts/Barkentina.woff') format('woff'),
       url('../fonts/Barkentina.ttf') format('truetype'),
       url('../fonts/Barkentina.svg#AllegroScript') format('svg'),
       url('../fonts/Barkentina.eot?#iefix') format('embedded-opentype');
}
/*-fonts*/
/*Анимация livezilla-*/
@-webkit-keyframes blingerPulsate {
    50% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2, 2);
                transform: scale(2, 2);
        opacity: 0;
    }
}
@keyframes blingerPulsate {
    50% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2, 2);
                transform: scale(2, 2);
        opacity: 0;
    }
}
/*-Анимация livezilla*/
*{-webkit-box-sizing: border-box;box-sizing: border-box;
 -moz-box-sizing:border-box;}

html, body {
    height: 100%;
}
html{ overflow:auto;}
body {
    padding: 0px;
    margin: 0px;
    font: 12px/20px Arial, Helvetica, sans-serif;
    color: #666666;
    background: url(../img/bg.png) repeat;
    height: auto!important;
    height: 100%;
}
#toTop {
    background:url(../img/topbutton.png) no-repeat;
    width:52px;
    height:52px;
    position:fixed;
    bottom:30px; 
    left:30px;
    cursor:pointer;
    display:none;
    z-index:10000;
}
a img {
    border: 0px;
}
a:focus {
    outline: none;
}
a {
    color: #003366;
    text-decoration: underline;
}
a:hover {
    color: #990000;
}
p {
    margin: 0px 0px 15px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 20px;
    margin-top: 0px;
}
h1, .h1 {
    font: normal 24px Arial, Helvetica, sans-serif;
    line-height: 30px;
}
h2, .h2 {
    font: normal 20px Arial, Helvetica, sans-serif;
    line-height: 26px;
}
h3, .h3 {
    font: normal 16px Arial, Helvetica, sans-serif;
    line-height: 20px;
}
h4, .h4 {
    font: normal 14px Arial, Helvetica, sans-serif;
    line-height: 20px;
}
.breadcrumb > li {
    display: inline;
}
header {
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(1,1,1,0.4);
            box-shadow: 0 0 10px rgba(1,1,1,0.4);
    padding: 10px 0;
}
@media (max-width: 767px){
    header{
        padding: 0px;
    }
}
.header, .banner-god {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.header .header-left{
	padding-top: 10px;
}

@media(max-width: 767px){
 .header .header-left{
	padding-top: 0px;
}
}
.header, .container-fluid>section, .container-fluid>footer, .banner-god{
    max-width: 1200px;
}
.banner-god{margin-bottom: 10px;}
.main-row-1, .main-row-2, .main-row-3, .main-row-4, .main-row-banners{margin-right: 0px;margin-left: 0px;}
.main-row-1>div:first-of-type, .main-row-2>div:first-of-type, .main-row-3>div:nth-of-type(2),
.main-row-4>div:first-of-type, .useful{padding-left: 0px;}
/*языки-*/
a.flag.nturl img{
    margin-bottom: 10px;
}
a.flag.nturl img:hover{ 
    -webkit-box-shadow: inset 0 0 0 16px rgba(0, 0, 0, 0.22); 
            box-shadow: inset 0 0 0 16px rgba(0, 0, 0, 0.22); 
    height: 23px; 
    margin-bottom: 10px;
}
/*-языки*/
/*LiveZilla-*/
div#lz_overlay_wm {
    margin: 0 !important;
    right: 30px !important;
    bottom: 30px !important;
}
#lz_overlay_module_chat #lz_chat_state_bar {
    height: 50px;
}
#lz_overlay_module_chat #lz_chat_content_box {
    top: 88px;
}
#lz_overlay_chat .lz_chat_header {
    padding: .4em 2em !important;
}
#lz_chat_options_button {
    top: 10px !important;
}
.unselectable .lz_overlay_wm_icon>path {
    -webkit-transform: scale(.014)!important;
        -ms-transform: scale(.014)!important;
            transform: scale(.014)!important;
}
.lz_overlay_chat_message_add{
    display: none;
}
.lz_overlay_chat_footer.lz_overlay_chat_options_link{
   display: none; 
}
.unselectable.lz_overlay_wm_button.disabled.lz_overlay_wm_sh_act.lz_anim_slide_in{
    background-color: #b22222 !important;
    border-color:#b22222 !important;
}
    /*Круги от иконки чата*/
div#livezilla_wm:after {
    content: "";
    display: block;
    border: 1px solid rgb(115, 190, 40);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 48px;
    height: 48px;
    position: relative;
    bottom: 48px;
    -webkit-animation: blingerPulsate infinite 1.5s !important;
            animation: blingerPulsate infinite 1.5s !important;
}
    /* Скрытие кругов от иконки чата при отсутствии главы*/
.disabled#livezilla_wm:after {
    -webkit-animation:unset !important;
            animation:unset !important;
    border:none !important;
}
/*-LiveZilla*/
/*Модальное Окно-*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1000;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
    text-align: center;
}
#overlay>.custom>div{
    position: relative;
    display: inline-block;
}
.popup {
    top: 1%;
    left: 0;
    right: 0;       
    margin: auto;
    width: 100%;
    max-width: 100%;
    position: absolute;
    padding: 15px 20px;
    z-index: 1000;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
button.close {
    top: 0px;
    right: 0px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
    opacity: 1;
}
button.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
button.close:hover {
    background-color: rgba(252, 20, 0);
    opacity: 1;
}
#fox button.close{background-color: unset;}
#fox button.close:hover{background-color: unset;}
#fox button.close:before {color: #a8a8a8;font-size: 21px;content: "x";}
/*-Модальное Окно*/
.container-fluid>section, .container-fluid>footer{
    width: 100%;
    margin: 0 auto;
}
.text-link.shoa{display: none;}
/*Шапка: название сайта, гербы, языки, очки-*/
header .header-center a{
    font-size: 35px;
    font-family: 'Barkentina';
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    color:#336600;
    display: inline-block;
}
header .header-center{
    text-align: center;
}
.header-right {
    top: 21px;
    position: relative;
    z-index: 1;
}
@media(max-width: 767px){
    .header-left{
        -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
                transform: scale(0.6);
        padding: 0;
    }
    .header-right {
        top: 15px;
        text-align: right;
        right: 3%;
    }
    header .header-center a{
        font-size: 25px;
        line-height: 25px;
    }   
}
@media(max-width: 450px){
    .header-right {
        top: 8px;
        right: 3%;
    }
}
a.glass {
    padding-right: 1vw;
    top: -11px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}
.header-right-inner{
	float: right;
}
@media (min-width: 1250px){
	.header-right{
		padding-right: 0px;
	}
}
/*-Шапка: название сайта, гербы, языки, очки*/
/*Шапка-*/
.under-header {padding: 20px 0;}
section.under-header>div{
    padding-left: 0px;
    padding-right: 0px;
}
section.under-header>.under-header-center{
    padding-left: 10px;
    padding-right: 10px;
}
@media(min-width: 1200px){
    section.under-header>.under-header-center{
        padding-left: 25px;
        padding-right: 0px;
        text-align: center;
    }    
}
/*section.under-header>.under-header-center>div{
    float: right;
}*/
/*-Шапка*/
/*Контакты вверху слева-*/
.under-header-left-contacts {
    padding: 15px;
    background: #f0f0f0;
    font-size: 14px;
    max-width: 410px;
}
.under-header-left-contacts p {
    display: block;
    padding-left: 15px;
    border-left: 3px solid #D0CED0;
    margin: 0px;
}
.under-header-left-contacts .text { display: none;}

/*-Контакты вверху слева*/
/*Текстовые баннеры-*/
.under-header-left-menu table, .under-header-left-menu table tr,
.under-header-left-menu table td{
    display: block;
}
.under-header-left-menu table {
    width: 100%;
    margin-top: 18px;
}
.under-header-left-menu table td {
    width: 49%;
    text-align: center;
    float: left;
}
.under-header-left-menu table tr.under-header-left-menu-top td{
    margin-bottom: 2%;
}
.under-header-left-menu table td.under-header-left-menu-left{
    margin-right: 2%;
}
.under-header-left-menu table td a {
    color: #ffffff;
    background: #669933;
    display: block;
    text-decoration: none;
    line-height: 15px;
    padding: 10px;
}
@media (max-width: 1169px) and (min-width: 1143px){
    .under-header-left-menu table td a {
        padding: 10px 5px;
    }
}
@media (max-width: 1142px){
    .under-header-left-menu table .under-header-left-menu-bottom td a {
        padding: 10px 2px;
    }
}
@media (max-width: 390px){
    .under-header-left-menu table td{
        width: 100%;
    } 
    .under-header-left-menu table tr.under-header-left-menu-top td,
    .under-header-left-menu table td.under-header-left-menu-left{
        margin: 0;
    }
    .under-header .under-header-left .under-header-left-menu table td{
        margin-bottom: 10px;
    }
}
@media (max-width: 1142px){
    .under-header-left{
        margin-bottom: 15px;
    }
}
/*-----------*/
.under-header-left-menu{
    margin-top: 10px;
}
.under-header-left-menu .tllks{
    width: 100%;
    max-width: 410px;
}
.under-header-left-menu .tllks>div div{
    white-space: normal;
    display: inline-table;
    width: 49%;
    background-color: #669933;
    text-align: center;
    vertical-align: top;
    margin-bottom: 7px;
    height: 60px;
    min-height: 60px;
}
@media (min-width: 1100px){
    .under-header-left-menu .tllks>div div{
        height: 47px;
        min-height: 47px;
    }
}
.under-header-left-menu .tllks>div a{
    color: #ffffff;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    line-height: 15px;
    padding: 7px 5px;
}
@media(min-width: 401px){
    .under-header-left-menu .tllks>div div:nth-of-type(odd){
        margin-right: 2%;
    }
    .under-header-left-menu .tllks>div{
        white-space: nowrap;
    }
}
@media (max-width: 400px){
    .under-header-left-menu .tllks>div div{
        width: 100%;
    }
}
/*-Текстовые баннеры*/
/*Слайдер в шапке-*/
.under-header-center {
    padding: 0;
    padding-left: 10px;
    padding-bottom: 5px;
}
.wk-slideshow-screen>div:before{
    display: none;
}
.wk-slideshow.wk-slideshow-screen{
    max-width: 100% !important;
}
/*-Слайдер в шапке*/
/*Правая часть шапки-*/
.icons-with-img-and-title {
    overflow: hidden;
}
.icons-with-img-and-title li {
    display: block;
    float: left;
    border: 3px solid #336699;
    width: 48%;
    height: auto;
    position: relative;
    /*max-width: 180px;*/
}
@media (max-width: 992px){
    .icons-with-img-and-title li {
        max-width: 180px;
    }
}
.icons-with-img-and-title li a:before {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    left: 0px;
    right: 0px;
    content: "";
    bottom: 0px;
    position: absolute;
    z-index: 2;
    height: 50px;
}
.under-header-right .banner-with-text-on-overlay-bottom a:before {
    display: none
}
.icons-with-img-and-title li .icons-with-img-and-title-bottom {
    position: absolute;
    bottom: 2px;
    z-index: 3;
    left: 10px;
    right: 10px;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
}
.under-header-right .icons-with-img-and-title .banner-with-text-on-overlay-bottom a {
    padding-bottom: 3px;
    font-weight: bold;
}
.under-header-right-timer .banner-with-text-on-overlay{
    margin-bottom: 0px;
}
@media (min-width: 992px){
    .under-header-right-timer>div{
        /*float: right;*/
    }
}
.under-header-right .icons-with-img-and-title li 
.banner-with-text-on-overlay-bottom table{
	margin: 0 5px;
}
/*.under-header-right-timer .under-header-right ul.icons-with-img-and-title{
    margin-bottom: 14px;
}*/
@media(min-width: 501px){
    .icons-with-img-and-title li:first-child{
        margin-right: 4%;
    }
}
@media(max-width: 500px){
    .banner-small-god{text-align: center;}
    .icons-with-img-and-title li{
        float: unset;
        width: 100%;
        margin: auto;
    }
    .icons-with-img-and-title li:first-child{
        margin-bottom: 15px;
    }
}
@media (min-width: 767px) and (max-width: 991px){
	.under-header-right-timer .under-header-right, 
	.under-header-right-timer .timer.notranslate {
		max-width: 380px;
		margin: auto;
	}
}
@media (min-width: 520px) and (max-width: 768px){
    .under-header .under-header-left>div,.under-header .under-header-center>div,
    .under-header .under-header-right-timer>div, .under-header .under-header-center>div{
        margin-left: auto;margin-right: auto;
        width: -webkit-max-content;width: -moz-max-content;width: max-content;
        min-width: 45%;
        max-width: 62%;
    }
}
/*-Правая часть шапки*/
/*Главное меню-*/
.search-menu {
    background: #dedede;
    margin: 0 auto;
    height: 40px;
    /*line-height: 30px;*/
    border: 1px solid #d0d0d0;
    -webkit-box-shadow: 0 0px 1px #ffffff inset;
            box-shadow: 0 0px 1px #ffffff inset;
}
.main-menu ul li a:hover {
    color: #669933;
    text-decoration: underline;
}
.nav > li > a{
    padding: 10px 10px;
}
.nav > li > a:hover{
    background-color: unset;
}
nav.main-menu ul li{
    display: inline-block;
    overflow: hidden;
}
nav.main-menu{
    height: 100%;
}
.main-menu ul.menu {
    overflow: hidden;
    margin: 0px;
}
@media (min-width: 1200px) and (max-width: 1225px){
    .main-menu ul.menu {
        width: 105%;
    }
}
.main-menu ul li a {
    display: block;
    color: #555555;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}
/*-Главное меню*/
/*Поиск-*/
.search .button{
    max-width: 25%;
    height: 30px;
    line-height: 20px;
    float: left;
}
.search-wrapper .inputbox {
    margin-right: 5px;
    height: 30px;
    line-height: 20px;
    float: left;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    width: 70%;
    -webkit-border-radius: 0px;
            border-radius: 0px; 
}
.search-wrapper{
    padding: 4px 0;
}
.search-wrapper .inputbox, .search .button{
	float: none;
}
input.button.search-img{
	display: none;
}
@media(max-width: 1200px){
	nav.main-menu ul li a{
		padding: 10px 5px;
		font-size: 13px;
	}
	nav.main-menu{
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media(max-width: 1050px){
	nav.main-menu ul li a{
		font-size: 12px;
	}
}
@media(max-width: 992px){
    .search-wrapper{
    	padding-bottom: 10px;
    }
    .search-wrapper form{
    	text-align: center;
		position: relative;
    }
    nav.main-menu ul li a{
		padding: 10px 10px;
		font-size: 13px;
	}
	.under-header{
		padding-top: 10px;
	}
	.search-wrapper{
		padding-top: 0px;
	}
	input.button.search-img{
		display: inline-block;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 5px;
    	right: 16%;
	}
	.search-btn{display: none;}
	.search-wrapper .inputbox{
		padding: 5px 5% 5px 10px;
	}
}
@media(max-width: 860px){
	nav.main-menu ul li a{
		padding: 10px 5px;
		font-size: 13px;
	}
	nav.main-menu{
		margin-bottom: 10px;
	}
}
@media(max-width: 800px){
	nav.main-menu ul li a{
		font-size: 12px;
	}
}
@media (max-width: 731px){
    nav.main-menu ul li{
        display: block;
    }
    nav.main-menu{
        height: auto;
        margin-bottom: 10px;
    }
    nav.main-menu ul{
        background: #dedede;
        border: 1px solid #d0d0d0;
        border-top: none;
        margin-right: -6px!important;
        margin-left: -6px!important;
        margin-top: 5px;
    }
    nav.main-menu ul li a{
		font-size: 14px;
		padding: 5px 10px;
	}
}
@media (max-width: 450px){
	.search-wrapper .inputbox{
		padding-right: 8%;
	}
}
/*-Поиск*/
section.content{
    margin-top: 20px;
}
.jllikeproSharesContayner .event-container>div{
    padding: 0px;
}
/*Большой слайдер-*/
.slider .wk-slideshow.wk-slideshow-screen{
	max-width: 790px;
}
.top-long-banner .bannergroup {
    /*margin-top: 10px;*/
}
.top-long-banner .banneritem {
    margin-bottom: 8px;
}
.top-long-banner .banneritem:last-of-type {
    margin-bottom: 0px;
}
.top-long-banner .right-banners-text{
    display: none;
}
.wk-slideshow-screen .nav {
    position: absolute;
    margin-top: 15px;
    text-align: center;
    z-index: 10;
    right: 15px;
    top: 0;
}
@media (max-width: 991px){
    .slider-banners{padding-right: 0px;}
}
@media (min-width: 790px) and (max-width: 991px){
    .top-long-banner .banneritem{
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .slider-banners .wk-slideshow, .top-long-banner .banneritem{
        margin-right: auto;
        margin-left: auto;
    }
}
.wk-slideshow-screen .caption{
        left: 0px;
        right: 0px;
    }
@media (max-width: 600px){
    .wk-slideshow-screen .caption a{
        font-size: 13px;
    }
    .wk-slideshow-screen .caption h3{
        line-height: 12px;
        margin-bottom: 10px;
    }    
}
@media (max-width: 600px){
    .wk-slideshow-screen .caption a{
        font-size: 11px;
    }
    .wk-slideshow-screen .caption h3{
        line-height: 12px;
        margin-bottom: 3px;
    }
}
/*-Большой слайдер*/
/*Блок баннеров со сведениями о районе-*/
.o-raene .banner-with-text-on-overlay{
	min-height: 165px;
}
.banner-with-text-on-overlay .banner-with-text-on-overlay-bottom {
    position: absolute;
    bottom: 0px;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    z-index: 5;
    left: 7px;
}
.banner-with-text-on-overlay .banner-with-text-on-overlay-bottom a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}
.banner-with-text-on-overlay .banner-with-text-on-overlay-bottom a:hover {
    text-decoration: underline;
}
.banner-with-text-on-overlay .banner-with-text-on-overlay-bottom td {
    padding-right: 25px;
}
.banner-with-text-on-overlay .banner-with-text-on-overlay-bottom td:last-child {
    padding-right: 0px;
}
.banner-with-text-on-overlay .banner-with-text-on-overlay-top {
    position: absolute;
    top: 10px;
    z-index: 3;
    left: 10px;
    right: 10px;
    background: rgba(102,153,51,0.8);
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 0;
}
@media (max-width: 1100px){
    .o-raene .banner-with-text-on-overlay .banner-with-text-on-overlay-bottom td{
        display: block;
    }
}



/*-Блок баннеров со сведениями о районе*/
/*Электронная брошюра-*/
.o-raene .right-kniga p a span{
	display: block;
}
.o-raene .right-kniga p a span:nth-of-type(2){
	padding: 15px 0px;
}
@media (min-width: 1065px) and (max-width: 1170px), (max-width: 500px){
	.o-raene .right-kniga p a span:nth-of-type(2){
		padding: 10px 0px;
	}
}
@media (min-width: 992px) and (max-width: 1064px), (max-width: 390px){
	.o-raene .right-kniga p a span:nth-of-type(2){
		padding: 0px 0px;
	}
}
.no-txt-ban:before{
    display: none;
}
.main-row-1 .no-txt-ban{
    min-height: 10px;
    min-height: unset;
    background: unset;
    background: none;
}
/*-Электронная брошюра*/
/*Послание президента-*/
.poslanie {
    border: 1px solid #c5c5c5;
    /*margin-bottom: 15px;
    max-width: 355px;*/
	max-width: 355px;
	margin: auto;
	margin-bottom: 10px;
}
.poslanie-left {
    display: table-cell;
    vertical-align: middle;
    background: #ffffff;
    padding: 3px 3px 1px 3px;
    width: 48px;
}
.poslanie-right {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e8e8e8));
    background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
    /* IE6-9 */
    border-left: 1px solid #c5c5c5;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px;
    /*width: 85%;*/
}
.poslanie-right ul {
    margin: 0;
}
.poslanie-right li {
    border-bottom: 1px dashed #a6a6a6;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 5px;
    line-height: 15px;
}
.poslanie-right a {
    font-weight: bold;
    color: #c70606;
    text-decoration: none;
    line-height: 16px;
    display: block;
}
.poslanie-right a:hover {
    text-decoration: underline;
}
.poslanie-right li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
@media (max-width: 991px){
    .poslanie{
        max-width: 509px;
    }
}
/*-Послание президента*/
/*о районе-*/
.o-raene .right-kniga.banner-with-text-on-overlay:after{
    background: url(../../../images/banners-2018/brochure.jpg) no-repeat;
}
.o-raene>.banner-with-text-on-overlay:after{
	background: url('../img/img-o-raene.png') no-repeat;
	display: block;
	height: 100%;
	width: 100%;
	content: "";
	position: absolute;
	top: 0;
    left: 0;
    z-index: -1;
}
.right-kniga.banner-with-text-on-overlay{
    min-height: 120px;
}
.right-kniga.banner-with-text-on-overlay .banner-with-text-on-overlay-bottom{
	padding-left: 5px;
}
/*-о районе*/
/*врем баннеры*/
.o-raene .bann-vrem{
    /*margin-top: 15px;*/
    margin-top: 5px;
    min-height: 10px;
    min-height: unset;
}
.o-raene .bann-vrem .right-banners-text{
    display: none;
}
/*врем баннеры*/
/*баннеры на всю ширину-*/
.main-row-banners{
    text-align: center;
}
.main-row-banners .banner-with-text-on-overlay{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.main-row-banners .banner-with-text-on-overlay .right-banners-text{
    display: none;
}
@media (min-width: 768px){
    .main-row-banners .banner-with-text-on-overlay{
        max-width: 280px;
    }
    .main-row-banners .banner-with-text-on-overlay:nth-of-type(2n){
        margin-left: 10px;
        margin-right: 10px;
    }
    .main-row-banners .banner-with-text-on-overlay:last-of-type{
        margin-right: 0px;
    }
}
/*-баннеры на всю ширину*/
/*Общие стили-*/
.shadow-block {
    -webkit-box-shadow: 0 4px 3px rgba(1,1,1,0.2), 0 0 1px rgba(1,1,1,0.4) inset;
    box-shadow: 0 4px 3px rgba(1,1,1,0.2), 0 0 1px rgba(1,1,1,0.4) inset;
}
.block {
    margin-bottom: 25px;
    padding: 25px;
    background: #ffffff;
}
@media (min-width: 992px){
    .main-row-1>div:last-child, .main-row-2>div:last-child, 
    .main-row-3>.ban-right-bot, .main-row-4>.right-btm{
        background: #ffffff;
        padding: 15px;
        -webkit-box-shadow: 0 5px 3px rgba(1,1,1,0.2);
                box-shadow: 0 5px 3px rgba(1,1,1,0.2);
    }
    .main-row-3>.ban-right-bot{
        padding: 22.5px;
        padding-top: 15px;
    }
}
@media (max-width: 1200px){
    .main-row-3>.ban-right-bot{
        background:unset;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}
.main-row-1, .main-row-2{
    margin-bottom: 15px;
}
.banner-with-text-on-overlay, .icons-with-img-and-title-bottom {
    text-shadow: 0 2px 5px #000000;
}
/*границы таблиц*/
.banner-with-text-on-overlay {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    line-height: 15px;
}
@media (max-width: 1199px){.banner-with-text-on-overlay{max-width: 355px;}}
.main-row-1 .banner-with-text-on-overlay, .main-row-2 .banner-with-text-on-overlay,
.main-row-1 .poslanie, .bann-vrem{
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 500px){
	p{text-align: left!important;}

}
@media (max-width: 992px){
    .container-fluid .content div[class^="main-row-"]>div{
        padding-right: 0px;
        padding-left: 0px;
    }
    .container-fluid .content div[class^="main-row-"]>div.actual{padding-right: 15px;}
}
@media (max-width: 767px){
    .container-fluid .content div[class^="main-row-"]>div.actual{padding-right: 0px;}
}
.banner-with-text-on-overlay > a{
    display: block;
    position: relative;
    z-index: 4;
}
/*-Общие стили*/
/*actual-useful- перенесено и проверено*/
.latest-actual-useful-block-body > span {
    display: none;
}
.junewsultra, .junewsultra .jn-list, .junewsultra .jn-list-info {
    clear: none;
}
.actual .junewsultra .jn-list {
    position: relative;
    padding: 0px;
    margin: 0 2px 20px;
    float: left;
    width: 48%;
    height: 135px;
}
.actual .junewsultra .jn-list p {
    margin: 0px;
    width: 100%;
}
.actual .junewsultra .jn-list-image {
    position: relative;
    z-index: 1;
}
@media (min-width: 767px){
    .actual .junewsultra .jn-list-image img {
        width: 100%;
        height: 135px;
    }
}
.actual .junewsultra .jn-list-image a {
    display: block;
}
.actual .junewsultra .jn-list-text {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
}
.actual .junewsultra .jn-list-text a {
    display: block;
    color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1150px){
    .actual .junewsultra .jn-list-text a {
        font-size: 11px;
    }
}
.actual .junewsultra .jn-list-date {
    display: none;
}
.useful .junewsultra .jn-list {
    position: relative;
    padding: 0px;
    margin: 0 0 20px;
}
.useful .junewsultra .jn-list-image {
    position: relative;
    z-index: 1;
    float: left;
    margin-right: 3%;
    width: 30%;
}
.useful .junewsultra .jn-list-image a {
    display: block;
}
.useful .junewsultra .jn-list-text {
    width: 67%;
    float: left;
}
.useful .junewsultra .jn-list-text a {
    display: block;
}
.useful .junewsultra .jn-list-date {
    display: block;
    margin-top: 10px;
    color: #9b9898;
}

.latest-actual-useful-block-title {
    border-left: 12px solid #bf8a55;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #bf8a55;
    position: relative;
}
.latest-actual-useful-next {
    position: absolute;
    right: 15px;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #bf8a55;
}
@media (max-width: 767px){
    .latest-actual-useful-block-body .latest-actual-useful-next{
        position: static;
    }
}
.latest-actual-useful-block-body {
    border-left: 12px solid #bf8a55;
    padding: 15px;
}
@media (max-width: 768px){
    /*9.latest-actual-useful-block-body{display: none;}*/
}
.actual .junewsultra .jn-list img, .banner-with-text-on-overlay img,.icons-with-img-and-title li a img {
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.actual .junewsultra .jn-list, .icons-with-img-and-title li a, 
.banner-with-text-on-overlay{
    background: #000000;
    overflow: hidden;
}
.actual .junewsultra .jn-list img, .banner-with-text-on-overlay img,.icons-with-img-and-title li a img {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.actual .junewsultra .jn-list:hover img, .banner-with-text-on-overlay:hover img,
.icons-with-img-and-title li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    zoom: 1; filter: alpha(opacity=50);
    opacity: 0.5;
}
@media (min-width: 768px) and (max-width: 867px), (min-width: 992px) and (max-width: 1060px){
    .actual .junewsultra .jn-list img{
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        zoom: 1; filter: alpha(opacity=50);
        opacity: 0.5;
    }
}
.icons-with-img-and-title li a {
    display: block;
    position: relative;
}
@media (max-width: 767px){
	.actual .junewsultra .jn-list{
		background: unset;
		width: 100%;
		height: unset;
	}
	.main-row-2 .actual .junewsultra .jn-list-image,
    .useful .junewsultra .jn-list-image {
		position: relative;
	    z-index: 1;
	    float: left;
	    margin-right: 3%;
	    width: 20%;
	}
	.main-row-2 .actual .junewsultra .jn-list-text,
	.useful .junewsultra .jn-list-text {
	    width: 77%;
    	float: left;
    	position: static;
    	background: unset;
    	padding: 0px;
	}
	.main-row-2 .actual .junewsultra .jn-list-text a{
		color: #003366;
		font-size: 12px;
	}
	.actual .junewsultra .jn-list-image a {
    	display: block;
	}
	.actual .junewsultra .jn-list-text a {
    	display: block;
	}
}
@media (max-width: 1250px) and (min-width: 768px){
	.latest-actual-useful-block-title {
    	padding-bottom: 25px;
	}
	.latest-actual-useful-block-title a.latest-actual-useful-next {
    	left: 15px;
    	top: 35px;
	}
}
@media (max-width: 500px){
    .actual .junewsultra .jn-list {
        padding: 0px;
        margin: 0 0px 10px;
        width: 100%;
    }
    .main-row-2 .actual .junewsultra .jn-list-image,
    .useful .junewsultra .jn-list-image {
	    width: 30%;
	}
	.main-row-2 .actual .junewsultra .jn-list-text,
	.useful .junewsultra .jn-list-text {
	    width: 67%;
	}
}
/*-actual-useful*/
/*сервисы: загс, жильё, врач и т.д.-*/
.center-banners {
    border-top: 25px solid #5d80a9;
    padding: 10px;
    margin-bottom: 10px;
}
.link-icons-with-text {
    margin: 0px;
}
.link-icons-with-text li {
    display: block;
    float: left;
    width: 14.285%;
    text-align: center;
}
.link-icons-with-text li a {
    display: block;
    color: #336699;
    text-decoration: none;
    height: 150px;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    border-bottom: 10px solid #cacaca;
}
.link-icons-with-text li a:hover {
    border-color: #5d80a9;
}
.link-icons-with-text li a img{
    display: block;
    margin: auto;
}
@media(max-width: 1199px){.ban-left-bot .center-banners{margin-top: 25px;} 
.main-row-3>div:nth-of-type(2){padding-left: 15px;}}
@media(max-width: 800px){.link-icons-with-text li{width: 33%;}}
@media(max-width: 380px){.link-icons-with-text li{width: 50%;}}
/*-сервисы: загс, жильё, врач и т.д.*/
/*Трудовые книжки-*/
.block.bottom-banners {
    overflow: hidden;
}
.shadow-block.block.bottom-banners .bottom-banner {
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(210, 210, 210)));
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(210, 210, 210) 100%);
    background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(210, 210, 210) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(210, 210, 210) 100%);
    border: 1px solid #d2d2d2;
    height: 73px;
    padding-top: 0px;
    width: 49%;
    /*margin-bottom: 20px;*/
    margin-bottom: 5px;
    float: left;
    display: table;
}
@media (min-width: 671px){
    .block.bottom-banners .bottom-banner:last-of-type, .block.bottom-banners .bottom-banner:nth-of-type(5){
        margin-bottom: 0px;
    }
}
.shadow-block.block.bottom-banners .bottom-banner a img {
    margin: -1px 0 0 -1px;
    padding-right: 9px;
}
.shadow-block.block.bottom-banners .bottom-banner a:first-child{
    vertical-align: middle;
    width: 24%;
    display: table-cell;
}
.shadow-block.block.bottom-banners .bottom-banner a.text-link {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    width: 76%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;

}
.shadow-block.block.bottom-banners .bottom-banner:nth-child(2n) {
    margin-left: 12px !important;
}
.bottom-banners a{
    text-decoration: none;
}
.shadow-block.block.bottom-banners .bottom-banner a.city#mycity {
    color: #3865bf;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 15px;
}
#mycity span.mycityspan {
    font-size: 12px;
    font-weight: bold;
    color: #999999;
    text-transform: none;
    margin-left: 0px;
}
@media (max-width: 768px){
    .shadow-block.block.bottom-banners{
        background: unset;
        -webkit-box-shadow: none;
            box-shadow: none;
        padding: 0px;
    }
}
@media (max-width: 670px){
    .shadow-block.block.bottom-banners .bottom-banner{
        width: 100%;
    }
    .shadow-block.block.bottom-banners .bottom-banner:nth-child(2n){
        margin-left: 0px!important;
    }
}
/*-Трудовые книжки*/
/*вопрос-ответ-*/
.vopr-otv-middle {
    padding: 25px;
    width: 100%;
    overflow: hidden;
}
.vopr-otv_withh3 {
    border: 1px solid #cc9999;
    padding: 15px;
    background: #f3f2f2;
    float: left;
    width: 100%;
}
.right-block h3, .vopr-otv-middle h3 {
    margin: 0px 0px 15px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.vopr-otv-block {
    width: 32%;
    float: left;
}
@media(min-width: 601px){
    .vopr-otv-block:nth-of-type(2){
        margin-right: 1%;
        margin-left: 1%;
    }
}
.vopr-otv-middle a, .right-block a{
    color: #666666;
    font-weight: bold;
    display: inline-block;
}
.vopr-otv-middle h3 {
    color: #a7150d;
}
.green-colored h3 {
    color: #669933;
}
@media(max-width: 600px){
    .vopr-otv-middle{
        padding: 0px;
        -webkit-box-shadow: none;
            box-shadow: none;
    }
    .vopr-otv-block {
        width: 100%;
    }
    .vopr-otv-block .vopr-otv-str{
        padding-bottom: 10px;
    }
}

.left-bottom-banners {
    display: block;
    padding-top: 20px;
    text-align:center;
}
.left-bottom-banners .banneritem{
    display: inline-block;
    padding-bottom: 10px;
    width: 49.5%;
    vertical-align: top;
}
@media (max-width: 699px){
    .left-bottom-banners .banneritem{
        width: 100%;
    }
}
/*-вопрос-ответ*/
/*Правые верхние баннеры-*/
    /*скрытие ссылок на баннерах справа-*/
.right-banners-top p.right-banners-text, 
/*.right-banners-bottom p.right-banners-text,*/
.right-banners-bottom-2 p.right-banners-text/*,
.right-banners-bottom-3 p.right-banners-text*/{
    display: none;
}
.right-banners-top p.otstup {
    display: none;
}
    /*-скрытие ссылок на баннерах справа*/
@media (min-width: 650px) and (max-width: 991px){
    .right-banners-top{
        text-align: center;
    }
    .right-banners-top .banner-with-text-on-overlay:nth-of-type(odd){
        margin-right: 15px;
    }
    .right-banners-top .banner-with-text-on-overlay:last-of-type{margin-right: 0px;}
    .right-banners-top .banner-with-text-on-overlay{
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }
}
/*-Правые верхние баннеры*/
/*Баннеры экономика, бизнес...-*/
.main-row-3 .ban-right-bot>.banner-with-text-on-overlay{
    margin-bottom: /* 25px;10px;*/15px;
}
.main-row-3 .ban-right-bot>.banner-with-text-on-overlay:last-of-type{
    margin-bottom: 20px;
}
.main-row-3 .ban-right-bot>div .banner-with-text-on-overlay-bottom{
	position: static;
}
@media(min-width: 501px){
	.ban-right-bot .banner-with-text-on-overlay-bottom,
	.o-raene .banner-with-text-on-overlay .banner-with-text-on-overlay-bottom
	.custom{
		padding: 0 7px 5px;
		/*display: table;*/
	}
	.ban-right-bot .banner-with-text-on-overlay-bottom>div,
	.o-raene .banner-with-text-on-overlay .banner-with-text-on-overlay-bottom
	.custom>div{
		/*display: table-cell;*/
        display: inline-block;
		width: 49%;
        vertical-align: top;
		/*float: left;*/
		padding-right: 1%;
	}
	.o-raene .banner-with-text-on-overlay .banner-with-text-on-overlay-bottom
	.custom>div{
		padding-top: 5px;
	}
	.ban-right-bot .banner-with-text-on-overlay:before{
		display: none;
	}
}
@media(min-width: 430px) and (max-width: 809px){
   .main-row-3 .ban-right-bot .banner-with-text-on-overlay {
        margin-left: auto; margin-right: auto;
   }
}
.main-row-3 .ban-right-bot .banner-with-text-on-overlay{
    min-height: 118px;
}
.ban-right-bot .banner-with-text-on-overlay:before {
    content: "";
    background: #000000;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}
@media (min-width: 501px){
    .main-row-3 .ban-right-bot .banner-with-text-on-overlay:hover:after{
    	filter: alpha(opacity=50);
        opacity: 0.5;
    }
}
.main-row-3 .ban-right-bot>div{
    overflow: hidden;
}
.banner-with-text-on-overlay:hover:after,
.main-row-3 .ban-right-bot>div:hover .banner-with-text-on-overlay:after{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.o-raene .right-kniga.banner-with-text-on-overlay:after,
.main-row-3 .ban-right-bot>div.banner-with-text-on-overlay:after{
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.ban-right-bot>div.banner-with-text-on-overlay:after{
    background-size: cover;
}
.econom:after{
    background: url('../img/img-ekonomika.jpg') no-repeat;
}
.business:after{
    background: url('../img/img-ploshadi.png') no-repeat;
}
.jil-polit:after{
    background: url('../img/img-zhilishnaya.png') no-repeat;
}
.jkh:after{
    background: url('../img/img-zhkx.png') no-repeat;
}
.architecture:after{
    background: url('../img/img-stroitelstvo.png') no-repeat;
}
.social-sf:after{
    background: url('../img/img-socsfera.png') no-repeat;
}
.zakon:after{
    background: url('../img/img-zakonnost.png') no-repeat;
}
.deputati:after{
    background: url('../img/img-depytati.png') no-repeat;
}
/*.main-row-3>.ban-right-bot{
    padding: 28px 15px;
}*/
.banner-with-text-on-overlay:before {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    left: 0px;
    right: 0px;
    content: "";
    bottom: 0px;
    position: absolute;
    z-index: 4;
    height: 50px;
}
.o-raene .banner-with-text-on-overlay:before{height: 50%;}
.ban-right-bot .banner-with-text-on-overlay .banner-with-text-on-overlay-top-without-bg{
    display: block;
    padding: 7px 0;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 2px 5px #000;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.65)),to(rgba(0,0,0,0)));
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
}
.banner-with-text-on-overlay-top-without-bg>a {
    text-decoration: none;
    color: #ffffff;
}
.content-main{padding-left: 0;}
.notmain{padding-left: 0;padding-right: 0;}
@media (min-width: 810px) and (max-width: 1199px){
    .ban-right-bot>div{
        display: inline-block;
        width: 49%;
        vertical-align: top;
        margin: 9px;
    }
    .ban-right-bot>div>div{margin-top: 0px;}
    .banner-with-text-on-overlay.deputati{margin-bottom: 0px;}
    .ban-right-bot{text-align: center;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .notmain .ban-right-bot>div{display: block; width: 100%;}
}
@media (max-width: 991px){
    .content-main, .notmain>div>div{padding-right: 0;}
    .notmain>.main-row-1{margin-top: 30px;}
}
/*.banner-with-text-on-overlay:before{
	display: none;
}*/
@media (max-width: 500px){
	.banner-with-text-on-overlay .banner-with-text-on-overlay-bottom,
	.o-raene .banner-with-text-on-overlay .banner-with-text-on-overlay-top{
		position: static;
	}
	.under-header-right ul li .banner-with-text-on-overlay-bottom{
		position: absolute;
	}
	.o-raene .banner-with-text-on-overlay:before{
		height: 0px;
	}
    .main-row-3 .ban-right-bot>div.banner-with-text-on-overlay:after,
	.o-raene>.banner-with-text-on-overlay:after{
		background: #f3f2f2;
	}
	.ban-right-bot .banner-with-text-on-overlay .banner-with-text-on-overlay-bottom a,
	.ban-right-bot .banner-with-text-on-overlay-top-without-bg>a,
	.ban-right-bot .banner-with-text-on-overlay .banner-with-text-on-overlay-top-without-bg,
	.o-raene .banner-with-text-on-overlay-bottom div div a{
		color: #666666;		
		text-shadow:unset;
		text-shadow:none;
		width: 100%;
		display: block;
		font-size: 14px;
	}
	.ban-right-bot .banner-with-text-on-overlay .banner-with-text-on-overlay-top-without-bg,
	.ban-right-bot .banner-with-text-on-overlay .banner-with-text-on-overlay-top-without-bg a,
	.o-raene .banner-with-text-on-overlay-top{
		color: #ffffff;
		background: #669933;
		font-weight: bold;
	}
	.ban-right-bot .banner-with-text-on-overlay .banner-with-text-on-overlay-top-without-bg{
		margin: 0 auto;
	}
	.main-row-3 .ban-right-bot .banner-with-text-on-overlay{
		min-height: unset;
	}
	.ban-right-bot .banner-with-text-on-overlay:before{
		background: unset;
		display: none;
	}
	.main-row-3 .ban-right-bot .banner-with-text-on-overlay,
	.o-raene .banner-with-text-on-overlay{
		border: 1px solid #669933;
	}
    .right-kniga.banner-with-text-on-overlay{
        border: none;
    }
	.main-row-3 .ban-right-bot .banner-with-text-on-overlay .banner-with-text-on-overlay-bottom,
	.o-raene .banner-with-text-on-overlay .banner-with-text-on-overlay-bottom{
		padding: 0 10px;
	}
	.main-row-3 .ban-right-bot .banner-with-text-on-overlay .banner-with-text-on-overlay-bottom>div>div,
	.o-raene .banner-with-text-on-overlay .banner-with-text-on-overlay-bottom div div div{
		margin-bottom: 5px;
		padding: 5px 2px;
	}
	.main-row-3 .ban-right-bot .banner-with-text-on-overlay .banner-with-text-on-overlay-bottom>div a:before,
	.o-raene .banner-with-text-on-overlay .banner-with-text-on-overlay-bottom>div a:before{
		content: "•";
		height: 5px;
		width: 5px;
		color: #669933;
		text-shadow: none;
		font-size: 15px;
		padding-right: 5px;
	}
    .main-row-3>.ban-right-bot{
        padding-top: 15px;
        -webkit-box-shadow: unset;
                box-shadow: unset;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .banner-with-text-on-overlay{max-width: unset;}
}
/*-Баннеры экономика, бизнес...*/
/*Правые нижние баннеры-*/
.right-btm .right-banners-bottom{
	overflow: hidden;
}
.right-banners-bottom div div,
.right-banners-bottom-3 div div{
    height: 64px;
    display: table;
    border:1px solid;
    width: 100%;
    /*max-width: 355px;*/
}
.right-banners-bottom div div{
	border-color: #999999;
	background-color: #ffffff;
	margin-bottom: 10px;
}
/*.right-banners-bottom div div:last-child{
	background-color: #c9eba7;
}*/
.right-banners-bottom div div a,
.right-banners-bottom-3 div div a{
	display: table-cell;
	vertical-align: middle;
	margin:0px;
}
.right-banners-bottom div div a:first-child{
    width: 63px;
}
.right-banners-bottom div div a img,
.right-banners-bottom-3 div div a img{
	padding-right: 5px;
	padding-left: 5px;
}
.right-banners-bottom div div .right-banners-text,
.right-banners-bottom-3 div div .right-banners-text{
	max-width: 290px;
	color: #093867;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
    padding-right: 5px;
}
.right-banners-bottom div div:last-child .right-banners-text{
	color: #006600;
}
@media (min-width: 671px){
    .left-btm .right-btm .right-banners-bottom,
    .bannergroup_blbns{
        background-color: #ffffff;
        padding: 15px;
        -webkit-box-shadow: 0 4px 3px rgba(1,1,1,0.2), 0 0 1px rgba(1,1,1,0.4) inset;
        box-shadow: 0 4px 3px rgba(1,1,1,0.2), 0 0 1px rgba(1,1,1,0.4) inset;
        overflow: hidden;
    }
    .left-btm .right-btm .right-banners-bottom>div>div:last-of-type{
        width: 100% !important;
    }
    .left-btm .right-btm .right-banners-bottom>div>div:last-of-type>a{
        display:inline;
    }
    .left-btm .right-btm .right-banners-bottom>div>div:last-of-type>a img{
        margin-top: 4px;
    }
}
@media (min-width: 700px){
    .left-btm .right-btm .right-banners-bottom>div>div:last-of-type{
        text-align: center;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .content>.main-row-4 .right-btm .right-banners-bottom>div>div{
        float: left; width: 32%;
    }
    .content>.main-row-4 .right-banners-bottom div div:nth-of-type(3n-1){
        margin-left: 2%; margin-right: 2%;
    }
}
@media (min-width: 900px) and (max-width: 991px){
    .right-btm .right-banners-bottom>div>div{
        float: left; width: 32%;
    }
    .right-banners-bottom div div:nth-of-type(3n-1){
        margin-left: 2%; margin-right: 2%;
    }
}
@media (min-width: 700px) and (max-width: 899px){
    .right-btm .right-banners-bottom>div>div{
        float: left; width: 49%;
    }
    .right-banners-bottom div div:nth-of-type(2n-1){
        margin-right: 2%;
    }
}
@media (max-width: 1199px){
    .content>.main-row-4>.right-btm{
        background: unset;
        padding-top: 28px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}
.left-bottom-banners .bannergroup_blbns>.banneritem:nth-of-type(3) img{
    /*border: 2px solid #207cb1;
    padding-bottom: 0;*/
}
@media(min-width: 768px){
    .left-bottom-banners .bannergroup_blbns>.banneritem:nth-of-type(3){
        /*width: 100%;*/
    }
    .left-bottom-banners .bannergroup_blbns>.banneritem:nth-of-type(odd){
        /*float: left;*/
    }
    .left-bottom-banners .bannergroup_blbns>.banneritem:nth-of-type(even){
        /*float: right;*/
    }
}
/*-Правые нижние баннеры*/ /*Опрос-*/
/*.right-block {
    background: #f3f2f2;
    padding: 15px 25px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}*/
@media (min-width: 1200px){
    .main-row-4>.right-btm{
        margin-top: /*-307px;-205px; -200px; -250px;*/ -520px;
}
    }
    .notmain .main-row-4>.right-btm{
        margin-top: 0px;
    }
}
@media (max-width: 991px){
    .notmain .right-block{
        padding: 10px 25px;
    }
    .notmain .vopr-otv-middle h3{
        margin-bottom: 10px;
    }
}
/*.green-colored {
    border: 1px solid #76a448;
}*/
/*-Опрос*//*Условия использования-*/
.right-banners-bottom-3>div div{
    border-color: #c0c0c0;
    background-color: #f2f2f2;
}
.right-banners-bottom-3 div div .right-banners-text{
    max-width: 285px;
    line-height: 14px;
    font-size: 12px;
}
/*-Условия использования*//*footer-*/
.container-fluid>footer{margin-bottom: 50px;margin-top: 25px;}
footer .banners{
    background: #e9ebe8;
    text-align: center;
    padding: 25px 0;
}
footer .banners .banneritem {
    display: inline-block;
    margin: 0 10px 5px 0;
}
footer .banners img {
    opacity: 0.5;
}   
footer .banners img:hover {
    opacity: 1;
}
.copyright {
    background: #669933;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
}
.who-online {
    border: 2px solid #ffffff;
    height: 48px;
    font-weight: bold;
    line-height: 15px;
    padding: 5px;
}
.who-online div{
	height: 100%;
	width: 100%;
}
.who-online .module>div>div>div{
	display: table;
}
.who-online .module p{
	display: table-cell;
	vertical-align: middle;
}
footer .copyright .custom .copyright a {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}
.metrika {text-align: right;}
.metrika .banneritem{   display: inline-block;}

@media (max-width: 575px){
	.copyright-left, .copyright-right {
    	width: 100%;
	}
    .container-fluid>footer{
        margin-bottom: 0px;
    }
}
/*-footer*/
@media (max-width: 992px){
    footer .banner-with-text-on-overlay{
        float: left;
        width: 47%;
    }
	.copyright{
		padding-bottom: 30px;
	}    
}
/*Контент-*//*Блог категории-*/
.leading-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}
.page-header {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.pull-left {float: left !important;}
.pull-left.item-image img {
    margin-right: 15px;
    width: 200px;
    margin-bottom: 12px;
}
.item-page img.fbimg, .blog img.fbimg {
    width: 200px;
}
.leading-item p:last-child {
    margin-bottom: 0px;
}
.readmore {text-align: right;}
.leading-item:before, .leading-item:after {
    display: table;
    content: " ";
}
.leading-item:after {clear: both;}
span.icon-chevron-right{display: none;}
.btn{
    text-shadow: none;
    background-color: unset;
    background-image: none;
    color: #003366;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn:hover{background-color: unset;}
/*-Блог категории*/
div.pagination {
    text-align: center;
    display: block;
}
div.pagination ul {
    display: inline-block;
}
div.pagination ul li {
    display: inline;
    float: left;
    padding: 0 5px;
}
div.pagination ul li a {
    display: block;
    float: left;
    text-decoration: underline;
}
div.pagination ul li span, div.pagination ul li a{
    background-color: unset;
    border: none;
    padding: 0px;
}
/*тур карта сов района-*/
.tour-map{
    text-align: center;
    margin: 0px 10%;
}
.tour-map a {
    display: inline-block;
    margin-bottom: 5px;
}
.tour-map a img{border:1px solid #555555;}
@media (max-width: 1000px){.tour-map{margin: 0px 0%;}}
@media (min-width: 740px) and (max-width: 820px){.tour-map a{width: 33%;}}
@media (min-width: 461px) and (max-width: 570px){.tour-map a{width: 49%;}}
@media (max-width: 460px){.tour-map a, .tour-map a img{width: 100%;}}
/*-тур карта сов района*//*таблицы-*/
.content .item-page table{
    display: block;
    border-spacing: 0px;
    border-collapse: collapse;
    border: 0;
    margin: auto;
    margin-bottom: 20px;
    overflow: auto;
    max-width: 100%;
}
.content .item-page table tbody{
	display: table;
    width: 100%;
}
.content .item-page table tr td,
.content .item-page table tr th{
    border: 1px solid #999999;
    vertical-align: top;
    padding:5px;
}
.content .item-page table.bordertab{border: 1px solid #999999;}
.content .item-page table.nobordertd td{border: 0;}
.item-page table.tableleft{margin-left:0px;}
.item-page table.bloktab{display:block; overflow:auto;}
/*-таблицы*/
/*-Контент*/
/*не главная страница-*/
.notmain .left-btm, .notmain .ban-left-bot{
    display: none;
}
.gbs3 .A{
    width: 100% !important;/*chronoforms*/
}
.page-text-banners{
	display: none;
}
/*-не главная страница*/
.banner-with-text-on-overlay.img-bg>.banner-with-text-on-overlay-bottom{
    position: absolute;
}
.o-raene>div:last-of-type>.banner-with-text-on-overlay{
    margin-bottom: 0;
}
.item-page ul {
    margin: 0 0 15px 20px;
    list-style: square;
}

.item-page ul li {
    margin: 5px 0;
}

.item-page ul ul {
    list-style: circle;
}

.item-page ol {
    margin: 0 0 15px 15px;
}

.item-page ol li {
    margin: 5px 0;
}
/*временные стили-*/
@media(min-width: 992px){
    .main-row-2>div:last-child{
        /*padding: 25px 15px;*/
        padding: 10px 15px;
    }
    .main-row-2>div:last-child .banner-with-text-on-overlay{
        margin-bottom: /*18px 5px;*/15px;
    }
    .main-row-2 .useful .latest-actual-useful-block-body ul li.jn-list{
        margin-bottom: 9px;
    }
    .main-row-2 .actual .junewsultra .jn-list{
        margin-bottom: 15px;
    }
    .o-raene .banner-with-text-on-overlay, .o-raene .poslanie{
        margin-bottom: 15px;
        /*margin-bottom: 25px;*/
    }
    .latest-actual-useful-block-body{
        padding-bottom: 1px;
    }
    .main-row-2{
        margin-bottom: 0px;
    }
    .main-row-3>.ban-right-bot{
        padding-bottom: 5px;
    }
}
@media(max-width: 991px){
    .main-row-2 .useful .latest-actual-useful-block-body ul li.jn-list{
        margin-bottom: 5px;
    }
    .main-row-2 .actual .junewsultra .jn-list{
        margin-bottom: 5px;
    }
    .o-raene>.banner-with-text-on-overlay {
        margin-top: 15px;
    }
}
@media (max-width: 399px){
   .china-coop .banner-with-text-on-overlay-bottom .right-banners-text{
        margin-bottom: 6px !important;
        font-size: 11px !important;
   }
}
@media (max-width: 340px){
   .china-coop .banner-with-text-on-overlay-bottom .right-banners-text{
        margin-bottom: 4px !important;
        font-size: 11px !important;
   }
}
@media (min-width: 992px) and (max-width: 1130px), (min-width: 650px) and (max-width: 740px){
   .china-coop .banner-with-text-on-overlay-bottom .right-banners-text{
        margin-bottom: 2px !important;
        font-size: 12px !important;
   }
}
.main-row-2 .main-row-3 .ban-right-bot{
    padding: 0px;
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.main-row-2 .main-row-3 .ban-right-bot .banner-with-text-on-overlay:last-of-type{
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px){
    .content>.main-row-2 .ban-right-bot>div{
        display: block;
        width: 100%;
        vertical-align: unset;
        margin: 0px auto 25px;
    }
    .ban-right-bot>div>div{margin-top: 0px;}
    .ban-right-bot{text-align: center;}
}
@media (max-width: 500px){
    .main-row-2 .main-row-3 .ban-right-bot .banner-with-text-on-overlay{
        max-width: unset;
    }
}
@media (min-width: 992px){
    .notmain .main-row-banners{
        background: #ffffff;
        padding: 15px;
        -webkit-box-shadow: 0 5px 3px rgba(1,1,1,0.2);
        box-shadow: 0 5px 3px rgba(1,1,1,0.2);
        padding: 10px 15px;
    }
    .notmain .main-row-banners .banner-with-text-on-overlay{
        max-width: 355px;
    }
    .notmain .main-row-banners .banner-with-text-on-overlay:nth-of-type(2n) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .notmain .main-row-banners .banner-with-text-on-overlay:last-of-type {
        margin-bottom: 0px;
    }
}

/*-временные стили*/
/*галерея-*/
#lightbox-img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
[id^="lightbox-"], [id*=" lightbox-"], [class*=" lightbox-"], [class^="lightbox-"],#lightbox,.lightbox,.wk-gallery-wall > *,a[data-lightbox] {
    box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
}
/*-галерея*//*разбивка на страницы-*/
div#phocaguestbook form#pgbadminForm .pagination 
.sectiontablefooterjub80 li{
    padding: 0px;
}
/*-*/


/*кнопка входа на сайт, кнопка перехода к карте района->*/  
.sclogin.sourcecoast div#form-sclogin-submitcreate button.btn.btn-primary{
    width: 100%;
}
.under-header-center .sclogin{
    margin: auto;
    width: 50%;
    max-width: 410px;
}
.sclogin-joomla-login.vertical input#sclogin-username.input-block-level,
.sclogin-joomla-login.vertical input#sclogin-passwd.input-block-level{
    width: 100% !important;}
@media (max-width:992px){.under-header-center .sclogin{width: 100%;padding-left: 40px;}}
@media (max-width:768px){.under-header-center .sclogin{margin:0px;padding-left:0px;}}
div#to_sov_map{
    width: 50%;
    vertical-align: middle;
    text-align: center;
    margin: 48px auto 0px auto;
}
div#to_sov_map a{
    color: #ffffff;
    background: #669933;
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
}
.sclogin-joomla-login.vertical .sourcecoast input[type="checkbox"]{margin-top: -1px;}
.under-header-center .sourcecoast .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #669933;
  background-image: -moz-linear-gradient(top, #669933, #669933);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#669933), to(#669933));
  background-image: -webkit-linear-gradient(top, #669933, #669933);
  background-image: -o-linear-gradient(top, #669933, #669933);
  background-image: linear-gradient(to bottom, #669933, #669933);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #669933;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #669933;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.under-header-center .sourcecoast .btn-primary:hover,
.under-header-center .sourcecoast .btn-primary:focus,
.under-header-center .sourcecoast .btn-primary:active,
.under-header-center .sourcecoast .btn-primary.active,
.under-header-center .sourcecoast .btn-primary.disabled,
.under-header-center .sourcecoast .btn-primary[disabled] {
  color: #ffffff;
  background-color: #669933;
  *background-color: #669933;
}
.under-header-center .sourcecoast .btn-primary:active,
.under-header-center .sourcecoast .btn-primary.active { background-color:#669933 \9;}
/*<-кнопка входа на сайт, кнопка перехода к карте района*/


@media all and (-ms-high-contrast:none){
    .o-raene>.custom>.bann-vrem{
        background-color: unset;
        min-height: 10px;
    }
}

/*перенос блока с баннерами Общественное обсуждение...-*/
.left-btm>.right-btm{
    margin-top: 25px;
}
@media (min-width: 1200px){
    .left-btm>.right-btm .right-banners-bottom div>div{
        width: 49%;
        float: left;
    }
    .left-btm>.right-btm .right-banners-bottom div>div:nth-child(2n){
        margin-left: 2%;
    }
/*    .left-btm>.right-btm .right-banners-bottom div>div:last-child{
        margin-left: 25%;
    }*/
}
/
.wk-slideshow-screen .caption{
    left: 0;
    right: 0;
}

/*Тибо-2019*/
.col-lg-4.tibo-2019 {   padding-left: 0;    padding-top: 15px;}




.item-page span.eyeblok{
    display: none;
}
.marquee{
    margin-top: 5px;
}
.marquee p {
    margin-bottom: 0;
}



/*soc*/
/*фсзн*/
.social{
    float: left;
    margin-left: 5px;
    margin-right: 25px;/*30px; */   
    padding-top: 2px;
}
@media (max-width: 1245px){.social{   margin-right: 15px;}    }
@media (max-width: 596px){.social {     float: none;  margin-left: 0;  margin-right: 0px; padding-top: 0px; margin-top: -10px;}}    

.moduletable.fsznaudio{
    position: absolute;
    left: 30%;
    top: 5%;
    bottom: 0;
    height: 55px;
    max-width: 95%;
    width: 415px;
}
.moduletable.fsznaudio .mejs-container .mejs-controls{
    background: unset;
    width: 105%;
}
.moduletable.fsznaudio audio{
    display: block!important;
    margin: auto;
}
@media (max-width: 825px){
    .moduletable.fsznaudio{
        left: 10%;
    }
}
@media (max-width: 650px){
    .moduletable.fsznaudio{
        left: 0;
    }
}


/****************/


.right-block .rb-opros{
    background: #f3f2f2;
    padding: 15px 25px;
    margin-bottom: 15px;
    border: 1px solid #76a448;
}

.bw .banner-with-text-on-overlay {
    background: none;
    overflow: hidden;
    text-align: center;
}

.bw .banner-with-text-on-overlay:before,
.bw .right-banners-text{
    display: none;
}



.black, .white, .blue, .brown, .mint {
    display: none;
}
.under-header-center object{
	max-width: 100%;
}
.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-interrupting, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen {
    background-color: #f9f9f9!important;
}

li.sc_st {
    display: none;
}

@media (max-width: 500px){
.soc_set {
    text-align: center;
    margin-bottom: 15px;
}

li.sc_st {
    display: block;
    border: 0;
}
}

.soc_set a {
    text-decoration: none!important;
}

.soc_set .text {
    display: none;
}

.icons-with-img-and-title li .soc_set a{
    background: none;
}
.icons-with-img-and-title li .soc_set a:before{
    background: none;
}

.green-colored .bw .banner-with-text-on-overlay {
    max-width: inherit;
}

video {
    max-width: 100%!important;
}


.ozdorovlenie .right-banners-text {
    display: none;
}

.ozdorovlenie{max-width: 355px;
    margin-left: auto;
    margin-right: auto;
}

/*************/

.egoltlike .edislike_val {
    margin-right: 4px;
    margin-left: 4px;
    margin-top: 2px;
    color: #c21226;
    font-size: 16px;
}

.egoltlike .elike_val {
    margin-right: 4px;
    margin-left: 4px;
    margin-top: 2px;
    color: #0b7426;
    font-size: 16px;
}

.egoltlike .esum {
    background-color: #3ba22e;
    border-color: #29941c;
    font-size: 16px;
    padding-top: 3px;
    height: auto;
    margin-top: 1px;
}

.eloading {
    display: none;
}

.egoltlike .esum {
    display: none;
}

.edislike {
    margin-left: 10px;
}

.victory-day .right-banners-text {
    display: none;
}
/**************************/


p.video{
	position: relative;
	padding-bottom: 56.25%; /* соотношение сторон 16:9 */
	height: 0;
}
p.video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    padding-right: 5px;
}







