.none, #custom_html-2 {
    display: none;
}
.none_two {
    display: none !important;
}
.menu-items button {
    color: #fff;
    padding: 10px;
    border: none;
    font: normal normal 13px Oswald,Arial,Helvetica,sans-serif;
    line-height: 1;
}
.menu-items button:hover {
    background-color: #9e2424;
}
.navigation {
  z-index: 460;
  margin: 10px;
  padding-top: 0;
  height: calc(100vh - 15vh);
  border: none;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.navigation::-webkit-scrollbar{
background: #f1f1f1;
width: 0.4em;
}
.navigation::-webkit-scrollbar-thumb{
background: #333;
border-radius: 10px;
height: 6em;
}
.navigation::-webkit-scrollbar-thumb:hover{
background: #9e2424;
border-radius: 10px;
}
.sidebar {
  transition: left 0.3s ease;
  position: fixed;
  top: 10%;
  left: -40vw;
  width: 40vw;
  background-color: #f0f0f0;
  transition: right 0.3s;
  z-index: 400;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: 1%;
  z-index: 10001;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar-content {
  height: calc(100vh - 15vh);
  overflow-y: auto;
  padding: 15px;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sidebar-content::-webkit-scrollbar {
  display: none;
}
.sidebar p {
    font: normal normal 13px Oswald,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 19px;
}
.sidebar.open {
  left: 80px;
}
#toggle-button {
  background-image: url(/wp-content/uploads/2023/11/information.png);
  border: none;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  cursor: pointer;
  left: 20px;
  width: 50px;
  height: 50px;
  background-size: contain;
  z-index: 1001;
  background-color: transparent !important;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    font-size: 12px;
}
.leaflet-top, .leaflet-bottom {
    position: relative;
    z-index: 1000;
    pointer-events: none;
}
.button_for_gallary {
    color: #fff;
    width: 55px;
    height: 30px;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
}
.button_for_gallary:hover {
    background-color: #7f181b;
    border-color: #7f181b;
}
.button_for_memory {
    margin-left: 10px;
    color: #fff;
    width: 111px;
    height: 30px;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
}
.button_for_memory:hover {
    background-color: #7f181b;
    border-color: #7f181b;
}
.pum p, .popmake-title {
    color: #333 !important;
    font-family: 'Oswald' !important;
}
html {
    overflow-x: hidden!important;
    overflow-y: auto !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: hidden;
}