.bem-pagination {
    text-align: left;
    padding: 0;
}
.bem-pagination .bem-pagination__element {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    box-sizing: border-box;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 2px;

}
.bem-pagination .bem-pagination__element:first-child {
    margin-left: 0;
}

.bem-pagination .bem-pagination__element_page {
    font-family: Roboto;
    font-size: 13px;
    color: #3f6eeb;
    line-height: 30px;
}

.bem-pagination .bem-pagination__element_active {
    background-color: #539af5;
    cursor: default;
    color: #ffffff;
}

.bem-pagination .bem-pagination__element_disable {
    cursor: default;
    color: #212b36;
}

.bem-pagination .bem-pagination__element_ellipsis {
    cursor: default;
    color: #212b36;
    font-family: Roboto;
    font-size: 13px;
    line-height: 28px;
}

.bem-pagination .bem-pagination__element_disable:before {
    opacity: 0.5;
}

.bem-pagination .bem-pagination__element_shift-left {
    position: relative;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    border: solid 1px #c4cdd5;
    background-image: linear-gradient(to bottom, #ffffff, #f9fafb);
    font-size: 0;
}

.bem-pagination .bem-pagination__element_shift-left:before {
    content: "\f053";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.bem-pagination .bem-pagination__element_shift-right {
    position: relative;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    border: solid 1px #c4cdd5;
    background-image: linear-gradient(to bottom, #ffffff, #f9fafb);
    font-size: 0;
}

.bem-pagination .bem-pagination__element_shift-right:before {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}