// font
@font-face {
    font-family: 'calibri-italic';
    src: url('fonts/calibri/Calibri-Italic.eot');
    src: url('fonts/calibri/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/calibri/Calibri-Italic.woff2') format('woff2'),
        url('fonts/calibri/Calibri-Italic.woff') format('woff'),
        url('fonts/calibri/Calibri-Italic.ttf') format('truetype'),
        url('fonts/calibri/Calibri-Italic.svg#Calibri-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'calibri-bold-italic';
    src: url('fonts/calibri/Calibri-BoldItalic.eot');
    src: url('fonts/calibri/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/calibri/Calibri-BoldItalic.woff2') format('woff2'),
        url('fonts/calibri/Calibri-BoldItalic.woff') format('woff'),
        url('fonts/calibri/Calibri-BoldItalic.ttf') format('truetype'),
        url('fonts/calibri/Calibri-BoldItalic.svg#Calibri-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'calibri-bold';
    src: url('fonts/calibri/Calibri-Bold.eot');
    src: url('fonts/calibri/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/calibri/Calibri-Bold.woff2') format('woff2'),
        url('fonts/calibri/Calibri-Bold.woff') format('woff'),
        url('fonts/calibri/Calibri-Bold.ttf') format('truetype'),
        url('fonts/calibri/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'calibri';
    src: url('fonts/calibri/Calibri.eot');
    src: url('fonts/calibri/Calibri.eot?#iefix') format('embedded-opentype'),
        url('fonts/calibri/Calibri.woff2') format('woff2'),
        url('fonts/calibri/Calibri.woff') format('woff'),
        url('fonts/calibri/Calibri.ttf') format('truetype'),
        url('fonts/calibri/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
}
.text-grey { color: grey !important; }
.text-base { color: inherit !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }
.wrp-blackout {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/blackout.png);
    z-index: 100;
}
.block-open-mobile {
    position: absolute;
    margin: 0 0 0 -150px;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
    width: 270px;
    background-color: #fff;
    padding: 15px;
    text-align: left;
    z-index: 101;
}
.b-open-mobile__header {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #00973D;
    text-transform: uppercase;
}
.b-open-mobile__text {
    font-size: 13px;
}
.b-open-mobile__control {
    text-align: center;
}
.b-open-mobile__link {
    display: inline-block;
    padding: 10px 25px;
    margin: 0 3px;
    background-color: #00973D;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}
.b-open-mobile__link:hover,
.b-open-mobile__link:active {
    background-color: #4B4B4B;
}


.block-flags {
    float: left;
    width: 200px;
    list-style: none;
}
.block-flags li {
    float: left;
    margin-right: 5px;
}
.block-flags li a,
.block-flags li span {
    display: block;
    width: 16px;
    height: 11px;
    background: transparent url(../images/flaga_en.png) 50% 50% no-repeat;
    text-indent: -9999px;
}
.block-flags .de a,
.block-flags .de span {
    background: transparent url(../images/ger.png) 50% 50% no-repeat;
}
.block-flags .ru a,
.block-flags .ru span {
    background: transparent url(../images/smallflag_ru.gif) 50% 50% no-repeat;
}

html {
    height: 100%;
}
body {
    font: 12px/18px Georgia,Garamond, Arial, Helvetica, sans-serif;
    width: 100%;
    min-height: 100%;
    background: url("../images/body_bg.jpg") repeat scroll 0 0 transparent;
    position:relative;
}
div.fon {
    position: absolute;
    width: 100%;
    height: 60%;
    text-align: center;
    overflow: hidden;
}
div.fon a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
a {
    color: #058d3c;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    cursor: pointer ;
}
p {
    margin: 0 0 10px
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
 div.wrapper {
    width: 968px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background:#f5f5f5;
    padding: 15px;
    position: relative;
}
h1{
    font: 21px Georgia;
    color: #234fc0;
    text-transform:uppercase;
    margin-left:4px;
}

h1>a, .pseudo-h1>a {
    font: 21px Georgia;
    color: #234fc0;
    text-decoration:none;
}
h1 .arrow, .pseudo-h1 .arrow {
    display: inline-block;
    background: url("../images/sprite.png") no-repeat scroll -60px -280px transparent;
    width: 20px;
    height: 16px;
    position: relative;
    top:-1px;
    left: 4px;
    vertical-align: middle;

}

h1>a:hover .arrow, .pseudo-h1>a:hover .arrow {
    background: url("../images/sprite.png") no-repeat scroll -84px -280px transparent;
}
h2 {
    font: 19px Georgia;
    color: #058D3C;
}
h3{
    color: #231F20;
    font-size: 17px;
}
h3 > a, h2 > a {
    color: #231F20;
    text-decoration:none;
}
h3 > a:hover, h2 > a:hover {
    text-decoration:underline;
}
/* b_position
-----------------------------------------------------------------------------*/
div.b_position{
    position: relative;
    z-index: 1;
    min-height: 90px;
    max-width: 998px;
    margin: 15px auto 0 auto;
}

div.dozorLinks a {
    font-size:14px!important;
    position:relative!important;
    display:inline-block!important;
    vertical-align:middle!important;
    margin-right:20px!important;
    margin-left:5px!important;
    text-indent:0!important;
    color:#292929!important;
    text-decoration:none!important;
    float:none!important;
    background:none!important;
    height:18px!important;
    line-height:18px!important;
    border-bottom:1px solid transparent;
}
a.mobile {
    vertical-align: middle;
    margin-left: 5px;
}
div.dozorLinks a:hover {border-bottom:1px solid #292929;}
div.dozorLinks a:after,
a.mobile:after,
div.dozorLinks a.east:after {
    content:'';
    position:absolute;
    width:18px;
    height:18px;
    right:-20px;
    top:0;
    background:transparent url(../images/allDozors.png) no-repeat;
}
div.dozorLinks a.city:after {background-position:0 -36px;}
div.dozorLinks a.poster:after {background-position:0 -72px;}
div.dozorLinks a.life:after {background-position:0 0;}
div.dozorLinks a.east:after {
    background: transparent url(../images/east.png) 0 0 no-repeat;
}
div.dozorLinks a.south:after {background-position:0 -18px;}
div.dozorLinks a.oddessa:after {background-image: url(../images/odessa.png);}
div.dozorLinks a.sport:after {background-position:0 -54px;}
div.dozorLinks a.woman:after {background-position:0 -90px;}
a.mobile:after {background: transparent url(../images/m-ico.png) no-repeat;}
div.dozorLinks a.food {
    width:56px!important;
    height:23px!important;
    background:url(../images/eda.png) 0 0!important;
    text-indent:-99999px!important;
    border:0;
    margin-right:0!important;
}
div.dozorLinks a.food:hover {border:none;background-position:0 -23px!important;}
div.dozorLinks a.food:after{display:none;}

/* Header
-----------------------------------------------------------------------------*/
.tertiary-holder {
    width: 968px;
    padding: 21px 15px;
    background-color: #f5f5f5;
}
.tertiary-holder:after {
    clear: both;
    content: "";
    display: block;
}
.tertiary-banner {
    float: left;
    margin-left: 1.65289%;
}
.tertiary-banner:first-child {
    margin: 0;
}
.tertiary-banner a {
    display: block;
}
.tertiary-banner img {
    vertical-align: top;
}
.header {
    position:relative;
    min-height: 120px;
    background: url(../images/header-bg.png) no-repeat 50% 0;
    background-size: cover;
    margin: -15px -15px 17px;
    font-family: 'calibri', Georgia,Garamond, Arial, Helvetica, sans-serif;;
}
div.fonfix {
    height:130px;
}

div.bread_cr{
    height: 18px;
    width: 716px;
    overflow: hidden;
    margin: 0 0 17px 0;
}
div.bread_cr  a{
    padding: 0 15px 0 20px;
    background: url("../images/sprite.png") no-repeat scroll 0px -333px transparent;
    color: #231F20;
    font: italic 12px Georgia;
}
div.bread_cr a:first-child{
    padding: 0 15px 0 0;
    background: none;
}
div.bread_cr a.active{
    text-decoration:none;
    color: #00973D;
}
div.bread_cr a.active:hover{
    text-decoration:underline;
}


.time{
    display: inline-block;
    min-width: 45px;
    color: #058D3C;
    vertical-align: middle;
}
.header-time {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    vertical-align: middle;
    text-transform: lowercase;
}
ul.top_h_menu {
    position:absolute;
    top: 60px;
    right:0;
    list-style: none;
    float: right;
}
ul.top_h_menu li{
    float: left;
    margin: 0 15px 0 0;
}
ul.top_h_menu li>a{
    color: #838383;
    text-decoration: none;
    padding-left:20px;
}
ul.top_h_menu li>a.item1{
    background: url("../images/sprite.png") no-repeat scroll 0 0 transparent;
}
ul.top_h_menu li>a.item2{
    background: url("../images/sprite.png") no-repeat scroll 0 -40px transparent;
}
ul.top_h_menu li>a.item3{
    background: url("../images/sprite.png") no-repeat scroll 0 -20px transparent;
}
a.logo{
    display: inline-block;
    margin: 0 3px 0 10px;
}
a.logo-header {
     background: url(../images/redpost_logo_site.png) no-repeat;
    /*background: url(../images/logo-header-NY.png) no-repeat;*/
    width: 434px;
    height: 100px;
    margin: 0px 3px 0 20px;
    vertical-align: middle;
}
// table.header_mid td{
//  vertical-align: top;
// }
// table.header_mid ul{
//  list-style: none;
//  float:left;
//  white-space: nowrap;
// }
// body.ie7 table.header_mid .soc{
// width:165px;
// }
// table.header_mid td > span.fl{
//  margin-left: 5px;
//  font-size: 14px;
//  color: #838383;
//  vertical-align: middle;
//  display: inline-block;
//  margin-top: 3px;
// }
// table.header_mid ul li{
//  position: relative;
//  display: inline-block;
//  vertical-align: middle;
//  margin-right: 4px;
// }
// NEW START
.header_mid:before {
    content: "";
    display: table;
    clear: both;
}
.header_mid ul{
    list-style: none;
}
body.ie7 .header_mid ul.soc{
    width:165px;
}
.header_mid ul li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.header-top {
    display: table;
    width: 100%;
    height: 96px;
    vertical-align: middle;
}
.header-top >div {
    display: table-cell;
}
.header-top__search {
    width: 317px;
    padding: 10px 18px 10px 5px;
    text-align: right;
    vertical-align: top;
}
.header-top__soc {
    vertical-align: middle;
}
// NEW END

.soc a{
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    vertical-align: middle;
    line-height: 24px;
}
.soc a.item-1{
    background: url("../images/soc_sprite.png") no-repeat scroll 0 0 transparent;
}
.soc a.item-1:hover{
    background: url("../images/soc_sprite.png") no-repeat scroll -29px 0 transparent;
}
.soc a.item-2{
    width: 31px;
    height: 31px;
    display: inline-block;
    background: url("../images/sprite.png") no-repeat scroll 0 -518px transparent;
}
.soc a.item-2:hover{
    background: url("../images/sprite.png") no-repeat scroll 0 -555px transparent;
}
.soc a.item-3{
    background: url("../images/soc_sprite.png") no-repeat scroll 0 -87px transparent;
}
.soc a.item-3:hover{
    background: url("../images/soc_sprite.png") no-repeat scroll -29px -87px transparent;
}
/*.soc a.item-4{
    background: url("../images/soc_sprite.png") no-repeat scroll 0 -146px transparent;
    width: 70px;
}*/
.soc span.item-4{
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url("../images/soc_sprite.png") no-repeat scroll -72px -145px transparent;
    vertical-align: middle;
}
.soc a.item-5{color: #838383;}
.soc a.item-5:hover{color: #058D3C;}
.soc span.item-5 {
    /*position: absolute;*/
    display: inline-block;
    height: 24px;
    color: #838383;
    vertical-align: middle;
    white-space: nowrap;
    top:-12px;
    left:2px;
}


/* search
-----------------------------------------------------------------------------*/
form.search input.item-1 {
    border: 1px solid #c5c5c5;
    padding: 4px 5px 4px 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 300px;
    font-size: 14px;
    color: #838383;
    background: #fff;
}
body.ie7 form.search input.item-1 {
    padding: 4px 5px 4px 10px;
}
form.search input.item-2{
    width: 52px;
    height: 26px;
    background: url("../images/sprite.png") no-repeat scroll 0 -487px transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -2px;
    border-radius: 0 4px 4px 0;
}
form.search{
    display: inline-block;
    float:right;
    position: relative;
    /*right: -5px;*/
    /*top:120px;*/
    z-index:1;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    padding: 0 0 190px;
    height: 1%;
    position: relative;
}
.middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.container {
    width: 100%;
    float: left;
    overflow: hidden;
}
.content {
    padding: 0 255px 0 0;
    min-height: 100px;
}

/* navigation
-----------------------------------------------------------------------------*/
div.nav_w{
    // width: 730px;
    // height: 40px;
    // background: url("../images/nav_bg.png") no-repeat scroll 0 0 transparent;
    // margin: 8px 0 0;
    // font-size: 13px;

    // background: #0e898e;
    // width: 100%;
    // text-transform: uppercase;
    // padding: 5px 0;
}
div.nav_w:before {
    content: "";
    display: table;
    clear: both;
}
div.nav_w a{
    color: #fff;
    text-decoration:none;
    border-bottom: 1px solid transparent;
}
div.nav_w a:hover{
    border-bottom-color: #fff;
}

ul.nav_1 {
    background: #0e898e;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
}

ul.nav_1 li {
    margin: 5px 10px;
    position: relative;
    font-size: 16px;
    border-width: 7px 5px 4px 5px;
    border-style: solid;
    border-color: transparent;
}
ul.nav_1 li:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 2px;
    right: -15px;
    top: -12px;
    background: #fff;
}

ul.nav_1 li.active{
    background: #fff;
}
/*ul.nav_1 li:hover,ul.nav_2 li:hover{

}
ul.nav_1 li:hover a,ul.nav_2 li:hover a{

}*/
ul.nav_1 li.active a,ul.active li:hover a{
    color:#00973D;
}
ul.nav_1 li a {
    display: inline-block;
}
ul.nav_1 li.active a {
    color: #171717;
    background: #fff;
}
span.separate{
    float: left;
    height: 25px;
    background: url("../images/sprite.png") no-repeat scroll 0 -154px transparent;
    margin: 6px 0 0 4px;
}
ul.nav_2 li.item-1,
ul.nav_1 li.item-1{
    background:#1cc25f;
}
ul.nav_2 li.item-2,
ul.nav_1 li.item-2{
    background: #e05826;
    padding: 5px 10px;
    margin: 0 0 !important;
}
ul.nav_2 li.item-2:before,
ul.nav_1 li.item-2:before {
    right: -6px;
    top: -7px;
    height: 43px;
}

ul.nav_2 li.item-2.active,
ul.nav_1 li.item-2.active {
    padding: 0;
    border-width: 5px;
}
ul.nav_2 li.item-2.active a,
ul.nav_1 li.item-2.active a {
    padding: 7px 10px 4px;
}

ul.nav_2 li.item-3,
ul.nav_1 li.item-3{
    background:#e59406;
}

ul.nav_2 li.item-4,
ul.nav_1 li.item-4{
    background:#303030;
}

ul.nav_2 li.item-5,
ul.nav_1 li.item-5{
    background:#0cbaca;
}
ul.nav_2 li{
padding: 2px 2px;
margin: 3px 3px 0 12px!important;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sideRight {
    float: left;
    margin-right: -3px;
    width: 240px;
    margin-left: -240px;
    position: relative;
}
div.coment{
    background:#fff;
    padding: 8px;
    -webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
div.coment p{
    margin:4px 0 16px 0;
    text-align: left;
    font:13px Georgia;
}
div.coment{
    clear: both;
}
div.tag{
    background:#fff;
    padding: 8px;
    -webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
}
div.tag a{
    color: #231F20;
    text-decoration:none;
    padding: 0 4px;
}
div.tag a:hover{
    color: #058D3C;
    text-decoration:underline;
}
div.tag a.lvl1{
    font: 17px Georgia;
}
div.tag a.lvl2{
    font: 16px Georgia;
}
div.tag a.lvl3{
    font: 15px Georgia;
}
div.tag a.lvl4{
    font: 11px Georgia;
}
/* MAIn
-----------------------------------------------------------------------------*/
span.icon{
    display: inline-block;
    margin: 0 4px;
    text-decoration: none;
}
span.icon span.photo,span.icon span.video{
    background: url("../images/sprite.png") no-repeat scroll 0 -65px transparent;
    width:14px;
    height: 12px;
        display: inline-block;
        position: relative;
        top:2px;
        overflow: hidden;
}
 body.ie7 span.icon span.photo, body.ie7 span.icon span.video{
    top:-1px;
}
span.icon span.video {
    background: url("../images/sprite.png") no-repeat scroll 1px -82px transparent;
}
div.r_block{
    width: 700px;
    background:#fff;
    clear:both;
    padding:8px;
    -webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
}
div.now a,div.today a{
    color: #234FC0;
    text-decoration:none!important;
}
div.now p{
    font: italic bold 12px Georgia;
    padding: 6px 4px;
    background:#fff;
    -webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom:2px;
}
div.now a:hover,div.today a:hover{
    text-decoration:underline!important;
}
body.ie7 div.r_block, body.ie7 div.now p,body.ie8 div.r_block,
body.ie8 div.now p, body.ie7 div.coment,body.ie8 div.coment,
body.ie7 div.tag,body.ie8 div.tag, body.ie7 div.today_foto,body.ie8 div.today_foto{
    border-bottom: 1px solid #C5C5C5;
}
div.today span.time{
    color: #fff;
    background:#FF0000;
    font-size:12px;
    font-weight:bold;
    margin: 0 5px 0 0;
}
div.today li{
    margin-bottom:10px;
    float: left;
    width: 240px;
    display: inline-block;
}
div.today ul{
    list-style: none;
    display: inline-block;
    width: 240px;
    position: relative;
}
div.today div.gall{
    /*height: 238px;*/
    position: relative;
    overflow:hidden;
}
div.today div.nav_gall p{
    text-align: center;
    margin: 0 auto;
}
div.today div.nav_gall>a{
    float: left;
    color: #058D3C;
    font-style: italic;
    border-bottom: 1px dashed #058D3C;
}
div.today div.nav_gall> a:hover{
    text-decoration:none!important;
    border: none;
}
div.center{
    width:169px;
    float:left;
}
body.ie7 div.center{
    width:155px;
}
body.ie7 div.today div.nav_gall> a{
    border:none;
    text-decoration: underline!important;
}
body.ie7 div.today div.nav_gall> a:hover{
    text-decoration:none!important;
}

table.main_block h1 > a{
    padding: 0;
}
table.main_block h2 > a{
    color: #231F20;
    text-decoration:none;
    border-bottom: 1px solid #999;
    padding-bottom: 1px;
}
table.main_block h2 {
    margin-left: 4px;
}
table.main_block h2 > a:hover{
     position: relative;
     color: #00973D;
     text-decoration:none;
     border-color: #00973D;
}
div.today div.nav_gall div.center p>a{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/sprite.png") no-repeat scroll -1px -281px transparent;
    cursor: pointer;
    margin: 4px 2px 0px 2px;
}
div.today div.nav_gall div.center p>a.active{
    background: url("../images/sprite.png") no-repeat scroll -20px -281px transparent;
}
table.main_block td{
    vertical-align: top;
}
table.main_block h1>a{
    color: #231f20;
    text-decoration:none;
}
table.main_block h1>a:hover{
    text-decoration:underline;
    color: #058D3C;
}
div.b_wrap{
    position: relative;
    overflow: hidden;
    height: 290px;
    margin-bottom: 8px;
}
div.b_wrap img{
    position: relative;
}
ul.last_thems{
    list-style: none;
    display: block;
    background: url("../images/bg1.jpg") repeat scroll 0 0 transparent;
    height:40px;
    overflow: hidden;
}
ul.last_thems li{
    float:left;
}
ul.last_thems li.all a{
    background: url("../images/sprite.png") no-repeat scroll 0 -213px transparent;
    display: inline-block;
    padding: 12px 29px 12px 15px;
    font:13px Georgia;
    text-transform:uppercase;
    text-decoration:none;
    color: #fff;
}
ul.last_thems li.all a:hover {
    color: #fff;
}
ul.last_thems li.all a em{
    border-bottom: 1px solid #fff;
    font-style: normal;
}
ul.last_thems li.all a:hover em{
border: none;
}
ul.last_thems li a{
    display: inline-block;
    padding: 11px 11px 11px 11px;
    font:15px Georgia;
    color: #231F20;
    text-decoration:none;
    background: url("../images/sprite.png") no-repeat scroll -2px -145px transparent;
}
ul.last_thems li.first a{
    background:none;
    padding-left: 5px;
}

ul.last_thems li a{
}
ul.last_thems li a:hover{
    color: #058D3C;
}
ul.last_thems li:hover{
    background:#F5F5F5;
}
ul.last_thems li a em{
    font-style:normal;
}
ul.last_thems li a:hover em{
    border-bottom: 1px solid #058D3C;
}
div.event_gall{
    clear: both;
}
div.event_gall div.big{
    display: inline-block;
    height: 305px;
    float: left;
    width: 420px;
    overflow: hidden;
}
div.events_list{
    display: inline-block;
    float: left;
    width: 293px;
}
div.events_list table td{
    width: 278px;
    height: 60px;
    vertical-align: middle;
    font:13px/16px Georgia;
    background:#FFFFFF;
    border-bottom: 1px solid #d2d2d2;
    padding: 0;
}
.events_list table td a{
    position: relative;
    display: inline-block;
    width: 274px;
    max-height: 52px;
    margin-left:-20px;
    padding: 0 0px 0 30px;
    color: #231F20;
    line-height: 17px;
    text-decoration:none;
    vertical-align: middle;
    overflow: hidden;
}
body.ie8 div.events_list table td a,body.ie9 div.events_list table td a{
    padding: 6px 0px 6px 30px;
    }
    body.ie7 div.events_list table td a{
    padding: 4px  0 4px 30px;
    width: 255px;
}
body.ie8 div.events_list table td ,body.ie9 div.events_list table td {
    height: 60px;
}
div.events_list table td:hover,div.events_list table td.active{
    background:#fafafa;
}
div.events_list table td a:hover{
    cursor: pointer;
    color: #058D3C;
    background: url("../images/arrow.png") no-repeat scroll 0 0 transparent;
        background-position:10px 50%;
}
div.events_list table td.active a{
    cursor: pointer;
    color: #058D3C;
    background: url("../images/arrow.png") no-repeat scroll 0 0 transparent;
        background-position:10px 50%;
}
/* Main_midle
-----------------------------------------------------------------------------*/
div.today_foto h3{
    margin-bottom:10px;
}
div.main_middle_w{

}
div.today_foto  img{
    margin: 0 7px 7px 0;
    float: left;
}
div.mid_leftw{
    width: 210px;
    float: left;
}
div.today_foto{
    background:#fff;
    padding: 8px 0 8px 8px;
    margin:0px 1px 1px 1px;
    -webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
div.mid_rightw{
    width: 490px;
    float: left;
    margin-left:12px;

}
div.more_news{
    position: relative;
    left:5px;
}
div.news{
    margin: 0 0 20px;
}
div.news.ah {
    height: auto;
}
div.news h2>a{
    color:#231f20;
    font: italic 18px Georgia;
}
div.news h2{
    margin-bottom:5px;
}
div.news h4>a{
    color:#231f20;
    font:13px Georgia;
    text-decoration:none;
}
div.news h4>a:hover{
    text-decoration:underline;
}
div.mid_right{
    height: 1300px;
    background:#fff;
    padding: 12px;
    overflow: hidden;
    position: relative;
    border-bottom:1px solid #C5C5C5;
    -webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.opacity{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
    background:#C5C5C5;
    background: url("../images/opacity.png") repeat-x;
    text-align:center;
    z-index: 100;
}
.opacity a{
    font: bold italic 13px Georgia;
    position:relative;
    top:30px;
}
div.chronicle>a{
    display: inline-block;
    width: 400px;
    margin: 0 0px 10px 0px;
    color: #231F20;
    text-decoration:none;
    vertical-align: top;
}
div.chronicle>a:hover{
    color:#058D3C;
    text-decoration:underline;
}
div.mid_right div.date{
    border-top: 1px solid #231F20;
    text-align:center;
    margin:9px 0 5px 0;
}
div.mid_right div.date>span{
    display: inline-block;
    font-size:18px;
    background:#fff;
    padding:0 15px;
    position: relative;
    top:-12px;
}
/*Afisha______________________________________________________________________*/
div.gor_slide.afisha{
    height: 310px;
    background: #af0101;
    padding: 20px 12px 8px 12px;
    overflow: hidden;
    width: 686px;
    position: relative;
    float: left;
}
div.gor_slide.afisha h1{
    font: 21px Georgia;
    color:#231F20;
    display: inline-block;
    position: absolute;
}
body.ie7 div.gor_slide.afisha h1{
    margin-left:-190px;
}
div.gor_slide.afisha h1>a{
    color: #fff;
}
div.gor_slide.afisha h1>a span.arrow{
    display: inline-block;
    background: url("../images/sprite.png") no-repeat scroll -60px -311px transparent;
    width: 20px;
    height: 15px;
    position: relative;
    top:6px;
    left: 4px;

}
div.gor_slide.afisha h1>a:hover span.arrow{
    background: url("../images/sprite.png") no-repeat scroll -84px -311px transparent;
}
div.gor_slide h1>span{
    color:#00973d;
}
div.gor_slide div.nav_gall{
    width:305px;
    margin: 0 auto;
}
div.gor_slide div.nav_gall p{
    text-align: center;
    margin: 0 auto;
}
div.gor_slide.afisha div.nav_gall>a{
    float:left;
    color: #f49494;
    font: bold italic 21px Arial, Helvetica, sans-serif;
    border-bottom: 1px dashed #058D3C;
    text-decoration:none;
    border: none;
    padding: 0 20px;
}
div.gor_slide.afisha div.nav_gall>a:hover{
    color: #fff;
}

div.gor_slide.afisha div.nav_gall div.center p > a {
    background: url("../images/sprite.png") no-repeat scroll -1px -311px transparent;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 7px 2px 0;
    width: 16px;}
div.gor_slide.afisha div.nav_gall div.center p>a.active{
    background: url("../images/sprite.png") no-repeat scroll -20px -311px transparent;
}
div.gor_slide.afisha div.gorSlideBlock {
    width: 165px;
    float: left;
    margin:0 5px 0 0 ;
    padding: 0 5px 0 0 ;
    border-right:1px dashed #F49494;
    height: 258px;
}
div .gor_slide.afisha .gorSlideBlock > a{
    display: block;
    color:#fff;
    font: bold 15px Arial;
}
div.gorSlideBlock h4> a{
    font: italic 17px Georgia;
    color: #808080;
}
div.gorSlideBlock h4 {
    margin:0 0 10px 0;
}
div .gor_slide.afisha .gorSlideBlock > a:hover{
    color: #F49494!important;
}
div.gorSlideBlock_w{
    display:inline-block;
    /*height:260px;*/
    width: 20000px;
    position: relative;
}
span.thems a{
    color: #F49494;
    text-decoration:none;
    font:13px Arial, Helvetica, sans-serif;
}
div .gor_slide.afisha span.thems a:hover{
    color: #FFFFFF!important;
    text-decoration:underline;
}
div .gor_slide.afisha span.text{
    font:12px/15px Arial, Helvetica, sans-serif!important;
    color: #fff;
    display: block;
    margin-top:8px;
}
div.fb_w{
/*  float:right; */
}
div.fb_w iframe{
    width:235px !important;
}
div.partner h3{
    font: 18px Georgia;
    margin-bottom:10px;
}
div.partner{
   padding: 0px 12px;
    position: relative;
    width: 686px;
}
/* Footer
-----------------------------------------------------------------------------*/
div.events{
    position: relative;
    left:5px;
}

.footer {
    width: 1000px;
    margin: -190px auto 0;
    height: 190px;
    position: relative;
    background: url("../images/body_bg.jpg") repeat scroll 0 0 transparent;
}
div.clear30.shadow{
    background: url("../images/shadow.png") no-repeat  scroll 0 0 transparent!important;
    background-position:top center;
}
div.top_footer a.logo{
    margin: 0 5px 0 5px;
    float: left;
}
div.top_footer{
    height: 180px;
    background: url("../images/bg2.jpg") repeat scroll 0 0 transparent;
}
ul.f_nav{
    list-style: none;
    float: left;
    background: url("../images/dotted.png") no-repeat scroll 0 0 transparent;
    background-position:100% 50%;
}
ul.f_nav.last{
    background:none;
}
ul.f_nav.last li a{
    text-transform:none;
}
ul.f_nav li a{
    font: 13px Georgia;
    text-transform:uppercase;
    color: #231f20;
    list-style: none;
    list-style-image: none;
}
ul.f_nav li a:hover{
    color: #058D3C;
}
ul.f_nav li{
    padding:0 30px;
    margin: 0 0 5px;
}
div.top_footer .soc li{
    float: left;
    margin-left: 4px;
    list-style: none;
}
.footer .soc{
    // width: 355px;
    float: left;
    margin: 0 0 7px;
}
.footer .soc a {
    margin-left: 4px;
}
.footer .soc span{
    font-size:14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.low_footer {
    width: 514px;
    float: right;
}
.low_footer p{
    display: inline-block;
    float:left;
    margin:0;
    line-height:16px;
    font-size: 12px;
    color: #838383;
}
.low_footer p a{
    text-decoration:none;
}
.low_footer p a:hover{
    text-decoration:underline;
}
.low_footer table td{
    vertical-align: bottom;
}
.low_footer table{
    width: 100%;
}
div.counters{
/*  width: 380px; */
}

/* list */

div.list_w div.title{
    background: url("../images/bg2.jpg") repeat scroll 0 0 transparent;
    height: 21px;
    padding: 15px 0;
    text-align:center;
    font: 21px Georgia;
    text-transform:uppercase;
      color: #234fc0;
}
div.list_w div.title span > span{
    border-top: 1px solid #234FC0;
    display: inline-block;
    width: 77px;
    margin:0 25px;
    position: relative;
    top:13px;
}
table.heading{
    margin: 15px 0;
    width: 100%;
}
table.heading tr td:first-child{
    width: 90px;
    font: 15px Georgia;
    color: #231F20;
}
table.heading tr td{
    vertical-align: top;
}
table.heading tr td ul li{
    float: left;
    list-style: none;
    list-style-image: none;
    margin: 0 20px 5px 0;
}
table.heading tr td ul li a{
    font: italic 14px Georgia;
    color: #231F20;
}
div.list_w div.list{
    margin: 5px 0 0 0;
}
div.list_w div.list table{
    width: 100%;
     border-collapse: collapse;
     margin: 15px 0;
}
div.list_w div.list table td{
    vertical-align: top;
}
div.list_w div.list p{
    margin: 0;
}
div.list_w div.list table span.news_info{
    color: #00973D;
    font:italic 12px Georgia;
    margin: 0  0 10px 0;
    display: inline-block;
}
div.list_w div.list table span.news_info span{
    margin: 0 10px 0 0;
}
div.list_w div.list table h3 a:hover, div.list_w div.list table h2 a:hover {
    text-decoration:none;
}
div.list_w div.list table h3, div.list_w div.list table h2 {
    font: 18px Georgia;
    margin: 0 0 10px 0;
}
div.list_w div.list table h3:hover, div.list_w div.list table h2:hover {
   text-decoration:underline;
}
/* list  shadow*/
span.list_img_shasow{
    display: inline-block;
    height: 96px;
    width: 138px;
     background: url("../images/list_w.png") no-repeat scroll 0 0 transparent;
     margin: 0 10px 0 0;
}
span.list_img_shasow img{
    float: left;
}
/* div.pagination */
div.pagination li{
    float: left;
    list-style-image: none;
    list-style: none;
    margin: 0 5px 0 0;
}
div.pagination{
    margin: 15px 5px 15px 5px;
}
div.pagination li a, div.pagination li span{
    font: bold 15px Georgia;
    color: #231F20;
    display: inline-block;
    padding:  3px 10px 7px 10px;
     -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration:none;
     border: 1px solid #f5f5f5;
}
div.pagination.file li a{
     font:13px Georgia;
    color: #231F20;
    display: inline-block;
    padding:  3px 3px 4px 3px;
     -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration:none;
     border: 1px solid #f5f5f5;
     text-transform:uppercase;
}
div.pagination li.active a, div.pagination li.active span{
      background:#00973D;
      color: #fff;
       border: 1px solid #00973D;
}
div.pagination li a:hover, div.pagination li.active span:hover{
    border: 1px solid #dddfe0;
}
div.pagination li.active a:hover, div.pagination li.active span:hover{
     border: 1px solid #00973D;
}
/*search*/
div.content.search_list div.pagination {
    text-align:center;
    margin: 20px 5px 0px 5px;
}
div.content.search_list div.pagination ul{
    display: inline-block;
}
div.content.search_list div.list_w div.list table h3, div.content.search_list div.list_w div.list table h2 {
    margin: 0 0 5px 0;
}
div.search_info{
    margin: 20px 0 0 0;
}
div.search_info span input{
    margin: 0 0 0 15px;
}
div.search_info p{
    font: 16px Georgia;
}
div.search_info span{
     font: 14px Georgia;
}
div.content.search_list div.list_w div.list table span.news_info{
    margin: 0;
}
/* document */
div.document_w{
    background:#fff;
   padding: 0 15px;
   font: 14px Georgia;
   color: #3c3c3c;
   overflow:hidden;
}
div.author{
    padding: 10px 0;
     font: italic 12px Georgia;
    color: #999;
     text-align: center;
}
div.document_w h1{
    text-align:center;
    padding: 12px 10px;
    font: 25px Georgia;
    text-transform:none;
     background: url("../images/bg2.jpg") repeat scroll 0 0 transparent;
     margin: 0 0 15px 0;
     width: 693px;
     position: relative;
     left:-20px;
}

span.doc_img_w{
    display: inline-block;
    width: 340px;
    margin: 0 25px 10px 0;
    float: left;
}
span.doc_img_w > span{
    border-bottom: 1px solid #00973D;
    display: block;
    color: #00973D;
    font: italic 12px Georgia;
    padding:5px 0 12px 0;
}
div.document_w p{
    margin: 0 0 22px;
}

div.quote{
    background:#00973D;
    padding: 15px 25px;
    margin: 0 0 20px 0;
}
div.quote > p{
    margin: 0;
    padding: 0 0 0 50px;
    color: #fff;
    background: url("../images/quote.png") no-repeat scroll 0 0 transparent;
}
div.document_w ol,div.document_w ul{
   margin: 0 0 20px 20px;
}
div.document_w li{
    margin: 0 0 5px 0;
}
ul {
    list-style-image:url("../images/list_style.png");
}
body.ie7 ul {
    list-style-image:url("../images/list_style_ie.png");
}
@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {
ul {
    list-style-image:url("../images/list_style_o.png");
    }
}
div.document_w h2{
    display: block;
    margin: 5px 0 20px 0;
    font-size: 18px;
    float: none;
}
div.ps{
    padding: 10px 13px 13px 85px;
    background: url("../images/ps.png") no-repeat scroll 0 0 transparent;
    border-top: 1px dashed #231F20;
}
div.info_block{
    background: #e7ebef;
    padding: 15px 15px 15px 0px;
    margin: 0 0 20px 0;
}
div.info_block > div{
     padding: 0 0 0 60px;
    background: url("../images/info.png") no-repeat scroll 0 0 transparent;
}
div.info_block div > p{
    margin: 0;
}
div.info_block h5{
  font: bold italic 15px Georgia;
  color: #5e6770;
  margin:  0 0 10px 0;
}
/*?????????????????????*/
table.dialog{
    font: italic 14px Georgia;
    color: #5E6770;
}
table.dialog td{
    padding: 5px;
}
/*?????????????????????*/

div.doc_bot_block{
    padding: 15px 0;
    border-top: 1px dashed #231F20;
    color: #999;
}
div.doc_bot_block span a:first-child{
    margin: 0 0 0 10px;
}
div.doc_bot_block span a{
    margin: 0 0 0 2px;
    text-decoration:none;
    font-style: italic;
}
div.doc_bot_block span:first-child a{
    color: #999999;
}
div.doc_bot_block span a:hover{
    text-decoration:underline;
}

/* oublish */
div.publish > div{
    background:#fff;
    border: 2px solid #eee;
    position: relative;
    top:-5px;
    z-index: 1;
    padding: 17px 5px 12px 5px;
}
body.ie7 div.publish > div{
    float: left;
}
div.publish > span{
    display: block;
     background: url("../images/sprite.png") no-repeat scroll 20px -384px transparent;
     position: relative;
     z-index: 2;
}
div.publish .soc li{
    list-style: none;
    float: left;
    margin: 0 0 0 4px;
}
div.publish .soc a{
    display: inline-block;
}
div.publish ul{
    display: inline-block;
    min-width: 200px;
}
a.print{
    display: inline-block;
    padding: 3px 0 0 20px;
    color: #999;
    font: italic 12px Georgia;
    background: url("../images/sprite.png") no-repeat scroll -2px -413px transparent;
}
a.print:hover{
    text-decoration:underline;
    color: #00973D;
    background: url("../images/sprite.png") no-repeat scroll -2px -438px transparent;
}
div.publish > div >span{
    margin-top:2px;
}
/* other mat */

div.other_materials h2{
    font: 20px Georgia;
    text-transform:uppercase;
    color: #234FC0;
}
div.other_materials > span{
    width: 220px;
    display: inline-block;
    margin: 0  0 0 23px;
    float:left;
}
div.other_materials > span > a.img{
    height:152px;
    display:inline-block;
}
div.other_materials > span  a.text{
    color: #231F20;
    display: block;
    clear:both;
    text-decoration:none;
    margin: 5px 0 0 0;
    max-height: 94px;
    overflow: hidden;
}
div.other_materials > span  a.text:hover{
    text-decoration:underline;
}
div.other_materials span.first{
    margin: 0;
    float:left;
}
/* doc v2 */
div.doc_img_w{
    margin: 10px 0 40px 0;
}
div.doc_img_w span{
    color: #00973D;
    font: italic 12px Georgia;
    padding:5px 0 12px 0;
}
div.doc_img_w table{
    width: 100%;
}
div.doc_img_w table td{
    text-align:left;
    width: 33%;
}

/*print */
div.print_version div.header ,div.print_version div.sideRight, div.print_version div.b_position, div.print_version div.footer ,
div.print_version div.publish, div.print_version div.other_materials,div.print_version div.bread_cr, div.print_version div.doc_bot_block ,
div.print_version div.author
{
    display: none;
}
div.print_version div.content{
    width: 718px;
    padding: 0;
    margin: 0 auto;
}

div.print_version div.middle{
    padding: 0;
}
div.print_version {
    background:#fff;
}
div.print_version div.wrapper{
    margin: 0;
    width:  auto;
    background:#fff;
}

div.print_version div.document_w h1{
    background:none;
}

div.print_version div.print_header div.url{
    float: left;
    font: 11px Georgia;
    margin: 20px 0 0 135px;
    width: 400px;
}

div.print_version div.print_header a.logo{
    float: left;
}
div.print_version div.print_header{
    display: inline-block;
}

div.print_block a:first-child span{
    border-bottom: 1px solid #00973D;
    margin: 0 0 0 5px;
}
div.print_block a:first-child{
    text-decoration:none;
}
div.print_block a:first-child:hover span{
    border: none;
}
div.print_block a.print{
    margin: 3px 0 0 25px;
    font: 14px Georgia;
}
/*
-----------------------------------------------------------------------------*/
div.topicW div.r_block{
    padding: 6px 6px 3px 5px;
}
div.topicW ul{
    margin: 0 0 0 23px;
}
div.topicW ul li a{
    color: #231F20;
    font: bold 13px Georgia;
}
div.topicW h1{
    display: inline-block;
    margin: 12px 0 12px 4px;
    height:50px;
    overflow:hidden;
}
div.topicW ul li{
    margin: 0 0 5px 0;
}
div.topicW div.clear-hr2{
    margin: 10px 0 !important;
}
div.topicW p.tc a{
    font: bold italic 13px Georgia;
}
div.topicW{
    padding: 0 0 0 1px;
}
div.topicW table.topic img{
    left:0;
}
div.topicW  table.topic div.r_block{
    width: 330px;
    margin: 15px 0 0 0;
}
div.topicW  table.topic div.r_block div.b_wrap{
    height: 137px;
}
div.topicW  table.topic  ul{
height: 120px;
position: relative;
overflow: hidden;
padding: 0 0 0 23px;
margin: 0;
}
div.topicW  table.topic{
    border-collapse: collapse;
}
div.topicW  table.topic td:first-child{
    padding: 0 28px 0 0 ;
}
/*
-----------------------------------------------------------------------------*/
div.today_foto h3{
    font-weight: normal;
}
p.leed em{
 font-size: 16px;
}
/*
 ------------- reset_css ----------------------------------------------*/
.clear, .clear5, .clear10, .clear15, .clear20, .clear25, .clear30, .clear40, .clear-hr,.clear-hr1,.clear-hr2,.clear-hr3,.clear35{
    background: none !important;
    border: 0 !important;
    clear: both !important;
    display: block !important;
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
.clear-hr {border-top:1px dashed #231F20!important; margin: 10px 0 12px 0px!important;}
div.gor_slide.afisha .clear-hr {border-top:1px dashed #F49494!important; margin: 10px 0 12px 0px!important;}
.clear-hr1{background: url("../images/sprite.png") repeat scroll 0 -361px transparent!important; height:3px!important;}
.clear-hr2{background: url("../images/sprite.png") repeat scroll 0 -355px transparent!important; height:1px!important;}
.clear-hr3{border-top:1px dashed #231F20!important; margin: 0 0 15px 0 !important;}
.clear5 { height: 5px !important; }
.clear10 { height: 10px !important; }
.clear15 { height: 15px !important; }
.clear20 { height: 20px !important; }
.clear25 { height: 25px !important; }
.clear30 { height: 30px !important; }
.clear35 { height: 35px !important; }
.clear40 { height: 40px !important; }

/*------------- text align ----------------*/
.tl { text-align: left !important; }
.tc { text-align: center !important; }
.tr { text-align: right !important; }
/*------------- float ----------------*/
.fl {    float: left !important; }
.fr {    float: right !important; }
/* ----------- reset -------------- */
.noborder { border: 0 !important; }
.tdn, .tdn:hover{
    text-decoration: none;
}
/*------------ margin -------*/
.nom {
    margin: 0 !important;
}
.nop {
    padding: 0 !important;
}
.todayBlockNav ul{
    margin: 0;
    list-style : none;
    list-style-image : none;
}
.todayBlockNav{
    overflow: hidden;
}
.todayBlockNav li{
    float: left;
    padding: 7px;
    background:#fff;
    margin-left: 3px;
    border-bottom: 1px solid #dfdfdf;
}
.todayBlockNav .active{
    background:#7ca3b8;
}
.todayBlockNav li:first-child{
    margin: 0;
}
.todayBlockNav a{
    font:italic 11px Georgia;
    color:#231F20;
    text-decoration:none;
    border-bottom : 1px dashed #231F20;
}
.todayBlockNav li:hover a{
    border-bottom-color: #fff;
}
.todayBlockNav li.active{
    cursor: default;
}
.todayBlockNav li.active a{
    border-bottom-color: transparent;
    color: #fff;
    cursor: default;
}
.todayBlockW > .block > a{
    max-height: 62px;
    display: block;
    font: 13px/15px Georgia;
    text-decoration:none;
    color:#231F20;
    overflow: hidden;
    margin-bottom: 10px;
}
.todayBlockW > .block > a:hover{
   text-decoration:underline;
    color: #00973D;
}
.todayBlockW > .block > a img{
    float: left;
    margin-right: 10px;
}
.todayBlockW{
    background:#fff;
}
.todayBlockW > .block{
    padding: 10px;
    height: 150px;
    overflow:hidden;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.todayBlockW > .block.povod p{
    margin: 0;
    height: 70px;
    overflow: hidden;
}
div.ComentBlockW{
    margin-top: 20px;
}
div.ComentBlock{
    background: #fff;
    padding: 15px;
    font-size: 14px;
    color:#3c3c3c;
}
div.ComentBlockW > span{
    float: left;
    display: inline-block;
    padding: 10px 8px;
    background: #00973D;
    text-transform: uppercase;
    color: #fff;
}
div.ComentBlock td img{
    margin-right: 20px;
    margin-top: 5px;
}
div.ComentBlock h2{
    display: block;
    font-size: 25px;
    color: #234FC0;
    margin-bottom: 20px;
}
div.ComentBlock span.time{
    float: none;
    color: #999;
    font-size: 12px;
}
div.ComentBlock td{
    vertical-align: top;
}
ul.file{
    list-style : none;
    list-style-image : none;
}
ul.file li{
    float: left;
    width: 225px;
    text-align:center;
    height: 270px;
    margin: 15px 18px 25px 0px;
}
ul.file li.last{
    margin-right: 0;
}
div.file{
    overflow: hidden;
}
ul.file li img{
    border: 5px solid #fff;
    -webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
ul.file li h3{
    color: #00973D;
    font: 16px Georgia;
    text-decoration:underline;
    height: 37px;
    overflow:hidden;

}
ul.file li span{
    display : inline-block;
    margin-top: 15px;
    color: #231F20;
    text-decoration:none;
    height: 55px;
    overflow: hidden;
}
div.file_w{

}
div.file_title img{
    float: left;
    margin-right: 15px;
}
div.file_title{
    overflow: hidden;
    margin-bottom: 15px;
}
div.file_title span{
    font: bold 16px Georgia;
}
div.file_title h1{
    margin-left: 0;
    margin-bottom: 20px;
}
ul.file_nav{
    border-bottom : 1px solid #00973D;
    list-style : none;
    list-style-image : none;
    overflow: hidden;
}
ul.file_nav li{
    float: left;
    padding: 12px 17px;
    background: url("../images/body_bg.jpg") no-repeat scroll 0 0 transparent;
    margin: 0 2px 0 0;
}
ul.file_nav li a{
    color: #231F20;
    text-transform:uppercase;
    font-size: 13px;
}
ul.file_nav li:hover,ul.file_nav li.active{
    background:#00973D;
}
ul.file_nav li:hover a,ul.file_nav li.active a{
    color: #fff;
    text-decoration:none;
}
div.fileBlock{
    padding: 20px 0;
    overflow: hidden;
}
div.fileBlock.foto ul{
    list-style : none;
    list-style-image : none;
}
div.fileBlock.foto ul li{
    float: left;
    width: 215px;
}
div.fileBlock.foto ul li span.time{
    float: none;
    display: block;
    font-style:italic;
}
div.fileBlock.foto ul li a{
    text-decoration:none;
}
div.fileBlock.foto ul li span.text{
    color: #231F20;
    text-decoration:underline;
    font-size: 13px;
    overflow: hidden;
    height: 55px;
    display: block;
}
div.fileBlock.foto ul li span.text:hover{
text-decoration:none;
}
div.fileBlock.foto ul li.last{
    margin-right: 0;
}
div.fileBlock.foto ul li{
    margin: 0 18px 30px 0;
}
div.fileBlock.biography{
    font-size:14px;
    color:#3c3c3c;
}
div.fileBlock.biography strong{
    text-transform:uppercase;
}
div.row div.clear-hr2{
    margin: 20px 0 !important;
}
div.row a.title{
    font:italic 12px Georgia;
}
div.row span.time{
    font:italic 12px Georgia;
    display : inline-block;
    margin: 0 15px 0 0;
}
div.row h2 a{
    color: #231F20;
}
a.back{
    font: bold 13px Georgia;
    display : block;
    padding: 0 0 0 30px;
     background: url("../images/sprite.png") no-repeat scroll 0 -470px transparent;
     margin-bottom: 15px;
}
div.fileBlock.document span.time{
    font-style: italic;
    color: #999;
     margin-bottom: 10px;
     display: block;
     float: none;
}
div.fileBlock.document h1{
    text-transform:none;
    font-size: 25px;
    margin-bottom: 20px;
}
div.fileBlock.document {
    font-size: 14px;
    color: #3C3C3C;
}
div.fileBlock{
 background: #fff;
    padding: 15px;
}
div.socWrapper{
    width:310px;
    position:relative;
    top:-33px;
}
div.hSlide a{
width:223px;
height:156px;
float:left;
margin:0 7px 14px 0;
}
div.hSlide .last {
    margin-right: 0;
}
div.hSlide {
overflow:hidden;
clear:both;
}
div.hSlide h2{
margin:20px 0;
}
div.list_w div.list table td:first-child{
width:140px;
}
span.window_today{
     display:none;
     -webkit-box-shadow:  0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    position: absolute;
    display: none;
    left: -150px;
    width: 380px;
    background: #fff;
    padding:10px;
}
span.window_today > a{
display:block;
float:right;
width:10px;
height:10px;
clear:both;
text-indent:-9999px;
background: url("../images/close.png") no-repeat 0 -20px transparent;
margin-right:5px;
}
span.window_today > a:hover{
background: url("../images/close.png") no-repeat 0 1px transparent;
}
span.window_today > p{
    clear:both;
    margin:0;
}
div.today li a{
    font-size:13px;
}
/* dozor
-----------------------------------------------------------------------------*/
ul.site{
    list-style: none;
    list-style-image: none;
    display: inline-block;
}
ul.site li{
 float: left;
 margin-left:10px;
}
ul.site li a{
    display:block;
    height: 30px;
}
ul.site li.item1 a{
    width: 130px;
    background: url("../images/dozor-100.png") no-repeat scroll 0 0px transparent;
}
ul.site li.item1:hover a{
    background: url("../images/dozor-100.png") no-repeat scroll 0 -43px transparent;
}
ul.site li.item2 a{
    width: 141px;
    background: url("../images/dozor-sport.png") no-repeat scroll 0 0 transparent;
}
ul.site li.item2:hover a{
    background: url("../images/dozor-sport.png") no-repeat scroll 0 -43px transparent;
}
ul.site li.item3 a{
    width: 72px;
    background: url("../images/dozor-lifestyle.png") no-repeat scroll 0 0 transparent;
}
ul.site li.item3:hover a{
    background: url("../images/dozor-lifestyle.png") no-repeat scroll 0 -43px transparent;
}
ul.site li.item4 a{
    width: 90px;
    background: url("../images/dozor-courier.png") no-repeat scroll 0 0 transparent;
}
ul.site li.item4:hover a{
    background: url("../images/dozor-courier.png") no-repeat scroll 0 -43px transparent;
}
ul.site li.item5 a{
    background: url("../images/eda.png") no-repeat;
    width: 62px;
    margin: 3px 0 0 0;
}
ul.site li.item5:hover a{
    background-position:0 -29px;
}
div.site em{
    color: #058D3C;
}
div.site ul{
    float: left;
}
div.site{
    overflow: hidden;
    position: absolute;
    margin-left: 240px;
    margin-top: 15px;
}
/*@-moz-document url-prefix() {
  div.site{
    margin-left: 5px;
}
}*/
body.ie7   div.site{
    margin-left: 5px;
}
/*
-----------------------------------------------------------------------------*/
p.coments a{
text-decoration:none;
border-bottom:1px dashed #058D3C;
font-size:16px;
font-weight:bold;
}
p.coments a:hover{
text-decoration:none;
border-bottom:1px dashed #fff;
}
form.formC{
 background: #fff !important;
 padding:  15px;
 margin: 0 0 20px 0;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
form.formC input[type="text"]{
padding:4px 5px;
border:1px solid #999 !important;
-webkit-border-radius: 3px;
    border-radius: 3px;
}
form.formC textarea{
border:1px solid #999 !important;
-webkit-border-radius: 3px;
    border-radius: 3px;
    resize:vertical;
}
form.formC input[type="submit"]{
padding:5px 4px;
border:1px solid #999 !important;
-webkit-border-radius: 3px;
    border-radius: 3px;
}

.bmg_flash, .bmg_noflash {
    display: none;
}
.soc2 > li{
float:left;
margin-right:30px;
}
.soc2{
list-style:none;
list-style-image:none;
}
.b_position_content{
    overflow: hidden;
}

#banner-appstore {
    display: none;
    padding: 30px 0;
    background-color: #fff;
    margin-bottom: 20px;
}
#banner-appstore:after {
    clear: both;
    content: "";
    display: block;
}
#banner-appstore:active {
    background: none;
}

#banner-appstore .close {
    display: block;
    float: left;
    width: 120px;
    height: 183px;
    background: transparent url(../images/dozorAppClose.png) 50% 50% no-repeat;
}
a.banner-body {
    float: left;
    width: 848px;
    text-decoration: none;
    color: #575757;
    font: 40px/1.2 Calibri,Arial,sans-serif;
}
.banner-body img {
    vertical-align: middle;
}
.banner-content {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.banner-content .stars {
    display: block;
    height: 26px;
    margin: 10px 0;
    background: transparent url(../images/dozorAppRate.png) 0 50% no-repeat;
}
.banner-content .heading {
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
}
.banner-body .text-blue {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    text-align: center;
    color: #0060ff;
    font-size: 50px;
}

/* Color Box Social */
.social {
    position: absolute;
    width: 100%;
    bottom: 28px;
    list-style: none;
    padding: 5px 0 0;
    margin: 0 0 -4px;
    background-color: #FFF;
}
.social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.gallery-image__heading {
    display: block;
    position: absolute;
    width: 80%;
    bottom: 100%;
    left: 50%;
    margin: 0 0 55px -40%;
    padding: 10px 15px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    font-weight: bold;
    font-size: 14px;
}
#cboxNext {
    left: 54px;
}
#cboxCurrent {
    left: 85px;
}
#cboxSlideshow {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../images/colorbox/pause.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxSlideshow:hover {
    background-position: 0 -25px;
}
.cboxSlideshow_on #cboxSlideshow {
    background-position: -25px 0;
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -25px -25px;
}
#cboxLoadedContent {
    margin-bottom: 60px;
}
.cbox-title #cboxLoadedContent {
    margin-bottom: 100px;
}
#cboxTitle {
    text-align: center;
}
#cboxTitle * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cboxTitle .social a {
    display: block;
    width: 26px;
    height: 26px;
    background: transparent url(../images/cboxSocial.png) no-repeat;
}
#cboxTitle .social .vk {
    background-position: 0 0;
}
#cboxTitle .social .odno {
    background-position: -40px 0;
}
#cboxTitle .social .tw {
    background-position: -80px 0;
}
#cboxTitle .social .fb {
    background-position: -120px 0;
}
#cboxTitle .social .vk:hover {
    background-position: 0 -40px;
}
#cboxTitle .social .odno:hover {
    background-position: -40px -40px;
}
#cboxTitle .social .tw:hover {
    background-position: -80px -40px;
}
#cboxTitle .social .fb:hover {
    background-position: -120px -40px;
}
.social-groups-container {
    height: 400px !important;
}

