html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
#map {
    width: 100%;
    height: 85%;
}
.popover {
    display: block;
}
.ymaps-2-1-79-ground-pane {
    filter: grayscale(1) invert(100%);
    -ms-filter: grayscale(1) invert(100%);
    -webkit-filter: grayscale(1) invert(100%);
    -moz-filter: grayscale(1) invert(100%);
    -o-filter: grayscale(1) invert(100%);

}
.popover.top ymaps {
    background: #40bce9!important;
    padding: 15px;
    border-radius: 10px;
    height: 80px!important;
    padding-top: 0px;
    padding-left: 20px;
    margin-left: -60px;
    margin-top: -76px;
}

.popover.top ymaps h3 {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Days One";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

.popover.top ymaps div a{
    color: white;
    font-family: "Days One";
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    display: initial;
}

.popover.top ymaps ymaps:after {
    content: '';
    position: absolute;
    right: -4px;
    bottom: -60px;
    display: block;
    width: 58px;
    height: 58px;
    background-image: url(/template/img/placemark2.png);
}
#map2{
    overflow:hidden;
}
