.sc_googlemap_wrap {
    position: relative;
}

.sc_googlemap {
    position: relative;
    padding-top: 0.0001px;
}

.sc_googlemap img {
    max-width: none;
}

.sc_googlemap_title+.sc_googlemap,
.sc_googlemap_title+.sc_googlemap_content_wrap,
.sc_googlemap_subtitle+.sc_googlemap,
.sc_googlemap_subtitle+.sc_googlemap_content_wrap {
    margin-top: 4.2em;
}

.sc_googlemap_descr+.sc_googlemap {
    margin-top: 1em;
}

.sc_googlemap_content_wrap {
    position: relative;
}

.sc_googlemap_content_default {
    position: absolute;
    z-index: 1;
    right: 10%;
    top: 10%;
    bottom: 10%;
    width: 30%;
    padding: 1.5em;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 959px) {
    .sc_googlemap_content_default {
        left: 7%;
        right: 14%;
        top: auto;
        bottom: 7%;
        width: auto;
        max-height: 30%;
        padding: 1em;
    }
}

.sc_googlemap_content_detailed {
    position: relative;
    padding: 2em 2em 2em 5em;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sc_googlemap_content_detailed:before {
    content: '\e8bb';
    font-family: 'trx_addons_icons';
    font-size: 2em;
    line-height: 1.3em;
    position: absolute;
    top: 1em;
    left: 1em;
}

.sc_googlemap_content_detailed p {
    margin-bottom: 1em;
}

.sc_googlemap_info_window h1,
.sc_googlemap_info_window h2,
.sc_googlemap_info_window h3,
.sc_googlemap_info_window h4,
.sc_googlemap_info_window h5,
.sc_googlemap_info_window h6 {
    margin: 0 0 0.3em;
}

.sc_googlemap_info_window p {
    margin: 0;
}

.sc_googlemap_info_window p+p {
    margin-top: 0.3em;
}