/*STAFF*/
.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 #DEDEDE;
    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: #3C3947;
    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: #E96334;
    border-bottom: 2px solid #E96334;
}
.office-staff-first .nav-tabs .nav-link:hover, .office-staff-first .nav-tabs .nav-link:focus {
    border: none;
    color: #E96334;
    border-bottom: 2px solid #E96334;
}
.office-staff-first .nav-tab-wrap{
    margin-bottom: 30px;
}
.office-staff-first .col-lg-6.staff-card {
    padding: 0;
    margin-bottom: 26px;
}
.office-staff-first .col-lg-6.staff-card {
    max-width: 50%;
}
.thumbnail-staff .col-md-6:first-child {
    width: 100%;
    max-width: 120px;
    margin-right: 20px;
}
.thumbnail-staff .col-md-6 {
    flex: 0 0 70%;
    max-width: 70%;
}
.thumbnail-staff {
    background: transparent;
    border: none;
    flex-direction: row;
    align-items: center;
    padding: 0;
}
.card-img-top.staff-image {
    width: 100%;
    max-width: 120px;
    height: 160px;
}
.caption-staff .surname {
    font-family: 'UbuntuMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #796F6E;
    margin-bottom: 15px;
}
.position {
    font-family: 'UbuntuLight';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #796F6E;
    margin-bottom: 18px;
}
p.phone, p.mail {

    margin-bottom: 15px;
    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: 16px;
    line-height: 21px;
    /* identical to box height, or 131% */
    color: #796F6E;
}
p.phone:before {
    content: '';
    display: inline-block;
    min-width: 16px;
    height: 16px;
    margin-right: 14px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAENSURBVHgBpZLBTQMxEEX/zEILkSIuSwdRhDiHDuiAJVAAVAB0wB2FbDqACriDQFvCnliJU05cWM9ghwSRXZNMlC/Zsr7tN/bMELyqrJcmyc5YQSmBrjuj5wmM4tmU7D4pMAA0VUj+cXZ4Yga8D/sX4eJfM0Cq84OBCZAQR6OR02NYAH70Wq5qqepuYRATMG2aIu6omxclDGIBCmwhZqbLlumrEkoLg7hz91KIyumyrakVQotFNexnTDxubJfivn7zEYAefFVDHvdGrw9LgHUQzL+26BkCZ6FjqfmkOOS/53NGsY0NIFOOud37t7yd2IhU4wAjpAgNxysO/EBcvS/QCflo86ilEG4+XT2rzjf0XnrdQie9CwAAAABJRU5ErkJggg==') no-repeat;
}
p.mail:before {
    content: '';
    display: inline-block;
    min-width: 18px;
    height: 18px;
    margin-right: 14px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAESSURBVHgBzdLNTcNQDAdwP9sREp2AW1ZAMEAzASPwNQETNEzAAkiEDdggCyDREXqGC6cKxIuNDa3UNi9R0lP/hyfFTn6ynwJwaAl+vN+e1aqQwz4JYb5s4nX4uDmfRYnPiFRbMR9jgOpCpCmIsguWACUjg2HFKGyFIPKlgpbstdHYBmKXU3qJ173BWALZggZhHUgL6sV6EA9CIoIQvgA+/UMHrDRfSnP6V8P/X2Y3rYnstXuJsTqm7A1VK5/MgQnSgwacSvwphBlQYdYNrRCkrLZdcl+TiPKJ2lMIV3aC91IYdyHrsoIBW8tonsK4D+lOG2MNcKcxvgxH0hgf2STfRE+g4t0FjIpdHnJ18vg6hYPLL2XIwPuMaftiAAAAAElFTkSuQmCC') no-repeat;
}
a.send-message-staff {
    display: none;
}
@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%;
    }
}