

/* Start:/bitrix/components/medigit/conference.project.list/templates/.default/style.css?17517403466595*/
.authors-projects-list-item {
    display: flex;
    margin-bottom: 15px;
    padding: 24px 0;
    border-top: 1px solid var(--outline-and-lines);
    justify-content: space-between;
    transition: border-color 0.3s;
    text-decoration: none;
}
.authors-projects-list-item:hover {
    border-color: var(--site-color-base);
}
.authors-projects-list-item__date-title {
    display: flex;
    width: calc(100% - 89px);
}
.authors-projects-list-item__date {
    position: relative;
    display: flex;
    width: 450px;
    min-width: 450px;
    max-width: 450px;
}
.authors-projects-list-item__date::after {
    position: absolute;
    content: '';
    top: -25px;
    right: 0;
    width: 1px;
    height: 24px;
    background-color: var(--outline-and-lines);
    transition: background-color 0.3s ease-in-out;
}
.authors-projects-list-item__img {
    width: 125px;
    height: 125px;
    object-fit: cover;
}
.authors-projects-list-item__subtitle {
    max-height: 125px;
    margin: 0;
    padding: 0 16px 0 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    text-wrap: balance;
    color: var(--text-color-base);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease-in-out;
}
.authors-projects-list-item__text {
    padding: 0 32px;
}
.authors-projects-list-item__aside {
    max-width: 290px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 140%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--site-color-base);
}
.authors-projects-list-item__title {
    max-height: 84px;
    margin: 0;
    line-height: 140%;
    font-size: 20px;
    font-weight: 600;
    text-wrap: balance;
    color: var(--text-color-base);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease-in-out;
}
.authors-projects-list-item:hover .authors-projects-list-item__subtitle,
.authors-projects-list-item:hover .authors-projects-list-item__title {
    color: var(--site-color-base);
}
.authors-projects-list-item__arrow {
    position: relative;
    min-width: 89px;
    max-width: 89px;
    background-image: url(/bitrix/components/medigit/conference.project.list/templates/.default/img/arrow.svg);
    background-repeat: no-repeat;
    background-position: 39px 4px;
    transition: background-image 0.3s, background-position 0.3s, border-top-color 0.3s ease-in-out;
}
.authors-projects-list-item:hover .authors-projects-list-item__arrow {
    background-image: url(/bitrix/components/medigit/conference.project.list/templates/.default/img/arrow-hover.svg);
    background-position-x: 50px;
}
.authors-projects-list-item__arrow::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 1px;
    height: 24px;
    background-color: var(--outline-and-lines);
    transition: background-color 0.3s ease-in-out;
}
.authors-projects-list-item:hover .authors-projects-list-item__date::after,
.authors-projects-list-item:hover .authors-projects-list-item__arrow::before {
    background-color: var(--site-color-base);
}
.authors-projects-list-load-more {
    width: 100%;
    border: 1px solid var(--outline-and-lines);
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.authors-projects-list-load-more svg {
    margin-left: 16px;
}
.authors-projects-list-load-more,
.authors-projects-list-load-more svg path {
    transition: all 0.3s ease-in-out;
}
.authors-projects-list-load-more:hover {
    color: var(--site-color-base);
    border-color: var(--site-color-base);
}
.authors-projects-list-load-more:hover svg path {
    fill: var(--site-color-base);
}


@media (max-width: 1349px) {
    .authors-projects-list-item__subtitle,
    .authors-projects-list-item__text {
        padding: 0 16px;
    }
    .authors-projects-list-item__date {
        width: 340px;
        min-width: 340px;
        max-width: 340px;
    }
}
@media (max-width: 768px) {
    .authors-projects-list-item {
        flex-direction: column;
        margin-bottom: 24px;
        padding: 16px 0 0;
        border-bottom: 1px solid var(--outline-and-lines);
    }
    .authors-projects-list-item__date-title {
        flex-direction: column;
        width: 100%;
    }
    .authors-projects-list-item__date {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .authors-projects-list-item__img {
        width: 80px;
        height: 80px;
    }
    .authors-projects-list-item__subtitle {
        max-height: 76px;
        padding: 0 0 0 16px;
        font-size: 15px;
        line-height: 124%;
        -webkit-line-clamp: 4;
    }
    .authors-projects-list-item__text {
        padding: 16px 0;
    }
    .authors-projects-list-item__aside {
        font-size: 13px;
    }
    .authors-projects-list-item__title {
        max-height: 63px;
        font-size: 15px;
    }
    .authors-projects-list-item__arrow {
        max-width: 100%;
        min-width: 100%;
        padding-top: 44px;
        background-position: center;
        border-top: 1px solid var(--outline-and-lines);
    }
    .authors-projects-list-item:hover .authors-projects-list-item__arrow {
        border-top-color: var(--site-color-base);
    }
    .authors-projects-list-item:hover div.authors-projects-list-item__arrow {
        background-position: center;
    }
    .authors-projects-list-item__date::after,
    .authors-projects-list-item__arrow::before {
        display: none;
    }
}
@media (hover: none) and (pointer: coarse) {
    .authors-projects-list-item:hover {
        border-color: var(--outline-and-lines);
    }
    .authors-projects-list-item:hover .authors-projects-list-item__arrow {
        border-top-color: var(--outline-and-lines);
        background-image: url(/bitrix/components/medigit/conference.project.list/templates/.default/img/arrow.svg);
        background-position-x: 39px;
    }
    .authors-projects-list-item:hover .authors-projects-list-item__subtitle,
    .authors-projects-list-item:hover .authors-projects-list-item__title {
        color: var(--text-color-base);
    }
    .authors-projects-list-item:hover .authors-projects-list-item__date::after,
    .authors-projects-list-item:hover .authors-projects-list-item__arrow::before {
        background-color: var(--outline-and-lines);
    }
    .authors-projects-list-load-more:hover {
        color: var(--text-color-base);
        border-color: var(--outline-and-lines);
    }
    .authors-projects-list-load-more:hover svg path {
        fill: var(--text-color-base);
    }
}
/* End */
/* /bitrix/components/medigit/conference.project.list/templates/.default/style.css?17517403466595 */
