.road_map_section {
    margin: 60px 0 0 0;
    height: 512px;
    position: relative;
    z-index: -1;
}

.road_map_section:after {
    background: #0F1429 0 0 no-repeat padding-box;
    width: 51%;
    position: absolute;
    top: 0;
    content: "";
    display: block;
    height: 360px;
    z-index: -1;
    left: 49%;
}

.road_map_section > ul {
    z-index: -2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
}

.road_map_section > ul > li {
    list-style-type: none;
}

.text_map_elements {
    display: flex;
    flex-direction: row;
}

.info_elements {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.text_map_element_big {
    width: 210px;
    text-align: center;
    font: normal normal bold 28px/36px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    margin: 0 16px 0 0;
}

.text_map_element_big:after {
    content: '';
    display: block;
    width: 49%;
    height: 3px;
    background: #FFC647 0 0 no-repeat padding-box;
    margin: 8px auto 8px;
}

.text_map_element {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font: normal normal normal 22px/27px 'Lato', sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    width: 278px;
    margin: 54px 16px 0 0;
}

.text_map_element > img {
    width: 26px;
    height: 26px;
    margin: 10px 0 10px;
}

.text_map_element > a:link, a:visited {
    color: #FFFFFF;
    font: normal normal normal 22px/27px 'Lato', sans-serif;
    text-decoration: underline;
}

.text_map_element > a:hover, a:active {
    color: #FFC647;
}

.text_map_element_big > span:after {
    content: '';
    display: block;
    width: 88px;
    height: 2px;
    background: #FFC647 0 0 no-repeat padding-box;
    margin: 10px auto 10px;
}

.text_map_element > span:after, .text_map_element > a:after {
    content: '';
    display: block;
    width: 88px;
    height: 1px;
    background: #FFC647 0 0 no-repeat padding-box;
    margin: 20px auto 20px;
}

.text_road_element {
    width: 474px;
    height: 69px;
    margin: 0 63px 0 329px;
}

.text_road_element > span {
    text-align: left;
    font: normal normal normal 18px/23px Source Sans Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

#roadMap{
    width: 866px;
    height: 373px;
}

#roadMap iframe{
    width: 100%;
    height: 100%;
}

.hide_button {
    width: 0;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .road_map_section {
        height: 677px;
        margin-bottom: 0;
    }

    .road_map_section > ul {
        width: 100%;
        height: 100%;
        flex-direction: column;
    }

    .road_map_section > ul > li {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;

    }

    .text_map_element_big {
        height: 56px;
        width: 160px;
        margin-bottom: 34px;
        margin-right: 0;
        font: normal normal bold 22px/28px Source Sans Pro;
        letter-spacing: 0;
        color: #FFFFFF;
    }

    .text_road_element {
        margin: 0 0 45px 0;
        height: 100px;
        width: 300px;
        font: normal normal normal 16px/20px Source Sans Pro;
        letter-spacing: 0;
        color: #FFFFFF;
    }

    .text_map_element {
        margin: 0;
        width: 170px;
    }

    .road_map_section:after {
        width: 85%;
        position: absolute;
        top: 0;
        content: "";
        display: block;
        height: 100%;
        z-index: -1;
        left: 15%;
    }

    .hide_button{
        width: 240px;
        height: 50px;
        border: 2px solid #FFFFFF;
        border-radius: 2px;
        visibility: visible;
        margin-top: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        font: normal normal 600 18px/23px Source Sans Pro;
        letter-spacing: 0;
        color: #FFFFFF;
        cursor: pointer;
        text-decoration: none;
    }

    .hide_button:active, .hide_button:hover {
        background-color: #FFFFFF;
        color: #0B1024;
        border: 2px solid #FFFFFF;
    }

    #roadMap {
        display: none;
    }

}

@media screen and (max-width: 1700px) and (min-width: 769px) {
    #roadMap {
        width: 644px;
    }

    .text_road_element {
        margin-left: 169px;
        margin-right: 0;
    }
}
