/* HD-ready, full-HD etc */
@media screen and (min-width:1300px) {

    #menu_page_box {
        display: block;
        margin-top: -60px;
    }
    DIV#sub_menu > A {
        display: none;
    }
}

/* 1280 and lower */
@media screen and (max-width:1280px) {

    /* main page and partition */
    DIV.news_big {
        position: relative;
        width: 430px;
        height: 600px;
        margin-bottom: 30px;
        background: #ffffff;
        text-align: center;
        display: inline-block;
        text-align: left;
        font-family: stengazeta, FuturaFuturisC, PragmaticaCyrillic, Helvetica, Tahoma, Arial Narrow, Verdana;
        line-height: inherit;
    }
    DIV.news_big > DIV:first-child {
        width: 430px !important;
        height: 250px !important;
    }
    .avtor_krug_white_big {
        position: absolute;
        top: 240px;
        left: 20px;
        z-index: 100;
    }
    .avtor_text_big_2 {
        position: absolute;
        top: 280px;
        left: 120px;
        font-size: 11px;
        line-height: 14px;
        color: #000000;
        font-family: FuturaFuturisC, PragmaticaCyrillic, Helvetica, Tahoma, Arial Narrow, Verdana;
    }
    .avtor_data_big {
        position: absolute;
        width: 160px;
        height: 60px;
        text-align: right;
        top: 280px;
        right: 20px;
        font-size: 12px;
        line-height: 16px;
        color: #000000;
        border: 0px solid #000000;
        font-family: FuturaFuturisC, PragmaticaCyrillic, Helvetica, Tahoma, Arial Narrow, Verdana;
    }
    .news_big h2 {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0px;
        width: 390px;
    }
    .news_big p {
        position: relative;
        padding: 20px;
        padding-top: 0px;
        margin-top: 0px;
        text-align: left;
    }

    #page {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    #page_box {
        max-width: 530px;
    }
    DIV.news_small {
        display: inline-block;
        float: none;
    }
    DIV.news_small_30_vertikal {
        display: none;
    }
    #top_center {
        margin-left: 100px;
        width: 100px;
    }
    DIV#sub_menu {
        left: 0;
    }
    DIV#footer {
        width: 100%;
    }
    DIV#footer .footer_line_4 {
        display: none;
    }
    DIV#page_rubrika {
        width: 100%;
    }

    /* author page */
    DIV#page_title_box {
        width: calc(100% - 300px);
        padding-left: 150px;
    }
    DIV#page_title {
        width: 80%;
    }
    DIV#page_box_in {
        width: calc(100% - 300px) !important;
        padding-left: 100px;
        margin-right: 20px;
    }
    DIV#page_in_avtor {
        width: auto;
    }

    /* single page */
    DIV#page_anons_box {
        display: none;
    }
    DIV#page_in {
        width: auto;
    }
    DIV#footer_box {
        overflow: hidden;
    }
    DIV#best_page DIV.news_small {
        display: block;
        float: left;
        margin-left: 5px;
    }
}
@media screen and (max-width:940px) {

    DIV#footer .footer_line_3 {
        display: none;
    }

    DIV.avtor_page {
        width: 100%;
        bottom: 250px;
        left: 0;
        top: auto;
    }
    DIV#page_in_avtor {
        padding-bottom: 420px;
        padding-left: 50px;
    }
    DIV#best_page DIV.news_small {
        clear: both;
        margin: 0px auto 20px;
        float: none;
    }
    DIV#page_in {
        padding-left: 50px;
        padding-bottom: 50px;
    }
    DIV#page_in DIV.avtor_page {
        bottom: 0;
    }
    DIV#dop_info {
        display: none;
    }
    DIV.avtor_spisok_more {
        background: #fff;
    }
}


/* mobile */
@media screen and (max-width:840px) {
    BODY {
        min-width: 840px;
    }
    #top_box {
        min-width: 840px;
    }
}
