.contacts_map_section {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}
.contacts_map_section .bg_iframe{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.contacts_map_section .row1 {
    max-width: 23.5em;
    position: relative;
    padding: 0 0 1.5em;
    font-size: 1.5em;
    z-index: 1;
}
.contacts_map_section .row1:before {
    position: absolute;
    bottom: 0;
    right: 40%;
    width: 100vw;
    background-color: #F7F7F7;
    height: 100%;
    z-index: -1;
    content: '';
    display: block;
    transform-origin: 50% 100%;
    transform: skewX(-40deg);
}
.contacts_map_section .row1 .sub_row1 {
    font-size: 0.58em;
    padding: 2em 0;
    list-style-type: none;
    margin: 0 auto;
}
.contacts_map_section .row1 .sub_row1 .item {
    display: inline-block;
}
.contacts_map_section .row1 .sub_row1 .item .link {
    color: inherit;
    text-decoration: underline;
}
.contacts_map_section .row1 .sub_row1 .item:not(:last-child):after {
    content: '/';
    margin: 0 1em;
}
.contacts_map_section .row1 .sub_row1 .item:last-child {
    color: #F15F22;
}
.contacts_map_section .row1 .sub_row2 {
    font-size: 2em;
    margin: 0 auto 1em;
    text-transform: uppercase;
    font-weight: 700;
}
.contacts_map_section .row1 .sub_row3 .point {
    margin: 0 auto 1.2em;
}
.contacts_map_section .row1 .sub_row3 .point .line1 {
    font-weight: 700;
    color: #F15F22;
}
.contacts_map_section .row1 .sub_row3 .point .link {
    color: inherit;
    text-decoration: underline;
}
.contacts_map_section .row1 .sub_row3 .point .link:hover {
    text-decoration: none;
}
.contacts_map_section .row1 .sub_row3 .point .link.orange_link {
    color: #F15F22;
}
@media(max-width: 1699px) {
    .contacts_map_section {
        font-size: 0.94vw;
    }
}
@media(max-width: 1199px) {
    .contacts_map_section {
        font-size: 1.5vw;
    }
    .contacts_map_section .row1 {
        max-width: 20em;
    }
    .contacts_map_section .row1:before {
        right: 60%;
    }
}
@media(max-width: 767px) {
    .contacts_map_section {
        font-size: inherit;
        background-color: #F7F7F7;
    }
    .contacts_map_section .bg_iframe {
        position: static;
        height: calc(100vw/16*9);
        min-height: 300px;
    }
    .contacts_map_section .row1 {
        max-width: 100%;
        font-size: inherit;
    }
    .contacts_map_section .row1 .sub_row1 {
        font-size: 0.875em;
    }
    .contacts_map_section .row1:before {
        display: none;
    }
}