.office-staff-first{
    padding: 0px 0 40px;
}
.nav-tab-employees {
    margin-bottom: 25px;
    border-bottom: none;
}
.office-staff-first .nav-tab-employees a {
    font-family: 'Conv_AvenirNextCyr-Demi', sans-serif;
    border: 1px solid #E2E2E2;
    font-size: 10px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #898D90;
    width: 100%;
    max-width: none;
    border-radius: 0;
    transition: background-color 400ms ease,border-color 400ms ease,color 400ms ease;
    display: block;
    text-decoration: none;
    padding: 26px 0 25px;
}
.office-staff-first .nav-tab-employees li{
    /*width: 50%;*/
    max-width: none;
    background: transparent;
    color: #898D90;
    font-size: 12px;
}
@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;
        justify-content: flex-start;
        white-space: nowrap;
    }
    .office-staff-first .nav-tab-employees li a {
        padding-left: 25px;
        padding-right: 25px;
    }
    .office-staff-first .nav-tab-employees li {
        flex: none;
    }
}
.office-staff-first .nav-tab-employees .active {
    background: #E9ECEC;
    color: #0C121C;
}

.row-employess .tab-content {
    width: 100%;
}
.phone, .mail {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #898D90;
    margin-bottom: 10px;
}
.staff-card {
    margin-bottom: 10px;
}
.caption.caption-staff.card-info {
    display: flex;
    flex-direction: column;
    align-items: start;
}
h3.surname {
    font-family: 'LandRover-Demi';
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0C121C;
}
p.position {
    font-family: Avenir Next Cyr;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #898D90;
}

.staff-image {
    overflow: hidden;
    border-radius: 0;
}
.staff-image img {
    width: 100%;
}
a.send-message-staff {
    background: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px 14px;
}
.thumbnail-staff .col-md-6 {
    display: flex;
    flex-direction: column;
    align-self: center;
}


a.send-message-staff {
    display: none;
}


.office-staff-first .nav-tab-employees li {
    min-width: 170px;
}