

/* Start:/local/templates/molmash/components/bitrix/news/projects/style.css?17848876401138*/
.breadcrumbs {
	margin-top: 30px;
	color: #9a9a9a;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	font-size: 12px;
	line-height: 16px;
}

.breadcrumbs__link {
	color: #9a9a9a;
}

.breadcrumbs__link:hover .breadcrumbs__text {
	color: var(--color-accent);
}

.breadcrumbs__text--current {
	color: #9a9a9a;
}

.breadcrumbs__arrow {
	margin: 0 10px;
	font-weight: 600;
	cursor: default;
}

.projects-page__title,
.project-detail__title {
	margin: 10px 0 30px;
	font-family: Rubik, Roboto, sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.3;
	color: var(--color-dark-first);
}

.project-detail {
	margin-bottom: 100px;
}

.project-detail__paragraphs {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.project-detail__paragraph {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	color: var(--color-dark-gray2);
}

.project-detail__paragraph--heading {
	font-weight: 500;
	color: var(--color-dark-gray2);
}

@media screen and (max-width: 769px) {
	.breadcrumbs {
		margin-top: 45px;
	}

	.projects-page__title,
	.project-detail__title {
		font-size: 22px;
	}

	.project-detail {
		margin-bottom: 60px;
	}
}

/* End */
/* /local/templates/molmash/components/bitrix/news/projects/style.css?17848876401138 */
