

/* Start:/bitrix/templates/pks/components/bitrix/news.list/staff/style.css?17726009652914*/
.staff-list{
    padding-bottom: 60px;
}

.staff-list_item{
    background-color: var(--light-grey);
    
    min-height: 512px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}


.staff-list_img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    transition: all 0.5s ease-out;
    transform: scale(1.0);
}

.staff-list_item:hover .staff-list_img{
    transform: scale(1.1);
}

.dark-block-hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    z-index: 50;
    transition: all .2s ease-in-out;
}

.staff-list_item.dark-block-hover:hover:before{
    opacity: 0.5;
}


.staff-list_img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 51%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0000007F 100%);
    transition: all .2s ease-in-out;
}

.staff-list_desc{
    position: absolute;
    z-index: 100;
    inset: 0;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}

.staff-list_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
}

.staff-list_desc .name{
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
}

.staff-list_item.staff-list_item_dark .staff-list_img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 51%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all .2s ease-in-out;
}

.staff-list_item.staff-list_item_dark .staff-list_desc .name{
    color: var(--dark-color);
}

.staff-list_item.staff-list_item_dark.dark-block-hover:before{
    background: #ccc;
}


.staff-list_desc .post{
    color: var(--gray-color);
}

.staff-list_item.staff-list_item_dark .staff-list_desc .post{
    color: var(--dark-gray-color);
}

.staff-list_desc_bottom{
    z-index: 250;
    max-height: 0;
    transition: all .2s ease-in-out;
}

.staff-list_desc_bottom > div:first-child{
    margin-top: 10px;
}

.staff-list_desc_bottom > div{
    margin-top: 6px;
}


.staff-list_desc_bottom > div:last-child{
    margin-bottom: 30px;
}

.staff-list_desc_bottom .sub{
    color: var(--gray-color);
}

.staff-list_desc_bottom .post a{
    font-size: 18px;
    color: var(--white-color);
    text-decoration: none;
}

.staff-list_item:hover .staff-list_desc_bottom{
    max-height: 100%;
}

.staff-list_desc_top{
    margin-bottom: 30px;
}

.staff-list_item_dark .staff-list_desc_bottom .sub {
    color: var(--dark-gray-color);
}

.staff-list_item_dark .staff-list_desc_bottom .post a {
    color: var(--black-color);
}




















/* End */
/* /bitrix/templates/pks/components/bitrix/news.list/staff/style.css?17726009652914 */
