/* Visual curator revision 05: safe static fallbacks for removed archive JavaScript. */
html {
  scroll-behavior: smooth;
}

body #main,
body #zone10,
body footer {
  font-family: Arial, Helvetica, sans-serif;
}

.slider-name span,
#block49 .blk_head,
#block50 .blk_head {
  font-family: Georgia, "Times New Roman", serif;
}

#block5,
.smallcart {
  display: none !important;
}

#zone7 .h_menu_sec {
  display: none !important;
}

@media (min-width: 781px) {
  #zone7 .header_menu > li:nth-child(5),
  #zone7 .header_menu > li:nth-child(6) {
    display: none !important;
  }
}

@media (max-width: 780px) {
  html,
  body,
  #site,
  #main {
    box-sizing: border-box;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

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

  html {
    overflow-y: auto !important;
  }

  body {
    overflow-y: visible !important;
  }

  #mobile-panel .mpanel-first {
    width: 100% !important;
  }

  #mobile-panel .mpanel-second,
  #mobile-search {
    display: none !important;
  }

  #mobile-panel .mpanel-menu {
    box-sizing: border-box;
    color: #fff;
    display: block !important;
    height: 55px;
    text-decoration: none;
    width: 100% !important;
  }

  #mobile-menu:target {
    left: 0 !important;
  }

  #mobile-menu .menu-close {
    color: #222;
    text-decoration: none;
  }

  #mobile-menu .mobile-menu-body {
    padding: 58px 16px 30px;
  }

  #mobile-menu .static-mobile-menu {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #mobile-menu .static-mobile-menu a {
    align-items: center;
    background: #1d7eb9;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 1.25;
    min-height: 64px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
  }

  .bannerText-center .slider-data-second {
    box-sizing: border-box;
    left: 50% !important;
    max-width: none !important;
    transform: translateX(-50%);
    width: calc(100vw - 32px) !important;
  }

  .slider-name span {
    display: block;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  #block64 .subdivision-items {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100% !important;
  }

  #block64 .subdivision-items .sub {
    box-sizing: border-box !important;
    display: block !important;
    min-width: 0 !important;
    width: auto !important;
  }

  #block64 .subdivision-items .sub:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}
