body{
    background:#dfdfdf;
    margin: 0;
    padding: 0;
    }
.clear{
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}
.clear-block:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}
* html .clear-block {
    height: 1%;
}
*:first-child + html .clear-block {
    min-height: 1%;
}
.head{
    background:#FFFFFF url(../images/head.png) bottom left repeat-x;
    height:190px;
    width:100%;
    z-index: 998;
    }
.head-content{
    height:190px;
    position: relative;
    max-width:1400px;
    margin:0 auto;
    }
    
.main-menu{
    background:#232323;
    width:100%;
    height:80px;
    position:absolute;
    bottom:0;
    box-sizing:border-box;
    text-align: center;
    }
.biglogo{
    width:302px;
    display:block;
    top:15px;
    left:15px;
    position:absolute;
    }
.biglogo img{
    width: 100%;
    height: auto;
    }
.minilogo{
    width:180px;
    height: 50px;
    display:none;
    top:20px;
    left:10px;
    position:absolute;
    }
.minilogo img{
    width: 100%;
    height: auto;
    }
a.new-article-link{
    display: block;
    position: absolute;
    right: 15px;
    top: 30px;
    font: normal 14px/48px Arial,Helvetica,sans-serif;
    color: #4f4f4f;
    background: url(../images/pero.gif) 0 8px no-repeat;
    padding: 0px 0 0px 30px;
    }
a:hover.new-article-link{
    text-decoration:none;
    }
    
    
/* Structure
------------------------------------------*/
#coolMenu,
#coolMenu ul {
    list-style: none;
}
#coolMenu {
    /*float: left;*/
    margin:0 auto;
    padding: 0;
    display: inline-block;
}
#coolMenu > li {
    float: left;
}
#coolMenu li a {
    display: block;
    height: 2em;
    line-height: 80px;
    padding: 0 20px;
    text-decoration: none;
}
#coolMenu li a.sub {
    padding: 0 35px 0 20px;
    background:url(../images/main-menu-strelka.png) 100% 37px no-repeat;
}
#coolMenu ul {
    position: absolute;
    display: none;
    z-index: 999;
}
#coolMenu ul li a {
    width: 180px;
}
#coolMenu li:hover ul.noJS {
    display: block; 
}
/* Main menu
------------------------------------------*/
#coolMenu {
    font-family: Jopka2;
    font-size: 13px;
}
#coolMenu > li > a {
    display:block;
    height:80px;
    color: #fff;
    text-transform:uppercase;
    font-weight: normal;
}
#coolMenu > li:hover > a {
    background: #323232;
    color: #FFFFFF;
}

#coolMenu > li:hover > a.sub {
    background:url(../images/main-menu-strelka.png) 100% 37px no-repeat #323232;
    color: #FFFFFF;
}
/* Submenu
------------------------------------------*/
#coolMenu ul {
    overflow:hidden;
    padding:10px;
    background: #272727;
    text-align: left;
}

#coolMenu ul li{
}
#coolMenu ul li a {
    line-height:36px;
    height:36px;
    color: #ffffff;
}
#coolMenu ul li:hover a {
    background: #323232;
    color:#ffffff;
}





.sandvich{
    background:url(../images/sandvich.png) top left no-repeat;
    width: 62px;
    height: 62px;
    display: none;
    position:absolute;
    right:9px;
    top: 9px;
    }
.box-menu{
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 999;
}
.block-menu {
    width:50%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #323232;
    overflow: auto;
    z-index:1001;
}
.close {
    font: normal 14px Jopka2;
    padding: 5px 0 0 0;
    height: 30px;
    margin: 15px 15px 0 25px;
    text-decoration: underline;
    color: #999;
    display: block;
    text-align: right;
}
#fieldclick {
    display: none;
    position: absolute;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.75;
    z-index: 1000;
}


.sanMenu {
    color:black;
    }
.sanElem {
    display:none;
    }
.sanBox{
    padding:15px 15px 55px 15px;
    }
.san{
    border-top:solid 1px #494949;
    display:block;
    font: normal 16px Jopka2;
    color:#FFFFFF;
    text-decoration: none;
    padding:15px;
    }
.sanElem ul{
    display:block;
    padding:0 0 5px 25px;
    margin:0;
    list-style:none;
    }
.sanElem ul li a{
    text-decoration:none;
    display:block;
    padding:10px;
    font: normal 15px Jopka2;
    color:#949494;
    }





.videoframe{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
 
.videoframe iframe,.videoframe object, .videoframe embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.block{
    margin: 0 0 15px 0;
    border-radius: 15px;
    overflow:hidden;
    }
.br15{
    border-radius: 15px;
}


    
/* ОБЩАЯ СТРУКТУРА САЙТА*/

    .wrapper {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto 0 auto;
    }
    .container {
        width: 100%;
    }
    .content {
        width: 100%;
        float: left;
    }
    .center {
        box-sizing: border-box;
        padding: 25px 7px;
        margin: 0 265px;
    }
    .left {
        box-sizing: border-box;
        padding:25px 7px;
        float: left;
        width: 265px;
        margin-left: -100%;
    }
    .right {
        box-sizing: border-box;
        padding:25px 7px;
        float: left;
        width: 265px;
        margin-left: -265px;
    }





/* НОВОСТИ НА ГЛАВНОЙ */
.new{
    background: #FFF;
    margin:0 0 15px 0;
}
.new img{
    padding: 15px 0 15px 15px;
    box-sizing: border-box;
    float: left;
    width:60%;
}
.new-info{
    padding: 15px;
    width: 40%;
    box-sizing: border-box;
    float: left;
}
.new-info span{
    margin: 10px 0;
    display: block;
    color: #333333;
    font: normal 13px/1.5em jopka2;
}
.another-news-block{
    padding:10px;
    margin:0 0 15px 0;
    background:#FFFFFF;
    border-top: solid 6px #373737;
}
.another-news-block h2{
    display:block;
    padding:10px;
    margin:10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.another-new{
    box-sizing: border-box;
    float: left;
    width: 33.3%;
    padding: 15px;
}
.another-new a img{
    width: 100%;
    border-top: solid 2px #e3e3e3;
    padding: 15px 0 0 0;
    height: auto;
}
.another-new-info span.another-new-info-anons{
    margin: 10px 0;
    display: block;
    color: #333333;
    font: normal 13px/1.5em Jopka2;
    overflow:hidden;
    max-height: 80px;
}
.what-news{
    display:none;
    background:#373737;
    height:45px;
    margin: 0 0 15px 0;
}
.what-news a{
    float: left;
    height: 45px;
    padding: 8px 15px;
    box-sizing: border-box;
    font: normal 16px/1.5em Jopka2;
    color: #FFFFFF;
    }
.what-news a:hover{
    text-decoration:none;
    }
.new-mini-info{
    font: normal 13px/1.5em jopka2;
    }
.new-mini-info-day{
    color: #FFF;
    background: #c60000;
    width: 67px;
    text-align: center;
    padding: 1px 0;
    font-size: 11px;
    float:left;
    margin: 0 15px 0 0;
    }
.new-mini-info-views{
    color: #999999;
    background: url(../images/eye.png) top left no-repeat;
    width: 32px;
    padding: 1px 0 1px 25px;
    font-size: 11px;
    float:left;
    }

div.new-mini-info-category{
    margin: 0 15px 0 0;
    color: #999999;
    padding: 1px 0;
    font: normal 11px/1.5em jopka2;
    float:left;
    }
div.new-mini-info-category a{
    display: inline;
    color: #999999;
    text-decoration: underline;
    font: normal 11px/1.5em jopka2;
    }
div.new-mini-info-category a:hover{
    text-decoration: none;
    }
.new-mini-autor{
    color: #999999;
    padding: 8px 0 1px 0;
    font-size: 11px;
    font: normal 12px Jopka2;
    }
.another-new-mini-info {
    font: normal 13px/1.5em jopka2;
}
.another-new-mini-info-day{
    color: #c60000;
    background: #FFFFFF;
    text-align: center;
    padding: 1px 0;
    font-size: 11px;
    float:left;
    margin: 0 15px 0 0;
    }
.another-new-mini-info-views{
    color: #999999;
    background: url(../images/eye.png) top left no-repeat;
    width: 32px;
    padding: 1px 0 1px 25px;
    font-size: 11px;
    float:left;
    }

.another-new-mini-info-comments{
    color: #999999;
    background: url(../images/comm-ic.png) top left no-repeat;
    width: 32px;
    padding: 1px 0 1px 25px;
    font-size: 11px;
    float:left;
    }
.another-new-mini-autor{
    color: #999999;
    padding: 8px 0 1px 0;
    font-size: 11px;
    font: normal 12px Jopka2;
    }

@media screen and (min-width: 1150px){
    .another-new:nth-child(-n+3) a img{
        border-top: none;
        }

}


/* НОВОСТИ НА ГЛАВНОЙ - ЗАГОЛОВКИ*/
.new-info a{
    display: block;
    color: #000000;
    font: bold 24px Roboto;
}
.new-info a:hover{
    text-decoration: none;
}
.another-new-info a{
    font: bold 15px/22px Roboto;
    display: block;
    color: #000000;
    margin: 6px 0 0 0;
}
.another-new-info a:hover{
    text-decoration: none;
}


/* БЛОК ТОПЫ*/
.tops{
    padding:15px;
    border: solid 1px #afafaf;
    }
.tops h3{
    font: normal 16px Jopka2;
    margin:0;
    padding:0 0 15px 0;
    display:block;
    border-bottom:solid 1px #afafaf;
    }
.top{
    padding:10px 0;
    }
.top-info{
    height:22px;
    }
.top-info span{
    margin:0 15px 0 0;
    display: block;
    float: left;
    }
.top span.top-date{
    color:#DC1013;
    font: normal 15px Jopka2;
    }
.top span.top-views{
    background:url(../images/eye.png) top left no-repeat;
    color:#7e7e7e;
    font: normal 15px Jopka2;
    padding:0 0 0 26px;
    }
.top a{
    display:block;
    color:#000000;
    font: normal 14px Jopka2;
    }
.top a:hover{
    text-decoration:none;
    }
.topTabs{
    margin:15px 0 0 0;
    padding:0;
    list-style:none;
    }
.topTabs li{
    display:inline-block;
    }
.topTabs li a{
    text-decoration: none;
    padding:0 10px;
    display:block;
    height: 25px;
    text-align: center;
    font: normal 12px/22px Jopka2;
    color: #ffffff;
    background: #373737;
    }
.topTabs li a.active-tab{
    background:#c60000;
    }
/* БЛОК СЕГОДНЯ В КИНО*/
.block-films{
    padding:15px;
    border: solid 1px #afafaf;
    }
.block-films h3{
    font: normal 16px Jopka2;
    margin:0;
    padding:0 0 15px 0;
    display:block;
    border-bottom:solid 1px #afafaf;
    }
.block-film{
    padding:15px 0;
    }
#slideshow #slideshowWindow {
    width: 219px;
    height: 324px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
#slideshow {
    width: 219px;
    height: 380px;
    padding: 0;
    position: relative;
    overflow: hidden;
}
#slideshow #slideshowWindow .slide {
    margin: 0;
    padding: 0;
    width: 219px;
    height: 324px;
    position: relative;
}
span.nav {
    position:absolute;
    display: block;
    cursor: pointer;
    width:48%;
    height:25px;
    text-align:center;
    font: normal 14px/20px Jopka2;
    color:#ffffff;
    background:#373737;
}
span:hover.nav{
    background: #4f4f4f;
    }
