#contact__map, #contact__map-lviv {
    width: 100%;
    height: 550px;
}
.contact__map--infowindow {
    background-color:#ffffff;
}
.contact__map--text {
    text-align:center;
    font-size:18px;
    line-height:30px;
    padding:0 25px
}
.contact__map--title{
    color: #0A6D10;
    font-weight:700
}
.contact__map--address{
    color:#555;
    font-weight:400
}
.gm-control-active.gm-fullscreen-control,
.gm-style-mtc > div,
.gmnoprint > div,
.gm-svpc {
    background-color: #5BB661 !important;
}
@media screen and (max-width: 500px){
    .contact__map--text {
        font-size: 15px;
        line-height: 1.5;
        padding: 0 10px;
    }
    .contact__map--title {
        margin-bottom: 10px;
    }
}