/* body {

    margin: 0;
    padding: 0;
    background-color: #1e1e1e;
} */
.header {
  z-index: 995;
}
#worldMap.map_container {
  padding-top: 0;
  padding-bottom: 0;
}
.map_container {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  position: relative;
  /* margin-top: 200px; */
  height: 70vh;
  width: 100%;

  overflow: hidden;

  background: linear-gradient(#625435, #ad945d);
  cursor: grabbing;
}

.map_container_inner {
  position: relative;
  width: 100%;
  height: 100%;
  /*max-width: 1420px;*/
  margin: 0 auto;
}

.map_floor_svg {
  /* display: none;
    position: absolute;
    width: "calc(100% - 2%)";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100; */
  animation: blockToNone 0.4s linear;
}

.map_floor_svg.active {
  display: block;
  animation: noneToBlock 0.4s linear;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.map_label-text {
  transition: 0.2s ease-in;
}

.map_link {
  display: block;
}

.map_link:hover .map_label-text {
  fill: #2d2d2d;
}

.map_label-text:hover {
  fill: #2d2d2d;
}

@keyframes noneToBlock {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes blockToNone {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.map_none {
  display: none;
}

.map_container_nav_buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 100%;
  overflow: auto;
}

.map_container_nav_buttons::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(0, 0, 0, 0.829);
}

.map_container_nav_buttons::-webkit-scrollbar-thumb {
  background-color: #994545;
}

.map_akkordeon {
  display: none;
  position: absolute;
  left: 40px;
  top: 90px;
  overflow: auto;
  max-height: 75%;
  height: auto;
  width: 20%;
  /*max-width: 400px;
    backdrop-filter: blur(5px);*/
  z-index: 993;
}

.map_akkordeon::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(0, 0, 0, 0.829);
}

.map_akkordeon::-webkit-scrollbar-thumb {
  background-color: #994545;
}

.map_akkordeon_item {
  width: 100%;
  height: 0;
  overflow: hidden;
  cursor: pointer;

  transition: height 0.2s linear;
}

.map_akkordeon_item::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(0, 0, 0, 0.829);
}

.map_akkordeon_item::-webkit-scrollbar-thumb {
  background-color: #994545;
}
.map_akkordeon_item.active {
  overflow-y: scroll;
  max-height: 200px;
  height: max-content;
  transition: 0.2s linear;
}

.map_akkordeon_item_text {
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background-color: #000;
  opacity: 0.8;
  color: #fff;
  transition: 0.2s linear;
  cursor: pointer;
}
.map_akkordeon_item_text > svg {
  width: 11px;
  flex: 0 0 auto;
}
.map_akkordeon_item_text svg {
  transition: 0.2s linear;
}
.map_akkordeon_item_text.active svg {
  transform: rotate(180deg);
}

.map_akkordeon_item_text:hover {
  opacity: 0.9;
}
.map_akkordeon_item_title {
  font-family: var(--theme-font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.map_akkordeon_item_img {
}

.map_akkordeon_hide {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
  padding-left: 40px;
  opacity: 0.7;
  transition: 0.2s linear;
}

.map_akkordeon_hide:hover {
  opacity: 0.9;
}

.map_akkordeon_button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  /*bottom: 20px;
    left: 20px;*/
  left: 40px;
  top: 40px;
  width: auto;
  padding: 0 20px;
  height: 50px;
  font-family: var(--theme-font-family);
  color: #fff;
  font-size: 0.875rem;
  background-color: #000;
  z-index: 994;
  transition: 0.2s linear;
}

.map_akkordeon_button:hover {
  cursor: pointer;
}

.map_akkordeon_button.active {
  background-color: rgba(0, 0, 0, 0.601);
}
.map_container_nav_button {
  display: none;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1005;
}

@media (max-width: 900px) {
  .map_akkordeon {
    display: none;
    width: 95%;
    height: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*.map_container_nav_buttons {
        display: none;
    }*/

  .map_buttons {
    display: none;
  }
  .map_akkordeon_button {
    display: flex;
  }
  .map_container_nav_button {
    display: block;
  }
}

.map_st0 {
  fill: #ffffff;
}
.map_st1 {
  fill: #ffffff;
}
.map_st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ffffff;
}

g {
  pointer-events: none;
}

path {
  pointer-events: none;
}

.map_brand_elem {
  display: block;
  position: relative;
  cursor: pointer;
  fill: rgba(0, 0, 0, 0.202);
  pointer-events: all;
  transition: 0.2s linear;
  overflow: hidden;
}
.map_brand_elem.map_brand_elem--clean {
  fill: transparent;
}
.map_brand_elem.map_brand_elem--empty {
  fill: rgba(0, 0, 0, 0.202);
}
.map_wc {
  fill: rgba(0, 0, 0, 0.202);
  pointer-events: all;
  transition: 0.2s linear;
}

.map_brand_elem.active {
  fill: #2d2d2d;
}

.map_brand_elem:hover {
  fill: #2d2d2d;
  opacity: 1;
}
.map_brand_elem--clean.active,
.map_brand_elem--clean:hover {
  fill: transparent;
}

.map_brand_elem--empty:hover {
  fill: rgba(0, 0, 0, 0.202);
}

.map_floors {
  position: absolute;
  top: 40px;
  bottom: auto;
  right: 40px;
  width: 70px;
  height: max-content;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 101;
}

.map_floor_title {
  position: relative;
  font-family: var(--theme-font-family);
  font-size: 1rem;
  color: #fff;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: min-content;
}
.map_floor_title::after {
  content: '';
  position: absolute;
  left: -2px;
  bottom: -10px;
  width: 60px;
  height: 1px;
  background-color: #ad945d;
}
.map_floor_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--theme-font-family);
  font-size: 0.875rem;
  color: #fff;
  height: 70px;
  width: 100%;
  transition: 0.2s linear;
  cursor: pointer;
}
.map_floor_item::after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: 0px;
  width: 60px;
  height: 1px;
  background-color: #ad945d;
}
.map_floor_item:last-of-type::after {
  display: none;
}
.map_floor_item.active {
  background-color: #80693b;
}
.map_floor_item:hover {
  background-color: #000;
}
.map_scales_buttons {
  /*backdrop-filter: blur(5px);*/
  position: absolute;
  top: auto;
  right: 40px;
  bottom: 40px;
  z-index: 992;
}
.map_scales_checker,
.map_scales_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s linear;
  cursor: pointer;
}

