/**
 * Created: 10.12.2024, 11:10
 * Author : Valery Karev <karev@34web.ru>
 * Company: 34web Studio
 */
/*
._hide-btn {
    display: none;
}
.article-list__pagination {
    display: none;
}
}*/
._show {
    display: block!important;
}
.article-list__pagination._has-hide {
    display: none;
}

@media only screen and (max-width: 1589px) {
    .article-list__pagination._has-hide {
        display: flex;
    }
}