.header{z-index:var(--z-sticky);-webkit-backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #0000000f;position:sticky;top:0}.header:has(.header__burger[aria-expanded=true]){z-index:calc(var(--z-toast) + 1)}.header__content{justify-content:space-between;align-items:center;gap:clamp(1rem,1.6vw,2rem);height:56px;display:flex}.logo{flex-shrink:0;align-items:center;min-width:0;min-height:44px;transition:opacity .15s;display:flex}.logo:hover{opacity:.7}.logo__img{width:auto;height:22px}.header__nav{flex:auto;justify-content:center;align-items:center;gap:.125rem;min-width:0;display:flex}.header__nav-link{color:var(--color-text-secondary);letter-spacing:-.01em;white-space:nowrap;border-radius:8px;padding:.5rem clamp(.5rem,.75vw,.75rem);font-size:.9375rem;font-weight:500;transition:color .15s,background .15s;position:relative}.header__nav-link:hover{color:var(--color-text);background:#0000000a}.header__nav-link--active{color:var(--color-text);background:var(--color-surface-muted)}.header__cta{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header__phone{color:var(--color-text);white-space:nowrap;letter-spacing:-.02em;font-size:.9375rem;font-weight:600;transition:color .15s}.header__phone:hover{color:#0a6331}.header__phone-mobile{background:var(--color-surface-muted);width:44px;height:44px;color:var(--color-text);border-radius:10px;flex:0 0 44px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:none}.header__phone-mobile svg{width:18px;height:18px}.header__phone-mobile:hover{background:#e5e7eb}.header__book-btn-desktop{color:#fff;letter-spacing:-.01em;white-space:nowrap;background:#0a6331;border:none;border-radius:10px;justify-content:center;align-items:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:color .15s,background .15s;display:inline-flex;box-shadow:0 1px 2px #0a63311a}.header__book-btn-desktop:hover{color:#fff;background:#0d7a3c;transform:translateY(-1px);box-shadow:0 4px 12px #0a633133}.header__burger{cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:background .15s;display:none;position:relative}.header__burger:hover{background:var(--color-surface-muted)}.header__burger:focus-visible{outline-offset:2px;outline:2px solid #0a6331}.header__burger span{background:var(--color-text);border-radius:2px;width:18px;height:2px;transition:transform .2s,opacity .2s;display:block;position:absolute;left:11px}.header__burger span:first-child{top:13px}.header__burger span:nth-child(2){top:19px}.header__burger span:nth-child(3){top:25px}.header__burger--open span:first-child{top:19px;transform:rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0;transform:translate(-8px)}.header__burger--open span:nth-child(3){top:19px;transform:rotate(-45deg)}.header__nav-mobile{max-height:calc(100dvh - 61px);padding:1rem 0 max(1.25rem,env(safe-area-inset-bottom));overscroll-behavior:contain;border-top:1px solid #0000000f;flex-direction:column;gap:.25rem;margin-top:.5rem;display:none;overflow-y:auto}.header__nav-mobile[hidden]{display:none}.header__nav-mobile-link{color:var(--color-text-secondary);border-radius:10px;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:color .15s,background .15s}.header__nav-mobile-link:hover,.header__nav-mobile-link--active{color:var(--color-text);background:var(--color-surface-muted)}.header__book-btn{color:#fff;letter-spacing:-.01em;background:#0a6331;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.75rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:color .15s,background .15s;display:flex}.header__book-btn:hover{color:#fff;background:#0d7a3c}@media (min-width:1181px) and (max-width:1340px){.header__phone{display:none}.header__phone-mobile{display:flex}}@media (max-width:1180px){.header__content{gap:.5rem;height:52px}.logo{flex:auto}.logo__img{max-width:100%;height:18px}.header__nav{display:none}.header__cta{gap:.5rem}.header__cta .header__phone{display:none}.header__phone-mobile{display:flex}.header__book-btn-desktop{display:none}.header__burger{flex:0 0 44px;display:flex}.header__nav-mobile{display:flex}}@media (max-width:360px){.header__content{gap:.375rem}.header__cta{gap:.25rem}}@media (prefers-reduced-motion:reduce){.logo,.header__phone,.header__phone-mobile,.header__book-btn-desktop,.header__burger,.header__burger span,.header__nav-link,.header__nav-mobile-link,.header__book-btn{transition:none}}
.notice-banner{color:#7c2d12;background:linear-gradient(90deg,#fff7ed 0%,#fef3c7 100%);border-bottom:1px solid #fcd34d;font-size:.875rem;line-height:1.45}.notice-banner__inner{align-items:flex-start;gap:.625rem;max-width:1200px;margin:0 auto;padding:.625rem 1rem;display:flex}.notice-banner__icon{flex:none;font-size:1.05rem;line-height:1.3}.notice-banner__text{flex:auto;margin:0}.notice-banner__text strong{color:#7c2d12;font-weight:700}.notice-banner__close{color:#7c2d12;cursor:pointer;opacity:.65;background:0 0;border:none;flex:none;padding:0 .25rem;font-size:1.4rem;line-height:1;transition:opacity .2s}.notice-banner__close:hover{opacity:1}@media (max-width:600px){.notice-banner{font-size:.8125rem}.notice-banner__inner{padding:.5rem .75rem}}
.footer{background:var(--color-gray-900);color:var(--color-white);padding:var(--space-16)0 0;margin-top:var(--space-20)}.footer__content{gap:var(--space-8)var(--space-10);margin-bottom:var(--space-10);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}@media (max-width:768px){.footer__content{gap:var(--space-8);grid-template-columns:1fr}}.footer__section{align-items:flex-start;gap:var(--space-4);flex-direction:column;display:flex}.footer__about{max-width:360px}@media (max-width:768px){.footer__about{max-width:100%}}.footer__logo{height:20px;margin-bottom:var(--space-3);color:#fff;--logo-mark:#fff}.footer__tagline{font-size:var(--text-base);font-weight:500;line-height:var(--leading-relaxed);color:var(--color-white);margin:0}.footer__description{font-size:.9375rem;line-height:var(--leading-relaxed);color:#ffffffd9;margin:0}.footer__title{font-size:var(--text-base);margin-bottom:var(--space-2);color:var(--color-white);font-weight:600}.footer__nav{gap:var(--space-1);flex-direction:column;display:flex}.footer__link{color:#ffffffd9;min-height:40px;transition:color var(--transition-fast);align-items:center;font-size:.9375rem;display:inline-flex}.footer__link:hover{color:var(--color-white)}.footer__contacts{gap:var(--space-1);flex-direction:column;display:flex}.footer__contact-item{align-items:center;gap:var(--space-3);color:#ffffffd9;min-height:40px;transition:color var(--transition-fast);font-size:.9375rem;display:flex}.footer__contact-item:hover{color:var(--color-white)}.footer__contact-icon{width:var(--size-5);height:var(--size-5);flex-shrink:0}.footer__social{gap:var(--space-3);margin-top:var(--space-2);display:flex}.footer__social-link{width:var(--size-10);height:var(--size-10);border-radius:var(--radius-md);color:var(--color-white);transition:color var(--transition-fast),opacity var(--transition-fast);border:1px solid #fff3;justify-content:center;align-items:center;display:flex}.footer__social-link:focus-visible{outline:var(--focus-ring-width)solid var(--color-white);outline-offset:var(--focus-ring-offset)}.footer__social-link:hover{background:var(--color-white);color:var(--color-gray-900);border-color:var(--color-white)}.footer__divider{height:1px;margin:var(--space-8)0 var(--space-6);background:#ffffff1a}.footer__bottom{padding-bottom:var(--space-6)}.footer__bottom-content{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}@media (max-width:768px){.footer{padding:var(--space-10)0 0;margin-top:var(--space-12)}.footer__content{gap:var(--space-6);margin-bottom:var(--space-6)}.footer__section:not(.footer__about){padding-top:var(--space-5);border-top:1px solid #ffffff1a}.footer__logo{height:18px}.footer__title{margin-bottom:var(--space-1);font-size:.9375rem}.footer__divider{margin:var(--space-5)0 var(--space-4)}.footer__bottom{padding-bottom:var(--space-4)}.footer__bottom-content{text-align:center;gap:var(--space-3);flex-direction:column}.footer__bottom-links{gap:var(--space-4)}}.footer__copyright{font-size:var(--text-xs);color:#ffffffc2}.footer__bottom-links{align-items:center;gap:var(--space-6);flex-wrap:wrap;display:flex}.footer__bottom-link{color:#ffffffc2;min-height:44px;transition:color var(--transition-fast);align-items:center;font-size:.8125rem;display:inline-flex}.footer__privacy-settings{cursor:pointer;min-height:44px;text-align:inherit;background:0 0;border:0;padding:10px 0;font-family:inherit}.footer__bottom-link:focus-visible{outline-offset:4px;outline:2px solid}.footer__bottom-link:hover{color:var(--color-white)}
