.social-links li{margin-bottom:10px}.social-links li a{display:block}.social-links li i{margin-right:10px}.social-links.in-menu{display:flex;gap:25px}.social-links.in-menu li i{font-size:28px}footer{padding:40px 0 0;border-top:1px solid #464646;background:#000}footer .container{display:flex;justify-content:space-between;margin-bottom:50px}@media screen and (max-width:900px){footer .container{display:grid;grid-template-columns:auto 1fr;place-items:center}}@media screen and (max-width:500px){footer .container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:30px}}footer .block{max-width:300px}@media screen and (max-width:768px){footer .block{max-width:100%}}footer .block h2{font-size:22px;margin-bottom:20px;font-family:var(--font-regular)}@media screen and (max-width:768px){footer .block h2{text-align:center}}footer .block svg{fill:#fff}footer .block .contacts li{display:flex;align-items:center;margin-bottom:10px}footer .block .contacts li:hover a,footer .block .contacts li:hover i{color:var(--primary)!important}footer .block .contacts li:hover svg{fill:var(--primary)}footer .block .contacts svg{width:21px;height:21px;margin-right:5px}footer .block .contacts i{font-size:20px;margin-right:8px}footer .block .contacts a,footer .block .contacts p{font-size:13px;font-family:var(--font-medium)}@media screen and (max-width:500px){footer .block .contacts a,footer .block .contacts p{font-size:15px}}footer .block .social-links{display:flex;margin-top:20px}@media screen and (max-width:768px){footer .block .social-links{justify-content:center}}footer .block .social-links li{width:30px;height:30px;background-color:var(--primary);border-radius:50%;padding:5px;margin-right:10px}footer .block .social-links li i{color:#000;font-size:20px}footer .block .social-links li:hover{background-color:var(--link-hover)}footer .block .sitemap{transform:translateX(-4px)}footer .block .sitemap li{margin-bottom:15px;display:flex;align-items:center}footer .block .sitemap svg{fill:#b5b3a1;margin-right:5px;width:14px;transform:translateY(-1px)}footer .block .sitemap a{font-size:13px;font-family:var(--font-bold)}footer .block .sitemap a:hover{color:var(--primary)}@media screen and (max-width:500px){footer .block .sitemap a{font-size:15px}}footer .block .hotlines li{margin-bottom:5px;font-family:var(--font-bold);font-size:12px;line-height:1.5}@media screen and (max-width:500px){footer .block .hotlines li{font-size:15px}}footer .block .hotlines li a{margin-left:5px}footer .block .hotlines li a:hover{color:var(--contrast)}footer .logo-block{width:max-content}footer .logo-block img{width:100px;margin:0 auto;display:block}footer .logo-block h2{text-align:center;font-size:30px;color:var(--primary)}@media screen and (max-width:500px){footer .logo-block{margin:0 auto}}footer .copyright{background-color:#464646;padding:30px 40px;text-align:center;color:var(--contrast);font-size:14px}