

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1748600580776*/
.bx-breadcrumb {
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	/* float: left; */
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/trimm.store/components/bitrix/news/news-page/bitrix/news.list/.default/style.css?17486006411267*/
div.news-list
{
	word-wrap: break-word;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.news-date-time {
	color:#486DAA;
}
.news__item-image {
	max-width: 290px;
}
.news__item-image-wrapper {
	max-width: 290px; 
	margin-right: 20px;
}
.news__page-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	width: 49%;
	border: 1px solid #f1f1f1
}
.preview_picture {
	max-width: 100%;
	width: 100%;
	height: 215px;
	min-width: 290px;
	max-height: 215px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

@media (max-width: 1200px) {
	.news__page-item {
	width: 100%;
}
}
@media (max-width: 690px) {
	.news__page-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.news__item-image-wrapper {
	margin-right: 0px;
}
.news__item-text-block {
	width: 100%;
}
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1748600580776 */
/* /local/templates/trimm.store/components/bitrix/news/news-page/bitrix/news.list/.default/style.css?17486006411267 */
