footer {
  /* background-color: var(--color-yellow); */
  position: relative;
  z-index: 1;
  /* margin-top: 40px; */
  /* padding-bottom: 20px; */

  display: flex;
  flex-direction: column;
}

.fluid_container--wrapper--footer {
  background-color: var(--color-yellow);
}

.footer_bg-img {
  max-height: 125px;
  height: fit-content;
  /* translate: 0 -90%; */
  /* position: absolute;
  top: 0; */
  width: 100%;

  & img {
    width: 100%;
    height: auto;
    object-fit: contain;
    pointer-events: none;
  }
}

.footer_line {
  display: flex;
  gap: 15px;
  justify-content: space-between;

  & ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }

  & nav {
    width: 100%;
  }

  & a {
    white-space: wrap;
  }
}

.footer_inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer_left,
.footer_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 40%;
}

.footer_right .footer_line.wrap {
  flex-wrap: wrap;
}

.footer_center {
  width: 16%;
  text-align: center;

  & img {
    margin-bottom: -4px;
  }
}

.footer_menu {
  & a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: clamp(0.875rem, 0.7796rem + 0.3213vw, 1.125rem);
  }
}

.work_hours {
  max-width: 260px;
}

.phone_number,
.work_email {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer_add-menu {
  & ul {}
}

#lang_sel_footer {
  display: none !important;
}