#scale_full,
#scale_plus {
  position: relative;
}

#scale_full::after,
#scale_plus::after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #ad945d;
}

.map_notification {
  position: absolute;
  display: block !important;
  top: auto;
  bottom: 0;
  height: 38px;
  /*transform: translate(-50%, -50%);*/
  z-index: 993;
  pointer-events: auto;
  animation: noneToBlock 0.2s linear;
}

.map_notification a {
  display: block;
  width: max-content;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

.map_notification.active {
  display: block;
  animation: noneToBlock 0.2s linear;
}

.map_scales_checker:hover,
.map_scales_button:hover {
  background-color: #000;
}

.map_buttons {
  backdrop-filter: blur(5px);
  position: absolute;
  top: 500px;
  right: 0;
  z-index: 1001;
  display: none;
}
.map_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s linear;
  cursor: pointer;
}

.map_button svg {
  fill: #fff;
}

.map_button:hover {
  background-color: #000;
}

.map_logo_empty {
  fill: transparent;
  stroke: white;
}

@media ((max-width: 1080px) and (min-width:0px)) {
  .map_akkordeon_button {
    display: flex;
    top: 20px;
    left: 20px;
    bottom: auto;
    z-index: 994;
  }
  .map_akkordeon {
    display: none;
    top: 70px;
    left: 20px;
    width: calc(100% - 40px);
    height: auto;
    max-width: unset;
    transform: none;
  }
  .map_container_nav_button {
    top: 20px;
    right: 170px;
    height: 50px;
    z-index: 993;
  }
  .map_container_nav_buttons {
    overflow: unset;
  }
  .map_floors {
    display: flex;
    right: 20px;
    top: 20px;
    bottom: auto;
    width: auto;
  }
  .map_floor_title {
    display: none;
  }
  .map_floor_item {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
  .map_scales_buttons {
    top: auto;
    right: 20px;
    bottom: 20px;
  }
  .map_scales_checker {
    width: 50px;
    height: 50px;
  }
  .map_scales_button {
    width: 50px;
    height: 50px;
  }
  .map_notification {
    top: auto;
    bottom: 0;
    height: 38px;
  }
  .map_floor_item:hover {
    background-color: #80693b;
  }
  .map_floor_title::after {
    content: '';
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: 40px;
    height: 1px;
    background-color: #c6ad89;
  }
  .map_floor_item::after {
    left: auto;
    right: 0;
    bottom: auto;
    width: 1px;
    height: 40px;
  }
  .map_scales_button:first-of-type::after {
    width: 40px;
  }
}

@media ((max-width: 1080px) and (min-width:640px)) {
  .map_container {
    height: 70vh;
  }

  .map_akkordeon {
    max-height: 75%;
  }
}

@media ((max-width: 639px) and (min-width:0px)) {
  .map_container {
    height: 60vh;
  }

  .map_akkordeon {
    max-height: 75%;
  }
}

@media ((max-width: 1479px) and (min-width:0)) {
  .map_akkordeon_button {
    top: 0;
    left: 0;
  }

  .map_akkordeon {
    top: 50px;
    left: 0;
    width: auto;
  }

  .map_floors {
    right: 0;
    top: 0;
  }

  .map_container_nav_button {
    display: none;
    top: 0;
    right: 150px;
  }

  .map_scales_buttons {
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 1081px) {
  .map_container_nav_buttons {
    overflow: revert;
  }

  .map_floors {
    display: flex;
    flex-direction: row-reverse;
    width: fit-content;
  }

  .map_floors > * {
    width: 70px;
    flex-shrink: 0;
  }

  .map_floor_title {
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 70px;
    height: 70px;
  }

  .map_floor_title::after,
  .map_floor_item::after {
    bottom: 0;
    left: 0;

    width: 1px;
    height: 60px;

    translate: 0 -5px;
  }
}
