

/* Start:/local/templates/department/components/bitrix/news.list/people_list_important/style.css?17619972712783*/
.list-experts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-auto-rows: 1fr;
}

.item-expert {
    position: relative;
    padding-bottom: 70px;
    border-radius: 10px;
    box-shadow: 13px 15px 20px rgba(0, 0, 0, 0.05);
}

.head-item-exp {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    width: 100%;
    height: 100px;
}

.head-item-exp-photo {
    margin-top: -50px;
}

.head-item-exp-photo img {
    max-width: 100%;
    width: 90px !important;
    height: 90px !important;
    display: block;
    background-position: center;
    background-size: cover;
    border-radius: 100px;
}

.head-exp-background {
    height: 50px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.head-exp-background.color-cat-1 {
    background-color: #00aeef;
}

.head-item-exp-photo img.color-cat-1 {
    border: 4px solid #00aeef;
    background-color: #00aeef;
}

.head-exp-background.color-cat-4 {
    background-color: #3aaa35;
}

.head-item-exp-photo img.color-cat-4 {
    border: 4px solid #3aaa35;
    background-color: #3aaa35;
}

.body-item-exp {
    padding: 10px 25px 20px;
}

.b-position-name-exp {
    margin-top: 5px;
}

.position-name-exp {
    color: #a7a9ac;
    text-transform: uppercase;
    font-size: 14px;
}

.b-name-exp {
    margin-top: 15px;
}

.name-exp {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
}

.name-exp a {
    color: #000;
}

.b-phone-exp {
    margin-top: 15px;
}

.phone-exp {
    font-size: 16px;
}

.b-email-exp {
    margin-top: 3px;
}

.email-exp a {
    display: inline-flex;
    /*border-bottom: 1px solid #00aeef;*/
}

.b-structure-link {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
}

.structure-link {
    /*display: block;
    width: 100%;*/
    border-radius: 26px;
    text-align: center;
    padding: 10px 15px;
    background-color: #e5f7fd;
    color: #000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}

.block-exp-title {
    margin-top: 50px;
    margin-bottom: 30px;
}

.block-exp-title h3 {
    text-transform: uppercase;
    font-weight: 500;
}

@media screen and (max-width: 1300px) {
    .list-experts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .list-experts {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 650px) {
    .list-experts {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */
/* /local/templates/department/components/bitrix/news.list/people_list_important/style.css?17619972712783 */
