.rs-map {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding-top: 56px;
    padding-bottom: 56px;
}

.rs-map::after {
    content: url(../../img/bg_2.png);
    position: absolute;
    top: 32px;
    right: -193px;
    z-index: -1;
}

.rs-map__body {
    position: relative;
    margin-top: 32px;
    height: 519px;
    border-radius: 43px;
    overflow: hidden;
}

.rs-map__body iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .rs-map {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rs-map__body {
        height: 350px;
    }
}