.offices_module {
    position: relative;
    background: #ffffff;
}

.offices_module .inner {
    padding: 24px;
}

.offices_module .oaklins-card {
    height: auto;
    min-height: 360px;
}

.offices_module .office {
    position: relative;
}

.offices_module .office .office-title {
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3D3935;
    letter-spacing: 0;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    position: relative;
    padding-left: 109px;
    border-bottom: 1px solid #F3F2F1;
}

.offices_module .office:first-of-type {
    border-top: 1px solid #F3F2F1;
}

.offices_module .office .active .office-title, .offices_module .office .office-title:hover {
    color: #F68D2E;
}

.offices_module .office .office-title span {
    display: inline-block;
    margin-right: 24px;
    font-family: 'ProximaNova-Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3D3935;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.offices_module .office .collapse {
    overflow: hidden;
    height: 0;
    background-color: #F3F2F1;
    -webkit-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: .25s ease-in;
    opacity: 0;
}

.offices_module .office .active .collapse {
    overflow: hidden;
    height: 240px;
    background-color: #F3F2F1;
    opacity: 1;
}

.offices_module .office .office-content {
    padding: 24px;
    padding-left: 109px;
    font-size: 16px;
    color: #3D3935;
    letter-spacing: 0;
    line-height: 22px;
    padding-bottom: 28px;
}

.offices_module .office .office-content strong {
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.offices_module .office .orange-box {
    left: 60px;
    z-index: 0;
}

.offices_module .office .orange-box::before, .offices_module .office .orange-box::after {
    height: 1px;
    opacity: 1;
    transition: .25s;
}

.offices_module .office .active .orange-box::before {
    opacity: 0;
}

.offices_module .office:hover .orange-box::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.offices_module .office:hover .orange-box::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg)
}

.offices_module .office .active .orange-box::before {
    -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.offices_module .office .active .orange-box::after {
    -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.offices_module .contact-footer {
    padding: 24px;
    height: 88px;
    font-size: 16px;
    color: #3D3935;
    letter-spacing: 0;
    margin-top: -5px;
}

.offices_module .contact-footer p {
    max-width: 187px;
    margin: 0;
    padding: 0;
}

.offices_module .contact-footer .col-md-6, .offices_module .contact-footer .col-6 {
    position: relative;
}

.offices_module .contact-footer a {
    right: 0;
    position: absolute;
    min-width: 220px;
}

.offices_module .gmaps-adress,
.offices_module .additional-address {
    padding-right: 24px;
}

/* .offices_module .oaklins-btn {
    position: absolute;
    bottom: 24px;
    width: 216px;
} */

.offices_module .office-content .oaklins-btn {
    margin-top: 30px;
}

@media screen and (max-width: 1336px) {
    .offices_module .office .office-content {
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .offices_module .inner {
        padding: 0;
    }

    .offices_module .office .office-title, .offices_module .office .office-content {
        padding-left: 82px;
    }
    .offices_module .office .orange-box {
        left: 24px;
    }
    .offices_module .office-content .oaklins-btn {
        left: 202px;
        position: absolute;
        max-width: 100%;
        height: auto;
        white-space: normal;
        line-height: 16px;
        padding: 12px 36px 8px 12px;
    }
}

@media screen and (max-width: 1023px) {

    .offices_module .office-content .oaklins-btn {
        left: unset;
        position: relative;
    }

    .page-template-contact-template .offices_module .oaklins-card {
        display: block;
    }
    /* .map-div {
        display: none;
    } */
    .offices_module .contact-footer {
        display: none;
    }

    .offices_module .office-content .oaklins-btn {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .offices_module .office-content .col-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offices_module .office .active .collapse {
        height: auto!important;
    }

    .offices_module .office .office-content .col-6:nth-child(1) {
        order: 2;
    }
    .offices_module .office .office-content .col-6:nth-child(2) {
        order: 1;
        margin-bottom: 12px;
    }
}
