

/* Start:/local/templates/ezetek/components/bitrix/news.list/ws.catalogs.materials/style.css?17878371012065*/
.ez-mkt-catalogs {
	margin-top: 24px;
}

.ez-mkt-catalogs > h3 {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	color: #373435;
}

.ez-mkt-catalogs.form-marketing-support__downloads .form-marketing-support__elems {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.ez-mkt-catalogs .elem-form-marketing-support {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: auto;
	min-width: 0;
	padding: 12px;
	border: 1px solid #ececec;
	border-radius: 16px;
	background: #fff;
	box-shadow: none;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.body-marketing-support .ez-mkt-catalogs .elem-form-marketing-support:hover,
.body-marketing-support .ez-mkt-catalogs .elem-form-marketing-support:focus-visible {
	background: #fff;
	border-color: var(--Blue_3);
	box-shadow: 0 8px 24px rgba(53, 78, 158, 0.12);
}

.body-marketing-support .ez-mkt-catalogs .elem-form-marketing-support:hover .elem-form-marketing-support__name,
.body-marketing-support .ez-mkt-catalogs .elem-form-marketing-support:focus-visible .elem-form-marketing-support__name {
	color: #373435;
}

.ez-mkt-catalogs .elem-form-marketing-support__image {
	position: relative;
	width: 100%;
	max-width: none;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	border-radius: 12px;
	background: #f6f8fd;
}

.ez-mkt-catalogs .elem-form-marketing-support__image img {
	object-fit: cover;
}

.ez-mkt-catalogs .elem-form-marketing-support__name {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	color: #373435;
	text-align: center;
}

@media (max-width: 1199.98px) {
	.ez-mkt-catalogs.form-marketing-support__downloads .form-marketing-support__elems {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 599.98px) {
	.ez-mkt-catalogs.form-marketing-support__downloads .form-marketing-support__elems {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ez-mkt-catalogs .elem-form-marketing-support {
		padding: 10px;
	}
}

/* End */
/* /local/templates/ezetek/components/bitrix/news.list/ws.catalogs.materials/style.css?17878371012065 */
