.popup__overlay{inset:0;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);transition:opacity .3s ease,visibility .3s;z-index:11}.popup__content,.popup__overlay{position:fixed;opacity:0;visibility:hidden}.popup__content{top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);background-color:var(--color-white);border-radius:1rem;max-width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 .62rem 1.25rem rgba(0,0,0,.3);transition:opacity .3s ease,transform .3s ease,visibility .3s;z-index:12}.popup__close{display:flex;position:absolute;z-index:13;top:.55rem;right:.55rem;width:.75rem;height:.75rem;border:none;border-radius:50%;cursor:pointer;justify-content:center;align-items:center;column-gap:.187rem;overflow:hidden;white-space:nowrap;max-width:100%;transition:max-width .4s ease,padding .3s ease,opacity .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.popup__close_icon{width:.75rem;height:auto;object-fit:cover}.popup--open .popup__overlay{opacity:1;visibility:visible}.popup--open .popup__content{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}@media(max-width:767px){.popup__content{max-width:100%;max-height:55vh}.popup__content_bookingMobile{border-radius:27px;top:auto;bottom:27px;left:50%;max-width:calc(100% - 32px);width:max-content;max-height:95vh;transform:translate(-50%,15%) scale(.8)!important}.popup__content_bookingMobile .popup__close{height:24px;width:24px}.popup__content_bookingMobile .popup__close_icon{width:24px;height:auto}.popup__contentLeft_bookingInfo{gap:0}.popup--open .popup__content{transform:translate(-50%,-50%) scale(1.8)}.popup--open .popup__content_bookingMobile{transform:translate(-50%) scale(1)!important}}