.promo-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.promo-popup.active{opacity:1;visibility:visible}.popup-content{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 5px 25px #0000004d;display:flex;justify-content:center;align-items:center}.popup-close{position:absolute;top:15px;right:15px;background:#00000080;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10;font-size:18px;font-weight:700;transition:background .3s ease}.popup-close:hover{background:#000c}.promo-image{width:auto;height:auto;max-width:90vw;max-height:90vh;display:block;cursor:pointer}@media (max-width: 768px){.promo-image{max-width:85vw;max-height:85vh}}
