

/* Start:/bitrix/templates/grouphe/components/bitrix/news/handbook/bitrix/news.list/.default/style.css?1746520995965*/
div.handbook-list img.preview_picture {
	float: left;
	margin: 4px 4px 15px 0;
}

.handbook-date-time {
	color: #6f6f6f;
	margin-right: 15px;
	background: url(/img/i_date.gif) no-repeat left 1px;
	padding: 0px 0px 0px 15px;


}

.handbook-item {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	/*border-bottom: 1px solid silver;*/
}

.handbook-item img {
	max-width: 100%;
	height: auto;
}

.handbook-item h2 {
	/*margin: 0 0 -4px 0;*/
}


.handbook-item h2 a {
	font-weight: 400;
}


.handbook-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

.handbook-item {
	width: calc((100% - 2em) / 3);
	background: white;
	padding: 1em;
}


.handbook-item img {
	width: 500px;
}

@media (max-width: 767px) {
	.handbook-item {
		width: 100%;
	}
}

.handbook-list.list .handbook-item {
	width: 100%;
}

.handbook-controls {
	display: flex;
	margin-bottom: 1em;
	align-items: center;
	justify-content: end;
}

/* End */
/* /bitrix/templates/grouphe/components/bitrix/news/handbook/bitrix/news.list/.default/style.css?1746520995965 */