span#leftNav {
    bottom: 0px;
    left: 0px;
    z-index: 999;
}
span#rightNav {
    bottom: 0px;
    right: 0px;
    z-index: 999;
}



/* БЛОК СПИСОК ФИЛЬМОВ*/

div.films{
    padding:10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
    }
.films h1{
    display:block;
    padding:10px;
    margin:10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.film-element{
    margin:10px 10px 70px 10px;
    }
.film-box {
    margin: 15px 0;
    overflow: hidden;
}
.film-img {
    width: 219px;
    float: left;
}
.film-img img{
    display:block;
    width: 100%;
}
.film-info {
    padding: 0 15px 0 0;
    margin-left: 245px;
}
.film-info h2 {
    font:normal 24px Jopka;
    margin:0;
    padding: 0;
}
.film-info h2 a{
    color: #000000;
}
.film-info h2 a:hover{
    text-decoration: none;
}
.film-seans {
    /*background: #e3e8cc;*/
}
.film-miniinfo{
    border-bottom:solid 1px #CCCCCC;
    padding:10px 0;
    font: normal 14px jopka2;
    }
.film-miniinfo span{
    margin:0 0 5px 0;
    display:block;
    font: normal 14px jopka;
    }
.theather{
    height:35px;
    padding: 5px 0 0 18px;
    box-sizing:border-box;
    font: normal 14px jopka2;
    border-radius: 0 15px 0 0;
    margin:15px 0 1px 0;
    width: 150px;
    background:#F0F0F0;
    }
.seans-box{
    overflow: hidden;
    margin:0 0 1px 0;
    }
.seans-period{
    padding: 8px 0 0 10px;
    box-sizing:border-box;
    border-left: solid 8px #fe3e00;
    font: normal 14px jopka2;
    background:#F0F0F0;
    width: 220px;
    min-height:35px;
    float: left;
    }
.seans-body{
    padding: 8px 0 8px 35px;
    box-sizing:border-box;
    font: normal 14px jopka2;
    background:#F0F0F0;
    min-height:35px;
    margin-left: 221px;
    }
.seans-3d{
    background:url(../images/ic-3d.jpg) 6px 6px no-repeat #F0F0F0;
    }
    


/* БЛОК ВЫВОД ФИЛЬМА*/
div.film{
    padding:10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
    }
.film h1{
    display:block;
    padding:10px;
    margin:10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.film-element-inner{
    margin:10px;
    }
.film-box-inner {
    margin: 15px 0;
    overflow: hidden;
}
.film-img-inner {
    width: 219px;
    float: left;
}
.film-img-inner img{
    display:block;
    width: 100%;
}
.film-info-inner {
    padding: 0 15px 0 0;
    margin-left: 245px;
}
.film-info-inner h2 {
    font:normal 24px Jopka;
    color: #000000;
    margin:0;
    padding: 0;
    display:block;
}
.film-info-inner h2 a:hover{
    text-decoration: none;
}
.film-seans-inner {
    /*background: #e3e8cc;*/
}
.film-miniinfo-inner{
    border-bottom:solid 1px #CCCCCC;
    padding:10px 0;
    font: normal 14px jopka2;
    }
.film-miniinfo-inner span{
    margin:0 0 5px 0;
    display:block;
    font: normal 14px jopka;
    }
.film-video{
    margin: 25px 0 0 0;
    }
.film-social-box {
    padding: 21px 0 21px 0;
}
.mobile-film-seans{
        display: none;
    }
/*ВЫВОД НОВОСТИ*/

.read-new{
    border-top:solid 4px #FF0000;
    background:#FFFFFF;
    margin:0 0 15px 0;
    padding: 10px 0 25px 0;
    min-height: 1500px;
    }
.pathway-new{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 14px/1.5em jopka2; 
    }
.pathway-new a{
    color:#000000;
    }
.pathway-new a:hover{
    color:#ff4800;
    }
.tags-new{
    padding:0 11px;
    margin:10px 10px 30px 10px;
    }
.tags-new a{
    font: normal 14px jopka2;   
    margin: 0 5px 0 0;
    display:block;
    float: left;
    color: #FFFFFF;
    background:#333333;
    padding: 5px 10px;
    text-decoration: none;
    }
.tags-new a:hover{
    color:#ff4800;
    }
.read-new h1{
    font: bold 32px Roboto;
    color: #000000;
    margin: 0 0 10px 0;
    padding: 0 21px;
    display: block;
    }
.img-new{
    margin: 0 0 25px 0;
    padding: 0 21px;
    max-width: 640px;
    width: 100%;
    box-sizing: border-box;
    }
.img-new img{
    width: 100%;
    height: auto;
    }
.social-new-box{
    padding: 0 21px;
}
.text-new{
    font: normal 15px/20px Roboto;
    margin: 0 0 15px 0;
    padding:0 21px;
    color:#333333;
    }
.recomend{
    background:#dedede;
    width: 300px;
    float:left;
    margin: 0 20px 20px 0;
    }
.recomend-top{
    box-sizing:border-box;
    padding:10px 15px;
    font: normal 16px jopka2;
    text-transform:uppercase;
    height:40px;
    display:block;
    background:#ededed;
    }
.recomend-img{
    padding:8px;
    }
.recomend-img img{
    width:100%;
    }
.recomend-link{
    padding: 0 15px 15px 15px;
    }
.text-new .recomend .recomend-link a{
    color:#000000;
    }
.recomend-link a:hover{
    text-decoration: none;
    }
.read-new-info{
    padding: 0 11px;
    margin: 20px 10px;
    }
.read-new-info span{
    display: block;
    box-sizing:border-box;
    float: left;
    margin:0 15px 0 0;
    height:25px;
}
.read-new-date {
    padding:5px 0 0 0;
    color: #FFF;
    background: #c60000;
    width: 130px;
    text-align: center;
    font-size: 11px;
    font: normal 12px jopka2;
}
.read-new-views{
    background: url(../images/eye.png) 0 3px no-repeat;
    color: #7e7e7e;
    font: normal 12px Jopka2;
    padding:5px 0 0 26px;
    }
.read-new-autor{
    color: #7e7e7e;
    font: normal 12px Jopka2;
    padding:5px 0 0 0;
    }
.read-new-autor a{
    color: #7e7e7e;
    }
.read-new-autor a:hover{
    color: #ff4800;
    }
.text-new .videoframe{
    margin:16px 0;
}
.text-new a{
    color: #c60000;
    }
.text-new a:hover{
    text-decoration: none;
    }


/* БЛОК ПОДВАЛ*/
.footer{
    background:#333333;
    min-height:300px;
}
.footer-content{
    min-height: 300px;
    position: relative;
    max-width: 1400px;
    margin: 0px auto;
    box-sizing:border-box;
    padding: 0 0 25px 0;
}
.footer-menu{
    width:200px;
    position:absolute;
    top:40px;
    }
.footer-menu ul{
    margin:0;
    padding:0;
    list-style:none;
    }
.footer-menu ul li{
    padding: 5px 0 5px 20px;
    background:url(../images/footer-point.gif) 5px 13px no-repeat;
    font: normal 14px Jopka2;
    }
.footer-menu ul li a{
    color:#BFBFBF;
    }
.footer-menu ul li a:hover{
    color:#FFFFFF;
    }
.footer-menu span{
    display:block;
    margin: 0 0 10px 0;
    font: normal 16px Jopka;
    color:#FFFFFF;
    }
.first-footer-menu{
    left:15px;
    }
.second-footer-menu{
    left:250px;
    }
.trird-footer-menu{
    left:485px;
    }
.footer-logo-info{
    width:560px;
    position:absolute;
    right:15px;
    top:20px;
    }
.footer-logo{
    width:72px;
    float:right;
    }
.footer-info{
    font: normal 14px Jopka2;
    width:488px;
    float:left;
    text-align:right;
    color:#a4a4a4;
    box-sizing:border-box;
    padding:10px 15px;
    }
.footer-soc{
    position:absolute;
    right:15px;
    max-width:390px;
    top:150px;
    }
.footer-soc-title{
    width:135px;
    float:left;
    display:block;
    font: bold 16px Jopka;
    color:#FFFFFF;
    box-sizing: border-box;
    padding:5px 0;
    }
.footer-soc a{
    width:32px;
    height:32px;
    float:left;
    display:block;
    margin:0 5px;
    }
.footer-text{
    position:absolute;
    right:15px;
    top:200px;
    color:#a4a4a4;
    font: normal 12px Jopka2;
    width:600px;
    text-align:right;
    padding: 0 0 0 32px;
    background: url(../images/16.png) top left no-repeat;
    }
.footer-text a{
    color:#a4a4a4;
    }
.footer-text a:hover{
    color:#FFFFFF;
    }
.footer-met{
    position: absolute;
    right: 430px;
    top: 150px;
}
    

/*АРХИВ НОВОСТЕЙ*/
.list-news{
    background:#FFFFFF;
    padding:10px;
    margin: 0 0 15px 0;
    }

.list-news h1 {
    display: block;
    padding: 10px;
    margin: 0;
    font: normal 16px/1.5em Roboto;
    background: #333;
    color: #FFF;
}
.list-new{
    background: #FFF;
    margin:0 0 15px 0;
}
.list-new img{
    padding: 15px 0 15px 15px;
    box-sizing: border-box;
    float: left;
    width:40%;
}
.list-new-info{
    padding: 15px;
    width: 60%;
    box-sizing: border-box;
    float: left;
}
.list-new-info span{
    margin: 10px 0;
    display: block;
    color: #999999;
    font: normal 13px/1.5em jopka2;
}
.list-new-info a{
    display: block;
    color: #000000;
    font: normal 20px jopka;
}
.list-new-info a:hover{
    text-decoration: none;
}
/*ПЕЙДЖЕР*/
.pager{
    padding:15px 0;
    margin: 0 0 15px 0;
    }
.pager ul{
    text-align:center;
    margin:0;
    padding:0;
    list-style:none;
    }
.pager ul li{
    display:inline-block;
    margin: 0 3px;
    }
.pager ul li a{
    display: block;
    padding: 8px 15px;
    background: #333333;
    border-radius: 3px;
    font:normal 16px Jopka2;
    text-decoration: none;
    color:#FFFFFF;
    }
.pager ul li a:hover{
    background: #666666;
    }
.pager ul li a.active-page{
    background: #c60000;
    }

/*ВИДЕО АРХИВ*/
.list-video{
    background:#FFFFFF;
    padding:10px;
    margin: 0 0 15px 0;
    }
.list-video h1{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
    }
.list-video h2{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
    }
.video-boxs{
    padding:10px;
    }
.video-box{
    width:100%;
    box-sizing:border-box;
    padding:10px;
    float: left;
    }
.video-box .video-box-img{
    position:relative;
    }
.video-box-img a{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    background:url(../images/play.png) 10px 10px no-repeat;
    }
.video-box .video-box-img img{
    width:100%;
    height:100%;
    }
.video-box-info{
    padding:5px;
    }
.video-box-info a{
    font: normal 14px jopka2;
    color:#000000;
    display:block;
    }
.video-box-info a:hover{
    text-decoration:none;
    }
.video-box-info-day{
    margin:5px 0;
    font: normal 13px jopka2;
    color:#999999;
    }
a.list-video-more{
    display:block;
    background:#cccccc;
    margin:0 10px;
    text-align:center;
    height:33px;
    text-align:center;
    font: normal 16px/33px jopka2;
    color:#000000;
    }
a:hover.list-video-more{
    text-decoration:none;
    }
    
.video-box:nth-child(3n+1){
        clear: both;
    }
    .video-box{
        width:33.3%;
    }

/*ВЫВОД ВИДЕО*/

.teleglaz-text {
    padding: 25px;
    font: bold 20px Roboto;
    color: #c30000;
}

.view-video{
    border-top: solid 4px #FF0000;
    padding:10px 10px 30px 10px;
    background:#FFFFFF;
    margin:0 0 15px 0;
    }
.pathway-video{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 14px/1.5em jopka2; 
    }
.pathway-video a{
    color:#000000;
    }
.pathway-video a:hover{
    color:#ff4800;
    }
.view-video h1{
    font: normal 32px Jopka;
    color: #000000;
    margin: 0 0 10px 0;
    padding: 0 21px;
    display: block;
    }
.view-video-info{
    padding: 0 11px;
    margin: 10px;
    }
.view-video-info span{
    display: block;
    box-sizing:border-box;
    float: left;
    margin:0 15px 0 0;
    height:25px;
}
.view-video-date {
    padding:5px 0 0 0;
    color: #FFF;
    background: #c60000;
    width: 80px;
    text-align: center;
    font-size: 11px;
    font: normal 12px jopka2;
}
.view-video-views{
    background: url(../images/eye.png) 0 3px no-repeat;
    color: #7e7e7e;
    font: normal 12px Jopka2;
    padding:5px 0 0 26px;
    }
.video{
    padding:0 21px;
    margin: 0 0 15px 0;
    }
.video-social-box {
    padding: 0 21px 21px 21px;
}
.comment-attantion{
    padding: 15px;
    text-align: center;
    background: #c90000;
    font: normal 20px Jopka2;
    color: #ffffff;
    margin: 20px 20px 40px 20px;
    border-radius: 15px;
}
.comment-attantion a{
    color: #ffffff;
}
.comment-attantion a:hover{
    text-decoration: none;
}





/*ВЫВОД КОММЕНТАРИЕВ*/
.comment-box{
    margin:0 21px;
    border:dashed 2px #CCCCCC;
    color:#CCCCCC;
    padding:15px;
        font: normal 16px Jopka2;
    }
.comment-box-afisha{
    margin:0 0 21px 0;
    border:dashed 2px #CCCCCC;
    color:#CCCCCC;
    padding:15px;
        font: normal 16px Jopka2;
}
    
    
/*ВЫВОД БЛОКА ОПРОСОВ*/
.surveys{
    padding: 15px;
    border: solid 1px #afafaf;
    }
.surveys h3{
    font: normal 16px Jopka2;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
    }
.survey {
    padding: 10px 0;
}
.survey a {
    display: block;
    color: #000000;
    font: normal 14px Jopka2;
}
.survey a:hover {
    text-decoration:none;
}
.survey-info {
    padding: 0 0 0 35px;
    margin:0 0 8px 0;
    background:url(../images/survey-icon.png) top left no-repeat;
    height: 23px;
}
.survey span.survey-date {
    color: #DC1013;
    font: normal 15px Jopka2;
}
/*ВЫВОД БЛОКА ПОСЛЕДНИЕ ВИДЕО*/
.video-block{
    padding: 15px;
    background: #333333;
    }
.video-block h3{
    font: normal 16px Jopka2;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
    color:#afafaf;
    }
.video-block-last{
    margin:15px 0;
    padding:0 0 5px 0;
    }
.video-block-last-img{
    position:relative;
    }
.video-block-last-img a{
    position:absolute;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    display:block;
    background:url(../images/play.png) 10px 10px no-repeat;
    }
.video-block-last-img img{
    width: 100%;
    display: block;
    }
a.video-block-last-link{
    display:block;
    margin: 10px 0;
    font: normal 14px Jopka2;
    color:#f0f0f0;
    }
a:hover.video-block-last-link{
    text-decoration:none;
    }
.video-block-element{
    padding: 4px 0 2px 30px;
    background: url(../images/mini-play.png) 0 5px no-repeat;
    margin: 0 0 8px 0;
    }
.video-block-element a{
    display:block;
    font: normal 14px Jopka2;
    color:#afafaf;
    }
.video-block-element a:hover{
    text-decoration:none;
    }
/*ВЫВОД БЛОКА ИНТЕРВЬЮ*/
.interv {
    padding: 15px;
    border: solid 1px #afafaf;
}
.interv h3{
    font: normal 16px Jopka2;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
}
.interv-element{
    margin: 10px 0 20px 0;
    }
.interv-element-foto{
    width:75px;
    float:left;
    }
.interv-element-foto img{
    display:block;
    }
.interv-element-info{
    box-sizing: border-box;
    padding: 0 0 0 15px;
    width:144px;
    float:left;
    }
.interv-element-info a{
    display: block;
    color: #000000;
    font: normal 14px Jopka2;
    }
.interv-element-info a:hover{
    text-decoration:none;
    }
.interv-element-info span {
    color: #DC1013;
    font: normal 14px Jopka2;
}
.interv a.read-more{
    font: normal 15px Jopka2;
    margin: 0;
    padding: 5px 0;
    display: block;
    border-top: solid 1px #afafaf;
    color:#000000;
}
.interv a:hover.read-more{
    text-decoration:none;
}
/*ВЫВОД БЛОКА ЦИФРА*/

.cifra {
    padding: 15px;
    border: solid 1px #afafaf;
}
.cifra h3{
    font: normal 16px Jopka2;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
}
.cifra-top strong{
    font: normal 14px Jopka;
    display: block;
    margin: 0 0 15px 0;
}
.cifra-top a{
    display:block;
    margin:15px 0;
    font: normal 40px Roboto;
    color: #000000;
    }
.cifra-top a:hover{
    color:#ff4800;
    }





.cifra-text{
    font: normal 14px Jopka2;
    color: #000000;
    margin: 0 0 15px 0;
    }

.cifra a.read-more{
    font: normal 15px Jopka2;
    margin: 0;
    padding: 5px 0;
    display: block;
    border-top: solid 1px #afafaf;
    color:#000000;
}
.cifra a:hover.read-more{
    text-decoration:none;
}

/*ВЫВОД БЛОКА СОЦИАЛЬНЫЕ СЕТИ И ПОИСК В ШАПКЕ*/
.soc-search-block{
    height: 48px;
    width:406px;
    position:absolute;
    top: 28px;
    right:25%;
    overflow:hidden;
    }
.soc-search-block a{
    height: 48px;
    width:48px;
    float: left;
    display: block;
    margin: 0 5px;
    }
.black-fon{
    opacity:0;
    display:none;
    position: fixed;
    top: 0;
    right:0;
    bottom: 0;
    left: 0;
    background: url(../images/black-fon.png) top left repeat;
    z-index:1200;
    }
.popup-search{
    opacity:0;
    display:none;
    padding: 0 0 15px 0;
    position:relative;
    width:600px;
    margin: 350px auto 0 auto;
    background:#ffffff;
    }
.popup-lines{
    width:100%;
    height:6px;
    margin: 0 0 15px 0;
    }
.popup-lines span{
    width:25%;
    display:block;
    float:left;
    height:6px;
    }
span.blue{
    background:#5aadff;
    }
span.red{
    background:#ff5a00;
    }
span.green{
    background:#1b9f01;
    }
span.orange{
    background:#ff8a00;
    }
.clouse-popup{
    display:block;
    background:url(../images/closeButton.jpg) top left no-repeat;
    height: 45px;
    width: 45px;
    position:absolute;
    right:-45px;
    top:0;
    }
.popup-search-top{
    margin: 0 0 15px 0;
    font: normal 18px Jopka;
    text-align:center;
    }
.popup-search-input{
    margin: 0 0 15px 0;
    padding: 0 15px;
    }
.popup-search-input input{
    text-align:center;
    font: normal 16px Jopka2;
    width:100%;
    box-sizing:border-box;
    padding:0 25px;
    height:45px;
    border-radius:5px;
    border: solid 1px #b5b5b5;
    }
.popup-search-input input:focus{
    outline: none;
    }
    
.popup-search-submit{
    padding: 0 15px;
    }
.popup-search-submit input{
    display:block;
    margin: 0 auto;
    width:40%;
    height: 45px;
    text-align:center;
    padding: 0 15px;
    font: normal 15px Jopka2;
    cursor: pointer;
    }
/*ВЫВОД БЛОКА ТОЧКА*/
.tochka {
    padding: 15px;
    border: solid 1px #afafaf;
}
.tochka h3{
    font: normal 16px Jopka2;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
}
.tochka-element{
    margin:15px 0 0 0;
}
.tochka-element span{
    display:block;
    font: normal 16px Jopka;
}
.tochka-element-foto img{
    width: 100%;
}
.tochka-element-foto{
    margin: 10px 0 0 0;
}
.tochka-element a{
    margin:10px 0;
    color:#DC1013;
    display:block;
    font: normal 16px Jopka2;
}
.tochka-element a:hover{
    text-decoration:none;
}
.tochka-element .tochka-comment{
    font: normal 14px Jopka2;
    margin: 0 0 18px 0;
}
.tochka a.read-more{
    font: normal 15px Jopka2;
    margin: 0;
    padding: 5px 0;
    display: block;
    border-top: solid 1px #afafaf;
    color: #000000;
}
.tochka a:hover.read-more{
    text-decoration: none;
}



/*ВЫВОД БЛОКА АВТОРЫ НОВОСТЕЙ*/
.autors-block {
    padding: 15px;
    border: solid 1px #afafaf;
}
.autors-block h3{
    font: normal 16px Jopka2;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
}
.autor-block{
    padding:15px 0 0 0;
    }
.autor-block-element{
    text-align:center;
    padding:0px 15px 15px 15px;
    box-sizing:border-box;
    width:109px;
    float:left;
    }
.autor-block-element img{
    border-radius:50px;
    width:100%;
    }
span.autor-block-name{
    font: normal 14px Jopka2;
    color: #000000;
    display: block;
    margin: 5px 0 0 0;
    }
span.autor-block-name a{
    color: #000000;
    }
span.autor-block-name a:hover{
    text-decoration: none;
    }
    
a.all-autors-link{
    font: normal 15px Jopka2;
    margin: 0;
    padding: 5px 0;
    display: block;
    border-top: solid 1px #afafaf;
    color: #000000;
    text-align:center;
}   
a:hover.all-autors-link{
    text-decoration: none;
}

/*ВЫВОД БЛОКА ПОСЛЕДНИЕ ЗАПИСИ БЛОГГЕРОВ*/
.last-blogs {
    padding: 15px;
    border: solid 1px #afafaf;
}
.last-blogs h3{
    font: normal 16px Jopka2;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
}
.last-blog {
    margin:20px 0;
}
.last-blog-anos {
    color:#333333;
    font: normal 14px Jopka2;
}
.last-blog a{
    font: normal 14px Jopka2;
    display:block;
    color:#000000;
    }
.last-blog a:hover{
    text-decoration:none;
    }
.last-blog span.last-blog-date{
    padding:5px 0;
    font: normal 14px Jopka2;
    display:block;
    color:#DC1013;
    }




/*ВЫВОД СПИСКА БЛОГЕРОВ*/
.blog-page{
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.blog-page h1 {
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.blogers{
    margin: 25px 10px;
}
.bloger{
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0px 35px;
    margin: 0 0 20px 0;
}
.bloger img{
    width:100%;
}
.bloger-foto{
    overflow: hidden;
    border-radius: 100px;
}
.bloger-login{
    margin: 5px 0 0 0;
    text-align: center;
    font: normal 16px/1.5em jopka2;
}
.bloger-login a{
    color: #000000;
    font: normal 16px/1.5em jopka2;
}
.bloger-login a:hover{
    text-decoration: none;
}
.bloger-count-article{
    text-align: center;
    font: normal 14px/1.5em jopka2;
}
/*ВЫВОД СТРАНИЧКИ ПОЛЬЗОВАТЕЛЯ*/
.user-page{
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.user-page h1 {
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.user-box{
    overflow: hidden;
    margin: 25px 35px;
}
.user-foto{
    overflow: hidden;
    border-radius: 250px;
    width: 150px;
    float: left;
}
.user-foto img{
    width: 100%;
}
.user-info{
    padding: 10px 10px 10px 35px;
    box-sizing: border-box;
    font: normal 14px jopka2;
    margin-left: 150px;
}
.user-articles{
    margin: 10px;
}
.user-articles h2{
    padding: 10px;
    background: #e9e9e9;
    font: normal 16px jopka2;
}
.blog-article{
    margin: 20px 10px;
    border-bottom: solid 1px #ccc;
    padding: 0 0 20px 0;
}
.blog-article a.blog-article-title{
    font: normal 25px jopka;
    color: #000;
    display: block;
    margin: 0 0 10px 0;
}
.blog-article a:hover.blog-article-title{
    text-decoration: none;
}
.blog-article-anons{
    margin: 0 0 10px 0;
    font: normal 14px jopka2;
    color: #848484;
}
.blog-article-info {
    min-height: 22px;
}
.blog-article-info div{
    font: normal 12px/22px jopka2;
    float: left;
    margin: 0 10px 0 0;
}
.blog-article-views{
    background: url(../images/eye.png) bottom left no-repeat;
    padding: 0 0 0 20px;
}



/*ВЫВОД ЗАПИСЕЙ БЛОГЕРОВ*/
.blog-page {
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.blog-page h1 {
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}


/*ВЫВОД СТАТЬИ БЛОГЕРА*/
.bloger-article {
    border-top: solid 4px #FF0000;
    background: #FFFFFF;
    margin: 0 0 15px 0;
    padding: 10px 0 25px 0;
}
.bloger-article  h1 {
    font: normal 32px Jopka;
    color: #000000;
    margin: 0 0 10px 0;
    padding: 0 21px;
    display: block;
}


.text-bloger-article {
    font: normal 15px jopka2;
    margin: 0 0 15px 0;
    padding: 0 21px;
    color: #333333;
}


/*ВЫВОД КОЛЛЕКЦИЙ ГИФОК*/
.gif-page{
    border-top: solid 4px #FF0000;
    background: #FFFFFF;
    margin: 0 0 15px 0;
    padding: 10px 0 25px 0;
}
.gif-page h1{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.gif-collection-img{
    max-width: 700px;
    margin: 15px auto;
    position: relative;
    border: solid 5px #FFF;
    box-shadow: 7px 7px 7px #CCC;
}
.gif-collection-img a{
    display: block;
    width: 250px;
    height: 50px;
    background: #ff4800;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -125px;
    border-radius: 8px;
    font: normal 18px/50px jopka2;
    text-decoration: none;
}
.gif-collection-img a:hover{
    text-decoration: underline;
}

div.gif-collection-img img{
    width: 100%;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
div:hover.gif-collection-img img{
    filter: blur(0px);
    -webkit-filter: blur(0px);
}
.gif-collection{
    margin: 30px 25px;
    border-bottom: solid 1px #CCC;
    padding: 0 0 15px 0;
}
a.gif-collection-title{
    font: normal 22px jopka;
    color: #000000;
    max-width: 700px;
    margin: 0 auto;
    display: block;
}
a:hover.gif-collection-title{
    text-decoration: none;
}
.gif-collection-info{
    height: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.gif-collection-info span{
    font: normal 12px/22px jopka2;
    float: left;
    margin: 0 10px 0 0;
}
.gif-collection-info span.gif-collection-view{
    background: url(../images/eye.png) bottom left no-repeat;
    padding: 0 0 0 20px;
}

.comment-box-gifs{
    margin:21px 21px 0 21px;
    border:dashed 2px #CCCCCC;
    color:#CCCCCC;
    padding:15px;
        font: normal 16px Jopka2;
}

    
/*ВЫВОД КОЛЛЕКЦИИ ГИФОК*/
.view-gif-page{
    border-top: solid 4px #FF0000;
    background: #FFFFFF;
    margin: 0 0 15px 0;
    padding: 10px 0 25px 0;
}
.view-gif-page h1{
    font: normal 32px Jopka;
    color: #000000;
    margin: 0 0 10px 0;
    padding: 0 21px;
    display: block;
}
ins.play-gif{
    position: absolute;
    font-family: Arial, sans serif;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    background: #222;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    opacity: .9;
    border: 4px solid #fff;
    cursor:pointer;
    text-decoration: none;
}

ins.play-gif:hover{
    opacity:.5;
}

.gifplayer-wrapper{
    position:relative;
    margin: 0 auto;
}

.spinner {
    height:50px;
    width:50px;
    margin:0px auto;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-25px;
    margin-left:-25px;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:6px solid rgba(256,256,256,.15);
    border-right:6px solid rgba(256,256,256,.15);
    border-bottom:6px solid rgba(256,256,256,.15);
    border-top:6px solid rgba(256,256,256,.8);
    border-radius:100%;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}
.gif-box-title{
    text-align:center;
    font: normal 22px Jopka;
    margin: 0 0 15px 0;
}
.gif-box{
    padding: 0 0 15px 0;
    margin: 0 10px 15px 10px;
    border-bottom: solid 1px #CCCCCC;
}

/*ВЫВОД СТРАНИЦЫ СО СТАТИЧЕСКИМ ТЕКСТОМ*/
.page{
    border-top: solid 4px #FF0000;
    background: #FFFFFF;
    margin: 0 0 15px 0;
    padding: 10px 0 25px 0;
}
.page h1{
    font: bold 32px Roboto;
    color: #000000;
    margin: 0 0 10px 0;
    padding: 0 21px;
    display: block;
}
.page img{
    max-width: 680px;
    padding: 25px;
    box-sizing: border-box;
}
.page-text{
    font: normal 16px/22px Roboto;
    padding: 25px;
    padding: 10px 25px;
}
.page-text a{
    color: #ff4800;
}
.page-text a:hover{
    text-decoration: none;
}


/*ВЫВОД КНОПОЧКИ НАВЕРХ*/
.go-top {
    font: normal 15px 'Roboto Condensed', sans-serif;
    background:#c60000;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom:100px;
    left:0;
    color: #000000;
    text-decoration: none;
}
.go-top img{
    width:100%;
}
/*ВЫВОД ДРУГИХ НОВОСТЕЙ АВТОРА ПОД НОВОСТЬЮ*/
.another-news-autor{
    margin: 21px;
}
.another-news-autor-block{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 14px;
}
.another-news-autor-title {
    font: normal 15px 'Roboto Condensed', sans-serif;
    display: block;
    margin: 15px 0;
    background: #dfdfdf;
    padding: 10px;
}
.another-news-autor-block-new{
    overflow: hidden;
    margin: 0 0 6px 0;
    border-left: solid 8px #c60000;
    background: #F0F0F0;
}
.another-news-autor-block-new span{
    display: block;
    box-sizing: border-box;
    font: normal 14px/35px jopka2;
    width: 99px;
    min-height: 35px;
    float: left;
    text-align: center;
}
.another-news-autor-block-new a{
    display: block;
    padding: 8px 12px 8px 12px;
    box-sizing: border-box;
    font: normal 14px jopka2;
    min-height: 35px;
    margin-left: 99px;
    border-left: solid 1px #FFF;
    color: #000;
}
.another-news-autor-block-new a:hover{
    text-decoration: none;
}




/*ВЫВОД БЛОКА НОВОСТИ ИЗ СЕТИ*/
.worldnews {
    padding: 15px;
    border: solid 1px #afafaf;
}
.worldnews h3 {
    font: normal 16px Jopka2;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
}
.worldnew-big{
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
}
.worldnew-big-foto{
    margin: 10px 0;
}
.worldnew-big-foto img{
    width:100%;
    
}
.worldnew-big-info a{
    display: block;
    font: normal 14px Jopka2;
    color: #000000;
    margin: 0 0 8px 0;
}
.worldnew-big-info a:hover{
    text-decoration: none;
}
.worldnew-mini{
    margin: 10px 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
}
.worldnew-mini a{
    display: block;
    font: normal 14px Jopka2;
    color: #000000;
    margin: 0 0 8px 0;
}
.worldnew-mini a:hover{
    text-decoration: none;
}

.worldnew-big-info span{
    color: #FFF;
    background: #c60000;
    text-align: center;
    font-size: 11px;
    font: normal 12px/24px jopka2;
    display: block;
    width: 75px;
}
.worldnew-mini span{
    color: #FFF;
    background: #c60000;
    text-align: center;
    font-size: 11px;
    font: normal 12px/24px jopka2;
    display: block;
    width: 75px;
}




/*ВЫВОД АРХИВА ДЕМОТИВАТОРОВ*/

div.demotivator {
    padding: 10px 10px 30px 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
div.demotivator h1{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.demotivator-object{
    text-align: center;
    margin: 20px 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #CCCCCC;
}
.demotivator-object-date{
    font: normal 14px/1.5em jopka2;
    margin: 0 0 10px 0;
}
.demotivator-objects{
    padding: 0 10px;
}
.demotivator-object-foto{
    margin: 0 auto 15px auto;
    max-width: 580px;
}
.demotivator-object-foto img{
    width: 100%;
}
.demotivator-object-info a{
    font: normal 16px/1.5em jopka2;
    color: #ff4800;
}
.demotivator-object-info a:hover{
    text-decoration: none;
}




/*ВЫВОД ВСЕХ АВТРОВ*/

div.authors {
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
div.authors h1{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.authors-box{
    margin: 10px;
}
.authors-box-element {
    padding: 30px 15px;
    overflow: hidden;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.authors-box-element-foto {
    box-sizing: border-box;
    font: normal 14px jopka2;
    width: 87px;
    float: left;
}
.authors-box-element-info {
    box-sizing: border-box;
    font: normal 12px jopka2;
    margin-left: 87px;
    padding: 0 15px;
}
.authors-box-element-info-name{
    font: normal 20px jopka2;
    margin: 0 0 8px 0;
}
.authors-box-element-info-name a{
    color: #000;
}
.authors-box-element-info-name a:hover{
    text-decoration: none;
}


/*РАСПИСАНИЕ АВТОБУСОВ*/
.bus{
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.bus h1{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.bus-box{
    font: normal 16px/1.5em jopka2;
    padding: 15px;
}
.bus-name {
    padding: 15px;
    background: #f2f2f2;
    border-radius: 10px;
}
.bus-mar {
    padding: 10px;
    font: normal 14px/1.5em jopka2;
}
.bus-element {
    padding: 0 0 15px 0;
}


/*ОБЩИЙ ШАБЛОН АФИШИ*/
.afisha{
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.afisha h1{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.afisha-element {
    margin: 10px 10px 70px 10px;
}
.afisha-box {
    margin: 15px 0;
    overflow: hidden;
}
.afisha-img {
    width: 219px;
    float: left;
}
.afisha-img img {
    display: block;
    width: 100%;
}
.afisha-info {
    padding: 0 15px 0 0;
    margin-left: 245px;
}
.afisha-info h2 {
    font: normal 24px Jopka;
    margin: 0;
    padding: 0;
}
.afisha-info h2 a {
    color: #000000;
}
.afisha-info h2 a:hover {
    text-decoration: none;
}
.afisha-miniinfo {
    border-bottom: solid 1px #CCCCCC;
    padding: 10px 0;
    font: normal 14px jopka2;
}
.afisha-miniinfo span {
    margin: 0 0 5px 0;
    display: block;
    font: normal 14px jopka;
}

/*ОБЩИЙ ШАБЛОН ВЫВОДА ОБЪЕКТА АФИШИ*/
.afisha-inner{
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.afisha-inner h1{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.afisha-inner-element {
    margin: 10px 10px 70px 10px;
}
.afisha-inner-box {
    margin: 15px 0;
    overflow: hidden;
}
.afisha-inner-img {
    width: 219px;
    float: left;
}
.afisha-inner-img img {
    display: block;
    width: 100%;
}
.afisha-inner-info {
    padding: 0 15px 0 0;
    margin-left: 245px;
}
.afisha-inner-info h2 {
    font: normal 24px Jopka;
    margin: 0 0 10px 0;
    padding: 0;
}
.afisha-inner-info h2 a {
    color: #000000;
}
.afisha-inner-info h2 a:hover {
    text-decoration: none;
}
.afisha-inner-miniinfo {
    border-bottom: solid 1px #CCCCCC;
    padding: 10px 0;
    font: normal 14px jopka2;
}
.afisha-inner-miniinfo span {
    margin: 0 0 5px 0;
    display: block;
    font: normal 14px jopka;
}
.afisha-inner-full-text{
    font: normal 14px jopka2;
    margin: 40px 0 0 0;
}

.afisha-comment-box{
    margin: 21px 0;
    border: dashed 2px #CCCCCC;
    color: #CCCCCC;
    padding: 15px;
    font: normal 16px Jopka2;
}










/*ВЫВОД АРХИВА МЕМОВ*/

div.mems{
    padding: 10px 10px 30px 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
div.mems h1{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.mems-object{
    text-align: center;
    margin: 20px 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #CCCCCC;
}
.mems-object-date{
    font: normal 14px/1.5em jopka2;
    margin: 0 0 10px 0;
}
.mems-objects{
    padding: 0 10px;
}
.mems-object-foto{
    margin: 0 auto 15px auto;
    max-width: 580px;
}
.mems-object-foto img{
    width: 100%;
}
.mems-object-info a{
    font: normal 16px/1.5em jopka2;
    color: #ff4800;
}
.mems-object-info a:hover{
    text-decoration: none;
}

/*ВЫВОД СТРАНИЦЫ С ОШИБКАМИ*/

div.error{
    padding: 10px 10px 30px 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
div.error h1{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.error-text{
    padding: 15px;
    font: normal 14px/1.5em jopka2;
}



/*ВЫВОД БЛОКА ПОСЛЕДНИХ КОММЕНТАРИЕВ*/

.comments-block {
    padding: 15px;
    border: solid 1px #afafaf;
}
.comments-block h3{
    font: normal 16px Jopka2;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
}


/*ВЫВОД БЛОКА ТЕЛЕГЛАЗА*/
.teleglaz-block {
    background: #3e3e3e;
    margin: 0 0 15px 0;
    padding: 15px;
    border-radius: 12px;
}
.teleglaz-element {
    overflow: hidden;
}
.teleglaz-element-foto{
    box-sizing: border-box;
    width: 200px;
    float: left;
}
.teleglaz-element-info{
    box-sizing: border-box;
    font: normal 14px jopka2;
    margin-left: 220px;
}
a.teleglaz-element-info-title {
    font: normal 24px jopka;
    color: #FFFFFF;
}
.teleglaz-element-info-anons {
    font: normal 14px jopka2;
    color: #FFFFFF;
    margin: 15px 0;
}
a.teleglaz-element-info-watch {
    background: #50b400;
    display: block;
    width: 180px;
    text-align: center;
    padding: 6px 0;
    font: normal 14px jopka2;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    float: left;
}
a.teleglaz-element-info-question {
    background: #ff4800;
    display: block;
    width: 180px;
    text-align: center;
    padding: 6px 0;
    font: normal 14px jopka2;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    float: left;
    margin: 0 0 0 15px;
}
.greenglaz{
    background: #1e630d;
}
.greenglaz .teleglaz-element-info-anons{
    color:#CECECE;
}


/*РЕКЛАМНЫЕ МОДУЛИ*/

.rek-module{
}
.rek{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 15px 8px 0 8px;
}
.rek img {
    width: 100%;
    height: auto;
}
.w750 {
    max-width: 100%;
    margin: 0 auto 15px auto;
}

/*АУДИОКНИГА АРХИВ*/

.audiobook {
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.audiobook h1{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.audiobook-elements {
    padding: 25px 10px 10px 10px;
}
.audiobook-element-title{
    font: bold 18px/1.5em jopka2;
    padding: 0 0 10px 0;
}
.audiobook-element-anons{
    padding: 15px;
    font: normal 14px/1.5em jopka2;
}
.audiobook-element{
    padding: 0 0 25px 0;
    border-bottom: solid 1px #cccccc;
}


/*ССЫЛКА НА ОКА-ИНФО*/
.oka-info-banner{
    width:250px;
    margin: 15px auto;
}
.oka-info-banner-img{
    margin: 0 0 5px 0;
    text-align: center;
}
.oka-info-banner-autor{
    text-align: center;
    font: normal 13px/1.5em jopka2;
}


/*ПРЕКЛЮЧАТЕЛИ С МОБИЛЬНОЙ ВЕРСИИ НА ПОЛНУЮ*/
.full-version{
    width: 75%;
    font: normal 14px/40px jopka2;
    text-align: center;
    background: #999;
    color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    height: 40px;
    text-decoration: none;
}
.mobile-version{
    width: 75%;
    font: normal 14px/40px jopka2;
    text-align: center;
    background: #999;
    color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    height: 40px;
    text-decoration: none;
}
a.sanFull {
    display: block;
    background: #ccc;
    display: block;
    text-align: center;
    height: 30px;
    border-radius: 6px;
    font: normal 14px/26px jopka2;
    color: #000;
    text-decoration: none;
    margin: 20px 0 0 0;
}
@media screen and (min-width: 1100px){
    .full-version{
        display:none;
    }
    .mobile-version{
        display:none;
    }
}
/*БЛОКИ ЯНДЕКС ДИРЕКТ*/
.ya-block {
    padding: 20px;
    font: normal 14px jopka2;
}
.ya-block-kolonka{
    padding: 5px;
    background: #CCCCCC;
}

/*ОПРОС В НОВОСТИ*/
.poll-in-new{
    padding: 15px;
    background: #ccc;
    border-radius: 15px;
    margin: 15px 0;
}
div.mcp-content {
    padding: 15px !important;
    border-radius: 5px !important;
}
div.mcp-content div.mcp-footer ul li {
    padding: 0 8px !important;
}


/*БЛОК - ПОСЛЕДНИЙ ДЕМОТИВАТОР*/
.demotivator-block{
    padding: 15px;
    border: solid 1px #afafaf;
}
.demotivator-block h3{
    font: normal 16px Jopka2;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
}
.demotivator-block-element-title{
    display: block;
    text-align: left;
    font: normal 16px Jopka;
    margin: 8px 0;
}
span.demotivator-block-element-date {
    color: #FFF;
    background: #ff4800;
    text-align: center;
    font-size: 11px;
    font: normal 12px/24px jopka2;
    display: block;
    width: 75px;
    margin: 8px 0;
}
.demotivator-block-element-arhiv a{
    font: normal 15px Jopka2;
    margin: 0;
    padding: 5px 0;
    display: block;
    border-top: solid 1px #afafaf;
    color: #000000;
}
.demotivator-block-element-arhiv a:hover{
    text-decoration: none;
}


/*РЕЗУЛЬТАТЫ ПОИСКА*/
.search-resault {
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.search-resault h1 {
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.search-resault-element{
    overflow: hidden;
    margin: 0 0 1px 0;
    padding: 20px;
}
.search-resault-element-foto{
    box-sizing: border-box;
    width: 250px;
    float: left;
}
.search-resault-element-foto img{
    width: 100%;
}
.search-resault-element-info {
    box-sizing: border-box;
    font: normal 14px jopka2;
    margin-left: 250px;
    padding: 0 20px;
}
.search-resault-element-info a{
    display: block;
    color: #000000;
    font: normal 20px jopka;
}
.search-resault-element-info a:hover{
    text-decoration: none;
}
.search-resault-element-date {
    display: block;
    margin: 8px 0;
    font: normal 12px jopka2;
    color: #ff4800;
}
/*ВЫВОД БЛОКА ОПРОС СТАРЫЙ
.poll{
    padding: 15px;
    background: #333333;
    }
.poll h3{
    font: normal 16px Jopka2;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
    color:#afafaf;
    }
.question{
    color:#FFFFFF;
    font: normal 14px Jopka2;
    padding:15px 0;
    }
.question-img img{
    width:100%;
    height: auto;
    }
.answer{
    margin:10px 0;
    }
body:not(#Foo) .answer input[type=radio] {
    display: none;
}
body:not(#Foo) .answer input[type=radio] + label {
    background: url(../images/answer-element.png) no-repeat 0px -28px;
}
body:not(#Foo) .answer label {
cursor: pointer;
    padding: 5px 0px 2px 35px;
    font: normal 14px Jopka2;
    display: block;
    color: #afafaf;
    min-height: 21px;
}
body:not(#Foo) .answer input[type=radio]:checked + label {
    background: url(../images/answer-element.png) no-repeat -24px 0px;
    color:#FFFFFF;
}
.poll-submit{
    margin: 30px 0 0 0;
    }
.poll-submit input{
    height:33px;
    width:100%;
    display:block;
    cursor:pointer;
    }
.answer span{
    font: normal 14px Jopka2;
    color: #afafaf;
    }
.answer-diag{
    overflow:hidden;
    float:left;
    width:180px;
    background:#555555;
    height:20px;
    border-radius:3px;
    }
.answer-diag span{
    display:block;
    background:#c6000;
    height:20px;
    border-radius:0 3px 3px 0;
    }
.answer-counts{
    font: normal 14px Jopka2;
    color: #afafaf;
    float:right;
    width:31px;
    height:20px;
    text-align:right;
    box-sizing:border-box;
    padding: 0 10px 0 0;
    }
.vote .action {
    display: none;
}
.vote .info {
    display: block;
}
.vote .poll-submit {
    display: none;
}
.novote .action {
    display: block;
}
.novote .info {
    display: none;
}
.novote .poll-submit {
    display: block;
}*/
/*ВЫВОД БЛОКА ОПРОС*/
.poll{
    padding: 15px;
    border: solid 1px #afafaf;
    }
.poll h3{
    font: normal 16px Jopka2;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
    color:#000000;
    }
.question{
    color: #000000;
    font: bold 14px Jopka2;
    padding:15px 0;
    }
.question a{
    color: #c60000;
}
.question a:hover{
    text-decoration: none;
}
.question-img img{
    width:100%;
    height: auto;
    }
.answer{
    margin:10px 0;
    }
body:not(#Foo) .answer input[type=radio] {
    display: none;
}
body:not(#Foo) .answer input[type=radio] + label {
    background: url(../images/answer-element-white.png) no-repeat 0px -28px;
}
body:not(#Foo) .answer label {
cursor: pointer;
    padding: 5px 0px 2px 35px;
    font: normal 14px Jopka2;
    display: block;
    color: #000000;
    min-height: 21px;
}
body:not(#Foo) .answer input[type=radio]:checked + label {
    background: url(../images/answer-element-white.png) no-repeat -24px 0px;
    color:#ff5a00;
}
.poll-submit{
    margin: 30px 0 0 0;
    }
.poll-submit input{
    height: 33px;
    width: 100%;
    display: block;
    cursor: pointer;
    background: #c60000;
    border: none;
    color: #fff;
    border-radius: 8px;
    }
.answer span{
    font: normal 14px Jopka2;
    color: #000000;
    }
.answer-diag{
    overflow:hidden;
    float:left;
    width:180px;
    background:#555555;
    height:20px;
    border-radius:3px;
    }
.answer-diag span{
    display:block;
    background:#c60000;
    height:20px;
    border-radius:0 3px 3px 0;
    }
.answer-counts{
    font: normal 14px Jopka2;
    color: #000000;
    float:right;
    width:31px;
    height:20px;
    text-align:right;
    box-sizing:border-box;
    padding: 0 10px 0 0;
    }
.vote .action {
    display: none;
}
.vote .info {
    display: block;
}
.vote .poll-submit {
    display: none;
}
.novote .action {
    display: block;
}
.novote .info {
    display: none;
}
.novote .poll-submit {
    display: block;
}
/*ВЫВОД ПАНОРАМЫ В НОВОСТИ*/
.innew-panorama-block{
    max-width:680px;
    margin: 0 auto;
}
/*ВЫВОД РАДИОКНОПОК В ПОДВАЛЕ*/
.footer-radio-buttons{
    position: absolute;
    width:142px;
    height: 40px;
    top: 125px;
    right: 490px;
}
/*ВЫВОД РАДИОКНОПКИ В КОЛОНКЕ*/
.radio-block-button{
    padding: 15px;
    background: #000;
}
/*ФОРМА ДОБАВЛЕНИЯ НОВОСТИ*/
.add-new{
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.add-new h1 {
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.zapline{
    text-align: center;
    font: bold 18px/1.5em jopka2;
    display: block;
}
.form-line{
    text-align: center;
    font: normal 16px/1.5em jopka2;
}
.form-line-pr{
    padding: 5px 0;
}
.form-line-in input.mini-in{
    display: block;
    text-align: center;
    width: 50%;
    padding: 10px;
    margin: 0 auto;
    border-radius: 6px;
    border: solid 1px #a2a2a2;
    background: #f8f8f8;
}
.form-line-in input.big-in{
    display: block;
    text-align: center;
    width: 75%;
    padding: 10px;
    margin: 0 auto;
    border-radius: 6px;
    border: solid 1px #a2a2a2;
    background: #f8f8f8;
}
.form-line-in textarea{
    display: block;
    text-align: left;
    width: 75%;
    height: 200px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 6px;
    border: solid 1px #a2a2a2;
    background: #f8f8f8;
}
.form-line-in input.submit-form{
    display: block;
    text-align: center;
    width: 200px;
    padding: 5px;
    margin: 0 auto;
    border-radius: 6px;
    border: none;
    background: #c60000;
    font: normal 16px jopka2;
    color: #FFFFFF;
}
.add-new-message{
    font: normal 16px jopka2;
}
.mes-error {
    color: #FF0000;
    font: normal 15px Jopka;
    text-align: center;
    background: #ffe1e1;
    padding: 10px 0;
}
/*БАННЕРЫ МЕЖДУ НОВОСТЯМИ*/
.client-in-list-new{
    padding: 15px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
/*ЦИТАТЫ В НОВОСТИ*/
.citata {
    background: #ededed;
    border-top: solid 3px #CCCCCC;
    border-bottom: solid 3px #CCCCCC;
    padding: 15px;
    text-align: center;
}
/*ОФРМЛЯЛКИ*/
.redoform {
    background: #ac3e3e;
    color:#FFFFFF;
    padding: 15px;
    text-align: center;
}





/*ВИДЕО БЛОК*/
.vid-block {
    padding: 15px;
    border: solid 1px #afafaf;
}
.vid-block h3 {
    font: normal 16px Jopka2;
    margin: 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
}
.vid-block-big {
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
}
.vid-block-big-foto {
    margin: 10px 0;
}
.vid-block-big-foto img {
    width: 100%;
}
.vid-block-big-info a {
    display: block;
    font: normal 14px Jopka2;
    color: #000000;
    margin: 0 0 8px 0;
}
.vid-block-big-info a:hover {
    text-decoration: none;
}
.vid-block-big-info span {
    color: #FFF;
    background: #c60000;
    text-align: center;
    font-size: 11px;
    font: normal 12px/24px jopka2;
    display: block;
    width: 75px;
}
.vid-block-mini {
    margin: 10px 0;
    padding: 0 0 15px 0;
    display: block;
    border-bottom: solid 1px #afafaf;
}
.vid-block-mini span {
    color: #FFF;
    background: #c60000;
    text-align: center;
    font-size: 11px;
    font: normal 12px/24px jopka2;
    display: block;
    width: 75px;
}
.vid-block-mini a {
    display: block;
    font: normal 14px Jopka2;
    color: #000000;
    margin: 0 0 8px 0;
}
.vid-block-mini a:hover {
    text-decoration: none;
}
.vid-block-mini-left{
    width: 75px;
    float: left;
    overflow:hidden
}
.vid-block-mini-right{
    float: left;
    width: 144px;
    box-sizing: border-box;
    padding: 5px 0 0 10px;
}
.vid-block-mini-right-date {
    font: normal 11px Jopka2;
    color: #333;
}
.vid-block-big-info-date{
    font: normal 11px Jopka2;
    color: #333;
    padding: 0 0 8px 0;
}









.popup-mail{
    display: none;
    padding: 0 0 15px 0;
    position: relative;
    max-width: 600px;
    margin: 250px auto 0 auto;
    background: #ffffff;
}
.clouse-popup-mail {
    display: block;
    background:url(../images/closeButton.jpg) top left no-repeat;
    height: 45px;
    width: 45px;
    position: absolute;
    right: -45px;
    top: 0;
}
.popup-mail-head{
    text-align: center;
}
.popup-mail-head span{
    display: block;
}
.popup-mail-head span:nth-child(1){
    font: normal 35px jopka;
    margin: 0 0 10px 0;
}
.popup-mail-head span:nth-child(2){
    font: normal 20px jopka2;
    margin: 0 0 10px 0;
}
.popup-text {
    padding: 5px 15px 0px 15px;
    text-align: center;
    font: normal 12px jopka2;
    color: #ccc;
}
.popup-text a{
    color: #ccc;
}
.popup-text a:hover{
    text-decoration: none;
}
.mail-form-input{
    display: block;
    text-align: center;
    width: 75%;
    box-sizing: border-box;
    padding: 0 25px;
    height: 45px;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    margin: 0 auto 10px auto;
}
.mail-form-input-sub{
    display: block;
    margin: 0 auto;
    width: 40%;
    height: 45px;
    text-align: center;
    padding: 0 15px;
    font: normal 15px Jopka2;
    cursor: pointer;
}
a.notnow-mail{
    display: block;
    width: 240px;
    margin: 10px auto 0 auto;
    text-align: center;
    color: #000;
    font: normal 15px jopka2;
}
a:hover.notnow-mail{
    text-decoration: none;
}
@media screen and (max-width: 710px) {
    .clouse-popup-mail {
        right: 0px;
        top: 0;
    }
    .popup-mail-head span:nth-child(1){
        font-size: 25px;
        margin: 0 0 10px 0;
    }
    .popup-mail{
        margin: 120px auto 0 auto;
        width: calc( 100% - 30px );
    }
}
@media screen and (max-width: 400px) {
    .popup-mail-head span:nth-child(1){
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .popup-mail-head span:nth-child(2){
        display: none;
    }
    .mail-form-input-sub{
        width: 60%;
    }
}





/*ВИРТУАЛЬНЫЕ ТУРЫ*/
div.turi {
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.turi h1 {
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.tur-box {
    margin: 30px 0;
    overflow: hidden;
}
.tur-img {
    width: 219px;
    float: left;
}
.tur-info {
    padding: 0 15px 0 0;
    margin-left: 245px;
}
.tur-element {
        margin: 30px 10px 30px 10px;
    border-bottom: solid 1px #CCCCCC;
}
.tur-info h2 {
    font: normal 24px Jopka;
    margin: 0;
    padding: 0;
}
.tur-info h2 a{
    color:#000;
}
.tur-info h2 a:hover{
    text-decoration: none;
}
.tur-miniinfo {
    border-bottom: solid 1px #CCCCCC;
    padding: 10px 0;
    font: normal 14px jopka2;
}
.tur-miniinfo-text {
    padding: 10px 0;
    font: normal 14px jopka2;
}
.tur-miniinfo-text span {
    margin: 0 0 5px 0;
    display: block;
    font: normal 14px jopka;
}
div.tur {
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
div.tur h1 {
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.tur-gallery-element{
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}
.pathway-tur{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 14px/1.5em jopka2;
}
.pathway-tur a{
    color: #000000;
}
.pathway-tur a:hover{
    text-decoration: none;
}
div.tur-info h1 {
    display: block;
    padding: 0;
    margin: 0;
    font: normal 24px Jopka;
    border-radius: 0;
    border: none;
}
div.tur-box-inner{
    margin: 30px 0 0 0;
}
div.tur div.tur-element{
    border-bottom: none;
    margin: 30px 10px 0 10px;
}
div.tur-gallery{
    margin: 20px 0;
}
.tur-box{
    width:calc(100% - 20px);
    margin: 20px auto;
}
.tur h2 {
    display: block;
    padding: 0;
    margin: 10px;
    font: normal 24px Jopka;
}
.tur .comment-box{
    margin: 21px;
}

@media screen and (max-width: 860px) {
    div.tur-img {
        display: none;
    }    
    div.tur-info {
        padding: 0 15px;
        margin-left: 0px;
    }
    div.tur-gallery-element{
        width:50%;
    }
    div.turi div.tur-miniinfo-text{
          display:none;
    }
}



div.tests{
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
div.tests h1{
     display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.tests-elements {
    padding: 15px;
}
.tests-element {
    padding: 12px 0;
    border-bottom: solid 1px #CCC;
}
.tests-element-title{
    margin: 0 0 7px 0;
}
.tests-element-title a {
    font: normal 20px jopka;
    color: #000;
}
.tests-element-title a:hover {
    text-decoration: none;
}
.tests-element-info {
    font: normal 14px jopka2;
    color: #666;
}
div.test{
    padding: 20px 40px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
div.test h1{
    display: block;
    font: normal 24px Jopka;
    margin: 0;
    padding: 0;
}
.test-description{
font: normal 16px Jopka2;
margin: 25px 0 25px 0;
}
.test-quest{
    margin: 15px 0;

    padding: 0 0 15px 0;
}
.test-content{
    padding: 0;
}
.test-question{
font: normal 16px Jopka2;
    padding: 15px;
    background: #ededed;
    margin: 0 0 20px;
}

.test-quest input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.test-quest label {
    cursor: pointer;
}
.test-quest label:before {
    content: " ";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/radio-but.png);
    position: relative;
    top: 3px;
}
.test-quest input[type=radio]:checked + label:before {
    background-position: 0 -25px;
}
.test-quest label:hover:before {
    background-position: 0 -50px;
}
.test-quest input[type=radio]:checked + label:hover:before {
    background-position: 0 -75px;
}
.test-quest .answerbox{
    font: normal 15px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: -20px 0 0 35px; 
}
.test-quest .answ{
    margin: 0 0 15px 0;
}
input.sub-test{
    background: #428412;
    width: 250px;
    border: none;
    display: block;
    padding: 13px 15px;
    font: normal 16px Jopka2;
    text-align: left;
    color: #FFF;
    border-radius: 10px;
    cursor: pointer;
}
input:hover.sub-test{
    background: #489113;
}


div.test-resault{
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
div.test-resault h1{
    display: block;
    font: normal 24px Jopka;
    margin: 0;
    padding: 0;
    text-align: center;
}
.test-resault-text{
    font: normal 16px Jopka2;
    text-align: center;
    margin: 25px 0;
    padding: 0 20px;
}
.test-resault-text a{
    color: #ff4800;
}
.test-resault-text a:hover{
    text-decoration: none;
}
a.go-test{
   max-width: 360px;
    display: block;
    background: #428412;
    text-align: center;
    margin: 0 auto;
    font: normal 16px/62px jopka2;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}
a:hover.go-test{
    background: #488d15;
}
div.center-content{
    padding: 0px 25px 25px 25px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
div.center-content h1{
    display: block;
    font: normal 30px Jopka;
}
div.center-content h2{
    display: block;
    font: normal 25px Jopka;
}
.taxi-list-element{
    padding: 12px;
}
.taxi-list-element:nth-child(2n-1){
    background: #ececec;
}
.taxi-description{
    background: url(../images/taxi-ic.jpg) top left no-repeat;
    padding: 0 0 0 150px;
    min-height: 53px;
    margin: 0 0 35px 0;
    font: normal 15px jopka2;
}
.catalog-razdel{
    margin: 0 0 10px 0;
}
.catalog-razdel ul{
    list-style: none;
    padding: 0;
    margin: 0;    
}
.catalog-razdel ul li{
    display: inline-block;
    margin: 0 8px 5px 0;
    border-radius: 7px;
    overflow: hidden;
}
.catalog-razdel ul li a{
    display: block;
    padding: 10px;
    background: #CCC;
}
.catalog-razdel ul li a {
    display: block;
    padding: 7px 12px;
    background: #CCC;
    font: normal 15px jopka2;
    color: #333;
    background: #ececec;
    text-decoration: none;
}
.catalog-razdel ul li a.catalog-razdel-active{
     background: #000;
     color: #fff;
}
.taxi-list-element-title{
    font: normal 15px jopka2;
    float: left;
    width: 180px;
}
.taxi-list-element-phone{
    font: normal 14px jopka2;
    margin-left: 180px;
    text-align:right;
}
@media screen and (max-width: 750px) {
    .taxi-description{
        padding: 70px 0 0 0;
    }
}
@media screen and (max-width: 550px) {
    .taxi-list-element-title{
        width: 100%;
        text-align:center;
        float: none;
    }
    .taxi-list-element-phone{    
        margin-left: 0px;
        text-align:center;
    }
}
.old-autors{
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.old-autors h1{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}




.old-autor-item {
    overflow: hidden;
    margin: 0;
    padding: 15px;
}
.old-autor-item:nth-child(2n-1) {
    background: #e9e9e9;
    border-radius: 15px;
}
.old-autor-item-foto {
    width: 100px;
    min-height: 79px;
    float: left;
}
.old-autor-item-info {
    min-height: 79px;
    margin-left: 100px;
    padding: 15px 0 0 0;
    box-sizing: border-box;
}
.old-autors-wrapper {
    padding: 15px;
}
.old-autor-item-info-title a{
    font: normal 18px jopka2;
    color: #000;
}
.old-autor-item-info-title a:hover{
    text-decoration: none;
}
.old-autor-item-info-count{
    font: normal 13px jopka2;
    color: #666;
}
.oldautor-artcle-list{
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.oldautor-artcle-list h1{
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.oldautor-artcle-wrapper{
    padding: 15px;
}
.oldautor-artcle-list-elemt{
    padding: 15px;
}

.oldautor-artcle-list-elemt:nth-child(2n-1){
    background: #f5f5f5;
    border-radius: 15px;
}
.oldautor-artcle-list-elemt-title {
    padding: 0 0 5px 0;
}
.oldautor-artcle-list-elemt-title a{
    font: normal 18px jopka2;
    color: #000;
}
.oldautor-artcle-list-elemt-title a:hover{
   text-decoration: none;
}
.oldautor-artcle-list-elemt-date{
   font: normal 12px jopka2;
   color: #666;
}
.oldblogs-article {
    border-top: solid 4px #FF0000;
    background: #FFFFFF;
    margin: 0 0 15px 0;
    padding: 10px 0 25px 0;
}
.oldblogs-article h1 {
    font: normal 32px Jopka;
    color: #000000;
    margin: 0 0 10px 0;
    padding: 0 21px;
    display: block;
}
.oldblogs-article-body{
    font: normal 15px jopka2;
    margin: 0 0 35px 0;
    padding: 0 21px;
    color: #333333;
}
.oldblogs-article-body img{
    display: block;
    margin: 0 auto;
    max-width: 500px;
    height: auto;
}
@media screen and (max-width: 850px) {
    .oldblogs-article-body img{
        width: 100%;
        height: auto;
    }
}
.oldblogs-article-detail{
    padding: 0 21px 21px 21px;
    font: normal 12px jopka2;
    color: #666;
}
.autor-page{
    border-top: solid 4px #FF0000;
    background: #FFFFFF;
    margin: 0 0 15px 0;
    padding: 10px 0 25px 0;
}
.autor-page h1{
    font: normal 24px Jopka;
    margin:0;
    padding: 0 21px;
}




.autor-page-info{
    font: normal 14px Jopka2;
    padding: 21px;
    overflow: hidden;
}
.autor-page-info-text div{
    margin: 0 0 20px 0;
}
.autor-page-info-text div:nth-child(1){
    font: normal 16px Jopka;
}

.autor-page-info-text div:nth-child(3){
    color: #a8a8a8;
}

.autor-page-info-foto{
    float: left;
    width: 87px;
}
.autor-page-info-text{
    box-sizing: border-box;
    padding: 0 20px;
    margin-left: 87px;
}
.auto-page-wrapper{
    padding: 0 21px;
}
.auto-page-wrapper h2{
    font: normal 20px Jopka;
    margin: 0 0 30px 0;
    background: #ececec;
    padding: 10px;
    border-left: solid 4px #ff0000;
}
.auto-page-list-foto{
    float: left;
    width: 150px;
}
.auto-page-list-info{
    box-sizing: border-box;
    padding: 0 20px;
    margin-left: 150px;
    font: normal 14px Jopka2;
}
.auto-page-list-element {
    margin: 0 0 25px 0;
}
a.auto-page-list-info-title{
    font: normal 16px Jopka2;
    color: #000;
}
a:hover.auto-page-list-info-title{
    text-decoration: none;
}
.auto-page-list-info-shorttext{
    padding: 8px 0;
    color: #666;
}
.auto-page-list-info-date {
    color: #999999;
    display: block;
    float: left;
    font-size: 11px;
    padding: 3px 0 1px 0;
    margin: 0 15px 0 0;
}
.auto-page-list-info-views{
    color: #999999;
    background: url(../images/eye.png) top left no-repeat;
    width: 32px;
    padding: 3px 0 1px 25px;
    font-size: 11px;
    float: left;
}

.dev-pager{
    margin: 0 25px;
}
.dev-pager div {
    font: normal 14px Jopka2;
    float: left;
    margin: 0 4px 0 0;
}
.dev-pager div a {
    display: block;
    font: normal 14px Jopka2;
    background: #333;
    color: #ffffff;
    float: left;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}
.dev-pager div a:hover {
    background: #666;
}
.dev-page-active{
    font: normal 14px Jopka2;
    float: left;
    padding: 5px 10px;
    margin: 0 4px 0 0;
    background: #ff4800;
    color: #fff;
    border-radius: 5px;
}
.dev-page{
    font: normal 14px Jopka2;
    float: left;
    padding: 5px 10px;
    margin: 0 4px 0 0;
}
.attantion_main_block {
    background: #FF0000;
    text-align: center;
    padding: 25px;
    font: normal 45px jopka;
    color: #FFF;
    margin: 0 0 15px 0;
    border-radius: 10px;
    text-shadow: 3px 3px 3px #830000;
}
.attantion_main_block a {
    color: #fff;
}
.attantion_main_block a:hover {
    color: #fff;
}


.mit-timer{
    background: #333;
    padding: 15px;
    border-radius: 10px;
    margin: 0 0 15px 0;
}
.mit-timer div.mit-timer-text{
        font: normal 22px jopka;
    color:#EEEEEE;
    text-align: center;
    margin: 0 0 15px 0;
}
.mit-timer div.mit-timer-text a{
    color:#EEEEEE;
}
.mit-timer div.mit-timer-text a:hover{
    color:#FFFFFF;
}

.footer-photo{
    position: absolute;
    right: 15px;
    max-width: 500px;
    top: 100px;
    font: normal 13px Jopka2;
    color: #FFF;
}
.age {
    width: 42px;
    height: 32px;
    background: url(../images/age.png);
    position: absolute;
    top: 40px;
    left: 330px;
}
.films-vrem-text{
    padding: 0 25px;
}
.films-vrem-text a{
    font: normal 15px Jopka;
    color: #333;
}
.films-vrem-text a:hover{
    text-decoration: none;
}
.mobile-view-284{
        display: none;
    max-width: 300px;
    margin: 20px auto;
}
.mobile-view-284 img {
    width: 100%;
    height: auto;
}
.musor-block{
    padding: 15px;
    text-align: center;
    background: url(../images/musor-bg.jpg) top left no-repeat;
    font: normal 18px Jopka;
    color: #FFF;
    text-shadow: 1px 1px 2px #333;
    position: relative;
}
.musor-summa-1, .musor-summa-2 {
    font-size: 32px;
}

.musor-text-1, .musor-text-2 {
    font: normal 16px Jopka2;
}
.musor-link{
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}




.gazeta {
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.gazeta h1 {
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: normal 16px/1.5em jopka2;
}
.gazeta-item{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 15px;
}
.gazeta-item-foto img {
    border: solid 3px #CCC;
    box-sizing: border-box;
}
.gazeta-item-detail{
    text-align:center;
    font:bold 14px Roboto;
    padding: 5px 0;
}
.gazeta-item-download a{
    display: block;
    text-align: center;
    background: #c60000;
    padding: 5px 0;
    font:normal 14px Roboto;
    color: #FFF;
    margin: 0 auto;
    text-decoration: none;
    width: 60%;
}
.gazeta-item-download a:hover{
    background: #ff0000;
}
.tonn{
    margin: 0 0 5px 0;
}
.day-tonn{
    float: left;
    width: 100px;
    padding: 5px;
    box-sizing: border-box;
}
.diag-tonn{
    margin: 0 0 0 100px;
    background: #ececec;
}
.diag-tonn div{
    background: #a80000;
    padding: 5px;
    color: #FFF;
    box-sizing: border-box;
    text-align: right;
}
.sum-tonn{
    font: bold 17px Roboto;
    color: #de0000;
    margin: 0 0 15px 0;
}
.obyavleniya {
    padding: 10px;
    background: #FFF;
    border-top: solid 4px #FF0000;
}
.obyavleniya  h1 {
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font: bold 16px Roboto;
}
.obyavleniya-content {
    padding: 15px;
}
.categorys span{
    display: block;
    font: bold 14px Roboto;
}
.category-elements{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 15px 0 0 0;
}
.category-elements a{
    background: linear-gradient(180deg, #e4e4e4, #e7e7e7);
    padding: 5px 10px;
    margin: 0 8px 8px 0;
    font: normal 13px Roboto;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
}
.obyavleniya  h2 {
    display: block;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: solid 1px #cccccc;
    font: bold 16px Roboto;
}
.obyavlenie{
    margin: 15px 0;
    font: normal 14px Roboto;
    color: #333;
    border-bottom: solid 1px #eee;
    padding: 0 0 15px 0;
}
.obyavlenie div:first-child{
    margin: 0 0 6px 0;
}
.obyavlenie strong span{
    text-transform: uppercase;
}
.obyavlenie .date{
    margin:6px 0 0 0;
    font: normal 12px Roboto;
    color: #ccc;
}
a.active-category {
    background: linear-gradient(180deg, #ff0000, #c60000);
    padding: 5px 10px;
    margin: 0 8px 8px 0;
    font: normal 13px Roboto;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}
.read-message{
    background: #fffac4;
    padding: 15px;
    border: none;
    border-left: solid 3px #f00;
}
.ob-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px 0;
    background: #f0f0f0;
    margin: 0 0 1px 0;
}
.ob-name-input{
    flex-basis: 150px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 8px;
    font: normal 14px Roboto;
    color: #333;
    text-align: right;
}
.ob-input{
    width: 100%;
    min-width: 0%;
    padding: 0 8px;
}
.ob-input input{
    display: block;
    box-sizing: border-box;
    width: 65%;
    padding: 7px;
}
.ob-input select{
    display: block;
    box-sizing: border-box;
    width: 65%;
    padding: 7px;
}
.ob-input textarea{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    padding: 7px;
}
.goog_ads{
    margin: 0 25px 25px 25px;
    overflow: hidden;
    text-align: center;
}


@media screen and (min-width: 750px) and (max-width: 950px){
    .gazeta-item{
        width: 33.3%;
    }
}
@media screen and (min-width: 650px) and (max-width: 750px){
    .gazeta-item{
        width: 50%;
    }
}
@media screen and (min-width: 450px) and (max-width: 650px){
    .gazeta-item{
        width: 33.3%;
    }
}
@media screen and (max-width: 450px){
    .gazeta-item{
        width: 50%;
    }
}

