section.popups .popup{display:flex;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:99999;box-sizing:border-box;pointer-events:none;overflow:hidden}section.popups .popup.hidden{display:none}section.popups .popup .popup_overlay{position:absolute;width:0;height:0;z-index:-1;pointer-events:all}section.popups .popup .popup_content{max-height:100%;max-width:100%;transition:all .2s ease}section.popups .popup .popup_content .popup_wrapper{width:100%;height:100%;box-sizing:border-box;pointer-events:all;transition-property:transform;transition:all .2s ease;background-color:var(--color23,#ffffff)}