

/* Start:/bitrix/templates/base/components/bitrix/breadcrumb/template_head/style.css?1781181990622*/
.bx-breadcrumb {
	margin: 10px 0;
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	white-space: nowrap;
	line-height: 13px;
	display: flex;
	gap: 10px;
	align-items: center;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/base/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17811819904815*/
div.news-detail {
	word-wrap: break-word;
}

div.news-detail img.detail_picture {
	margin: 0 8px 6px 1px;
}

.news-date-time {
	color: #486DAA;
}

.article-wrapper {
	margin-top: 30px;
	/*display: flex;
	align-items: stretch;*/
}

.article-left {
	padding-right: 30px;
	width: 75%;
	box-sizing: border-box;
}

.article-right {
	position: relative;
	width: 25%;
	box-sizing: border-box;
	padding-left: 15px;
}



.article-meta {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 30px;
	overflow: hidden;
	z-index: 1;
}

.article-meta::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	z-index: 0;
}

.article-meta > * {
	position: relative;
	z-index: 2;
}

.article-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 3rem;
}

.article-author,
.article-date {
	font-size: 14px;
	color: #dddddd;
	margin-bottom: 10px;
}

.article-stats {
	margin-bottom: 2rem;
	font-size: 13px;
	color: #dddddd;
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}

.article-tags {
	margin-bottom: 3rem;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.article-tags .tag {
	background-color: #f0f0f0;
	color: #555;
	padding: .5rem 1rem;
	border-radius: 4px;
	font-size: 12px;
	text-decoration: none;
	transition: all .3s;
}

.article-tags .tag:hover {
	background: #000;
	color: #fff;
}

.article-content {
	font-size: 15px;
	line-height: 1.7;
}

.article-image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 20px;
}

.article-image {
	width: 100%;
	height: auto;
	filter: blur(4px);
	transform: scale(1.05);
}

.article-block {
	border-bottom: 1px solid #000;
	padding: 10px;
}

.article-info .article-block {
	border-right: 1px solid #000;
}

.article__toc {
	outline: 2px solid red;

	position: sticky;
	top: 100px;
	max-height: calc(100vh - 120px);
	overflow-y: auto;
	background: rgba(255, 255, 255, 0.95);
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.article__toc ul {
	padding-left: 0;
	margin-bottom: .75rem;
}

.article__toc ul li {

}

.toc-h2 > a {
	margin-bottom: .5rem;
	font-weight: bold;
	display: block;
	padding: 4px 0;
	text-decoration: none;
	color: #333;
}

.toc-h3 > a {
	display: block;
	margin-left: 15px;
	font-size: 12px;
	color: #666;
	padding: 2px 0;
}

.article__toc a.active {
	color: #d9534f;
	background-color: #f9f9f9;
	border-left: 3px solid #d9534f;
	padding-left: 7px;
	font-weight: bold;
}

#article-content h2,
#article-content h3 {
	text-align: left;
	margin-bottom: 2rem;
	margin-top: 3rem;
}

#article-content p {
	margin-bottom: 2rem;
}

#article-content img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

#article-content figcaption {
	font-size: 12px;
	text-align: center;
	margin: 1rem 0 0;
}

.article-author {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
	color: #dddddd;
	justify-content: flex-start; /* Чтобы расположить элементы по левому краю */
}



/* Округление и стили для картинки автора */
.author-image {
	margin-right: 15px; /* Отступ справа от картинки */
}

.author-image img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Стили для деталей автора */
.author-details {
	display: flex;
	flex-direction: column; /* Чтобы имя и описание располагались друг под другом */
}

.author-name {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
}

.author-info {
	font-size: 12px;
	color: #b5b5b5;
	margin-top: 5px;
}

.expert-comment {
	padding: 20px;
	background: #fafafa;
	border-left: 5px solid #ccc;
	margin-bottom: 3rem;
}

.expert-comment blockquote {
	font-style: italic;
	color: #444;
	padding: 0 0 2rem;
	margin: 0 0 2rem;
	border-top: 0;
	border-bottom: 1px solid #ccc;
}

.expert-comment blockquote:before {
	content: "\201C";
	position: relative;
	background: none;
	display: inline;
	top: auto;
	left: auto;
	font-size: 30px;
}

.expert-comment blockquote::after {
	content: "\201D";
	font-size: 30px;

}

.expert-info {
	display: flex;
	align-items: center;
}

.expert-info img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: 10px;
}

.expert-details {
	display: flex;
	flex-direction: column;
}

.expert-name {
	font-weight: bold;
}

.expert-position {
	font-size: 0.9em;
	color: #777;
}

.vote-share {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
	margin-top: 2rem;
}
/* End */


/* Start:/bitrix/templates/base/components/bitrix/news/blog/bitrix/iblock.vote/blog_raiting/style.css?1781181990444*/
.iblock-vote {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.iblock-vote form {
    display: flex;
    gap: 1rem;
}

.iblock-vote form button {
    padding: .5rem 1.25rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    transition: all .3s;
    text-decoration: none;
}

.iblock-vote form button:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?170902912964*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /bitrix/templates/base/components/bitrix/breadcrumb/template_head/style.css?1781181990622 */
/* /bitrix/templates/base/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17811819904815 */
/* /bitrix/templates/base/components/bitrix/news/blog/bitrix/iblock.vote/blog_raiting/style.css?1781181990444 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?170902912964 */
