.webfus-map {
    margin-bottom: 80px;
}

.webfus-map:last-child {
    margin-bottom: 50px;
}

.webfus-map .maxwidth-theme {
    padding-block: 0 !important;
}

.webfus-map .top_block,
.front_page .webfus-map .content_wrapper_block.front_map .top_block {
    padding-top: 0;
    margin-bottom: 24px;
}

.webfus-map .content_wrapper_block.front_map,
.front_page .webfus-map .content_wrapper_block.front_map {
    border-top: 0;
}

.webfus-map .top_block a {
    display: none;
}

.webfus-map .top_block .title_block {
    display: block;
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
}

.webfus-map .detail_items .btn {
    border-radius: 12px;
}

.webfus-map .wrapper_block.title_left .block_container {
    border-radius: 12px 0 0 12px;
    overflow: hidden;
}

.webfus-map .contacts_map {
    border-radius: 0 12px 12px 0;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .webfus-map {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .webfus-map,
    .webfus-map:last-child {
        margin-bottom: 40px;
    }

    .webfus-map .top_block .title_block {
        font-size: 22px;
    }

    .webfus-map .wrapper_block.title_left .block_container {
        border-radius: 12px 12px 0 0;
    }

    .webfus-map .contacts_map {
        border-radius: 0 0 12px 12px;
        border-top: 0;
    }

    .webfus-map .with_title .block_container .detail_items .map_info_store {
        padding-inline: 15px;
    }

    .webfus-map .with_title .block_container .detail_items .buttons_block {
        margin-inline: 15px;
    }
}
