@media (max-width: 1200px){
    .news__list1_item {
        width:50%;
        padding:15px;
        margin-bottom:0;
    }
    .news__list1_text{
        margin-top:5px;
    }
}

@media (max-width: 480px){
    #news_list3 .img{
        float:none;
        width:auto;
    }
    #news_list3 .bl{
        overflow:visible;
        padding:0;
        margin-top:10px;
    }
    #news_list3 .name{
        text-align:center;
    }
    #news_list3 .name a{
        font-size:17px;
    }
    #news_list3 .date{
        font-size:12px;
        text-align:right;
        margin-top:5px;
        padding:0;
    }
    #news_list3 .textma  a{
        font-size:15px;
    }
    
    .news__otherlist1 table tr{
        display:block;
        margin-bottom:10px;
    }
    .news__otherlist1 table td{
        display:block;
    }
    .news__otherlist1 table .td1,
    .news__otherlist1 table .td2{
        padding:0;
    }
    .news__otherlist1 table .td1{
        text-align:left;
        font-size:14px;
    }
    .news__otherlist1 table .td2{
        line-height:1.2;
    }
    
    .news__list1_item{
        width: 100%;
        padding:10px;
        margin:0;
    }
 
    /*
    #news_zagol{
        display:none;
    }
    */
    #news_zagol h2{
        font-size:20px;
        line-height:1.2;
    }
}