

/* Start:/local/templates/main/components/bitrix/news/main/bitrix/news.list/.default/style.css?17520605885337*/
.news-card{
    padding: 48px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #e0e0e0;
    position: relative;
}

.news-card__content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-card__top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news-card__top > .news-card__image{
    display: none;
}

.news-card__top + *{
    margin-top: 15px;
}

.news-card__left{
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-bottom: 2px #cacaca solid;
    margin-right: 15px;
    max-width: 485px;
}

.news-card__left,
.news-card__right{
    max-height: 370px;
    height: 100%;
}

.news-card__right{
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-end;
}

.news-card__title{
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #e35310;
    max-width: 100%;
}

.news-card__date{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #757575;
}

.news-card__text{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    width: 530px;
    height: 295px;
    position: relative;
    overflow: hidden;
}

.news-card__text > p + p{
    margin-top: 26px;
}

.news-card__image{
    width: 575px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-card__image > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-card__button{
    position: relative;
}

.news-card__button > svg{
    width: 36px;
    height: 36px;
    transform: rotate(0);
    transition: 0.3s ease-in-out;
}

.news-card__button > svg > .animated__arrow{
    stroke: #363534;
    transition: 0.3s ease-in-out;
}

.news-card__button > svg > .animated__circle{
    fill: #0c0c0c;
    transition: 0.3s ease-in-out;
}

.news-card__button:hover > svg{
    transform: rotate(45deg);
}

.news-card__button:hover > svg > .animated__arrow{
    stroke: #e35310;
}

.news-card__button:hover > svg > .animated__circle{
    fill: #e35310;
}

.news-card:hover .link--black.link{
    color: #e35310;
}

.news-card:hover .link{
    border-bottom: 1px solid #e35310;
}

.news-card:hover .news-card__button > svg{
    transform: rotate(45deg);
}

.news-card:hover .news-card__button > svg > .animated__arrow{
    stroke: #e35310;
}

.news-card:hover .news-card__button > svg > .animated__circle{
    fill: #e35310;
}

@media (max-width: 1919px){
    .news-card::after{
        height: 1px;
        left: 48px;
        bottom: 108px;
        width: 484px;
    }

    .news-card__title{
        line-height: 40px;
        max-width: 480px;
    }

    .news-card__text{
        width: 485px;
        height: 295px;
        line-height: 24px;
    }

    .news-card__image{
        max-width: 570px;
        max-height: 320px;
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 1439px){
    .news-card__left, .news-card__right{
        max-height: 329px;
        height: 100%;
    }

    .news-card{
        padding: 32px;
    }

    .news-card::after{
        width: 377px;
        left: 32px;
        bottom: 86px;
    }

    .news-card__title{
        font-size: 28px;
        line-height: 36px;
        max-width: 375px;
    }

    .news-card__text{
        width: 377px;
        height: 260px;
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 1023px){
    .news-card{
        height: 100%;
    }

    .news-card::after{
        width: calc(100% - 64px);
        bottom: 90px;
    }

    .news-card__content{
        gap: 32px;
    }

    .news-card__top{
        flex-direction: column-reverse;
        gap: 32px;
    }

    .news-card__top > .news-card__image{
        display: block;
    }

    .news-card__left{
        max-width: 100%;
        gap: 24px;
    }

    .news-card__right{
        width: 100%;
        gap: 16px;
    }

    .news-card__title{
        line-height: 40px;
        max-width: 100%;
    }

    .news-card__date{
        font-size: 14px;
        line-height: 20px;
    }

    .news-card__text-fade{
        top: 40px;
    }

    .news-card__image{
        max-width: unset;
        width: 100%;
    }

    .news-card__text{
        width: 100%;
        font-size: 16px;
        height: 266px;
    }
}

@media (max-width: 767px){
    .news-card{
        padding: 16px;
    }

    .news-card::after{
        width: calc(100% - 32px);
        left: 16px;
        bottom: 84px;
    }

    .news-card__top{
        gap: 24px;
    }

    .news-card__top + *{
        margin-top: 0;
    }

    .news-card__title{
        font-size: 24px;
        line-height: 32px;
        max-width: 240px;
    }

    .news-card__image{
        order: 1;
    }

    .news-card__text{
        height: 240px;
    }

    .news-card__date{
        width: 100%;
        text-align: end;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/main/bitrix/news.list/.default/style.css?17520605885337 */
