.balloon {
  min-width: 306px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  background-color: #ffffff;
  z-index: 10;
}

.balloon-body {
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.balloon-adress {
  margin-bottom: 10px;
}

.balloon-adress svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 6px;
  float: left;
}

.balloon-adress p {
  display: inline;
}

.balloon-subadress {
  font-weight: 600;
  color: #999999;
  margin-bottom: 10px;
  display: block;
}

.balloon-hours {
  color: #252728;
  font-weight: 600;
}

.balloon-hours svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 3px;
  float: left;
}

.balloon-hours p {
  display: inline;
}

.terminal-bolloon-close {
  position: absolute;
  right: 12px;
  top: 7px;
  color: #252728;
  text-decoration: none !important;
}

@media screen and (max-width: 1024px) {
  .balloon {
    min-width: 240px;
    border-radius: 9.43564px;
  }

  .balloon-body {
    padding: 11px 8px 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .balloon-adress {
    margin-bottom: 6px;
  }

  .balloon-adress svg {
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin-right: 3px;
  }

  .balloon-subadress {
    margin-bottom: 6px;
  }

  .balloon-hours svg {
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin-right: 6px;
  }
}