

/* Start:/local/templates/pro_diesel/components/bitrix/news.detail/news-detail-2026/style.css?17812663745870*/
.section__crumbs {
	margin-bottom: calc(var(--bnd-base) * 2);;
}

.crumbs__item {
    color: #FF8841;
    display: flex;
    gap: 8px;
    text-decoration: none;
}

.detail__content {
	display: flex;
	flex-direction: column;
	gap: calc(var(--bnd-base) * 3);
}

.detail__contents {
	order: 0;
}

.detail__contents-inner {
	background: var(--bnd-gray-color, #eff2f7);
	border: 1px solid #b6bccd73;
	border-radius: var(--bnd-border-r, 16px);
	padding: calc(var(--bnd-base) * 4);
}

.detail__contents-title {
	font-size: calc(var(--bnd-base) * 2);
	font-weight: 800;
	margin-bottom: calc(var(--bnd-base) * 1.5);
}

.detail__contents-nav {
	display: flex;
	flex-direction: column;
	gap: calc(var(--bnd-base) * 1.5);
}

.detail__contents-link {
	color: var(--bnd-black-color, #1C1F25);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.35;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.detail__contents-link:hover,
.detail__contents-link:focus-visible {
	color: #FF8841;
}

.detail__contents-link--level-3 {
	padding-left: calc(var(--bnd-base) * 1.5);
}

.detail__content-txt {
	order: 1;
}

@media screen and (min-width:770px){
	.section__crumbs {
		font-size: 18px;
	}

	.detail__content-txt {
		max-width: 700px;
	}
}

@media screen and (min-width:1170px){
	.detail__content--with-toc {
		align-items: flex-start;
		display: grid;
		gap: calc(var(--bnd-base) * 10);
		grid-template-columns: minmax(0, 1fr) 400px;
	}

	.detail__content-txt {
		max-width: 1000px;
	}

	.detail__content--with-toc .detail__content-txt {
		order: 0;
	}

	.detail__content--with-toc .detail__contents {
		order: 1;
		position: sticky;
		top: calc(var(--bnd-base) * 16);
		width: 100%;
	}
}

/*
.news-detail-img,
.news-detail-audio,
.news-detail-video,
.news-detail-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-detail-slider img,
.news-detail-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.news-detail-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	background: url(/local/templates/pro_diesel/components/bitrix/news.detail/news-detail-2026/images/bx-video.png) no-repeat center;
	opacity: 0.7;
	transition: opacity .3s ease;
}

.news-detail-video:hover {
	opacity: 1;
}


.news-detail-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-detail-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.news-detail-slider-slide {
	z-index: 100;
	float: left;
}

.news-detail-slider-arrow-container-left,
.news-detail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left {
	left: 0;
}

.news-detail-slider-arrow-container-right {
	right: 0;
}

.news-detail-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left:hover .news-detail-slider-arrow,
.news-detail-slider-arrow-container-right:hover .news-detail-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-detail-slider-arrow-container-left .news-detail-slider-arrow {
	left: 20px;
}

.news-detail-slider-arrow-container-right .news-detail-slider-arrow {
	right: 20px;
}

.news-detail-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-detail-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
}

.news-detail-slider-control li:hover,
.news-detail-slider-control li.current {
	background: #fff;
	opacity: 1;
}

.news-detail-slider-arrow,
.news-detail-slider-control li {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.news-detail-title,
.news-detail-title a {
	margin: 0;
	padding: 2px 0 15px;
	border-bottom: none;
	color: #000;
	font-size: 18px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.news-detail .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-detail-view,
.news-detail-date,
.news-detail-comments,
.news-detail-author,
.news-detail-other {
	padding-bottom: 5px;
	color: #a4a4a4;
	white-space: nowrap;
	font-size: 13px;
}

.news-detail-view i.fa,
.news-detail-date i.fa,
.news-detail-comments i.fa,
.news-detail-author i.fa,
.news-detail-tags i.fa,
.news-detail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}

.news-detail-tags {
	padding-bottom: 5px;
	color: #a4a4a4;
	font-size: 13px;
}

.news-detail-content {
	margin-bottom: 5px;
	font-size: 14px;
}

.simple-margin--top{
    margin-top:30px;
}

.simple-margin--bot{
    margin-bottom:30px;
}
	.seo-content p,
	.seo-content img  {
		margin-bottom: 30px;
	}
	.section img{
		max-width: 100%;
	}


 .section__title{
	font-size: 2rem;
	margin-bottom:15px;
}

.seo-content h1,
.seo-content h2,
.seo-content h3,
.seo-content h4,
.seo-content h5,
.seo-content h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
	margin-top: 1.5em;
	margin-bottom: clamp(30px, 0.8em, 48px);
}

.seo-content h1 {
    font-size: 2.5rem
}

.seo-content h2 {
    font-size: 2rem
}

.seo-content h3 {
    font-size: 1.75rem
}

.seo-content h4 {
    font-size: 1.5rem
}

.seo-content h5 {
    font-size: 1.25rem
}

.seo-content h6 {
    font-size: 1rem
}
@media screen and (min-width:580px){
	.detail__content .detail__side {
		flex: 1;
	}
	.detail__content .detail__content-txt{
		flex: 2;
	}
}



/* End */
/* /local/templates/pro_diesel/components/bitrix/news.detail/news-detail-2026/style.css?17812663745870 */
