.s-contacts-type-1 {
    position: relative
}

.s-contacts-type-1__map {
    position: relative;
    z-index: 2;
    height: 0;
    /* padding-top: 100%; */
    box-shadow: 0 8px 38px 0 rgba(0, 0, 0, .1)
}

.s-contacts-type-1__map-data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:959px) {
    .s-contacts-type-1__columns-content {
        order: 2
    }
}

@media screen and (min-width:960px) {
    .s-contacts-type-1__map-wrapper {
        margin-bottom: 0 !important
    }
}