.wm-global-footer{
  position:relative;
  z-index:2;
  padding:clamp(56px,7vw,96px) clamp(20px,5vw,72px) 26px;
  border-top:1px solid rgba(255,255,255,.1);
  background:#0a0b0d;
  color:#f5f3ee;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.wm-global-footer__inner{
  display:grid;
  width:min(100%,1320px);
  grid-template-columns:minmax(260px,1.5fr) repeat(3,minmax(150px,.65fr));
  gap:clamp(34px,5vw,80px);
  margin:0 auto;
}
.wm-global-footer__logo{display:inline-flex;align-items:center;gap:13px;color:#fff;text-decoration:none}
.wm-global-footer__logo img{display:block;width:64px;height:auto}
.wm-global-footer__logo span{font-size:11px;font-weight:750;letter-spacing:.17em}
.wm-global-footer__brand>p{max-width:390px;margin:24px 0 16px;color:rgba(245,243,238,.58);font-size:14px;line-height:1.6}
.wm-global-footer__city{color:#c9a45f;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.wm-global-footer__label{margin:0 0 20px!important;color:rgba(245,243,238,.38)!important;font-size:9px!important;font-weight:700;letter-spacing:.15em;line-height:1.2!important;text-transform:uppercase}
.wm-global-footer__nav,.wm-global-footer__contacts,.wm-global-footer__legal{display:flex;align-items:flex-start;flex-direction:column;gap:12px}
.wm-global-footer__nav a,.wm-global-footer__contacts a,.wm-global-footer__bottom a,.wm-global-footer__bottom button{color:rgba(245,243,238,.72);font-size:13px;line-height:1.4;text-decoration:none;transition:color .2s ease}
.wm-global-footer__nav a:hover,.wm-global-footer__contacts a:hover,.wm-global-footer__bottom a:hover,.wm-global-footer__bottom button:hover{color:#fff}
.wm-global-footer__contacts address,.wm-global-footer__legal p{margin:0;color:rgba(245,243,238,.48);font-size:12px;font-style:normal;line-height:1.65}
.wm-global-footer__bottom{display:flex;width:min(100%,1320px);align-items:flex-start;justify-content:space-between;gap:30px;margin:clamp(44px,6vw,76px) auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.09);color:rgba(245,243,238,.34);font-size:10px;letter-spacing:.06em;text-transform:uppercase}
.wm-global-footer__bottom>div{display:flex;align-items:center;justify-content:flex-end;gap:24px}
.wm-global-footer__bottom a,.wm-global-footer__bottom button{font:inherit;letter-spacing:inherit;text-transform:inherit}
.wm-global-footer__bottom button{padding:0;border:0;background:transparent;cursor:pointer}

.wm-cookie-notice{
  position:fixed;
  z-index:100000;
  right:20px;
  bottom:20px;
  width:min(560px,calc(100vw - 40px));
  padding:24px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  background:rgba(15,16,18,.96);
  box-shadow:0 24px 80px rgba(0,0,0,.48);
  color:#f5f3ee;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  backdrop-filter:blur(24px) saturate(130%);
  -webkit-backdrop-filter:blur(24px) saturate(130%);
}
.wm-cookie-notice[hidden]{display:none}
.wm-cookie-notice h2{margin:0 0 10px;color:#fff;font-size:20px;font-weight:650;line-height:1.2;letter-spacing:-.025em}
.wm-cookie-notice p{margin:0;color:rgba(245,243,238,.66);font-size:13px;line-height:1.55}
.wm-cookie-notice p a{color:#d5b46f}
.wm-cookie-notice__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}
.wm-cookie-notice button{min-height:42px;padding:0 17px;border:1px solid rgba(255,255,255,.16);border-radius:99px;background:transparent;color:#f5f3ee;font:inherit;font-size:12px;font-weight:700;cursor:pointer}
.wm-cookie-notice button:hover{border-color:rgba(255,255,255,.35)}
.wm-cookie-notice button[data-wm-cookie-accept]{border-color:#c9a45f;background:#c9a45f;color:#111}
.wm-cookie-notice button:focus-visible,.wm-global-footer a:focus-visible,.wm-global-footer button:focus-visible{outline:2px solid #d5b46f;outline-offset:3px}

@media(max-width:900px){
  .wm-global-footer__inner{grid-template-columns:1.2fr 1fr}
  .wm-global-footer__brand{grid-column:1/-1}
  .wm-global-footer__bottom{align-items:flex-start;flex-direction:column}
  .wm-global-footer__bottom>div{align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}
}
@media(max-width:560px){
  .wm-global-footer{padding-right:20px;padding-left:20px}
  .wm-global-footer__inner{grid-template-columns:1fr;gap:34px}
  .wm-global-footer__brand{grid-column:auto}
  .wm-global-footer__bottom>div{align-items:flex-start;flex-direction:column;gap:12px}
  .wm-cookie-notice{right:12px;bottom:12px;width:calc(100vw - 24px);padding:20px;border-radius:16px}
  .wm-cookie-notice__actions{align-items:stretch;flex-direction:column-reverse}
  .wm-cookie-notice button{width:100%}
}
@media(prefers-reduced-motion:reduce){
  .wm-global-footer a,.wm-global-footer button{transition:none}
}
