.pagination{justify-content:flex-end;align-items:center;gap:8px;display:flex}.pagination__title{color:#2d2e2e;font-weight:600}.pagination__current-page{color:#474d66}.pagination__select-wrapper{position:relative}.pagination__title-wrapper{cursor:pointer;gap:8px;display:flex}.pagination__select-inner-wrapper{background-color:#fff;border:1px solid #d8dae5;border-radius:8px;padding:8px 0;position:absolute;top:-116px;left:0;right:0}.pagination__select-item{cursor:pointer;padding:2px 8px}.pagination__select-item:hover{background-color:#ffe9da}.pagination__select-button{transform:rotate(180deg)}.pagination__page-button{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.pagination__prev-button{width:10px;height:10px;transform:rotate(-90deg)}.pagination__next-button{width:10px;height:10px;transform:rotate(90deg)}@media (max-width:768px){.pagination{justify-content:space-between}.pagination__select-wrapper{display:none}.pagination__page-button{width:48px;height:48px}.pagination__page-button--prev{order:-1}.pagination__prev-button,.pagination__next-button{width:20px;height:20px}}
.lds-ring{width:48px;height:48px;display:inline-block;position:relative}.lds-ring div{box-sizing:border-box;border:4px solid #0000;border-top-color:#ff5757;border-radius:50%;width:40px;height:40px;margin:4px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite lds-ring;display:block;position:absolute}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
