footer {
  background-color: #a9a9a9;
  padding: 10px;
}
footer.footer__container {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
footer {
  background-color: #a9a9a9;
}
footer {
  flex: 0 1 auto;
  z-index: 1;
}
.footer__container--logo-link {
  display: block;
  width: 100%;
  height: 3.646vw;
}

.footer__container--logo-link svg {
  width: 100%;
  height: 3.646vw;
}

.footer__container--logo-link svg rect {
  fill: none;
}

.footer__container--logo-link svg g {
  fill: #efefef;
}

.footer__container--bottom {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__container--nav-link {
  padding: 5px;
}
footer a.logo {
  display: block;
  width: 100%;
  height: 70px;
}

footer a.logo svg {
  width: 100%;
  height: 70px;
}

footer .links {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer a.logo svg g {
  fill: #efefef;
}

footer .links a {
  padding: 5px 10px;
}

footer a.logo svg rect {
  fill: none;
}
.sticky-footer {
  position: fixed;
  height: 30px;
  bottom: 0;
}
footer.sticky-footer {
  padding: 0;
}
.sticky-footer .footer__container--bottom {
  padding-bottom: 0;
}
.sticky-footer .footer__container--logo-link {
  display: none;
}

@media screen and (max-width: 1000px) {
  .footer__container.sticky-footer {
    width: -webkit-fill-available;
    width: -moz-available;
  }
  footer.footer__container {
    width: auto;
  }
  .footer__container--bottom {
    justify-content: space-evenly;
  }
  .footer__container--logo-link {
    display: block;
    width: 100%;
    height: 30px;
  }
  .footer__container--logo-link svg {
    width: 100%;
    height: 30px;
  }
  .footer__container--logo-link {
    display: block;
    width: 100%;
    height: 70px;
  }
  .footer__container--logo-link svg {
    width: 100%;
    height: 70px;
  }
  .footer__container--bottom {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__container--nav-link {
    padding: 5px 10px;
  }
}
