.popup{position:fixed;z-index:900;min-height:100vh;display:flex;align-items:center;justify-content:center}.popup,.popup__overlay{top:0;bottom:0;right:0;left:0}.popup__overlay{position:absolute;width:100%;height:100%;background:rgba(62,62,62,.75);z-index:905}.popup__content{border-radius:30px;background:#fff;box-shadow:0 20px 40px 0 rgba(0,0,0,.1);position:relative;z-index:910;width:400px;overflow:hidden}.popup__inner{overflow-y:auto;max-height:100%}@media(max-width:767px){.popup__inner{padding-top:66px}.popup__content,.popup__inner{height:100%;width:100%}.popup__overlay{display:none}}