.Footer{display:flex;justify-content:space-between;gap:24px;background-color:#252421;width:100%;position:absolute;left:0;padding:20px 50px;margin-top:127px}.Footer .FooterLogo{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:12px}.Footer .FooterLogo h4{color:#cd0000;font-size:22px}.Footer .FooterInfo{display:flex;flex-direction:column;color:#fafafa;font-weight:200}.Footer .FooterInfo .Top{display:flex;justify-content:space-between}.Footer .FooterInfo .Top .MediaLinks{display:flex;gap:15px}.Footer .FooterInfo .LinkList{display:flex;gap:18px;font-size:14px}.Footer .FooterInfo .LinkList a{transition:.2s}.Footer .FooterInfo .LinkList a:hover{transition:.2s;margin-top:-3px;color:#fff;text-shadow:#fff 1px 1px 7px}.Footer .FooterInfo .Divider{width:100%;height:.5px;background-color:#fff;margin-top:32px;margin-bottom:32px}@media screen and (max-width:920px){.Footer{padding:40px 20px}.Footer .FooterInfo .Top{flex-direction:column-reverse}.Footer .FooterInfo .Top .LinkList{justify-content:space-between;margin-top:48px}.Footer .FooterInfo .Top .MediaLinks{justify-content:space-between}.Footer .FooterInfo .LinkList{flex-wrap:wrap}}