.infoTitle, .infoBlock > p {
    margin-bottom: 0 !important;
}

.infoBlock {
    margin-bottom: .5em !important;
}

.map-full_info {
    position: absolute;
    width: 22em;
    height: 20em;
    overflow-y: auto;
    left: 50%;
    top: 50%;
    transform: translate(50px, -50%);
    font-size: .9em;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
    background: #fff;
    z-index: 10;
    padding: 1em;
}

.map-full_info .overlay__close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
    color: #fff;
    background-color: #de0017;
    width: 1.5em;
    height: 1.5em;
}

@media (max-width: 1024px) {
    .map-full_info {
        top: 50%;
        left: 50%;
        overflow: auto;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 39.995em) {
    .map-full_info {
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        overflow: auto;
        transform: none;
    }
}

@media (max-width: 1024px) {
    .map-full_info_region {
        display: none;
    }
}

.map-full_info .infoBlock {
    font-size: .9em;
}

.pac-container.stayOpen {
    display: block !important;
}

.hidden {
    display: none;
}
