footer {
  display: flex;
  position: relative;
  padding-top: 64px;
  padding-left: 160px;
  padding-bottom: 42px;
  flex-wrap: wrap;
  background-color: #9badbd;
  z-index: 9999;
  color: #ffffff!important;
}
.footer-left-container {
  width: 400px;
}
.footer-left-container_img {
  width: 200px;
  margin-bottom: 30px;
  display: block;
}
.footer-opening-hour_p,
.footer-regular-holiday,
.footer-left-container_address {
  font-size: 15px;
  line-height: calc(38 / 15);
  text-decoration: none;
  color: #ffffff;
}
.footer-menu {
  display: flex;
  width: fit-content;
  padding-left: 150px;
  align-items: end;
}
.footer-menu_ul {
  width: fit-content;
  display: flex;
  gap: 20px 70px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-menu_a {
  font-size: 15px;
  line-height: calc(38 / 15);
  color: #ffffff!important;
  transition: 0.3s;
}
.footer-menu_a:hover {
  opacity: 0.6;
}

.copyright{
width: 100%;
padding-top: 80px;
text-align: center;
color: #ffffff;
}

.copyright small{
  color: #ffffff!important;

}


@media screen and (max-width: 768px) {
  footer {
    padding-top: 32px;
    padding-left: 0;
    padding-bottom: 24px;
flex-wrap: wrap;
  }

  .footer-left-container {
    width: 100%;
  }
  .footer-left-container_img {
    width: 130px;
    margin: 20px 0 20px 5%;
  }

.footer-menu {
padding-left: 0;
align-items: center;
width: 100%;
margin-top: 40px;
  }

 .footer-menu_ul {
  width: 100%;
  text-align: center;
}

.footer-left-container_address, .footer-opening-hour_p, .footer-regular-holiday{
padding-left: 5%;
font-size: 12px;
line-height: 200%;
margin: 0;
}

.footer-menu_li{
width: 100%;
}

}