.site_popup{display:none;position:fixed;inset:0;z-index:1000;align-items:center;justify-content:center;padding:30px}.site_popup.is-open{display:flex}.site_popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.72)}.site_popup__dialog{position:relative;width:min(900px,92vw);max-height:90vh;background:#fff;box-shadow:0 12px 40px rgba(0,0,0,.4)}.site_popup__close{position:absolute;right:-14px;top:-14px;z-index:3;width:44px;height:44px;border:0;border-radius:50%;background:#720b16;color:#fff;font-size:28px;line-height:1;cursor:pointer}.site_popup__slides{max-height:calc(90vh - 48px);overflow:auto}.site_popup__article{display:none;text-align:center}.site_popup__article.is-active{display:block}.site_popup__article a{text-decoration:none}.site_popup__article img{display:block;width:100%;height:auto}.site_popup__text{margin:0;padding:16px 22px;color:#150202;background:#fff;white-space:normal}.site_popup__controls{display:flex;align-items:center;justify-content:center;gap:20px;height:48px;background:#f3eee8}.site_popup__controls button{width:42px;height:34px;border:0;background:#720b16;color:#fff;font-size:25px;line-height:1;cursor:pointer}.site_popup__controls.is-single{display:none}.popup-open{overflow:hidden!important}@media(max-width:767px){.site_popup{padding:18px}.site_popup__dialog{width:94vw;max-height:86vh}.site_popup__slides{max-height:calc(86vh - 44px)}.site_popup__close{right:-8px;top:-12px}.site_popup__text{padding:12px 15px;font-size:88%}}