.social-groups-nav {
    cursor: pointer;
}
.social-groups-nav a {
    font-size: 16px;
}
.social-groups-nav li {
    padding: 8px 18px;
}

.block-video {
    padding: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.icon-video {
    display: block;
    position: relative;
}
.icon-video:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 27px;
    margin: -14px 0 0 -19px;
    background: url(../images/baseSprite.png) -400px 0 no-repeat;
    opacity: .8;
    filter: alpha(opacity=80);
}
.icon-video:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.fb-share-button-custom {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAAAUCAIAAACLcx0zAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEwklEQVRYhe2WbUxbZRiGHyg9lVIGcgDTBmwToQaCC/JRwMFKBt1SRgAHCiyhZJSRotGEkTCi62KExM2EkIxoYQJLy7DQKB8LH8o25TBDWRhzbA1mhRgQKLPjyOkKBfox/FFAKKXDOIQfXL/e8/buc+5z53nPeZxWVlak7b8qflDNEotwAIC3p2vGiZAzaW+TWKGptd/fnzcY99rSfsGwZB5+/MTJCUjGV48c5GLD8+crv0/NOeMH58gef+kWXWy2TiUGFWZyDtEodv9A6Jeqmwdbb/+2+972Hmebawe5AICn+ysF70XssqX9gm3XbM1FNaatUQzeH5mhUZEfrwq8PFy3VkEijnUVB7hv2tO3iBWXxywv1e3/im00W/nsq58nn+gAgNAvORSa1beUTaMWAECCQ0u5pJdjcO94cTTWXK58khT1lp9jJT6q7uyzAACNzC7lWnsICUuJL+L7sT1BP63tbOqtvDcPQOKdyy2PXL31eFdbToMWmEFiUTiXgYABvynrLVPqANAPvkjPZa1VH+3nXxznfX76nKE37pKadvS4opCFd7V9qottzPZeE5mVEuk3zPT6JMMlYUer4R9vCJN9XsThsahAzGLfYWW3CWYC92IGi0kFQFwoQDSJFZVjmx7H9l2zHS/MxS7I4ZjybD9jf8/7H3XLdGiWKO6kBwDQAn1clod7+aI7Q6tCNF8UwzU9ysmXCjHgCaNOUgHINLoPjHe1JQjbmqY31yX7nc1gWbP/40Z7nFUw0p8mkJb02T3CHlmi2GQ3TVlxc8k94Apis15nnRUE0CeUmbn1SbUau+YddU1U9tWN6zf8vb79MmOnqQAAkEIiGSjg0htTEzpowbT5hb7RgaTOYW+WD8yMEPMmdFVI9Q1huFCQ8IbacAAAWAxhkjqfejLczDMTxLzBfXlz2UA+h7cwOUT2RwEALEaDNQ7LssmyNqExiiR5RQBGHaFs/6VMiUYzXHClGtPojHUtR+sAyMwyEwBYNlfecTQ2nDgSsHPxJsjrKwsAIAH0QLfl0THcCOhGFY71pFVPrU+fSARKh0WVxrYLlqn+H6ZQsOohEPqjsB2aysKOVhPt3eL0UkH4wIPxDT+RaFSS0TRVKxtjC+O7pTF6oAAQW0s4OlB35QV35QXr69zUUAdie1hUgxoc0GS+H92bforrS1nQ9o2Swt7xZxi1ylFAyAAACEICg1alATSYzWXQwlL4DWJO9CHX6IjX0AVcNWEbDSWQxZ54UDu882+fxbioVWnMaDCby/CIzkntkiTnMyxApqCg76iQp8n+/YH67xgfKi/IKef5x9uSAJ+ekV65o+byFYnuAO6lVcJSqyjxePnI9Qt1/SxhqLjiNDz986b88XhkgoKLqLseYaatVYlOuXoG6A7vzCiV5BUhAATRIxvCDDhWraSLwsUVAUDMYjJMRuZIBHT8Vvflh0YkwX4JJ05Wzcbrn+rPuLmSN+5Y3zjr7bOwaDqWd21nydiBmZLawCdKPsYGrM9MDfpawpmvvl6i3HcTkO2BqmocmHu27fwy92ypqnFgly3tF2y75oB1nFFPO4P/AV4ers7pvOC9trEfSYl/k9TeXLOyApMzhGHJvNd+9gXenq5ZSYdFmZF/Aw6g0pB/TpjRAAAAAElFTkSuQmCC') 0 0 no-repeat;
    cursor: pointer;
    width: 94px;
    height: 20px;
}

