.footer{--gap:30px;--logo-width:calc(8% - var(--gap));--locations-width:calc(60% - var(--gap));--links-width:calc(16% - var(--gap));--socials-width:calc(16% - var(--gap));background-color:#fff;font-size:1.6rem;line-height:1.87;padding:40px 0}.footer a{color:var(--base-font-color)}.footer__wrapper{align-content:space-between;align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.footer__contact{width:var(--locations-width)}.footer__links{width:var(--links-width)}.footer__social{width:var(--socials-width)}.footer__addresses{align-content:space-between;align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--gap);justify-content:space-between}.footer__address{width:calc(33.33333% - var(--gap)*2/3)}.footer__address a[href*=tel]{text-decoration:none}.footer__address a[href*=tel]:hover{text-decoration:underline}.footer__links .hs-menu-wrapper ul{list-style:none;margin:0;padding:0}.footer__links .hs-menu-wrapper li>a{text-decoration:none}.footer__links .hs-menu-wrapper li:hover>a{text-decoration:underline}.footer__links .hs-menu-wrapper>ul>li ul{display:none}@media(max-width:992px){.footer{--logo-width:100%;--locations-width:100%;--links-width:calc(50% - 20px);--socials-width:calc(50% - 20px)}.footer__wrapper{row-gap:40px}.footer__logo{text-align:center}}@media(max-width:768px){.footer{--logo-width:100%;--locations-width:100%;--links-width:100%;--socials-width:100%}.footer__addresses{grow-gap:40px;flex-direction:column}.footer__address{width:100%}.footer__wrapper{text-align:center}}