.footer{color:#e8e8e8}.footer__body{padding:25px 15px;background-color:#222;border-radius:15px 15px 0 0}.footer__main{margin:0 auto;max-width:945px;display:flex;gap:30px;justify-content:space-between;align-items:flex-start;flex-flow:column;align-items:center}.footer__logo-img{width:145px;height:33px}.footer__text{font-size:12px;display:flex;flex-flow:column;gap:5px}.footer__bottom{margin:30px auto 0;max-width:945px;display:flex;justify-content:center;align-items:center;flex-flow:column;gap:10px 30px;font-size:12px;font-weight:100}.footer-grid{display:grid;gap:15px;text-align:center}.footer-list{display:flex;flex-flow:column;gap:5px}.footer-list__link{font-size:12px}@media (min-width: 576px){.footer__main{flex-flow:row;align-items:flex-start}.footer__bottom{flex-flow:row;justify-content:space-between}}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr);gap:30px;text-align:left}.footer-list{gap:5px}}@media (min-width: 992px){.footer__body{border-radius:40px 40px 0 0}.footer__main{gap:50px}.footer__logo-img{width:262px;height:59px}}@media (hover: hover){.footer__text a:hover{text-decoration:underline}.footer-list__link:hover{text-decoration:underline}}