.popup_2025{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:20px;position:fixed;top:0;transition:opacity .25s ease-in-out,z-index .25s ease-in-out;width:100%;z-index:-1}.popup_2025 *{box-sizing:border-box}.popup_2025.active{opacity:1;z-index:9999999}.popup_2025__heading{margin-bottom:20px}.popup_2025__text{margin-top:20px}.popup_2025__image{object-fit:cover}.popup_2025__content{background:#fff;border-radius:8px;max-width:800px;padding:35px 55px;position:relative;width:100%}.popup_2025__close{cursor:pointer;position:absolute;right:-12px;top:-12px}@media(max-width:480px){.popup_2025__content{max-height:80vh;overflow-y:auto;padding:30px}.popup_2025__close{right:0;top:0}.popup_2025__text p{font-size:16px}}