#footer{padding:50px 0;background:var(--black)}#footer .container{padding:0 100px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:45px}.footer-logo img{width:190px;height:auto}.footer-menu{display:grid;grid-template-columns:repeat(4,auto);gap:20px 50px}.footer-menu a{text-decoration:none;font-family:var(--mont-300);font-size:16px;line-height:1;color:var(--white);transition:.3s}.footer-menu a:hover{color:var(--yellow)}.footer-right{text-align:right}.footer-phone{display:inline-block;margin-bottom:20px;text-decoration:none;font-family:var(--mont-400);font-size:24px;line-height:1;color:var(--yellow);transition:.3s}.footer-phone:hover{opacity:.8}.footer-socials{display:flex;justify-content:flex-end;gap:24px}.footer-socials a{display:flex;align-items:center;justify-content:center;transition:.3s}.footer-socials a:hover{transform:translateY(-2px)}.footer-socials img{width:32px;height:32px;object-fit:contain}.footer-bottom{text-align:center;font-family:var(--mont-500);font-size:16px;line-height:28px;color:var(--white)}.footer-bottom span{color:var(--yellow);text-transform:uppercase}