.gallery-modal{width:100vw;height:100dvh;position:fixed;left:0;top:0;padding-top:50px;background-color:#fff;visibility:hidden;z-index:-1;opacity:0;pointer-events:none}.gallery-modal.opened{visibility:visible;z-index:100;opacity:1;pointer-events:auto}.gallery-modal__close{display:flex;width:50px;height:50px;align-items:center;justify-content:center;font-size:32px;cursor:pointer;position:absolute;right:0;top:0}.gallery-modal__inner{padding-bottom:30px;position:relative}.gallery-modal__slide{max-height:calc(100dvh - 80px)}.gallery-modal__button{position:absolute;top:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);font-size:32px;z-index:2}.gallery-modal__button.--prev{left:0}.gallery-modal__button.--next{right:0}.gallery-modal__pagination{--swiper-theme-color: #000;bottom:0 !important}
