.pager {
    margin: 30px 0;
}

.pager__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
    margin: 0 -9px;
}

.pager__item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 26px;
}

.pager__text {
    display: block;
    padding: 0 9px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

    .pager__text:hover,
    .pager__text:focus {
        color: inherit;
        background-color: #e2e2e2;
    }

.pager__item.active .pager__text,
.pager__item.active .pager__text {
    color: white;
    background-color: red;
}

@media(max-width:900px) {
    .pager__item {
        font-size: 20px;
        line-height: 38px;
    }

    .pager__text {
        padding: 0px 13px;
    }
}
