.staff_choose-title{

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #8B8C90;
    margin-bottom: 16px;
    display: block;
    text-align: center;
}
.staff .dropdown{
    margin: 0 auto 48px;
    text-align: center;
    width: 100%;
}
.staff .dropdown .btn{

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #282830;
    border-color: #F0F0F0;
    background: #F0F0F0;
    border-radius: 3px;
    cursor: pointer;
    white-space: normal;
}
.staff .dropdown .btn:focus{
    outline: none;
    box-shadow: none;
    border-color: #F0F0F0;
}
.icon-chevron-down{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC5SURBVHgBjZCxDcJADEWdZBHKSDSMkGxgKdCzQUJHCRMAG4QeJJd0YQQqSJkRGIAkfOsu4g4hlC9ZZ/v+81lHBDFnOTNP6I/0Xn2aB8zzgqjfIW+I2lREml8AUVjBjrNfhUQvQf+GQCOqmBczH9B6ANTXlaGZ3KZoiAE7gBnbFxKtLXC0mzwDf2q2x5HbskQsbX4QOReDL3Khun5c4niqgxKEXTPYAli7Pg8y4P36ARU4bWisvj/E1Rt4lT6dY/PHSwAAAABJRU5ErkJggg==') no-repeat;
    min-width: 13px;
    height: 8px;
    display: inline-block;
    margin-left: 30px;
}
.staff .dropdown.show .icon-chevron-down{
    transform: rotateX(180deg);
}
.staff .dropdown .btn-secondary:not(:disabled):not(.disabled).active,
.staff .dropdown .btn-secondary:not(:disabled):not(.disabled):active,
.staff .dropdown .show>.btn-secondary.dropdown-toggle{
    background: #F0F0F0;
    color: #282830;
}
.staff .dropdown-menu{
    padding: 0;
}
.staff .dropdown-item {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #282830;
    padding: 9px 20px;
    white-space: normal;
}
.staff .dropdown-item.active, .staff .dropdown-item:active{
    background: transparent;
}

.staff_item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.staff_item-img{
    width: 120px;
    height: 155px;
    background: #F0F0F0;
    margin-right: 22px;
    overflow: hidden;
}
.staff_item-img img{
    width: 100%;
}
.staff_item-name{
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 31px;
    color: #000000;
    display: block;
    margin-bottom: 12px;
}
.staff_item-position{

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #282830;
    margin-bottom: 15px;
}
.staff_item-desc a{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #282830;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
}
.staff_item-desc a:hover{
    text-decoration: none;
    color: #FF0022;
}
.staff_item-desc a svg{
    margin-right: 10px;
}
.staff_item-mail{
    margin-bottom: 0;
}


@media (max-width: 767.98px) {
    .staff .dropdown-menu {
        transform: none !important;
        top: 51px !important;
        width: 100%;
    }
    .staff .dropdown .btn {
        text-align: left;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    .staff_item {
        flex-direction: column;
        align-items: baseline;
    }
    .staff_item-img {
        margin-bottom: 10px;
    }
}