

/* Start:/local/templates/mfc/components/bitrix/news.detail/news-2025/style.css?17472326721959*/
.newsDetail__head {
	display: grid;
	grid-template-columns: 3fr 7fr;
	gap: 28px;
}

.newsDetail__time {
	display: block;
	font-size: 2.1rem;
	color: #E74B36;
	margin-bottom: 10px;
}

.newsDetail__title {
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 130%;
	border: unset;
}

.newsDetail__preview {
	color: #858585;
}

.newsDetail__socials h3 {
	font-size: 3rem;
	font-weight: 400;
}

.newsDetail__socials div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.newsDetail__socials .logo-container i:before {
	width: 50px;
}

.newsDetail__socials .button-href {
	display: flex;
	flex-direction: row;
	padding: 15px 20px;
	line-height: 0;
	gap: 6px;
}

.newsDetail__socials .button-href i {
	width: 25px;
}

.newsDetail__navigation {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	font-size: 2.1rem;
	gap: 15px;
}

.newsDetail__galleryHead {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.newsDetail__galleryNav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}
.docs {
	min-height: unset !important;
}
.docs__item {
	box-shadow: 0 4px 12px 0 #00000029;
	padding: 15px 20px;
	display: flex;
	text-decoration: none;
	transition: all 0.5s;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
	border-radius: 7px;
}
.docs__item:hover {
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: 0 4px 12px 0 #0000004f;
}
.docs__item span {
	padding-left: 15px;
	margin: unset;
	color: #4d3e33;
}
.newsDetail__content h2{
	border: unset;
}

@media (max-width: 992px) {
	.newsDetail__head, .newsDetail__navigation{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.newsDetail__navigation a{
		text-align: center !important;
	}
}
/* End */
/* /local/templates/mfc/components/bitrix/news.detail/news-2025/style.css?17472326721959 */
