.pager__items{--pager__item--height: 34px;--pager__item--color: #7C7C7C;--pager__padding-bottom: 30px;margin-left:auto;margin-right:auto;padding-left:var(--site--sides__padding);padding-right:var(--site--sides__padding);max-width:var(--container-1);width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:7px;padding-top:24px;padding-bottom:var(--pager__padding-bottom)}@media(max-width: 768px){.pager__items{--pager__padding-bottom: 0}}.pager__link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--pager__item--height);height:var(--pager__item--height);border:1px solid rgba(0,0,0,0);border-radius:100px;color:var(--pager__item--color)}.pager__link:hover,.pager__link--current{border-color:var(--purple-1);background-color:var(--purple-2) !important;font-style:normal;cursor:pointer}.pager__item--ellipsis{position:relative;top:3px}.pager__link{position:relative}.pager__item--first .pager__link::before,.pager__item--last .pager__link::before{content:"";position:absolute;top:0;bottom:0;left:14px;right:0;margin:auto;height:18px;width:2px;background-color:var(--pager__item--color)}.pager__item--control .pager__link{background:transparent url(../sprite.svg?1#right-icon) no-repeat 50%/20px 20px;content:"";display:block;width:var(--pager__item--height);height:var(--pager__item--height)}.pager__item--control svg{display:none}.pager__item--first .pager__link,.pager__item--previous .pager__link{-webkit-transform:rotate(180deg);transform:rotate(180deg)}