

/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/news.list/team/style.css?17556110312454*/
.team .items {
    padding-left: 0;
}
.team li {
    list-style-type: none;
}
.team .module-autors-list{
    padding-left: 0;
}
.team .item {
    border: 1px solid #d8dee6;
    margin: -1px 0 0;
    border-radius: 3px;
    padding: 29px;
    display: flex;
    position: relative;
}

.team .item__picture {
    display: block;
    border-radius: 50%;
    width: 98px;
    height: 98px;
    overflow: hidden;
}

.team .item__picture img {
    width: 100%;
}

.team .right-data {
    padding-left: 40px;
    padding-right: 40px;
}

.team .title {
    color: #292d35;
    font-size: 24px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 25px;
}
.team .item__info {
    display: flex;
    flex-direction: column;
    padding-left: 29px;
    flex: 1;
}
.team .item-title {
    order: 2;
    font-size: 18px;
    line-height: 27px;
    color: #292d35;
    font-weight: bold;
}
.team .post {
    order: 1;
    color: #7c889b;
    font-size: 14px;
    line-height: 21px;
}
.team .item__link {
    top: 0;
}

.team .item .item__arrow {
    border: 1px solid #d0d8e4;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    border-radius: 50%;
}

.team .item .item__arrow .svg {
    width: 11px;
    height: 8.031px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto auto;
    fill: #9ca6b7;
}

.team .item:hover {
    box-shadow: 0 0 25px #e6e8ea;
    /*border: 1px solid #fff;*/
    transition: all .2s ease-in-out;
}
.team .item:hover .item__arrow {
    background-color: #921c40;
    border-color: #921c40;
}
.team .item:hover .svg.svg--arrow_right use {
    fill: #fff;
    transition: all .25s ease-in-out;
}
@media (max-width: 556px){
    .team .module-autors-list {
        margin-left: -21px;
        margin-right: -20px;
    }
    .team .item{
        padding: 24px;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    .team .right-data {
        padding-left: 20px;
        padding-right: 0px;
    }
    .team .item__info {
        padding-left: 19px;
    }
    .team .item__picture {
        height: 55px;
        width: 55px;
    }
    .team .item__picture img {
        width: 100%;
    }
    .team .item .item__arrow {
        display: none;
    }
}

/* End */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/news.list/team/style.css?17556110312454 */
