.footer__links {
  background: #003267;
  color: #fff;
  padding: 30px;
}
.footer__links .title {
  color: #17c3e6;
  font-size: 1.2em;
  margin-bottom: 2rem;
  display: block;
  font-weight: 700;
}
.footer__links a {
  color: #fff;
}
.footer__links .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  padding-bottom: 10px;
}
.footer__links .item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__links .item--contact {
  line-height: 1.2;
  padding-top: 22px;
  padding-bottom: 9px;
}
.footer__links .item--contact .icon {
  width: 45px;
  height: 45px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
  fill: #17c3e6;
  color: #17c3e6;
  margin-right: 15px;
}
.footer__links .item--contact .icon use {
  fill: #17c3e6;
  color: #17c3e6;
}
.footer__links .item--contact a {
  font-size: 1.4em;
  display: block;
  transition: color 0.3s;
}
.footer__links .item--contact a:hover {
  color: #17c3e6;
}
.footer__links .item--contact span {
  text-transform: uppercase;
}
.footer__links .motto {
  display: block;
  padding-bottom: 40px;
  padding-top: 40px;
  color: #c6cfd6;
  letter-spacing: 2px;
  font-size: 1em;
  margin-bottom: 0;
}
.footer__links .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
.footer__links .footer-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-bottom-color 0.3s;
}
.footer__links .footer-menu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__links .footer-menu li:hover {
  border-bottom-color: #17c3e6;
  color: #17c3e6;
}
.footer__links .footer-menu li:hover a {
  color: #17c3e6;
}
.footer__links .footer-menu a {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: color 0.3s;
}
.footer__links .logos {
  list-style: none;
  padding: 15px 0 45px 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/*# sourceMappingURL=footer-links.css.map */
