@media (min-width: 1921px) and (max-width: 2560px){
    .block_news {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    h2 {
        padding-left: 510px;
}
}
@media screen and (max-width:1920px){
	body{
		overflow-x: hidden;
    }
}
@media screen and (max-width:1804px){
    .block_iter{
        width: 320px;
    }
    .block_news {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .block_iter:nth-child(1) {
        margin-left: 0px;
    }
}
@media screen and (max-width:1460px){
    .block_iter {
        width: 300px;
    }
}
@media screen and (max-width:1390px){
    .block_iter {
        width: 280px;
    }
}
@media screen and (max-width:1336px){
    .block_iter {
        width: 299px;
    }
}
@media screen and (max-width:1335px){
    .block_iter {
        width: 250px;
    }
}
@media screen and (max-width:1160px){
    .block_iter {
        width: 350px;
    }
}
@media screen  and (max-width : 1024px){
    .block_news {
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width:983px){
    h2{
        margin-left: 0px;
    }
    .name_news {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .transition2:nth-last-child(1){
        margin-bottom: 10px;
    }
    .transition2:nth-last-child(3){
        margin-top: -10px;
    }
}
@media screen and (max-width:833px){
    .name_news {
        display: flex;
        flex-direction: column;
    }
}
@media screen  and (max-width : 800px){
    .block_news{
        flex-direction: row;
    }
}
@media screen  and (max-width : 480px){
    .panel_but{
        font-size: 18px;
    }
    .block_iter:nth-child(1) {
        margin-left: 5%;
    }
    .block_iter {
        margin-left: 5%;
    }
}