/*STAFF*/
.office-staff-first {
    padding-bottom: 60px;
    background: url(../../../img/haval/team-bg.svg) no-repeat center top;
}
.office-staff-first .nav-fill .nav-item {
    flex: none;
    margin-right: 30px;
}
.office-staff-first .nav.nav-tabs.nav-pills.nav-fill.nav-tab-employees {
    border-bottom: 1px solid #7e7d7d;
    justify-content: center;
}


.office-staff-first a.nav-link {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    padding-bottom: 8px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid transparent;
}
.office-staff-first .nav-pills .nav-link.active, .office-staff-first .nav-pills .show > .nav-link {
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 2px solid #C12525
}
.office-staff-first .nav-tabs .nav-link:hover, .office-staff-first .nav-tabs .nav-link:focus {
    border: none;
    color: #fff;
    border-bottom: 2px solid #C12525
}
.office-staff-first .nav-tab-wrap{
    margin-bottom: 30px;
}
.office-staff-first .col-lg-6.staff-card {
    padding-left: 0;
    margin-bottom: 26px;
}
.office-staff-first .col-lg-6.staff-card {
    max-width: 50%;
}
.thumbnail-staff .col-md-6:first-child {
    flex: 0 0 35%;
    max-width: 180px;
    margin-bottom: 10px;
    padding-right: 5px;
}
.thumbnail-staff .col-md-6 {
    /* flex: 1;
    max-width: none; */
    flex: 0 0 65%;
    max-width: 65%;
}
.thumbnail-staff {
    background: transparent;
    border: none;
    flex-direction: row;
    /* align-items: center; */
    padding: 0;
}
.card-img-top.staff-image img {
    /* width: 100%; */
    border-radius: 10px;
}
.caption-staff .surname {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.position {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 18px;
}
p.phone, p.mail {
    margin-bottom: .5em;
    display: flex;
    align-items: center;
}

p.phone a, p.mail a {
    display: block;
    width: 100%;
    height: 100%;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
    color: inherit;
    transition: all .18s;
}

p.phone a:hover, p.mail a:hover {
    text-decoration: underline;
    color: #C12525;
}
a.send-message-staff {
    display: none;
}

@media (min-width: 992px) {
    .thumbnail-staff .col-md-6:first-child {
        max-width: 222px;
    }
    .office-staff-first .col-lg-6.staff-card {
        margin-bottom: 43px;
    }
    .caption-staff .surname {
        font-weight: 700;
        font-size: 22px;
    }
    p.phone a, p.mail a {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    ul.nav.nav-tabs.nav-pills.nav-fill.nav-tab-employees {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        align-items: center;
        white-space: nowrap;
        justify-content: flex-start !important;
    }
    .office-staff-first .col-lg-6.staff-card {
        max-width: 100%;
    }
}