

/* Start:/local/templates/savras/components/bitrix/news.list/news/style.css?17816916961759*/
.items--news .item {
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 0 25px;
    margin-bottom: 30px;
}

.items--news .item__image {
    position: relative;
    overflow: hidden;
    width: 270px;
    height: 270px;
    flex: none;
    grid-column: 1;
    grid-row: 1 / 4;
}

.items--news .item__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.items--news .item__title {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
}

.items--news .item__text {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
}

.items--news .item__button {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
}

.items--news .item__date {
    grid-column: 2;
    grid-row: 1;
}

.item__event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.item__event-date {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    z-index: 2;
}

@media (max-width: 767px) {
    .items--news .item {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .items--news .item__image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        margin-bottom: 16px;
    }

    .items--news .item__title {
        margin-bottom: 12px;
    }

    .items--news .item__text {
        margin-bottom: 16px;
    }

    .items--news .item__button {
        align-self: stretch;
    }

    .items--news .item__button .button {
        display: block;
        width: 100%;
        text-align: center;
    }
}
/* End */
/* /local/templates/savras/components/bitrix/news.list/news/style.css?17816916961759 */
