/* Футер витрины — по layout из footer.css (без Museo). */

.section-footer-band {
  text-align: center;
}

.section-footer-band .section-inner {
  padding: 45px 0;
}

.section-footer-band .section-inner .container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section-footer-band .section-inner .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -38px;
}

.section-footer-band .section-inner .wrapper .logo {
  flex: 0 0 auto;
  text-align: left;
  padding: 0 38px;
}

.section-footer-band .section-inner .wrapper .logo a {
  display: inline-block;
  margin: 0;
  font-size: inherit !important;
  color: inherit;
}

.section-footer-band .section-inner .wrapper .logo img {
  display: block;
  width: auto;
  max-width: 144px;
  height: auto;
}

.section-footer-band .section-inner .wrapper .nav-wrap {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.section-footer-band .section-inner .wrapper .nav-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0 28px;
  list-style: none;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.nav-wrapper__item {
  display: inline-block;
  margin: 5px 15px 0;
}

.nav-wrapper__item-link {
  font-size: 15px !important;
  font-weight: 600;
  color: #0a2721;
  min-width: 100px;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  text-decoration: none;
}

.nav-wrapper__item-link:hover {
  color: #e3a310;
  text-decoration: none;
}

.section-footer-band--grey {
  background-color: #f7f7f7;
}

.master {
  padding: 0 0 40px;
  font-size: 14px;
  color: #656565;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

@media (max-width: 991.98px) {
  .section-footer-band .section-inner .wrapper .logo img {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .section-footer-band .section-inner {
    padding: 22px 0 35px;
  }

  .section-footer-band .section-inner .wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .section-footer-band .section-inner .wrapper .logo {
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
    text-align: center;
  }

  .section-footer-band .section-inner .wrapper .logo img {
    margin-left: auto;
    margin-right: auto;
  }

  .section-footer-band .section-inner .wrapper .nav-wrap {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }

  .section-footer-band .section-inner .wrapper .nav-wrapper {
    justify-content: center;
    padding: 0 15px;
  }

  .nav-wrapper__item-link {
    font-size: 14px !important;
  }
}
