.page-slider{margin:28px 0}.page-slider__main{position:relative;background:var(--paper);border:1px solid var(--line);border-radius:16px;overflow:hidden}.page-slider__main img{display:block;width:100%;height:min(55vw,540px);object-fit:contain}.page-slider__arrow{position:absolute;top:50%;width:42px;height:42px;transform:translateY(-50%);border:0;border-radius:50%;background:#0f172ab8;color:#fff;font-size:1.7rem;cursor:pointer}.page-slider__arrow.prev{left:14px}.page-slider__arrow.next{right:14px}.page-slider__thumbs{display:flex;gap:9px;overflow-x:auto;margin-top:12px;padding-bottom:4px}.page-slider__thumb{flex:0 0 72px;height:58px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:transparent;cursor:pointer}.page-slider__thumb.active{border-color:var(--violet)}.page-slider__thumb img{width:100%;height:100%;object-fit:cover}@media(max-width:600px){.page-slider__main img{height:310px}.page-slider__arrow{width:36px;height:36px}.page-slider__thumb{flex-basis:60px;height:48px}}
