.pagination{justify-content:space-between;align-items:center;margin-top:50px;display:flex}.pagination__content{align-items:center;column-gap:30px;display:flex}.pagination__arrow{cursor:pointer;border:none;border-radius:10px;flex-shrink:0;width:50px;height:50px;transition:all .1s ease-in-out}.pagination__arrow:disabled{opacity:.5;cursor:not-allowed}.pagination__arrow--prev{background-color:#fff;background-image:url(/images/pagination-arrow.svg);background-position:50%;background-repeat:no-repeat}.pagination__arrow--prev:hover{background-color:#afe982;background-image:url(/images/pagination-arrow-light.svg)}.pagination__arrow--prev:active{opacity:.5}.pagination__arrow--next{background-color:#fff;background-image:url(/images/pagination-arrow.svg);background-position:50%;background-repeat:no-repeat;transform:rotate(180deg)}.pagination__arrow--next:hover{background-color:#afe982;background-image:url(/images/pagination-arrow-light.svg)}.pagination__arrow--next:active{opacity:.5}.pagination__pages{align-items:center;column-gap:10px;display:flex}.pagination__page{cursor:pointer;background:0 0;border:none;border-radius:10px;width:50px;height:50px;font-family:Montserrat,sans-serif;font-size:25px;font-style:normal;font-weight:400;line-height:normal;transition:background .1s ease-in-out}.pagination__page:hover:not(:disabled),.pagination__page--active{color:#fff;background:#afe982}.pagination__ellipsis{pointer-events:none;justify-content:center;align-items:center;width:50px;height:50px;font-family:Montserrat,sans-serif;font-size:25px;font-weight:400;display:flex}.pagination__link{background:#fff;max-width:344px}@media screen and (max-width:768px){.pagination{flex-direction:column;align-items:stretch;gap:20px}.pagination__content{justify-content:center}.pagination__link{max-width:none}}
