.footer{padding:30px 0;background-color:#242833;color:#fff}.footer .container{display:flex;justify-content:space-between;align-items:end}.footer .contacts{display:flex;flex-direction:column;gap:30px;justify-content:end}.footer .contacts .mobile-app-download{display:flex;gap:20px;align-items:center;font-size:16px;color:#b2b2b2;padding:15px 20px;border-radius:6px;background-color:rgba(255,255,255,.2);cursor:pointer}.footer-link{transition:.2s}.footer-link:hover{border-bottom:1px solid #fff}@media (max-width:767px){.footer .contacts{gap:25px}.mobile-app-download img{width:26px;height:26px}.footer .contacts .mobile-app-download{gap:15px;padding:8px 20px}.mobile-app__title{font-size:12px}.mobile-app__name{font-size:12px}}@media (max-width:575px){.footer .container{flex-direction:column;gap:25px}.footer .contacts{align-items:end}}