.map_showroom {
  height: 100%;
  min-height: 265px
}
.map_showroom-all {
  height: 554px
}
.map_delivery-zones {
  height: 452px
}
.map .btn {
  margin: 8px 0 1px 1px
}
.map ymaps {
  -webkit-box-shadow: none;
  box-shadow: none
}
.map > ymaps,
.map > ymaps > ymaps {
  width: 100%!important
}
.map [class$=default-cluster] > ymaps {
  font-family: Manrope;
  font-size: 1.5rem;
  font-weight: 700
}
.map [class$=cluster-content__header] {
  display: none
}
.map [class$=balloon__layout] {
  border-radius: 4px
}
.map [class$=balloon__tail] {
  background: var(--white)
}
.map [class$=balloon__content] {
  font-family: Manrope;
  padding: 10px 16px
}
.map [class$=balloon__content] b,
.map [class$=balloon__content] strong {
  display: inline-block;
  font-size: .9375rem;
  line-height: 1
}
.map [class$=cluster-tabs__menu-item] {
  font-family: Manrope;
  line-height: 1.2;
  padding: 4px 10px
}
.map [class$=cluster-tabs__menu-item_current_yes] {
  font-family: Manrope;
  line-height: 1.2;
  padding: 4px 10px;
  background: var(--gray-dark)
}
.map [class$=cluster-tabs__section_type_nav] {
  border-color: var(--gray-dark)
}
.map [class$=cluster-tabs__content-item] .btn {
  margin-top: 16px
}
@media (min-width:768px) {
  .map_showroom {
    height: 435px
  }
}
@media (min-width:1024px) {
  .map_showroom {
    height: 528px
  }
  .map_showroom-all {
    height: 606px
  }
  .map_delivery-zones {
    height: 580px
  }
}