

/* Start:/local/templates/elmaf_newdes/components/bitrix/news.list/main_projects/style.css?17830628052131*/
.elmaf-main-project-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 32px;
	background: #171717;
	color: #fff;
	text-decoration: none;
	aspect-ratio: 576 / 524;
}

.elmaf-main-project-card:hover {
	color: #fff;
	text-decoration: none;
}

.elmaf-main-project-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.74) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 52%);
	pointer-events: none;
}

.elmaf-main-project-card .elmaf_block_main_projects_item_img,
.elmaf-main-project-card .elmaf_block_main_projects_item_mob_img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.elmaf-main-project-card:hover .elmaf_block_main_projects_item_img,
.elmaf-main-project-card:hover .elmaf_block_main_projects_item_mob_img {
	transform: scale(1.03);
}

.elmaf-main-project-card__content {
	position: absolute;
	z-index: 1;
	left: 56px;
	right: 112px;
	bottom: 25px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #fff;
}

.elmaf-main-project-card__title {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0;
}

.elmaf-main-project-card__subtitle {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.22;
	letter-spacing: 0;
}

.elmaf-main-project-card__year {
	position: absolute;
	z-index: 1;
	right: 40px;
	bottom: 26px;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}

@media (max-width: 600px) {
	.elmaf-main-project-card {
		border-radius: 24px;
		aspect-ratio: 335 / 320;
	}

	.elmaf-main-project-card__content {
		left: 24px;
		right: 76px;
		bottom: 22px;
		gap: 4px;
	}

	.elmaf-main-project-card__title {
		font-size: 28px;
		line-height: 1.1;
	}

	.elmaf-main-project-card__subtitle {
		font-size: 16px;
		line-height: 1.25;
	}

	.elmaf-main-project-card__year {
		right: 24px;
		bottom: 23px;
		font-size: 16px;
	}
}

/* End */


/* Start:/local/templates/elmaf_newdes/components/bitrix/catalog.top/novin_newdes/section/style.min.css?1753270613141*/
.catalog-top-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}
/* End */
/* /local/templates/elmaf_newdes/components/bitrix/news.list/main_projects/style.css?17830628052131 */
/* /local/templates/elmaf_newdes/components/bitrix/catalog.top/novin_newdes/section/style.min.css?1753270613141 */
