.site-footer { padding: 36px 0 15px; color: #fff; background: #080a08; }
.site-footer__inner { display: grid; grid-template-columns: 260px 1fr 46px; gap: 35px; align-items: center; }
.footer-logo img { width: 100%; }
.footer-nav .menu { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 0; margin: 0; padding: 0; list-style: none; }
.footer-nav li:not(:last-child)::after { content: "|"; margin-inline: 10px; color: #777; }
.footer-nav a { color: #ddd; font-size: 16px; }
.footer-instagram { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; border: 1px solid #777; border-radius: 50%; }
.footer-instagram:hover { color: #fff; border-color: #fff; }
.footer-instagram svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.copyright { margin: 25px 0 0; color: #888; font-size: 9px; text-align: center; }
