/* Footer --------------------------------------------------------------------------------------------------------*/
.footer {
  padding: 40px 40px 0;
  background: #FAFAFA;
}

.footer-top-part {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 30px;
}

.footer-top-part-left {
  display: flex;
  align-items: flex-end;
}

.footer-logo {
  display: block;
  margin-right: 20px;
}

.footer-logo-img {
  display: block;
  width: 103px;
  height: 103px;
}

.footer-company-name {
  font-size: 1.375rem;
  line-height: 1.563rem;
  padding-bottom: 5px;
}

.footer-company-tagline {
  font-size: 0.813rem;
}

.footer-top-part-right {
  display: flex;
}

.footer-navigation + .footer-navigation {
  padding-left: 40px;
}

.footer-navigation-item + .footer-navigation-item {
  margin-top: 10px;
}

.footer-navigation-link {
  font-size: 0.938rem;
  line-height: 1.563rem;
  text-decoration: underline;
  color: #565555;
  max-width: 150px;
}
.footer-navigation-link:hover {
  text-decoration: underline;
  color: #000;
}

.footer-bottom-text {
  text-align: center;
  font-size: 0.813rem;
  line-height: 1.563rem;
  margin-bottom: 25px;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .footer {
    padding: 20px 20px 0;
  }

  .footer-top-part {
    display: block;
  }

  .footer-top-part-left {
    margin-bottom: 50px;
  }

  .footer-top-part-right {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .footer-top-part-right {
    display: block;
  }

  .footer-navigation + .footer-navigation {
    padding-left: 0;
    margin-top: 15px;
  }

  .footer-navigation-link {
    font-size: 1.125rem;
    line-height: 1.563rem;
    max-width: inherit;
  }

  .footer-bottom-text {
    font-size: 0.938rem;
    line-height: 1.563rem;
    margin-bottom: 22px;
  }
}

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