@media screen and (min-width:320px) and (max-width:960px) {
    html {overflow-x: hidden;}
    header, header.main, header.top, .wrapper {width: 100%;}
    .wrapall {box-shadow: 0 0 0;width: 100%;}

    .tophead {
        height: auto;
        overflow: hidden;
    }

    .logo {
        float: none;
        height: 65px;
        margin: 0 auto;
        width: 210px;
    }

    .one-string {
        border: none;
    }

    .one-string__time {
       display: none;
    }

    .wideplacement {
        height: auto;
        width: 100%;
    }

    .wideplacement img {
        height: 70px;
        width: 100%;
    }

    nav.topnav, .search, .social, .weather {
        display: none;
    }

    nav.mobile_top {
        background: #90B329;
        display: block;
        width: 100%;
        top: 145px;
    }

    .mo {
        display: none;
    }

    .mobile-menu.mb {
        color: #fff;
        font-size: 24px;
        line-height: 24px;
        margin: 5px 15px;
    }

.mobile-menu.mb img {
    margin: 5px 10px;
}

    .mobile-menu__close.mb {
        color: #fff;
        display: block;
        font-size: 20px;
        line-height: 24px;
        margin: 5px 15px;
    }

    .mobile-menu__close.mb img {
        margin: 5px 10px;
    }

    .open {
        display: block !important;
        margin: 0 !important; 
    }

    .closed {
        display: none !important;
    }

    .mobile-menu__container {
        margin: -9999px;
    }

    .mobile-menu__container.mb {
    background: #90B329;
     box-sizing: border-box;
    display: block;
    height: auto;
    padding: -11px;
    width: 60%;
    position: absolute;
    top: 105px;
    z-index: 99999;
    }

    .mobile-menu__container.mb ul li {
        padding: 10px 0;
    }

    .mobile-menu__container.mb ul li a {
        color: #fff;
    }

    /*Главная*/

    .topnews {
        height: auto;
        margin: 25px 5px 0 0;
        width: 100%;
    }

    .first {
        background: #c0c0c0;
        height: auto;
        position: relative;
        width: 100%;
    }

    .first__desc {
        background-color: rgba(0,0,0,.7);
        bottom: 0;
        box-sizing: border-box;
        color: #fff;
        font-family: 'Lato';
        font-size: 20px;
        height: 50%;
        padding: 20px 8px;
        position: absolute;
        text-align: center;
        transition: all .5s ease 0s;
        width: 100%;
    }

    .first img {
        height: auto;
        width: 100%;
    }

    .second img, .third img {
        height: auto;
        width: 100%;
    }

    .second, .third {
        background: #c0c0c0;
        float: left;
        height: auto;
        margin: 10px 0 0 6px;
        position: relative;
        width: 47%;
    }

    .sec__desc {
        background-color: rgba(0,0,0,.7);
        bottom: 0;
        box-sizing: border-box;
        color: #fff;
        font-family: 'Lato';
        font-size: 14px;
        height: 100%;
        line-height: 16px;
        padding: 0px 8px;
        position: absolute;
        text-align: center;
        transition: all .5s ease 0s;
        width: 100%;
    }

    .shortplacement {
        height: 60px;
        width: 100%;
        margin: 15px 0 0 0;
    }

    .shortplacement img{
        border: none;
        width: 100%;
        height: 100%;
    }

    .stream {
        border: 1px solid #90b329;
        height: 505px;
        float: left;
        margin-top: 25px;
        overflow: hidden;
        width: 293px;
        display: none;
    }
    .main_news {
        float: left;
        width: 101%;
    }

    .placement {
        /*float: right;*/
        /*width: 380px;*/
        /*display: none;*/
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .placement .tpl-block-list:first-child {
        display: none;
    }

    .bzone1 {
        height: 60px;
        overflow: hidden;
    }
    
    .bzone1 img {
        height: 60px;
        width:100%
    }

    /*Страницы*/

    .newscontent {
        width: 100%;
        padding: 0 6px 0 15px;
        box-sizing: border-box;
    }

    .main__newsblock {
        width: 98%;
    }

    .main_news__newsblock {
        background: #c0c0c0;
        float: left;
        height: auto;
        margin: 15px 30px 7px 0;
        position: relative;
        width: 98%;
}

.right {
    /*display: none;*/
    float: none;
    margin-left: auto;
    margin-right: auto;
}

nav.footernav {
    display: none;
}

footer {
    background: #282828;
    margin-top: 40px;
    padding: 10px;
    box-sizing: border-box;
    height: auto;
}

.address {
    color: #c0c0c0;
    font-size: 14px;
    margin: 23px 0;
    width: auto;
}

.copy {
    color: #c0c0c0;
    font-size: 14px;
    margin: 0;
    text-align: left;
}
}