.office-staff-first{
    padding: 0px 0 40px;
    background: #F0F0F0;
}
.office-staff-first .nav-tab-wrap {
    background: #FAFAFA;
}
.nav-tab-employees {
    margin-bottom: 0px;
    border-bottom: none;
}
.office-staff-first .nav-tab-employees a {
    font-family: 'ProximaNova-Semibold', sans-serif;
    border: none;
    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;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #444444;
}
.office-staff-first .nav-tab-employees li{
    /*width: 50%;*/
    max-width: none;
    background: transparent;
    color: #898D90;
    font-size: 12px;
}
.caption-staff .mail a, .caption-staff .phone a {
    color: #A1A1A1;
}
.office-staff-first .nav-tab-employees .active{
    background: #F0F0F0!important;
    color: #495057;
}
.row-employess {
    padding-top: 20px;
}
.row-employess .tab-content {
    width: 100%;
}
.phone, .mail {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}
.staff-card {
    margin-bottom: 10px;
}
.caption.caption-staff.card-info {
    display: flex;
    flex-direction: column;
    align-items: start;
}
h3.surname {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0C121C;
    font-family: 'ProximaNova-Semibold', sans-serif;
}
p.position {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #444444;
}
.staff-image {
    overflow: hidden;
    width: 100%;
    /*height: 191px;*/
    border-radius: 0;
}
.staff-image img {
    width: 100%;
}
a.send-message-staff {
    font-family: 'ProximaNova-Semibold', sans-serif;
    background: #3C3C3B;
    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;
    border: none;
}
.thumbnail-staff .col-md-6 {
    display: flex;
    flex-direction: column;
    align-self: center;
}

p.mail {
    display: none;
}


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