.loading_state{
    margin: 0 0 9px;
    position: relative;
    zoom: 1;
    text-align: center;
    display: block;
}
li.item_block.visible::before {
    content: unset;
}
.news_akc_list .item_block{
    max-width: 216px;
}
.loading_state.shadow.border.custom_flex.top_right .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_akc_list{
    justify-content: space-between;
}
.loading_state.shadow.border.custom_flex.top_right .items .item_block{
    margin-right: 0;
    padding-left: 0;
}
.mainPagePromNews_center{
    position: relative;
    top: -17px;
}
.title_block_center{
    position: relative;
    top: 10px;
}
.best_block .top_blocks, .news_akc_block .top_block, .front .section_popular_main .top_block {
    margin-bottom: 20px;
}
@media(max-width: 630px) {
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list{
        justify-content: space-evenly;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block{
        display: none;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block:first-child {
        display: flex;
        padding-right: 1%;
        width: 49%;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block:nth-child(2){
        display: flex;
        padding-left: 1%;
        width: 49%;
    }

}
@media (min-width: 630px) and (max-width: 675px) {
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list{
        justify-content: space-around;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block{
        display: none;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block:first-child {
        display: block;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block:nth-child(2){
        display: block;
    }

}

@media (min-width: 675px) and (max-width: 920px) {
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list{
        justify-content: space-around;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block{
        display: none;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block:first-child {
        display: block;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block:nth-child(2){
        display: block;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block:nth-child(3){
        display: block;
    }

}
@media (min-width: 920px) and (max-width: 1150px) {
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list{
        justify-content: space-around;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block{
        display: none;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block:first-child {
        display: block;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block:nth-child(2){
        display: block;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block:nth-child(3){
        display: block;
    }
    .loading_state.shadow.border.custom_flex.top_right .items.news_akc_list .item_block:nth-child(4){
        display: block;
    }

}