.c-mobile-popup{background:#0006;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.c-mobile-popup__content{background:#f7f8fa;border-radius:8px 8px 0 0;bottom:0;display:flex;flex-direction:column;left:0;max-height:75%;overflow:hidden;position:absolute;transition:.3s;width:100%}.c-mobile-popup__header{align-items:center;box-sizing:border-box;display:flex;flex-shrink:0;height:52px;padding:0 20px;width:100%}.c-mobile-popup__close{color:#999;display:flex;font-size:24px;margin-left:auto}.c-mobile-popup__inner{flex:1;overflow-y:auto;padding-bottom:16px}.popup-slide-enter-active{animation:popup-slide-in .2s ease-in-out}.popup-slide-leave-active{animation:popup-slide-in .15s ease-in-out reverse}@keyframes popup-slide-in{0%{transform:translateY(100%)}to{transform:translate(0)}}
