

/* Start:/local/templates/eva/components/bitrix/news.list/news/style.css?16261829802302*/
.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 6px;
}

.news .item {
    display: flex;
    flex-direction: column;
    width: 560px;
    margin: 0 0 42px;
}

.news .item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 560px;
    height: 301px;
    margin: 0 0 24px;
    border-radius: 4px;
    background-color: #ffffff;
}

.page-wrapper:not(.main) .news .item .image {
    background-color: #F6F6F6;
}

.news .item .image img {
    border-radius: 4px;
}

.news .item .title {
    line-height: 20px;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    font-family: Raleway;
}

.news .item .text {
    line-height: 22px;
    font-size: 14px;
    color: #333333;
    opacity: 0.65;
}

@media screen and (max-width: 1139px) {
    .news {
        display: block;
        margin: 0;
    }

    .news .item {
        width: unset;
    }

    .bx-wrapper.custom-style.news-slider-style .news .item {
        margin: 0;
    }

    .news .item:last-of-type {
        margin: 0;
    }

    .news .item .image {
        width: 100%;
        height: 300px;
        border-radius: 7px;
    }

    .page-wrapper:not(.main) .news .item .image {
        background-color: #F6F6F6;
    }

    .bx-wrapper.custom-style.news-slider-style .news .item .image {
        margin: 0 0 70px;
    }

    .news .item .image img {
        border-radius: 7px;
    }

    .news .item .title {
        line-height: 23px;
        margin: 0 0 5px;
        font-size: 18px;
    }

    .news .item .text {
        font-size: 16px;
    }

    .page-wrapper:not(.main) .news .item .text {
        display: none;
    }

    .bx-wrapper.custom-style.news-slider-style .bx-controls-direction a {
        top: 312px;
        margin: 0;
    }

    .bx-wrapper.custom-style.news-slider-style .bx-controls-direction a.bx-prev {
        left: initial;
        right: 60px;
    }

    .news + .button,
    .bx-wrapper.custom-style.news-slider-style + .button {
        margin: 28px 0 0 0;
    }
}
/* End */
/* /local/templates/eva/components/bitrix/news.list/news/style.css?16261829802302 */
