.fwtn-footer{background:#060606;color:#fff;padding:clamp(2rem,4vw,3rem) 0;border-top:1px solid rgba(255,255,255,.08)}
.fwtn-footer__container{width:min(96vw,1440px);margin:0 auto}
.fwtn-footer__top{display:flex;flex-direction:column;gap:.9rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08)}
.fwtn-footer__brand{font-size:clamp(1.25rem,2.1vw,1.6rem);font-weight:700}
.fwtn-footer__contacts{display:flex;flex-wrap:wrap;gap:.9rem 1.25rem}
.fwtn-footer__contacts a,.fwtn-footer__bottom a{color:#9ca3af;text-decoration:none;transition:color .2s ease}
.fwtn-footer__contacts a:hover,.fwtn-footer__bottom a:hover{color:#fff}
.fwtn-footer__bottom{padding-top:.95rem;display:flex;flex-direction:column;gap:.45rem;color:#7b8392;font-size:.88rem}
@media (min-width:768px){.fwtn-footer__top{flex-direction:row;justify-content:space-between;align-items:center}.fwtn-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}
