.custom-popup{display:none;position:fixed;z-index:999999;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);justify-content:center;align-items:center;padding:20px;box-sizing:border-box}.custom-popup.active{display:flex}.custom-popup .popup-content{background:#ffffff;max-width:600px;width:100%;padding:30px;border-radius:10px;position:relative;max-height:80vh;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box}.custom-popup .close-popup{position:absolute;top:10px;right:15px;font-size:30px;line-height:1;cursor:pointer;z-index:10}@media (min-width:981px){.custom-popup{align-items:flex-start;padding-top:80px}}@media (max-width:980px){.custom-popup{padding:15px}.custom-popup .popup-content{max-height:85vh;padding:25px}}body.popup-open{overflow:hidden}