.map {
  height: 360px;
  margin: 64px 0 32px;
  background-color: #FFFFFF;
}
.map--full {
  margin: 0;
  height: 700px;
}
.map__container {
  width: 100%;
  height: 360px;
}
.map__container--full {
  height: 700px;
}
.map-balloon {
  width: 200px;
}
.map-balloon__img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}
.map-balloon__title {
  font-weight: 600;
  margin-bottom: 1em;
}
.map-balloon__address {
  margin-bottom: 1em;
}
.map-balloon__phone {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 1em;
}
.map-balloon__worktime {
  font-weight: 600;
}
.map .ymaps-2-1-74-balloon,
.map ymaps[class*="-balloon "] {
  -webkit-box-shadow: 0px 4px 16px rgba(25, 50, 130, 0.16);
          box-shadow: 0px 4px 16px rgba(25, 50, 130, 0.16);
  border-radius: 8px;
}
.map .ymaps-2-1-74-balloon__content,
.map ymaps[class$="-balloon__content"] {
  padding: 20px;
  margin: 0;
}
.map .ymaps-2-1-74-balloon__close,
.map ymaps[class$="-balloon__close"] {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.map .ymaps-2-1-74-balloon__close-button,
.map ymaps[class$="-balloon__close-button"] {
  font-size: 20px;
  line-height: 16px;
  background: none;
  width: auto;
  height: auto;
  padding: 4px;
  color: #2E2F33;
  text-shadow: 0 1px 0 #FFFFFF, 1px 0 0 #FFFFFF, -1px 0 0 #FFFFFF, 0 -1px 0 #FFFFFF;
  opacity: 0.3;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.map .ymaps-2-1-74-balloon__close-button:hover,
.map ymaps[class$="-balloon__close-button"]:hover {
  opacity: 1;
}
.map .ymaps-2-1-74-balloon__close-button:before,
.map ymaps[class$="-balloon__close-button"]:before {
  content: "\00d7";
}
