/* #objects_map ymaps:not([class*='zoom'], [class*="image"], [class*="button"]) {
  background-image: none !important;
}

#objects_map ymaps.ymaps-2-1-79-ground-pane {
    display: none !important;
}

 */
#objects_map [class*="map-copyrights-promo"]{
	display: none !important;
}
ymaps.ymaps-2-1-79-copyright.ymaps-2-1-79-copyright_logo_no {
    display: none !important;
}
ymaps.ymaps-2-1-79-controls__bottom {
    display: none !important;
}
.ymaps-2-1-79-balloon__content {
  background: #000 !important;
}
.ymaps-2-1-79-balloon__tail, .ymaps-2-1-79-balloon__tail:after {
  background: #000 !important;
}
/*.ymaps-2-1-79-balloon__close-button {
  filter: invert(1);
  opacity: 0.7;
}*/

.balloon_inner_img {
    max-width: 50%;
    padding-top: 5px;
    /* max-height: 50px; */
    padding-left: 15px;
}
.balloon_content {
  width: 370px;
  /* height: 150px; */
  background-size: cover;
  background-position: center;
}
.ymaps-2-1-79-balloon__content > ymaps {
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
}
.ymaps-2-1-79-balloon__content {
  padding: 0px;
  margin: 0px !important;
}
.balloon_inner {
  display: flex;
  padding: 15px 15px 15px 15px;
  /* height: 100%; */
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.balloon_inner span {
  display: block;
}
.balloon_inner p {
  font-size: 10px;
  margin: 0px;
  margin-top: 8px;
}
.balloon_inner a {
  color: #fff;
}
.balloon_inner_img img {
    max-height: 50px;
    /* padding-left: 15px; */
    padding: 5px;
}
/*.balloon_content:after {
    content: "";
    background: url(/include/images/itembg.svg);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
		z-index:0;
}*/
.balloon_content * {
    z-index: 1;
}
.balloon_content {
    position: relative;
    background-blend-mode: multiply;
    background-color: #00000091;
    /* display: flex; */
}
.balloon_inner_img img {
    background-color: #fff;
}
.dark_style .balloon_inner_img img {
    background-color: #fff;
}

.balloon_inner p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 120%;
    margin-top: 0px;
    font-weight: 500;
}

.balloon_inner p.name {
    font-weight: 600;
}
section.geoblock h2 {
    color: #6fa2b2;
    font-weight: 700;
    font-size: clamp(26px, 2vw, 30px) !important;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
}

section.geoblock {
    padding-top: 60px;
    /* padding-bottom: 30px; */
}

ymaps.ymaps-2-1-79-balloon__close-button {
    filter: invert(1);
}



@media(max-width: 991px) {
  #objects_map {height: 350px !important;}
}
.balloon_inner {
    max-width: 80%;
}
