

/* Start:/local/templates/greekoliva/components/bitrix/breadcrumb/breadcrumb-greekoliva/style.min.css?1768786393578*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:36px}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:none;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font-size:12px;transition:250ms linear}
/* End */


/* Start:/local/templates/greekoliva/components/bitrix/news/news/bitrix/news.list/.default/style.css?17731032731277*/
div.news-list
{
	/* word-wrap: break-word; */
}
div.news-list img.preview_picture
{
	float:none !important;
	width: 100%;
	object-fit: cover;
	
}




.news-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 40px;

	row-gap: 100px;
}
.news-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
	gap: 8px;
}
.news-item__image {
    display: block;
    overflow: hidden;
}

.news-item__image img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.news-item__date {
    font-size: 14px;
    color: #ABABAB;
}

.news-item__title {
    font-size: 24px;
    font-weight: 500;
    color: #323232;
    text-decoration: none;
	    font-family: "Cormorant Garamond", serif;
    line-height: 1.2;
	margin: 0 !important;
}
/* Мобильный: одна колонка */
@media (max-width: 767px) {
    .news-list {
        grid-template-columns: 1fr;
    }

    .news-item__image img {
        height: 180px;
    }
}

/* Планшет (по желанию, 2 колонки) */
@media (min-width: 768px) and (max-width: 1199px) {
    .news-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 40px;
    }
}
/* End */
/* /local/templates/greekoliva/components/bitrix/breadcrumb/breadcrumb-greekoliva/style.min.css?1768786393578 */
/* /local/templates/greekoliva/components/bitrix/news/news/bitrix/news.list/.default/style.css?17731032731277 */
