.footer { margin-top: auto; background: rgb(13, 23, 63); padding: 60px 0px 50px; color: rgb(255, 255, 255); }
.footer .logo { width: 300px; height: 80px; }
.footer__left { display: flex; align-items: flex-start; flex-direction: column; }
.footer__top { display: flex; justify-content: space-between; gap: 150px; margin-bottom: 60px; }
.footer__menus { display: flex; gap: 65px; }
.footer__small-text { margin-top: 20px; line-height: 155.556%; }
.footer__col { max-width: 250px; white-space: nowrap; }
.footer__col--title { font-size: 24px; font-weight: 700; margin-bottom: 30px; }
.footer-nav { margin-top: 10px; list-style: none; }
.footer-nav a { color: rgb(255, 255, 255); }
.footer-nav a:hover { text-shadow: currentcolor 0.5px 0px 0px; }
.footer-nav li { margin-bottom: 15px; }
.footer-nav li:last-child { margin-bottom: 0px; }
a[href^="mailto:"] { position: relative; white-space: normal; }
a[href^="mailto:"]::before { content: ""; background-image: url("../images/1f8e9bece38aa2b66eb9facb804bf0563bb9cf1e.svg"); background-repeat: no-repeat; background-size: cover; width: 24px; height: 25px; display: inline-block; margin-bottom: -6px; }
.footer__text { opacity: 0.6; font-size: 14px; }
.footer__text p { margin-bottom: 20px; }
.footer__text p:last-child { margin-bottom: 0px; }
@media (max-width: 1200px) {
  .footer__top { flex-wrap: wrap; gap: 25px; }
}