.footer{padding:64px 0 30px;background:#0a0b0c;color:#a7a9aa}
.footer-contact-grid{display:grid;grid-template-columns:1.4fr 1fr .9fr;gap:56px;align-items:start}
.footer-brand-logo{display:inline-block;line-height:0}
.footer-brand-logo img{display:block;width:190px;max-width:100%;height:auto}
.footer-company{margin:18px 0 0;color:#777a7c;font-size:.78rem;line-height:1.55}
.footer-heading{margin:0 0 18px;color:#e2c574;font-size:.69rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
.footer-contact-list{display:flex;flex-direction:column;align-items:flex-start;gap:11px}
.footer-contact-list a,.footer-contact-list p{margin:0;color:#d5d6d4;font-size:.86rem;line-height:1.55}
.footer-contact-list a{transition:color .2s ease}
.footer-contact-list a:hover,.footer-contact-list a:focus-visible{color:#e2c574;outline:none}
.footer-contact-list .contact-name{display:inline-block;min-width:47px;color:#85888a;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}
.footer-social{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.footer-social a{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;min-width:142px;padding:10px 12px;border:1px solid #333638;color:#d5d6d4;font-size:.78rem;letter-spacing:.04em;transition:border-color .2s ease,color .2s ease,background .2s ease}
.footer-social a:hover,.footer-social a:focus-visible{border-color:#c9a557;background:#141618;color:#e2c574;outline:none}
.footer-social .social-arrow{color:#c9a557}
.footer-rule{margin:42px 0 24px;border:0;border-top:1px solid #292b2d}
.footer-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:22px;color:#777a7c;font-size:.72rem}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px 20px}
.footer-nav a{color:#929596;transition:color .2s ease}
.footer-nav a:hover,.footer-nav a:focus-visible{color:#e2c574;outline:none}
.footer-note{width:100%;margin-top:20px;padding-top:18px;border-top:1px solid #202224;color:#66696b;font-size:.7rem;line-height:1.6}
@media(max-width:900px){.footer-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 32px}}
@media(max-width:560px){.footer{padding:52px 0 26px}.footer-contact-grid{grid-template-columns:1fr;gap:34px}.footer-brand-logo img{width:170px}.footer-bottom-row{align-items:flex-start;flex-direction:column}.footer-nav{justify-content:flex-start}.footer-rule{margin-top:36px}}
