.pop-up{position:fixed;z-index:999;top:0;left:0;overflow:hidden;display:none;width:100%;height:100%}.pop-up--overflow{position:fixed;z-index:99;top:0;left:0;width:100%;height:100%;background-color:rgba(69,69,69,.5)}.pop-up--wrapper{position:absolute;z-index:100;top:0;left:0;overflow-y:auto;padding:32px 24px;border-radius:6px;background-color:#fff}@media(max-width: 768px){.pop-up--wrapper{box-sizing:border-box;width:100%;height:100%}}@media(min-width: 768px){.pop-up--wrapper{top:50%;left:50%;width:auto;max-width:700px;max-height:90vh;transform:translate(-50%, -50%)}}.pop-up--title{display:flex;justify-content:space-between;align-items:center;position:relative;margin-bottom:32px;padding-bottom:32px}.pop-up--title::after{content:"";position:absolute;bottom:0;left:0;width:calc(100% + 48px);height:3px;margin-right:-24px;margin-left:-24px;border-bottom:1px solid rgba(70,87,98,.1)}.pop-up--title .close-btn{display:block;width:24px;height:24px;margin-left:auto;cursor:pointer}.pop-up--title .close-btn svg{width:100%;height:100%;fill:#090909;color:#090909}.pop-up--title .close-btn:hover{opacity:.7}.pop-up-label{font-weight:500}/*# sourceMappingURL=popup.css.map */
