.footer__row{display:grid;gap:0 0;grid-auto-flow:row;grid-template-areas:"footer__logo footer__logo footer__menu footer__links footer__contact footer__contact";grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr;padding-bottom:80px}.footer__row ul{flex-direction:column}.footer__row li{padding:3px 0}.footer ul li:before{content:none}.footer__logo{grid-area:footer__logo}.footer__menu{grid-area:footer__menu}.footer__links,.footer__menu{align-content:center;display:flex;flex-direction:column;flex-wrap:wrap}.footer__links{grid-area:footer__links}.footer__contact{align-content:flex-end;display:flex;flex-direction:column;flex-wrap:wrap;grid-area:footer__contact}.footer__legal{margin:0 auto;padding-top:20px;text-align:center;width:60%}.footer__legal,.footer__legal-menu{display:flex;justify-content:center}.footer__legal li,.footer__legal p{font-size:13px;padding-right:5px}.footer__legal li:not(:last-child):after{content:"//";padding-left:7px;padding-right:2px}.footer__legal-dash{padding-left:5px}.social-links{align-items:center;display:flex;flex-wrap:wrap}.social-links__icon{border-radius:50%;display:inline-flex;height:1.75rem;margin:0 .35rem;position:relative;width:1.75rem}.social-links__icon svg{fill:#fff;height:.625rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.social-links__icon:active svg,.social-links__icon:focus svg,.social-links__icon:hover svg{fill:#fff}@media screen and (max-width:767px){.footer__row{display:grid;gap:0 0;grid-auto-flow:row;grid-template-areas:"footer__logo footer__logo" "footer__menu footer__links" "footer__contact footer__contact";grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr}.footer__logo{grid-area:footer__logo;text-align:center}.footer__menu{grid-area:footer__menu}.footer__links{grid-area:footer__links}.footer__contact{align-content:center;grid-area:footer__contact;padding-top:40px}.footer__legal,.footer__legal-menu{display:block}.footer__legal{width:100%}.footer__legal-dash{display:none}.footer__legal li:not(:last-child):after{content:none}}