.li-gallery{position:relative;margin:30px 0}.li-gallery-stage{height:min(68vh,680px);background:#0b1d2b;border-radius:22px;overflow:hidden}.li-gallery-slide{display:none;position:relative;width:100%;height:100%;align-items:center;justify-content:center}.li-gallery-slide.active{display:flex}.li-gallery-slide img{width:100%;height:100%;object-fit:contain}.li-gallery-slide span{position:absolute;right:16px;top:15px;background:rgba(0,0,0,.7);color:#fff;padding:6px 11px;border-radius:999px}.li-gallery-prev,.li-gallery-next{position:absolute;z-index:4;top:42%;width:48px;height:48px;border:0;border-radius:50%;background:rgba(16,42,67,.88);color:#fff;font-size:31px;cursor:pointer}.li-gallery-prev{left:14px}.li-gallery-next{right:14px}.li-gallery-thumbs{display:flex;gap:8px;overflow:auto;padding:10px 0}.li-gallery-thumbs button{flex:0 0 82px;border:2px solid transparent;border-radius:9px;padding:0;overflow:hidden;background:none}.li-gallery-thumbs button.active{border-color:#0e7490}.li-gallery-thumbs img{width:82px;height:62px;object-fit:cover;display:block}.li-lightbox{position:fixed;inset:0;z-index:99999;background:rgba(3,12,20,.95);display:grid;place-items:center;padding:35px}.li-lightbox img{max-width:94vw;max-height:90vh}.li-lightbox button{position:absolute;right:20px;top:12px;background:none;border:0;color:#fff;font-size:43px;cursor:pointer}
