

.footer__section--main {
  padding-bottom: 3.89rem;
}

.footer__section--bottom {
  padding-top: 0;
}

.footer__copyright-and-links {
  padding-top: 2.28rem;
  border-top: 1px solid;
}

.footer h4 {
  font-family: 
  
    din-regular
  
;
  font-weight: 400;
  font-style: ;
  font-size: 1.22rem;
  line-height: 1.56;
}

.footer__logo,
.footer__icons {
  margin-bottom: 1.67rem;
}

.footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footer__links ul li {
  margin: .5rem 1.11rem;
  line-height: 1;
}

.footer__links ul li:last-child {
  margin-inline-end: 0;
}

.footer__links a {
  color: inherit;
  text-decoration: none;
}

.footer__links a:hover {
  color: inherit;
  text-decoration: underline;
}

/* Responsive */

@media (max-width: 767px) {
  .footer__copyright {
    margin-bottom: 1.67rem;\
  }
  
  .footer__links ul {
    justify-content: flex-start;
  }
  
  .footer__links ul li:first-child {
    margin-inline-start: 0;
    margin-inline-end: 1.11rem;
  }
}

/* Dark scheme */



  .footer {
    background: #1e3d58;
  }
  
  .footer__copyright-and-links {
    border-color: #E3E6EC;
  }
  
  .footer h4 {
    color: #1e3d58;
  }



.col-nav__item {
  flex: 1 1 220px !important;
  min-width: 220px !important;
  white-space: nowrap !important;
}