.em-map {
  overflow: hidden;
  transition: 0.7s;
}

.em-map .em-animation {
  position: relative;
}

.em-map .em-dot {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  max-width: 10px;
}

.em-map .em-info h4 {
  font-size: 22px;
}

.em-map .em-bottom {
  left: 50%;
  top: 100%;
}

.em-map .em-info.active {
  opacity: 1;
  z-index: 4;
}

.em-map .em-close-icon {
  background-color: #6A2720;
  color: #fff;
  font-size: 28px;
  padding: 14px 20px;
  max-width: fit-content;
  cursor: pointer;
  transition: 0.7s;
}

.em-map .em-close-icon:hover {
  opacity: 0.8;
}

.em-map .em-info {
  min-width: 275px;
  position: fixed;
  background-color: #fff;
  inset: 0;
  opacity: 0;
  z-index: -1;
  height: 100vh;
}

.em-map .em-box {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 20px;
  transform: translateY(-50%);
}

.em-map  .em-info img {
  width: 100%;
  object-fit: cover;
  height: 264px;
  border-radius: 20px;
  transform: 0.7s;

}

.em-map .em-animation .em-animation svg {
  position: relative;
  z-index: 2;
}


.cls-1 {
  fill: #ccc;
  transition: .7s;
}

.cls-2 {
  fill: #ccc;
  transition: .7s;
}

.cls-3 {
  fill: #ccc;
  transition: .7s;
}

.cls-4 {
  fill: #ccc;
}

.cls-5 {
  fill: #848484;
}

.cls-6 {
  fill: #999;
}

.cls-1 {
  fill: #661414;
}

.cls-2 {
  fill: #b32424;
}

.cls-4 {
  fill: #6e1616;
}

.em-map .em-state {
  opacity: 0;
  transition: .7s;
}

.em-map .em-state.active,
.em-map .em-state.is-hovered {
  opacity: 1;
}


@media screen and (min-width: 768px) {
  .em-map .em-dot {
    max-width: 14px;
  }
}

@media screen and (min-width: 992px) {
  .em-map  .em-info {
    max-width: 400px;
    position: absolute;
    height: auto;
    background-color: transparent;
    top: -28%;
    width: 100%;
    bottom: unset;
  }

  .em-map .em-line {
    position: absolute;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 1px;
    background: #fff;
    z-index: 3;
  }

  .em-map .em-box {
    position: static;
    transform: none;
    padding: 0px;
    border-radius: 20px;
  }

  .em-map .em-dot {
    max-width: 36px
  }
}

@media screen and (min-width: 1200px) {
  .em-map .em-info {
    max-width: 524px;
  }

  .em-map  .em-info h4 {
    font-size: 32px;
  }
}