.map-section .map-location {
    position: relative;
    border-top: 1px solid #bbbbbb;
    height: 550px;
}

.contact-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.contact-list li {
    margin: 0 0 5px;
}

.contact-work-time:before,
.user-phone:before,
.user-mail:before,
.paper-plane:before {
    display: inline-block;
    font-family: "FontAwesome";
    width: 30px;
    font-size: 1.1em;
    text-align: center;
}

.user-phone:before {
    content: "\f095";
}

.user-mail:before {
    content: "\f0e0";
    font-size: 1em !important;
}

.contact-work-time:before {
    content: "\f274";
}

.paper-plane:before {
    content: "\f1d9";
}