/* ymap */

/* .ymaps-2-1-79-controls-pane,
.ymaps-2-1-79-controls__control {
    position: absolute !important;
    left: unset !important;
    right: 0 !important;
}
.ymaps-2-1-79-controls__control {
    right: 10px !important;
} */


ymaps[class*=clusterSmallIcon] {
    /*background-image: url(point.svg);*/
}
ymaps[class*=islands_icon] {
    /*background-image: url(cluster.svg);*/
}
ymaps[class*=balloon__close-button] {
    background: url(closemap.svg) 70% no-repeat;
    opacity: 1;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    margin-top: -6px;
}
ymaps[class*=balloon-overlay] > ymaps > ymaps {
    border: none;
    outline: none;
    /* box-shadow: 0 5px 15px -7px rgba(0, 0, 0, 0.5); */
}
ymaps[class*=balloon__layout] {
    position: relative;
    z-index: 1;
    padding: 14px 10px 20px 16px;
}
ymaps[class*=balloon__content] {
    padding: 0;
    margin-right: 25px !important;
}
ymaps[class*=balloon__content] > ymaps {
    width: 380px !important;
    height: 95px !important;
    overflow: visible !important;
}
ymaps[class*=balloon__content] > ymaps > ymaps {
    display: flex;
    flex-direction: row;
    height: 100%;
}
ymaps[class*=balloon-content__header] {
    order: 2;
    /*padding-left: 15px;*/
    padding-left: 15px;
    font-size: 15px;
    line-height: 19px;
    /*flex: 1 0 45%;*/
    /* flex: 1 0 auto; */
    /*display: flex;*/
    /*flex-direction: column;*/
    margin: 0;
}
ymaps[class*=balloon-content__header] > a {
    /*order:  2;*/
    text-decoration: none;
    border: none;
}
ymaps[class*=balloon-content__header] > br {
    /*order:  -1;*/
    display: none;
}
ymaps[class*=balloon-content__header] > p {
    /*order:  1;*/
    font-size: 14px;
    opacity: .5;
    margin-bottom: 8px;
}
ymaps[class*=balloon__layout] img,
ymaps[class*=balloon_layout] img {
  /*position: relative;*/
  float: none;
  overflow: visible;
  z-index: 3;
  border-radius: 4px;
  margin-top: 3px;
  order: 1;
  flex: 0 1 auto;
  display: block;
  max-width: 42%;
  /*width: 45%;*/
  /*max-height: 78px;*/
  height: 100%;
  object-fit: cover;
  display: inline-block;
  /*position: absolute;*/
  top: 0;
  bottom: 0;
}
a[class*=gototech] {
    display: none;
}
@media (max-width: 430px) {
    ymaps [class*=balloon__content] > ymaps > ymaps {
        width: calc(100vw - 66px);
        position: relative;
        height: 100%;
    }
    ymaps[class*=balloon__close-button] {
        margin-top: 0;
        background-position: 50%;
    }
    ymaps[class*=balloon__content] > ymaps {
        height: 110px !important;
        padding: 10px 0 14px 11px;
        overflow-x: hidden;
        width: 100% !important;
    }
    ymaps[class*=balloon-content__header] {
        flex: 1 0 calc(100% - 198px);
        padding-left: 12px;
    }
    ymaps[class*=balloon__layout] img,
    ymaps[class*=balloon_layout] img {
        margin-top: 2px;
        max-width: 122px;
    }
    ymaps[class*=balloon-content__header],
    ymaps[class*=balloon-content__header] > * {
        line-height: 18px;
        letter-spacing: normal;
    }
}
/* /ymap */