footer.site-footer {
  margin-top: 100px;
}
footer.site-footer .footer-logo {
  max-width: 120px;
}
footer.site-footer .footer-info-col {
  margin-bottom: 22px;
}
footer.site-footer .brands {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 55px 0;
}
footer.site-footer .brands > li.brand-item {
  margin-right: 22px;
}
footer.site-footer .brands > li.brand-item img {
  max-width: 100%;
  height: 34px;
  filter: grayscale(100%);
  transition: filter 0.4s;
}
footer.site-footer .social-label {
  display: none;
}
footer.site-footer .menu-wrapper {
  width: calc(100% + 36px * 2);
  left: -36px;
  position: relative;
  max-height: 50px;
  overflow: hidden;
  margin: 30px 0;
}
footer.site-footer .menu-wrapper .footer-menu {
  list-style: none;
  display: flex;
  overflow-x: scroll;
  padding: 0 36px 36px;
}
footer.site-footer .menu-wrapper .footer-menu:after {
  min-width: 6px;
  content: "";
}
footer.site-footer .menu-wrapper .footer-menu > li {
  white-space: nowrap;
  font-size: 0.875rem;
  margin-right: 30px;
  text-transform: uppercase;
}
@media (max-width: 1024.98px) {
  footer.site-footer .menu-wrapper {
    max-height: unset;
  }
  footer.site-footer .menu-wrapper .footer-menu {
    flex-wrap: wrap;
    overflow: auto;
  }
}
footer.site-footer .block-footer-vaccini {
  font-size: 1rem;
}
footer.site-footer .block-footer-vaccini p {
  margin-bottom: 4px;
}
footer.site-footer .block-footer-vaccini ul {
  list-style: none;
  padding: 0;
  display: inline;
}
footer.site-footer .block-footer-vaccini ul li {
  font-size: 1rem;
  display: inline;
}
footer.site-footer .block-footer-vaccini ul li:not(:last-of-type):after {
  content: "-";
  margin-left: 7px;
  margin-right: 7px;
}
@media (min-width: 768px) {
  footer.site-footer .menu-wrapper {
    width: 100%;
    left: 0;
    position: relative;
    max-height: inherit;
    overflow: visible;
    margin: 0;
  }
  footer.site-footer .menu-wrapper .footer-menu {
    flex-direction: column;
    overflow-x: visible;
    padding: 0;
  }
  footer.site-footer .menu-wrapper .footer-menu:after {
    display: none;
  }
  footer.site-footer .menu-wrapper .footer-menu > li {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  footer.site-footer .footer-logo {
    max-width: 120px;
  }
  footer.site-footer .footer-info-col {
    margin-bottom: 0;
  }
  footer.site-footer .company-info {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  footer.site-footer .scroll-up.link {
    font-size: 1rem;
    margin-left: 15px;
    transition: color 0.3s ease;
    cursor: pointer;
  }
  footer.site-footer .scroll-up.link:hover {
    color: #b51f20;
  }
  footer.site-footer .site_mail {
    font-size: 1.125rem;
  }
  footer.site-footer .brands {
    margin: 16px 0;
  }
  footer.site-footer .brands > li.brand-item img {
    max-width: inherit;
  }
  footer.site-footer .brands > li.brand-item img:hover {
    filter: grayscale(0%);
  }
  footer.site-footer .social-label {
    display: block;
  }
  footer.site-footer .block-footer-vaccini {
    font-size: 1.125rem;
  }
  footer.site-footer .block-footer-vaccini ul {
    display: flex;
  }
  footer.site-footer .block-footer-vaccini ul li {
    font-size: 1.125rem;
  }
}