

/* Start:/local/templates/listime/components/bitrix/news.list/.default/style.css?17345072721448*/
.news-item {
    display: flex;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin-bottom: 30px;
    padding: 40px;
    align-items: center;
    gap: 40px;
}
.news-item__left {
    width: 305px;
    height: 100%;
}
.news-item__left img.news-item__img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.news__item--right {
    display: flex;
    flex-direction: column;
    width: calc(100% - 345px);
}
.news__item--right p.news-item__date {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 22px;
    color: #3a3b4a;
    margin-bottom: 20px;
}
p.news-item__name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #3a3b4a;
    margin-bottom: 12px;
    margin-top: 0;
}
p.news-item__preview-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #3a3b4a;
    margin-bottom: 12px;
    margin-top: 0;
}
a.news-item__link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #90b574;
    width: fit-content;
    padding: 4px 8px;
}
a.news-item__link:hover {
    color: #fff;
    text-decoration: none;
    background: #90b574;
}

@media only screen and (max-width: 1333px) {
	.news-item {
    	flex-direction: column;
        padding: 16px;
        gap: 0;
	}
	.news-item__left {
	    width: 100%;
	}
	.news__item--right {
	    width: 100%;
	}

}
/* End */
/* /local/templates/listime/components/bitrix/news.list/.default/style.css?17345072721448 */
