@media (max-width: 1023px){
    header .search{
        margin-left: 88px;
    }

    #search_modal{
        width: 380px;
    }


    header .info{
        padding-top: 80px;
        padding-bottom: 5px;
    }

    header .logo{
        top: 10px;
    }


    header .age{
        top: 10px;
        bottom: 0;
    }


    header .menu,
    header .menu.right{
        display: flex;

        width: 100%;

        margin: 0;

        justify-content: space-between;
        align-items: stretch;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    header .menu.right{
        width: 100%;
    }

    header .menu.right li{
        display: inline-block;
    }

    header .menu li a{
        min-width: 0;

        padding: 0 13px;
    }


    .news{
        padding: 19px 0 16px;
    }
    .news .articles .article_box:nth-last-child(1),
    .news .articles .article_box:nth-last-child(2){
        display: none;
    }


    .articles .article_box{
        width: 31.55%;
    }
    .articles .article_box.big{
        width: 68.4%;
    }


    .content_block .articles .article_box{
        width: 25%;
    }

    .radio_box .articles .article_box:nth-last-child(1),
    .radio_box .articles .article_box:nth-last-child(2){
        display: block;
    }


    .content_block{
        margin: 0;
        padding: 0;
    }


    aside{
        width: 100%;
    }


    .radio_box .videos{
        overflow: hidden;

        margin-left: -2.5%;
    }
    .radio_box .videos .video{
        float: left;

        width: 47.5%;

        margin-bottom: 32px;
        margin-left: 2.5%;
    }
    .radio_box .videos .video + .video{
        margin-top: 0;
    }


    .videos_block .tab_content{
        margin-right: -357px;
        padding-right: 377px;
    }
    .videos_block .tab_content iframe{
        height: 270px;
    }

    .videos_block .videos_list .scroll{
        height: 403px;
    }

    .videos_block .videos_list{
        width: 357px;
    }
    .videos_block .tabs{
        padding-right: 40px;
    }


    .articles_box .articles .article_box:nth-child(4){
        display: block;
    }

    .popular{
        max-width: 100%;

        margin-bottom: 20px;
    }



    .analytics .content_block{
        width: 100%;

        padding-right: 0;
    }
    .analytics .content_block .articles .article_box{
        width: 33.333%;
    }
    .analytics .content_block .articles .article_box:nth-child(4){
        display: none;
    }

    .analytics .slider_box{
        width: 100%;

        padding-left: 40px;
    }


    .ad{
        display: none;
    }


    .slider_block .slider_box .slide{
        width: 500px;
    }


    .articles_cat .cat_article_list{
        margin-bottom: 19px;
    }


    .articles_box2 .articles .article_box:nth-last-child(1),
    .articles_box2 .articles .article_box:nth-last-child(2){
        display: none;
    }


    .videos .video_box{
        width: 50%;
    }
    .videos.list .video_box:nth-child(4){
        display: block;
    }


    .page_content{
        padding: 20px 0;
    }

    .page_content .news .articles .article_box:nth-last-child(1),
    .page_content .news .articles .article_box:nth-last-child(2){
        display: block;
    }


    .page_content.dark{
        padding: 0;
    }

    .video_page aside{
        padding: 30px 0;
    }


    .video_page .content{
        padding: 30px 10px 30px 0;
    }

    .video_page .filter{
        width: 100%;

        margin-right: 0;
        margin-bottom: 10px;
    }


    .video_page .page_title{
        font-size: 28px;
    }


    .video_page .grid{
        margin-left: -20px;
    }

    .video_page .grid .item_wrap.big,
    .video_page .grid .item_wrap{
        width: 50%;

        margin-bottom: 30px;
    }

    .video_page .grid .item{
        margin-left: 20px;
    }


    aside .videos{
        overflow: hidden;

        margin-left: -1.5%;
    }
    aside .videos .video{
        float: left;

        width: 48.5%;

        margin-bottom: 12px;
        margin-left: 1.5%;
    }
    aside .videos .video + .video{
        margin-top: 0;
    }
    aside .videos .video:nth-last-child(1){
        display: none;
    }


    aside .articles{
        overflow: hidden;

        margin-left: -20px;
    }
    aside .articles .article_box{
        float: left;

        width: 50%;
    }
    aside .articles .article_box + .article_box{
        margin-top: 0;
    }
    aside .articles .article_box .article{
        margin-left: 20px;
    }


    .article_col{
        display: none;
    }


    .article_content{
        margin: 0;
        padding: 0;
    }

    .article_content h1{
        font-size: 28px;
        line-height: 32px;
    }

    .article_content .content_block{
        margin-bottom: 30px;
    }


    .article_text .popular{
        max-width: 304px;
    }


    .article_content .bottom{
        padding-left: 0;
    }
    .article_content .bottom .left_info{
        left: 0;
    }


    footer{
        padding: 30px 0;
    }

    footer .subscribe,
    footer .links + .links{
        margin-left: 70px;
    }

    footer .socials{
        float: left;

        margin-top: 30px;
    }
}
