.modal-slider{height:100%;left:0;position:fixed;top:0;width:100%;z-index:9996}.modal-slider__backdrop{background:rgba(0,0,0,.7);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.modal-slider__content{background:#101326;flex-direction:column;height:100%;padding:1rem;position:relative;z-index:2}.modal-slider__close,.modal-slider__content{align-items:center;display:flex;justify-content:center}.modal-slider__close{background:rgba(0,0,0,.5);border:2px solid #fff;border-radius:50%;cursor:pointer;height:40px;position:absolute;right:1rem;top:-2rem;transition:transform .2s,background .2s;width:40px;z-index:10}.modal-slider__close:hover{transform:rotate(90deg)}.modal-slider__wrapper{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:16px;max-width:90vw;order:1;position:relative;width:100%}.modal-slider__main{max-width:500px;width:100%}.modal-slider__main img{display:block;height:auto;max-height:50vh;object-fit:contain;width:100%}.modal-slider__nav{align-items:center;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;position:static;transition:transform .2s;width:48px}.modal-slider__nav:hover{transform:scale(1.1)}.modal-slider__nav--desktop{display:none!important}.modal-slider__nav-mobile{display:flex;gap:16px;margin-top:16px;order:3}.modal-slider__thumbs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:90vw;order:2}.modal-slider__thumbs .slick-list{display:flex;justify-content:center;width:100%}.modal-slider__thumbs .slick-track{display:flex!important;margin:0 auto;width:auto!important}.modal-slider__thumbs .slick-slide{height:75px!important;margin:0 4px;width:120px!important}.modal-slider__thumbs .slick-slide>div{border:2px solid transparent;border-radius:8px;cursor:pointer;height:75px;overflow:hidden;transition:border-color .3s;width:120px}.modal-slider__thumbs .slick-slide.slick-current>div{border-color:#fff}.modal-slider__thumbs img{height:100%;object-fit:cover;width:100%}@media (min-width:992px){.modal-slider__content{padding:2rem}.modal-slider__close{height:56px;right:-90px;top:0;width:56px}.modal-slider__wrapper{flex-direction:row;gap:16px;margin-bottom:16px;max-width:none;order:auto;width:auto}.modal-slider__main{max-width:1062px;width:70vw}.modal-slider__main img{max-height:70vh}.modal-slider__nav--desktop{display:flex!important;position:static}.modal-slider__nav-mobile{display:none}.modal-slider__thumbs{gap:8px;max-width:1062px;order:auto}}