

/* Start:/local/components/medigit/zabota.practice/templates/.default/bitrix/news.list/.default/style.css?17259544091956*/
/* News Styles */
a {
    text-decoration: none;
}

.news-containers {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 32px;
    margin-bottom: 40px;
}

.description {
    margin: 16px 0 32px;
    font-size: 22px;
}

.news-item {
    display: block;
    width: calc(33.33333% - 22px);
    text-decoration: none;
    color: var(--black);
}

.news-item:hover .news__subtitle {
    color: var(--site-color-base);
}

.news__images {
    display: block;
    width: 100%;
    max-height: 228px;
    border-radius: 15px;
    object-fit: cover;
}

.news__date {
    margin-bottom: 8px;
    color: var(--site-color-base);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.news__subtitle {
    font-weight: 600;
    font-size: 22px;
    margin-top: 12px;
}

.news__show-more {
    width: 100%;
    padding: 14px 0;
    background: transparent;
    color: var(--text-color-base);
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    border: 1px solid var(--outline-and-lines);
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.3s, border 0.3s;
}

.news__button-sm {
    padding-right: 30px;
    background: url('/local/components/medigit/zabota.practice/templates/.default/bitrix/news.list/.default/img/arrow_bottom.svg') center right no-repeat;
    transition: background 0.3s;
}

.news__show-more:hover{
    color: var(--site-color-base);
    border: 1px solid var(--site-color-base);
}

.news__show-more:hover .news__button-sm {
    background: url('/local/components/medigit/zabota.practice/templates/.default/bitrix/news.list/.default/img/arrow_bottom-hover.svg') center right no-repeat;
}

@media (max-width: 900px) {
    .news-item {
        width: calc(50% - 24px);
    }
}

@media(max-width: 768px) {
    .news-container {
        margin-bottoM: 32px;
    }

    .description {
        font-size: 16px;
    }

    .news__subtitle {
        font-size: 18px;
    }

    .news-containers {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .news-item {
        width: 100%;
    }
}

/* News Styles End */
/* End */
/* /local/components/medigit/zabota.practice/templates/.default/bitrix/news.list/.default/style.css?17259544091956 */
