.map-block {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.map-block__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-block__bubble {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.map-block_mt {
    margin-top: 15px;
}
@media screen and (min-width: 768px) {
    .map-block {
        height: 470px;
    }
    .map-block__bubble {
        font-size: 24px;
    }
    .map-block_mt {
        margin-top: 32px;
    }
}