.pagination{display:flex;gap:4px}.pagination__link{display:flex;justify-content:center;align-items:center;border-radius:8px;background-color:#fff;width:44px;height:44px;min-width:44px;min-height:44px}@media screen and (max-width:480px){.pagination__link{width:34px;height:34px;min-width:34px;min-height:34px;font-size:14px}}.pagination__ellipsis{width:44px;height:44px;min-width:44px;min-height:44px;text-align:center;padding-top:14px;font-size:14px;opacity:.2}@media screen and (max-width:480px){.pagination__ellipsis{width:28px;height:28px;min-width:28px;min-height:28px;padding-top:10px}}.pagination__link_active{border-radius:8px;background-color:#1f1f33!important;color:#fff!important;cursor:auto}.pagination__link_active:hover{opacity:1}