.footer-menu{padding:80px 20px 65px;width:100%}.footer-menu *{color:#fbf1e4;list-style:none;margin:0;padding:0;text-decoration:none}.footer-menu__container{display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-menu__column{display:flex;flex-direction:column;gap:15px}.footer-menu__column-links{display:flex;flex-direction:column;gap:10px}.footer-menu__column-links-text>a{transition:all .3s ease}.footer-menu__column-links-text>a:hover{color:#cca4db}.footer-menu__column-social{display:flex;gap:10px;margin-top:20px}.footer-menu__column-social>a{align-items:center;background:#fbf1e4;border-radius:5px;display:flex;justify-content:center;padding:8px}.footer-menu__column-social>a>span{line-height:0}.footer-menu__column-social>a>span>svg{height:18px;width:18px}.footer-menu__column-logo{height:auto;line-height:0;width:170px}@media (max-width:900px){.footer-menu__container{display:grid;grid-template-columns:repeat(2,1fr);row-gap:50px}.footer-menu__column,.footer-menu__column-links{align-items:center}.footer-menu__column:first-child{grid-column:1/span 2}}@media (max-width:650px){.footer-menu__container{grid-template-columns:repeat(1,1fr);row-gap:50px}.footer-menu__column:first-child{grid-column:1/span 1}}