/* Пагинация */
.prev-btn {
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 2px #3498db;
    display: flex;
    align-items: center;
}
.next-btn {
    /* display: inline-block; */
    padding: 8px 16px;
    background-color: #3498db;
    color: #fff;
    font-weight: 650;
    text-decoration: none;
    border-radius: 4px;
    margin: 0 15px;
    display: flex;
    align-items: center;
}
.btnNextPage {
    font-family: Roboto;
    margin-right: 16px;
    font-size: 16px;
    color: #fff;
}
.pagination {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}