:root{--footer-bg:#1f2022;--footer-fg:#f1ede6;--footer-dim:#bcb6ae}.site-footer{background:var(--footer-bg);color:var(--footer-fg);position:fixed;bottom:0;left:0;right:0;z-index:-1}.footer-top{display:grid;grid-template-columns:1fr 1fr 1.2fr auto;grid-gap:24px;gap:24px;align-items:start;padding:28px clamp(16px,5vw,48px) 8px;margin-inline:auto}.footer-block{font-size:14px;line-height:1.35}.address div:first-child{font-weight:600}.contacts .link,.copy,.nav .link{color:var(--footer-fg);text-decoration:none;transition:opacity .2s ease}.contacts .link:hover,.nav .link:hover{opacity:.9;color:#ff7b2f}.nav{display:grid;grid-gap:6px;gap:6px;justify-content:start}.copy{justify-self:end;white-space:nowrap}.footer-brand{height:clamp(500px,33vw,1200px);display:grid;align-items:flex-end;padding:0;position:relative}.footer-brand .hero__logo{position:absolute;top:auto!important;top:0!important;bottom:0!important;left:clamp(16px,5vw,48px);right:auto;width:auto;padding:0}.footer-brand-inner{width:100%;margin-inline:auto;padding-bottom:0;position:relative;height:-moz-fit-content;height:fit-content;height:650px}.footer-logo{position:absolute;bottom:0;left:0;padding:0!important}@media (max-width:1000px){.footer-top{grid-template-columns:1fr 1fr;row-gap:18px}.copy{justify-self:start;order:4}.nav{order:3}.footer-brand{padding:0}}@media (max-width:560px){.footer-top{grid-template-columns:1fr}.nav{grid-auto-flow:row}.footer-block{font-size:13px}.footer-brand{padding:0}}.navigation{display:none;position:fixed;top:0;left:0;width:100%;height:100%;max-height:100vh;overflow-y:scroll;padding:1.25rem;padding:var(--space-20) var(--margin);background:#cecece;background:var(--color-navigation);z-index:30}.navigation.is-visible{display:grid;-moz-column-gap:1.25rem;column-gap:1.25rem;grid-column-gap:1.25rem;-moz-column-gap:var(--gutter);grid-column-gap:var(--gutter);column-gap:var(--gutter);align-items:start}.navigation__close{position:absolute;top:1.25rem;top:var(--space-20);right:1.25rem;right:var(--margin);width:24px;height:24px;cursor:pointer}.navigation__close svg{width:100%;height:auto}.navigation__items{grid-column:1/-1;display:flex;flex-direction:column;justify-content:space-between;flex-wrap:wrap;margin-top:2.625rem;margin-top:var(--space-42);grid-column:2/-2;margin-top:1.25rem;margin-top:var(--space-20)}.navigation__item{margin-bottom:2.25rem;margin-bottom:var(--space-36);font-size:1.5rem;line-height:1.25;letter-spacing:0}@media (min-width:919px){.navigation__item{margin-bottom:2.625rem;margin-bottom:var(--space-42);font-size:2.25rem;line-height:1.25;letter-spacing:-.025em}}.navigation__logo{align-self:start}.header{position:fixed;top:0;left:0;width:100%;padding:var(--space-14) var(--margin);z-index:20;display:grid;grid-template-columns:repeat(6,1fr);grid-template-columns:repeat(var(--cols),1fr);-moz-column-gap:1.25rem;column-gap:1.25rem;grid-column-gap:1.25rem;-moz-column-gap:var(--gutter);grid-column-gap:var(--gutter);column-gap:var(--gutter);align-items:start;font-size:1rem;letter-spacing:0;display:flex;justify-content:space-between;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.01));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.header__navigation{display:block;top:0}.header__navigation__items{display:flex;font-family:UntitledSans-Regular,Helvetica,Arial,sans-serif}.header__navigation__item{font-size:1em!important;margin-bottom:0!important}.header__navigation__item:not(:last-child){margin-right:2.625rem;margin-right:var(--space-42)}.header__logo{grid-column:1/-1;align-self:start;cursor:pointer}.header__toggle{grid-column:6/span 1;width:32px;justify-self:end;cursor:pointer;display:none}.header__toggle svg{width:100%;height:100%;fill:#111;fill:var(--color-text)}@media (max-width:800px){.header__navigation{display:none}.header__toggle{display:block}}