.footer{align-items:center;background-color:#000;color:#fff;display:flex;justify-content:flex-start;padding:25px 25px 0 48px}.footer__container{flex-direction:row;gap:25px;justify-content:space-between;margin:20px 0 0;width:100%}.footer__container,.footer__links{align-items:flex-start;background-color:#000;color:#fff;display:flex}.footer__links{flex-direction:column;transition:color .3s ease}.footer__address,.footer__email,.footer__links,.footer__phone{border:none;border-radius:10px;font-family:Inter,sans-serif;font-size:14px;font-weight:regular;gap:5px;justify-content:center;margin:0;padding:0;text-decoration:none}.footer__address,.footer__email,.footer__phone{align-items:center;background-color:#000;color:#fff;display:flex}.footer__address-icon,.footer__email-icon,.footer__phone-icon{width:20px}.footer__link{align-items:center;background-color:#000;border:none;border-radius:10px;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:regular;gap:5px;justify-content:center;margin:0;padding:0;text-decoration:none;transition:color .3s ease}.footer__email:hover,.footer__link:hover,.footer__phone:hover{color:#d4ba85;cursor:pointer}.footer__form{align-items:flex-end;justify-content:space-between;width:100%}.footer__form,.footer__logos{display:flex;flex-direction:row}.footer__logos{gap:10px}.footer__logo{border:1.5px solid #fff;height:75px;width:75px}@media screen and (max-width:565px){.footer__container{flex-direction:column;gap:25px}}