.popup-open{overflow:hidden}@keyframes pop{from{opacity:0}to{opacity:1}}@keyframes popcnt{from{bottom:-50px;opacity:0}to{bottom:0;opacity:1}}.popup{position:fixed;z-index:666;padding:40px 20px;left:0;top:0;width:100%;height:100%;overflow:hidden auto;background:#00000088;backdrop-filter:blur(3px);display:none;animation:.3s linear pop}.popup .popup-content{max-width:calc(100% - 16px);width:480px;padding:40px;background:#fff;position:relative;animation:.4s popcnt;margin:auto}.popup.fullsize{padding:0}.popup.fullsize .popup-content{max-width:100%;width:100%}.popup.video{padding:16px}.popup.video .popup-content{padding:0;max-width:1280px;width:100%}.popup.video .popup-content iframe{width:100%;height:auto;aspect-ratio:1.7777777778;display:block;margin-bottom:-1px}.popup .popup-close-btn{position:absolute;top:-30px;right:0;border:none;background:#00000000;color:#fff;width:30px;font:300 30px/30px sans-serif;cursor:pointer}