.map-wrapper ymaps,
.map-wrapper [class*="ymaps"] {
    width: 100% !important;
    height: 100% !important;
}

.map-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

@media screen and (max-width: 960px) {
    .map-wrapper {
        border-radius: 20px;
    }
}

.stroke-14 {
    color: #000;
    -webkit-text-stroke: 25px #fff;
    paint-order: stroke fill;
}

.stroke-12 {
    color: #000;
    -webkit-text-stroke: 22px #fff;
    paint-order: stroke fill;
}

