:root{--ocean_blue:#0d1130;--ocean_blue-rgb:13, 17, 48;--ocean_blue_light:#0a1459}.popup{display:flex;align-items:center;justify-content:center;position:fixed;z-index:9;left:0;top:0;width:100%;height:100%;transition:opacity .3s}.popup .popup_bg{position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;background-color:rgba(var(--ocean_blue-rgb), 50%)}.popup .popup_wrapper{position:relative;z-index:2;max-width:768px;border-radius:3px;box-shadow:rgba(0,0,0,0.24) 0 3px 8px;overflow:hidden}.popup .popup_close{display:flex;z-index:2;align-items:center;justify-content:center;position:absolute;right:0;top:0;width:32px;height:32px;border-radius:0 0 0 6px;background-color:var(--ocean_blue);color:white;cursor:pointer}.popup .popup_swiper{position:relative;z-index:1;width:100%;height:auto}.popup .popup_swiper .swiper-wrapper .swiper-slide img{display:block}.popup .popup_swiper .swiper-wrapper .swiper-slide span{position:absolute;display:table;left:25px;right:25px;bottom:10px;max-width:calc(100% - 8px - 8px);margin:0 auto;padding:4px 8px;text-align:center;background-color:rgba(255,255,255,0.86);color:var(--ocean_blue_light);font-weight:bold;font-size:14px;font-family:sans-serif;border-radius:99px}.popup .popup_swiper .swiper-button-next,.popup .popup_swiper .swiper-button-prev{width:46px;height:66px;padding:10px;color:white!important}.popup .popup_swiper .swiper-button-next svg,.popup .popup_swiper .swiper-button-prev svg,.popup .popup_swiper .swiper-button-next path,.popup .popup_swiper .swiper-button-prev path{fill:white!important}.popup.closed{opacity:0;pointer-events:none}/*# sourceMappingURL=./popup.css.map */