.site-footer{border-top:1px solid var(--nam-border);padding:44px 0 24px;background:#fff;color:var(--nam-text)}
.site-footer__top{display:flex;align-items:center;justify-content:space-between;gap:40px}
.site-footer__logo{display:inline-flex;align-items:center;gap:12px}
.site-footer__logo img{width:40px;height:40px}
.site-footer__logo span{color:var(--nam-text)!important;font-size:24px;font-weight:600}
.site-footer__nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px 26px;margin:0;padding:0;list-style:none}
.site-footer__nav a,.site-footer__nav a:hover,.site-footer__nav a:visited{color:var(--nam-text)!important;font-size:14px;font-weight:500}
.site-footer__bottom{display:flex;justify-content:space-between;gap:20px;margin-top:28px;padding-top:20px;border-top:1px solid var(--nam-border);color:var(--nam-text);font-size:13px}
@media(max-width:860px){.site-footer__top{align-items:flex-start;flex-direction:column}.site-footer__nav{justify-content:flex-start}}
@media(max-width:640px){.site-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.site-footer__bottom{flex-direction:column}}
