#fw-section-footer {

.footer__list--menu{flex-direction:row !important;flex-wrap:wrap !important;gap:14px 28px !important;max-width:760px;margin:0 auto;}
.footer__menu-link{font-size:14px !important;letter-spacing:.04em !important;text-transform:uppercase !important;position:relative;padding-bottom:2px !important;}
.footer__menu-link:not(.footer__menu-link--icon)::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:currentColor;transition:width .25s ease;}
.footer__menu-link:not(.footer__menu-link--icon):hover{color:#fff !important;}
.footer__menu-link:not(.footer__menu-link--icon):hover::after{width:100%;}
.footer__separator{border:0 !important;height:1px !important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent) !important;max-width:1100px;margin:0 auto;}
.footer__list--bottom{font-size:12.5px !important;line-height:1.7 !important;max-width:640px;margin-left:auto !important;margin-right:auto !important;}
.footer__top{padding-bottom:6px;}
@media (max-width:600px){.footer__list--menu{flex-direction:column !important;gap:16px !important;}}
}