html,
body {
  min-height: 100%;
}

body {
  background: #fff;
}

#div_js_slider {
  box-sizing: border-box;
  visibility: visible !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1300 / 433;
}

#divslider {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1300 / 400;
}

#divslider > div {
  position: absolute;
  inset: 0;
  display: none;
}

#divslider > div.legacy-slide-active {
  display: block;
}

#divslider > div > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jssorload,
.jssorpoints {
  display: none !important;
}

.arrowsliderl,
.arrowsliderr {
  top: calc(50% - 48px) !important;
  z-index: 5;
}

#page_contact_maps iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

#contact-feedback {
  min-height: 18px;
  padding: 4px 0;
  color: #f05033;
  font-weight: bold;
}

.legacy-mobile-menu-open {
  display: block !important;
}

@media screen and (max-width: 800px) {
  #div_js_slider {
    padding-bottom: 9px;
    aspect-ratio: 1300 / 418;
  }

  .arrowsliderl,
  .arrowsliderr {
    width: 38px !important;
    height: 38px !important;
    top: calc(50% - 24px) !important;
  }

  .arrowsliderl {
    left: 6px !important;
  }

  .arrowsliderr {
    right: 6px !important;
  }

  #page_contact_maps iframe {
    height: 300px;
  }

  .legacy-submenu-open .menu_div_two {
    display: block !important;
    position: inherit !important;
  }
}
