.site-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:25px;position:relative;padding:25px 100px}.site-footer .container{width:100%;max-width:1400px;display:flex;flex-direction:column;gap:25px}.site-footer .container .footerContent{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.container .footerContent .footerWrapper{display:flex;flex-direction:column;gap:25px}.container .footerContent .footerWrapper .copyright{font-family:var(--textFont);font-weight:500;font-size:var(--text);color:var(--black)}.container .footerContent .menu{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:15px}.container .footerContent .menu .menuItem{font-family:var(--textFont);font-weight:500;font-size:var(--text);color:var(--black);transition:.5s;position:relative}.container .footerContent .menu .menuItem.active,.container .footerContent .menu .menuItem:hover{color:var(--black)}.container .footerContent .menu .menuItem.active:before,.container .footerContent .menu .menuItem:before{content:"";position:absolute;inset:auto 50% -5px auto;width:0%;height:2px;background:var(--yellow);transform:translate(50%);transition:.5s}.container .footerContent .menu .menuItem.active:before,.container .footerContent .menu .menuItem:hover:before{width:110%}.container .footerWrapper .phone{font-family:var(--textFont);font-weight:700;font-size:var(--text);color:var(--black)}.container .footerWrapper .mail{font-family:var(--textFont);font-size:var(--text);font-weight:500;color:var(--black)}.container .footerWrapper .social{display:flex;flex-direction:row;gap:15px}.container .footerWrapper .adress{font-family:var(--textFont);font-weight:500;font-size:var(--text)}.container .footerWrapper .rating{display:flex;flex-direction:row;gap:25px}.site-footer hr{border-color:var(--black);opacity:.2;border-style:solid;border-width:1px}.site-footer .legalInfo{display:flex;flex-direction:row;width:100%;gap:25px;text-align:center}.site-footer .legalInfo .info{font-family:var(--textFont);font-weight:600;font-size:var(--text);color:var(--black)}.site-footer .legalInfo .info:nth-child(3){margin-left:auto}@media(max-width:1440px){.site-footer{padding:25px 50px}}@media(max-width:1200px){.site-footer{padding:25px}.site-footer .container .footerContent{grid-template-columns:repeat(1,1fr)}.container .footerWrapper .logo,.container .footerContent .menu,.container .footerWrapper .phone,.container .footerWrapper .mail,.container .footerWrapper .social,.container .footerWrapper .rating{justify-content:center;align-items:center}.container .footerWrapper .copyright,.container .footerWrapper .text,.container .footerWrapper .adress{text-align:center}.site-footer .legalInfo{flex-direction:column;align-items:center}.site-footer .legalInfo .info:nth-child(3){margin-left:0}}@media(max-width:700px){.site-footer{padding:25px 10px}}
