.mobile-header-call,.nav .mobile-menu-call{display:none}
.call-circle{align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border:1px solid #c9e5dc;border-radius:50%;background:#e8f5f0;color:var(--teal)}
.call-circle:hover{background:#d6ede4}
.call-circle svg{width:22px;height:22px}
.footer-contacts{display:flex;flex-direction:column;align-items:flex-end;gap:2px}
.footer-phone{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-weight:700;font-size:15px;color:var(--teal)}
.footer-phone svg{width:19px;height:19px}
 .header{position:sticky;top:0;z-index:100;box-shadow:0 4px 18px #183d3508}
 body.admin-bar .header{top:32px}
@media(max-width:782px){body.admin-bar .header{top:46px}}
@media(max-width:600px){body.admin-bar .header{top:0}}
@media(max-width:850px){
 .mobile-header-call{display:inline-flex}
 .nav.is-open .mobile-menu-call{display:flex;align-items:center;gap:12px;border-top:1px solid var(--border);padding:16px 0 0;margin-top:8px;text-decoration:none}
 .mobile-menu-call .call-circle{display:inline-flex}
 .mobile-menu-call strong{display:block;margin-top:3px;font-size:16px}
 .nav.is-open{max-height:calc(100dvh - 140px);overflow-y:auto;overscroll-behavior:contain}
}
@media(max-width:560px){
 .header-inner{gap:8px}
 .mobile-header-call{margin-left:auto}
 .header .menu-toggle{margin-left:0}
 .footer-contacts{align-items:flex-start}
}

.mobile-booking-fab{display:none}
@media(max-width:560px){
 .mobile-booking-fab{display:flex;align-items:center;justify-content:center;position:fixed;left:max(16px,env(safe-area-inset-left));bottom:calc(16px + env(safe-area-inset-bottom));width:50px;height:50px;border:0;border-radius:50%;background:var(--red-button);color:white;box-shadow:0 4px 16px #9e102b40;z-index:90;cursor:pointer}
 .mobile-booking-fab:hover{background:#c80f1b}
 .mobile-booking-fab svg{width:24px;height:24px}
 .site-footer{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
 body:has(dialog[open]) .mobile-booking-fab{visibility:hidden}
}
