

/* Start:/local/templates/.default/components/bitrix/news.list/expert-table/style.css?17390959281012*/
.expert-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 20px 10px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    background-color: transparent;
    transition: .4s all;
}
.expert-item:not(.expert-item--header):hover{
    background-color: #f5f5f5;
}
.expert-item p{
    margin: 0;
    font-size: 17px;
}

.expert-item--header p{
    font-weight: 600;
}

.expert-group:not(:first-child){
    margin-top: 70px;
}

@media(max-width: 740px){
    .expert-item--header{
        display: none;
    }
    .expert-item{
        grid-template-columns: 1fr;
        grid-gap: 6px;
        padding: 15px 0;
    }
    .expert-item p:nth-child(1){
        font-weight: 600;
    }
    .expert-item:not(.expert-item--header):hover{
        background-color: transparent;
    }
    .expert-item p{
        margin: 0;
        font-size: 15px;
    }
    .expert-group:not(:first-child){
        margin-top: 40px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/expert-table/style.css?17390959281012 */
