

/* Start:/local/templates/redesign/components/bitrix/news/main-news/bitrix/news.list/.default/style.css?17472906634223*/
.news-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-card {
    text-decoration: none;
    width: fit-content;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.news-card__main {
    box-shadow: 0 0 24px 0 rgba(31, 82, 144, 0.14);
    display: flex;
    width: 328px;
    height: 176px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 30px 30px 30px 0;
    background: #FFF;
    box-sizing: border-box;
}

.news-card__source {
    color: #8F9CAD;
    font-family: "Intro Regular";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.news-card__title {
    color: #010101;
    font-family: "Intro Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-card__info-img {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
}

.news-card__img {
    object-fit: cover;
    width: 208px;
    height: 116px;
    border-radius: 20px;
}

.news-card__info {
    box-shadow: 0 15px 15px 0 rgba(31, 82, 144, 0.10);
    display: flex;
    height: 136px;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    width: fit-content;
    position: relative;
    box-sizing: border-box;
    border-radius: 0 0 30px 30px;
    background: #FFF;
}

.news-card__info::before {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMwIDBDMzAgMCAxNy4yODQzIDAuNzE1NzI4IDkgOUMwLjcxNTczMiAxNy4yODQzIC0xLjMxMTM0ZS0wNiAzMCAtMS4zMTEzNGUtMDYgMzBMMCAtMS4zMTEzNGUtMDZMMzAgMFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=)
}

.news-card__date {
    color: #8F9CAD;
    font-family: "Intro Regular";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

.news-card__icon {
    display: flex;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    padding: 10px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: linear-gradient(90deg, #1D71B8 0%, #0293DF 100%), #010101;
    transition: .35s all;
}

.news-card__icon svg {
    width: 30px;
    height: 30px;
}

.news-card:hover .news-card__icon {
    transform: rotate(45deg);
}

@media (max-width: 1919px) {
    .news-card__main {
        width: 321px;
    }

    .news-card__img {
        width: 201px;
        height: 113px;
    }

    .news-cards a:last-child {
        display: none;
    }
}

@media (max-width: 1199px) {
    .news-card__main {
        width: 339px;
    }

    .news-card__img {
        width: 219px;
        height: 123px;
    }

    .news-cards a:last-child {
        display: flex;
    }
}

@media (max-width: 767px) {
    .news-card__main, .news-card, .events__card {
        width: 100%;
    }

    .news-card__main {
        height: fit-content;
    }

    .news-card__info {
        top: -1px;
        height: auto;
    }

    .news-card__info-img {
        align-items: unset;
    }

    .news-card__date {
        flex-direction: row;
        position: absolute;
        top: -2px;
        left: 30px;
        transform: translateY(-100%);
    }
}

@media (min-width: 451px) and (max-width: 767px) {
    .news-card__img {
        width: 100%;
        height: auto;
        margin: 20px 0 0 20px;
    }
}

/* End */
/* /local/templates/redesign/components/bitrix/news/main-news/bitrix/news.list/.default/style.css?17472906634223 */
