

/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1761723815143*/

.head-block__breadcrumbs .breadcrumbs__link {
    color: #17181c;
}
.head-block__breadcrumbs .breadcrumbs__link:hover {
    color: #b2b7ca;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1783926636286*/
.pagination__bottom {
    margin-top: 2rem
}

@media (min-width: 640px) {
    .pagination__bottom {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/authors/bitrix/news.list/.default/style.css?17839266362323*/
.authors-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;

    .authors-item {
        display: flex;
        flex-direction: column;
        gap: clamp(1.25rem, 0.28rem + 3.70vw, 3.75rem);
        padding: clamp(0.9375rem, 0.52rem + 1.57vw, 2rem);
        background-color: #FFFFFF;
        border-radius: 8px;
        color: #17181c;
        transition: 300ms ease;
        transition-property: transform, box-shadow;
        line-height: 1.3;

        &:hover {
            box-shadow: 2px 5px 7px rgb(0 0 0 / 10%);
            transform: translateY(-5px);
        }

        span {
            display: block;
        }

        .authors-item__image {
            width: 160px;
            min-width: 160px;
            height: 160px;
            border-radius: 50%;
            overflow: hidden;
            background-color: #f5f5f5;

            .image-wrap {
                width: 100%;
                height: 100%;
            }

            img {
                max-width: 100%;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center top;
            }
        }

        .authors-item__content {
            display: flex;
            flex-direction: column;
        }

        .authors-item__title-wrap {
            font-family: 'TT Firs Neue';

            .authors-item__title {
                font-size: 1.25rem;
                font-weight: 600;
            }
            .authors-item__subtitle {
                font-size: .75rem;
                font-weight: 500;
                color: rgba(223, 25, 44, 1);
                margin-top: 5px;
                line-height: 1.1;
                display: flex;
                flex-direction: column;
                gap: 3px;
            }

            @media (min-width: 640px) {
                .authors-item__title {
                    font-size: 1.75rem;
                }
                .authors-item__subtitle {
                    font-size: 1rem;
                }
            }
        }

        .authors-item__text {
            margin-top: 10px;
        }

        @media (min-width: 640px) {
            flex-direction: row;
        }
    }

    @media (min-width: 992px) {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1761723815143 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1783926636286 */
/* /local/templates/.default/components/bitrix/news/authors/bitrix/news.list/.default/style.css?17839266362323 */
