.popup{width:100vw;height:100dvh;z-index:var(--z-drawer);opacity:0;visibility:hidden;transition:var(--transition-fade);justify-content:center;align-items:center;padding:50px 7px;display:flex;position:fixed;top:0;left:0}.popup.--active-popup{opacity:1;visibility:visible}.popup__bg{background:var(--overlay-bg);width:100%;height:100%;position:absolute;top:0;left:0}.popup__content{z-index:var(--z-drawer);background:var(--white);border-radius:20px;height:fit-content;max-height:calc(100dvh - 60px);display:flex;position:relative;overflow:scroll}.popup__content .header-popup{height:100%}@media (max-width:600px){.popup.header-popup-login .popup__content,.popup.header-popup-register .popup__content{transition:transform .3s ease-in-out;transform:translateY(100%)}.popup.header-popup-login.--active-popup .popup__content,.popup.header-popup-register.--active-popup .popup__content{transform:translateY(0%)}.header-add-place .popup__content{border:none!important;border-radius:0!important;max-height:100dvh!important;margin:2px -1px 0 0!important;padding:0 0 10px!important}.header-add-place .popup__content .header-popup.header-popup-place{border-radius:0!important}.popup{border-radius:20px 20px 0 0;padding:0}.popup__content{margin-top:auto;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.header-popup{border:none!important;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important;padding:50px 14px 20px!important}.header-popup__close{top:20px!important;right:15px!important}.header-popup__close svg{width:15px!important;height:15px!important}.header-popup__title{letter-spacing:.2px!important;margin-bottom:20px!important;font-size:20px!important;line-height:24px!important}.header-popup__button{border-radius:var(--border-radius)!important;margin-top:20px!important;padding:11px 10px!important}.header-popup__button span{font-size:15px!important}.header-popup__wrapper{row-gap:5px!important}.header-popup__wrapper+.header-popup__wrapper{margin-top:20px!important}}
.page-container{flex-direction:column;width:100%;min-height:100dvh;display:flex;overflow:clip}
