.module-pagination.iseltas .nums{
    max-width: 274px;
    position: relative;
    margin: auto;
}
.module-pagination__item{
    width: 29px !important;
    height: 29px !important;
    line-height: unset !important;
}
.module-pagination .cur:after{
    content: unset !important;
}
.module-pagination .cur{
    background: #F3F3F3;
    border-radius: 5px;
    color: black;
}
.arrows-pagination__item .arrow-all{
    top: 8px !important;
}
.module-pagination__item:not(.cur) {
    color: rgb(85, 85, 85) !important;
}
.nums > a.module-pagination__item:hover {
    color: black !important;
    background: #F8F8F8;
    border-radius: 5px;
}
.iseltas .stroke-theme-parent-all:hover .stroke-theme-target *{
    stroke: unset !important;
}
.two_arrows .arrows-pagination__item{
    width: 50px !important;
}
.two_arrows .arrow-all--wide{
    width: 30px !important;
}