

/* Start:/local/templates/acceltrade/components/bitrix/news/custom-news/bitrix/news.detail/.default/style.css?17846452957433*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.wrapper-news-detail {
		display: flex;
		justify-content: space-between;
	}

	.wrapper-news-detail .news-detail {
		width: 69%;
	}

	.wrapper-news-detail .sidebar-article {
		width: 28%;
		height: fit-content;

	}

	.wrapper-news-detail .sidebar-article .sidebar-content-article {
		width: 100%;
		border: 1px solid #E5E5E5;
		padding: 20px;
		margin-bottom: 12px;
	}


	.detail_picture img {
		width: 100% !important;
	}




	.block-info {
		display: flex;
		gap: 14px;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.block-info .chek p,
	.block-info .time-read p {
		font-weight: 400;
		font-size: 12px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #3C3C3C;
		margin: 0;
	}

	.block-info .chek,
	.block-info .time-read {
		display: flex;
		flex-direction: row;
		gap: 6px;
		align-items: center;
	}

	.block-info .chek img,
	.block-info .time-read img {
		width: 18px;
		height: 18px;
	}

	.hashtags-news {
		font-weight: 400;
		font-size: 12px;
		line-height: 130%;
		letter-spacing: 0%;
		vertical-align: middle;
		color: #037B3E;
		margin: 12px 0;
	}

	.hashtags-news p {
		margin: 0;
	}

	.wrapper-author {
		display: flex;
		gap: 14px;
	}

	.wrapper-author .img-author {
		width: 42px;
		height: 42px;
		background: #037B3E;
		border-radius: 50%;
		overflow: hidden;
	}

	.wrapper-author .img-author img {
		padding-top: 6px;
		width: 100%;
	}

	.wrapper-author .text-author p {
		margin: 0;
	}

	.wrapper-author .text-author {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		color: #037B3E;
	}

	.wrapper-author .text-author .name-author {
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #2D2D2D;
	}




	.wrap-btn-article {
		display: flex;
		gap: 40px;
		margin-bottom: 40px;
	}

	.prevItem {
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
		letter-spacing: 0%;
		vertical-align: middle;
		color: #3C3C3C;
		position: relative;
		padding-left: 40px;
		width: fit-content;
		display: flex;
		align-items: center;
		text-decoration: none;
		border-bottom: none;


	}

	.nextItem {
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
		letter-spacing: 0%;
		vertical-align: middle;
		color: #3C3C3C;
		position: relative;
		padding-right: 40px;
		width: fit-content;
		display: flex;
		align-items: center;
		text-decoration: none;
		border-bottom: none;


	}

	.prevItem::before {
		content: '';
		width: 30px;
		height: 30px;
		left: 0;
		position: absolute;
		background: url(/images/arrow_left.svg) no-repeat;

	}

	.nextItem::before {
		content: '';
		width: 30px;
		height: 30px;
		right: 0;
		position: absolute;
		background: url(/images/arrow_right.svg) no-repeat;

	}


	.prevItem:hover,
	.nextItem:hover {
		background: unset;
		border-bottom: unset;
		text-decoration: underline;
		color: #037B3E;
	}

	.mobile-title {
		display: none;
	}

	ul.list-detail li {
		list-style: none;
		padding-left: 28px;
		position: relative;
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
		letter-spacing: 0%;
		vertical-align: middle;
		margin-bottom: 12px;

	}

	ul.list-detail li:last-child {
		margin-bottom: 0;
	}

	ul.list-detail li::before {
		content: '';
		width: 18px;
		height: 18px;
		position: absolute;
		left: 0;
		background: url(/images/check.svg) no-repeat;
	}

	.products-slider-section {
		margin-top: 80px;
	}

	@media (max-width: 980px) {
		.mobile-title {
			display: block;
			font-family: Modern H;
			font-size: 30px;
			line-height: 150%;
			letter-spacing: 0%;
			vertical-align: middle;
			text-transform: uppercase;
			order: 1;

		}

		.products-slider-section {
			margin-top: 20px;
		}

		.desktop-title {
			display: none;
		}

		.wrapper-news-detail {
			display: flex;
			flex-direction: column-reverse;
		}

		.wrapper-news-detail .news-detail,
		.wrapper-news-detail .sidebar-article {
			width: 100%;
		}

	}

.article-toc h4{
	font-family: Modern H;
	font-weight: 400;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: rgba(45, 45, 45, 1);
}
.article-toc li a{
	font-family: Modern H;
	font-weight: 400;
	font-style: EcoLight;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 130%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: rgba(60, 60, 60, 1);
	text-decoration: none;
	padding-left: 32px;
	position: relative;
	display: block;
    margin-bottom: 16px;
}
.article-toc li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background: url('/local/templates/acceltrade/components/bitrix/news/custom-news/bitrix/news.detail/.default/check.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}
.article-toc a,
.article-toc a:hover,
.article-toc a:focus,
.article-toc a:active {
    text-decoration: none !important;
    border-bottom: none !important;
}
.wrapper-img-and-date {
    margin-bottom: 50px;
}





/* ==========================================
   БЛОК «ПОДЕЛИТЬСЯ»
   ========================================== */

.share-block {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 10px 0;
}

/* Триггер — иконка soc.svg */
.share-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.share-toggle:hover {
    transform: scale(1.05);
}

.share-toggle img {
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
}

/* Контент, который появляется/скрывается */
.share-content {
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.share-content.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.share-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #3C3C3C;
    white-space: nowrap;
}

.share-list {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0!important;
}

.share-list li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.share-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: transform 0.2s ease, opacity 0.2s ease;
    text-decoration: none !important;
    border-bottom: none !important;
}

.share-link:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.share-link img {
    display: block;
    width: 32px;
    height: 32px;
}

/* Адаптация для мобильных */
@media (max-width: 480px) {
    .share-block {
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .share-toggle img {
        width: 28px;
        height: 28px;
    }
    
    .share-link {
        width: 28px;
        height: 28px;
    }
    
    .share-link img {
        width: 28px;
        height: 28px;
    }
    
    .share-label {
        font-size: 13px;
    }
}
/* End */
/* /local/templates/acceltrade/components/bitrix/news/custom-news/bitrix/news.detail/.default/style.css?17846452957433 */
