footer {
  position: static;
  overflow: hidden;
  background-color: #A71930;
}
footer .region-footer {
  position: relative;
  background-color: transparent;
  padding: 64px 32px;
}
@media (min-width: 991px) {
  footer .region-footer {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 32px;
  }
}
footer .region-footer .region-content {
  position: relative;
  max-width: 1110px;
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 1 0 auto;
  width: 100%;
}
@media (min-width: 769px) {
  footer .region-footer .region-content {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
}
footer .region-footer .region-content .block-block-groupfooter-left-side {
  margin-top: 40px;
}
@media (min-width: 769px) {
  footer .region-footer .region-content .block-block-groupfooter-left-side {
    margin-top: 0;
  }
}
footer .region-footer .region-content .block-block-groupfooter-right-side {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  footer .region-footer .region-content .block-block-groupfooter-right-side {
    margin-top: 0;
    margin-bottom: 0;
  }
}
footer .region-footer .region-content .block-address-block {
  margin-top: 40px;
}
footer .region-footer .region-content .menu--footer {
  margin-bottom: 16px;
}
footer .region-footer .region-content .block-newsletter-block {
  max-width: 270px;
}