.vyqon-popup{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:clamp(.75rem,2vw,1.5rem);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}body.vyqon-popup-is-open{overflow:hidden;touch-action:none;overscroll-behavior:none}.vyqon-popup.is-visible{opacity:1;visibility:visible;pointer-events:auto}.vyqon-popup[hidden]{display:none!important}.vyqon-popup__backdrop{position:absolute;inset:0;background:rgba(6,11,24,.74);backdrop-filter:blur(4px);animation:vyqon-popup-backdrop-fade .28s ease both}.vyqon-popup__dialog{position:relative;z-index:1;width:min(96vw,860px);max-width:860px;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 28px 70px rgba(0,0,0,.3);transform-origin:center center;animation:vyqon-popup-dialog-pop .46s cubic-bezier(.2,.95,.2,1) both}.vyqon-popup__close{position:absolute;top:1rem;right:1rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:0;border-radius:999px;background:rgba(10,18,36,.78);color:#fff;font-size:1.7rem;line-height:1;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.16)}.vyqon-popup__close:hover,.vyqon-popup__close:focus{background:rgba(10,18,36,.95);color:#fff}.vyqon-popup__link{display:block;color:inherit}.vyqon-popup__link img{width:100%;height:auto;display:block}@keyframes vyqon-popup-backdrop-fade{from{opacity:0}to{opacity:1}}@keyframes vyqon-popup-dialog-pop{0%{opacity:0;transform:translateY(30px) scale(.88)}60%{opacity:1;transform:translateY(-4px) scale(1.01)}100%{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:640px){.vyqon-popup__dialog{width:min(94vw,560px);max-width:560px;border-radius:20px}.vyqon-popup__close{width:2.25rem;height:2.25rem;font-size:1.5rem;top:.75rem;right:.75rem}}
