footer{padding:40px 0;border-top:1px solid #333;background:#181818}footer h1{font-size:18px}footer .container{width:80%;margin:0 auto;display:flex;justify-content:space-between}@media screen and (max-width:1024px){footer .container{flex-direction:column;gap:20px}}footer .logo-block{margin-right:80px}footer .logo-block h1{text-align:center;color:#ffd600;font-size:20px}footer .logo-block .logo{display:block;width:70px;height:auto;margin:0 auto 20px}footer .sitemap{margin:0;padding:0}footer .sitemap li{list-style:none;margin-bottom:10px}footer .sitemap li a:hover{color:#ffd600}@media screen and (max-width:1024px){footer .sitemap{text-align:center}}footer .contacts-info{display:flex;justify-content:space-between}footer .contacts-info .contacts{margin-right:70px}footer .contacts-info .contact{margin-bottom:20px}footer .contacts-info .contact h1{margin-bottom:10px}footer .contacts-info .contact a{color:#ffd600}footer .contacts-info .contact a:hover{color:#836e01}@media screen and (max-width:768px){footer .contacts-info{flex-direction:column;align-items:center;text-align:center}footer .contacts-info .contacts{margin-right:0}}footer .socialLinks li{list-style:none;margin-bottom:10px}footer .socialLinks li a{display:block}footer .socialLinks li i{margin-right:5px}footer .copyright{text-align:center}footer .copyright b{color:#ffd600}