body .g-button {
  background: #00CED1;
  border-radius: 10px;
  padding-block: 10px;
  transition: 0.3s;
  border: 1px solid #00CED1;
}
body .g-button:hover {
  background: transparent;
  border: 1px solid #00CED1;
  color: #000;
}
body .g-button.g-button--invert {
  border: 1px solid #00CED1;
  color: #00CED1;
}
body .g-button.g-button--invert:hover {
  background: #00CED1;
  color: #fff;
  border: 1px solid #00CED1;
}
body .ymaps-2-1-79-balloon__content {
  max-width: 200px;
  text-wrap: balance;
}
body .ymaps-2-1-79-balloon__content > ymaps {
  max-width: 100%;
}