.news-read {
    display: flex;
    align-items: center;
    clear: both;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    padding: 5px 10px 5px 5px;
    margin: 0 0 15px 0;
    border-radius: 4px;
}
.news-read__div1 {
    flex-shrink: 0;
}
.news-read__div2 {
    flex-grow: 1;
    padding: 0 15px;
    font-size: 19px;
}
.news-read__div3 {
    flex-shrink: 0;
}
.news-read__btn {
    padding: 12px 12px 13px;
    border: 1px solid transparent;
    font-size: 18px;
    color: #fff;
    background: #0e898e;
    text-align: center;
    text-decoration: none;
    display: block;
    min-width: 200px;
    opacity: 1;
    transition: all 0.35s;
}
.news-read__btn:hover {
    opacity: 0.8;
}
.news-read__logo {
    background: #0e898e;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}

h1.inherited, h2.inherited {
    display: inline;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}

.pseudo-h1 {
    font: 21px Georgia;
    color: #234fc0;
    text-transform: uppercase;
    margin-left: 4px;
}


.social-links a {
    width: 31px;
    height: 31px;
    display: inline-block;
    background: url("../images/sprites_actual.png") no-repeat scroll 0 -518px transparent;
}
.social-links .facebook {
    background-position: 0 -518px;
}
.social-links .facebook:hover {
    background-position: 0 -555px;
}
.social-links .youtube {
    background-position: 0 -674px;
}
.social-links .youtube:hover {
    background-position: 0 -711px;
}
.social-links .telegram {
    background-position: 0 -596px;
}
.social-links .telegram:hover {
    background-position: 0 -633px;
}
.social-links .instagram {
    background-position: 0 -752px;
}
.social-links .instagram:hover {
    background-position: 0 -789px;
}
.social-links .viber {
    background-position: 0 -830px;
}
.social-links .viber:hover {
    background-position: 0 -867px;
}

.gotop_btn {
    z-index: 50;
    display: none;
    position: fixed;
    bottom: 20px;
}
.gotop_btn.left {
    left: 20px;
}
.gotop_btn.right {
    right: 20px;
}
.gotop_btn a {
    padding: 10px 16px 6px 16px;
    opacity: 0.7;
    display: block;
    color: #333;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #A0A0A0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
}
.gotop_btn a svg {
    width: 15px;
    opacity: 0.7;
}

@media screen and (max-width: 1024px) {
    .gotop_btn {
        display: none !important;
    }
}

.article-nav {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    background: white;
}
.article-nav .prev-article, .article-nav .next-article {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #e6e6e6;
}
.article-nav .prev-article {
    border-bottom-width: 4px;
    border-left-width: 4px;
    margin-right: 2px;
}
.article-nav .next-article {
    border-bottom-width: 4px;
    border-right-width: 4px;
    margin-left: 2px;
}
.article-nav .prev-article.single, .article-nav .next-article.single {
    margin-right: 0px;
    margin-left: 0px;
}
.article-nav .text-right:not(.single) {
    text-align: right;
}
.article-nav a {
    color: #314396;
    text-decoration: none;
}
.article-nav a:hover {
    color: #1e295c;
    text-decoration: underline;
}
.article-nav svg {
    width: 20px;
    text-align: center;
    height: 1em;
    vertical-align: -0.125em;
}