.popover.top .arrow::after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover .arrow::after {
  border-width: 10px;
  border-bottom-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -10px;
  left: 20%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover .arrow {
  border-width: 11px;
  border-bottom-width: 11px;
}

.popover .arrow, .popover .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: transparent;
  border-style: solid;
}

.popover {
  text-align: left;
  white-space: normal;
}

.popover .close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: gray;
  font-weight: 400;
  text-shadow: none;
  box-shadow: 0 4px 5px 0px rgba(0, 0, 0, .3);
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 0;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.popover {
  display: block;
}

.popover.top {
  margin-top: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}

.balloon__img-wrap {
  width: 100%;
  max-height: 140px;
  height: 140px;
  overflow: hidden;
}

.balloon__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.balloon__text-wrap {
  padding: 10px;
}

.balloon__title {
  font-weight: 400;
  color: #333;
}

.balloon__dop-info {
  margin-top: 5px;
  font-size: 14px;
  color: #777;
  font-weight: 300;
}

.balloon__price {
  margin-top: 5px;
  font-weight: 400;
  color: #333; 
}

.balloon__price span {
  font-size: 18px; 
  color: #53b374; 
  font-weight: 600;
}

.my-hint {
  display: inline-block;
  padding: 0;
  position: relative;
  width: 195px;
  border-radius: 5px;
}

.balloon__content {
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  /* max-width: 200px; */
}

.balloon__head {
  padding: 5px;
  border: 1px solid gray;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 0 0 1px 0;
  background-color: lightgray;
  font-weight: 500;
}

.balloon__text {
  padding: 5px;
  font-size: 14px;
  color: rgb(79, 79, 79);
}

.map-btn-fullscreen {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 2px 3px 1px rgba(0,0,0,.2);
  cursor:pointer;
  transition: box-shadow .3s ease;
}

.map-btn-fullscreen:hover {
  box-shadow: 0 3px 4px 1px rgba(0,0,0,.3);
}

.map-btn-fullscreen svg {
  width: 100%;
  height: 100%;
}

.fullscreen_icon_svg {
  transform: rotate(90deg);
}

.map-fullscreen-icon {
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 8px;
}

.map-fullscreen-icon--close {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,.4);
  width: 100%;
  height: 100%;
  transition: background .3s ease;
}

.map-fullscreen-icon--close:hover {
  background-color: rgba(0,0,0,.7);
}

.map-fullscreen-icon--close svg {
  --size: 14px;
  width: var(--size);
  height: var(--size);
}

.fullscreen_icon_svg--close path {
  fill: white;
}