.appFooter{position:absolute;bottom:0;left:0;z-index:500;width:100%;margin-bottom:50px}.appFooter__container{display:flex;align-items:center;justify-content:space-between}.appFooter__container br{display:none}.appFooter__content{display:flex;gap:8px;align-items:center}.appFooter__meta{display:flex;flex-direction:column;gap:8px}.appFooter__legal{display:flex;flex-wrap:wrap;gap:10px 16px}.appFooter__legalLink{color:#70c8ff;font-size:14px;line-height:1.2;text-decoration:none;transition:opacity .3s ease}.appFooter__legalLink:hover{opacity:.75}@media(max-width:768px){.appFooter{margin-bottom:28px}.appFooter__content{flex-direction:column;gap:8px;align-items:flex-start}.appFooter__icons{gap:10px}.appFooter__legal{justify-content:flex-start}}@media(max-width:640px){.appFooter{margin-bottom:20px}.appFooter__container{flex-direction:column;gap:10px;text-align:center}.appFooter__container br{display:block}.appFooter__legal{justify-content:center}}