.cm-simple-popup{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:18px;box-sizing:border-box}.cm-simple-popup.is-active{display:flex}.cm-simple-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.64);backdrop-filter:blur(2px)}.cm-simple-popup__box{position:relative;width:100%;animation:cmPopupIn .22s ease;background:#fff;border-radius:22px;box-shadow:0 24px 80px rgba(0,0,0,.42);overflow:visible;border:10px solid #fff;box-sizing:border-box}.cm-simple-popup__image-wrap{overflow:hidden;border-radius:14px;background:#fff}.cm-simple-popup__image-wrap a{display:block}.cm-simple-popup__box img{display:block;width:100%;height:auto;border-radius:14px}.cm-simple-popup__close{position:absolute;right:-18px;top:-18px;width:42px;height:42px;min-width:42px;min-height:42px;padding:0;border:3px solid #fff!important;border-radius:50%!important;background:#111!important;color:#fff!important;font-size:28px!important;font-weight:400!important;line-height:34px!important;text-align:center!important;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.32);z-index:5;font-family:Arial,sans-serif!important;appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:center}.cm-simple-popup__close:hover{background:#333!important;transform:scale(1.04)}.cm-simple-popup__footer{padding:14px 8px 4px;text-align:center}.cm-simple-popup__enter{appearance:none;-webkit-appearance:none;border:0!important;border-radius:999px!important;background:#111!important;color:#fff!important;cursor:pointer;font-size:16px!important;font-weight:700!important;line-height:1.2!important;padding:13px 28px!important;box-shadow:0 8px 22px rgba(0,0,0,.18);font-family:inherit!important}.cm-simple-popup__enter:hover{background:#333!important;transform:translateY(-1px)}@keyframes cmPopupIn{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:600px){.cm-simple-popup{padding:16px}.cm-simple-popup__box{border-width:7px;border-radius:18px}.cm-simple-popup__image-wrap,.cm-simple-popup__box img{border-radius:11px}.cm-simple-popup__close{right:-13px;top:-13px;width:36px;height:36px;min-width:36px;min-height:36px;font-size:24px!important;line-height:30px!important}.cm-simple-popup__enter{font-size:15px!important;padding:12px 24px!important}.cm-simple-popup__footer{padding-top:12px}}
