.pagination {margin-top: 10px;}
.pagination a {display: block;
    /* max-width: 226px; */
    height: 36px;
    line-height: 34px;
    border: 1px solid #797979;
    color: #393939;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background: none;
    padding: 0 10px;
    transition: 0.3s;
    border-radius: 5px;    margin-right: 5px;}
.pagination a.active, .pagination a:hover {background: #000E6A;color: #fff;}