@charset "utf-8";.footer{padding:55px 0 55px 0;background-color:var(--main-color-group-black)}.footer-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-logo{width:74px;height:74px;border-radius:50%;overflow:hidden}.footer-logo>.logo-link{display:block}.footer-menu-block{max-width:503px;font-size:var(--font-size-20)}.footer-menu-block>.menu-list{display:grid;grid-template-columns:repeat(3,auto);grid-template-rows:repeat(2,1fr);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:17px 72px;padding:0;border:none}@media screen and (min-width:768px) and (max-width:1200px){.footer-menu-block>.menu-list{gap:17px calc((100vw - 768px)/ (1200 - 768) * (72 - 40) + 40px)}}@media screen and (max-width:999px){.footer-menu-block>.menu-list{gap:22px inherit}}.footer-block-social-icons{-ms-flex-item-align:start;align-self:flex-start}@media screen and (max-width:767px){.footer-menu-block{display:none}.footer-block-social-icons{-ms-flex-item-align:center;align-self:center}}