

/* Start:/local/templates/merex_new/components/bitrix/catalog.section/news/style.css?17883595552194*/
.pinned-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
}

.pinned-item {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
}

.pinned-image {
	position: relative;
	min-height: 40px;
}
.pinned-image iframe {
	display: block;
	width: 100%;
	height: 150px;
	border: 0;
}
.pinned-image .post-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}

.pinned-date {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: center;
	line-height: 1.1;
}
.pinned-date .day { display: block; font-size: 18px; font-weight: 700; }
.pinned-date .month { display: block; font-size: 11px; text-transform: uppercase; }

.pinned-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 15px;
}
.pinned-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 8px;
}
.pinned-meta {
	font-size: 12px;
	color: #999;
	margin-bottom: 12px;
}
.pinned-meta i { margin-right: 5px; }
.pinned-body .read-more {
	margin-top: auto;
	font-size: 13px;
	font-weight: 600;
}

/* адаптив */
@media (max-width: 1199px) {
	.pinned-item {
		flex: 0 0 calc(33.333% - 14px);
		max-width: calc(33.333% - 14px);
	}
}
@media (max-width: 991px) {
	.pinned-item {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}
@media (max-width: 575px) {
	.pinned-grid { gap: 15px; }
	.pinned-item { flex: 0 0 100%; max-width: 100%; }
}

.pinned-image {
	position: relative;
	min-height: 40px;
}
.pinned-image iframe {
	display: block;
	width: 100%;
	height: 150px;
	border: 0;
}

 
.pinned-image .post-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}

 
.pinned-flag {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background:#7cac41;
	border-radius: 50%;
}
.pinned-flag i { font-size: 14px; }
/* End */
/* /local/templates/merex_new/components/bitrix/catalog.section/news/style.css?17883595552194 */
