.hidden {
    opacity: 0;
}

.contact .map {
    width: 100%;
    height: 40vw;
}

.contact > .inner {
    background-color: #dadfe1;
    position: relative;
    max-width: 1920px;
}

.contact .info {
    position: relative;
    left: 0px;
    top: 0px;
    padding: 34px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 2px 3px 6px 0px rgba(0, 2, 4, 0.25);
    z-index: 2;
}

.contact ul li > div {
    padding-bottom: 20px;
}

.contact ul li > table {
    font-family: "Rubik", sans-serif;
    color: #414141;
    font-size: 18px;
}

.contact ul li > table i {
    width: 32px;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    font-size: 24px;
    float: left;
    color: #bec1c2;
}

.contact ul li > table tr:hover i {
    color: #414141;
}

.contact ul li > table a:hover {
    color: #ea4b35;
}

.contact ul li.company h4 {
    font-family: "Rubik Bold";
    color: #ea4b35;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 36px;
}

.contact ul li.sale h4, .contact ul li.hr h4 {
    font-family: "Rubik Bold";
    color: #414141;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding: 22px 0;
}

@media only screen and (min-width: 1200px) {
    .contact .map {
        height: 664px;
    }

    .contact .info {
        position: absolute;
        width: 390px;
        top: 50px;
        left: 10%;
        height: 595px;
    }
}