.menu--footer ul {
  padding-left: 0;
}
.menu--footer > ul {
  display: flex;
  flex-flow: row wrap;
}
.menu--footer li {
  list-style: none;
}

footer p {
  color: #666666;
  margin: 0;
}
footer .footer-top p img {
  width: 30%;
  margin-right: 5px;
  height: auto;
}
@media (max-width: 767.98px) {
  footer .footer-top p img {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 5px auto !important;
  }
}
footer .footer-top #block-customblock2 .col-lg-7 a:hover {
  transform: translateY(-2px);
  transition: 0.3s;
}
footer .footer,
footer .footer-bottom {
  background-color: #F7F7F7;
}
@media (min-width: 992px) {
  footer .footer a,
  footer .footer-bottom a {
    display: table;
    position: relative;
  }
  footer .footer a::after,
  footer .footer-bottom a::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--bs-secondary-color);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  footer .footer a:hover::after,
  footer .footer-bottom a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
@media (max-width: 991.98px) {
  footer .footer-top .float-end {
    justify-content: center;
    width: 100%;
  }
  footer .menu-content .menu-item {
    display: block;
  }
  footer .footer-bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

/*# sourceMappingURL=footer.css.map */
