.pgn{display:flex;flex-direction:column;align-items:center;row-gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid var(--borderColor)}.pgn__list{column-gap:6px}.pgn__l{background-color:var(--lightGrey);border-radius:8px;font-size:13px;font-weight:500;letter-spacing:-.05em;width:36px;height:36px;display:flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pgn__l:not(.pgn__l_active):not(.pgn__l_disabled):hover{background-color:var(--bgSoft)}.pgn__l_active{background-color:var(--mainColor);color:var(--light);cursor:default}.pgn__l_pos_btn{width:324px;height:40px;column-gap:2px;font-size:14px}.pgn__l-icon{width:14px;height:14px}.pgn__btn{height:40px}.pgn__btn-i{width:26px;height:26px}.pgn__sep{height:36px;padding-left:6px;padding-right:6px;display:flex;align-items:center}.pgn__sep-i{width:15px;height:15px;display:inline-block;margin-top:auto;fill:var(--grey-300)}.pgn__count{color:var(--grey-300);font-weight:600;letter-spacing:-.05em}