.site-footer {
  color: #ffffff;
  background-color: #1b2b34;
}
.site-footer a {
  color: #ffffff;
}

.site-footer__inner {
  max-width: 90%;
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
@media screen and (min-width: 1540px) {
  .site-footer__inner {
    max-width: 1600px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__inner {
    flex-direction: column;
    align-items: center;
  }
}
.site-footer__inner .menu {
  display: flex;
  list-style: none;
  margin: 0;
}
.site-footer__inner .menu .menu-item:not(:last-of-type) {
  margin-right: 40px;
}
.site-footer__inner .menu .menu-item a {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .site-footer__inner .menu {
    flex-direction: column;
    align-items: left;
  }
}

.site-footer__text {
  margin: 15px;
  flex-shrink: 3;
}

.site-footer__menus {
  flex-shrink: 0;
}

.site-footer__social {
  display: flex;
  justify-content: center;
  color: #ffffff;
  margin: 15px 0;
}

.site-footer__social-icon {
  fill: #ffffff;
}
.site-footer__social-icon .icon {
  width: 40px;
  height: 40px;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .site-footer__social-icon .icon {
    width: 45px;
    height: 45px;
  }
}

.site-footer__logo {
  margin-top: 2rem;
  flex-shrink: 0;
}
.site-footer__logo .site-name {
  display: none;
}

.site-footer__addendum {
  color: #ffffff;
  background-color: #5d5b62;
}
.site-footer__addendum .region-addendum {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
}