footer#MainFooter{font-family:var(--font-roboto);background:var(--Shades-Black,#000);color:var(--Shades-White,var(--color-gray-10,#fff))}.footer-content{display:flex;flex-direction:column;gap:16px}.footer-content .footer-navigation{padding:24px 0;display:flex;gap:48px;flex-direction:row;justify-content:space-evenly}.footer-content .footer-navigation .footer-navigation-item{display:flex;flex-direction:column;gap:16px}.footer-content .footer-navigation .footer-navigation-item h3{color:var(--Shades-White,var(--color-gray-10,#fff));font-size:20px;font-style:normal;font-weight:600;line-height:24px}.footer-content .footer-navigation .footer-navigation-item ul{display:flex;flex-direction:column;gap:8px}.footer-content .footer-navigation .footer-navigation-item ul li{color:var(--Shades-White,var(--color-gray-10,#fff));font-size:16px;font-style:normal;font-weight:400;line-height:19px}@media(max-width:768px){.footer-content .footer-navigation{flex-direction:column}}.footer-content .footer-contact{display:flex;padding:24px 0;justify-content:space-between;align-items:center;gap:48px;align-self:stretch}.footer-content .footer-contact .footer-copyright{text-align:left;flex:1}.footer-content .footer-contact .footer-social{text-align:right;flex:1}@media(max-width:768px){.footer-content .footer-contact{flex-direction:column-reverse}}.footer-content .footer-social{display:flex;gap:24px;flex-direction:row;justify-content:flex-end}.footer-content .footer-social .footer-social-item svg{width:24px;height:24px;fill:var(--Shades-White,var(--color-gray-10,#fff))}