

/* Start:/local/templates/pmlog2024/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17377300461299*/
.blogItems
{
	display: grid;  
  	grid-template-columns: repeat(3, minmax(0, 1fr));
  	gap: 10px;
	margin-bottom: 40px;
}

.blogItem
{
	padding: 9px 10px 24px;
	background: #fff;
	border-radius: 36px;
}

.blogItemPic
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}

.blogItemPic img
{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 28px;
}

.blogItemName
{
	height:43px;
	text-overflow: ellipsis;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #292A2C;
	padding: 0 14px;
	overflow: hidden;

	@supports (-webkit-line-clamp: 2) {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}


@media screen and (max-width:800px) {
	.blogItems
	{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.blogItem:last-child
	{
		display: none;
	}
	
}

@media screen and (max-width:520px) {

	.blogItems
	{
		display: block;
	}
	.blogItem
	{
		margin-bottom: 10px;
		display: block;
		padding: 9px 9px 24px;
	}

	.blogItem:last-child
	{
		display: block;
	}
	.blogItemName
	{
		font-weight: 600;
		font-size: 16px;
		line-height: 140%;
	}
}


/* End */
/* /local/templates/pmlog2024/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17377300461299 */
