

/* Start:/local/components/luxoft/item.list/templates/experts/style.css?17140397401769*/
.experts-list-item__content {
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.experts-list-item__head {
    position: relative;
    margin-bottom: 16px;
}

.experts-list-item__head > button.fav-button {
    position: absolute;
    right: 0;
    color: #000;
}

.experts-list-item__head-top-avatar {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-position: center;
    background-size: auto 100%;
}

.experts-list-item__head-top {
    display: flex;
    margin-bottom: 4px;

}

.experts-list-item__head-top-name {
    max-width: 244px;
    display: block;
    margin: auto auto auto 12px;
}

.experts-list-item__head-detail-text {
    max-height: 24px;
    overflow: hidden;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
}

.tag-list__wrap {
    margin-bottom: 16px;
}

.experts-list-item__bottom > a {
    margin: auto;
    display: block;
}

.experts-list-item__material-list-item {
    background-color: #FFFFFF;
    padding: 16px;
}

.material-list-item__head {
    display: flex;
    justify-content: space-between;
}

.material-list-item__head-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.material-list-item__head > button {
    color: #000 !important;
    height: 20px;
}

.experts-list-item__material-list-item + .experts-list-item__material-list-item {
    margin-top: 8px;
}

.experts-list-item__material-list {
    margin-bottom: 12px;
}

.material-list-item__name {
    max-height: 84px;
    height: 84px;
    overflow: hidden;
    margin-top: 12px !important;
}

.experts-list-item__bottom .button-text {
    display: flex;
}
/* End */
/* /local/components/luxoft/item.list/templates/experts/style.css?17140397401769 */
