

/* Start:/local/templates/burburo/components/bitrix/news/.default/bitrix/news.detail/blog-detail/style.css?17550730353961*/
.blog-detail table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

.blog-detail {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.blog-detail__top {
	display: flex;
}

.blog-detail__indicators {
	display: flex;
	align-items: center;
	gap: 14px;
}

.blog-detail__indicator {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 450;
	color: initial;
}

.blog-detail__indicator svg {
	color: var(--sky);
}

.blog-detail__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-detail__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.blog-detail__tag {
	display: flex;
	background-color: #f0f0f6;
	color: var(--blue);
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 500;
	text-wrap: nowrap;
	border-radius: 8px;
	transition: 0.3s ease-out;
	scroll-snap-align: start;
	scroll-margin-left: 8px;
}

.blog-detail__share {
	position: relative;
}

.share_container {
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	border-radius: 10px;
	width: max-content;
	min-width: 100%;
	padding: 16px 10px;
	font-size: 15px;
	background: var(--white);
	box-shadow: var(--block-shadow);
	z-index: 5;
}

.share-menu {
	width: fit-content;
}

.blog-detail__share-btn {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: #f0f0f6;
	color: var(--blue);
	padding: 6px 10px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	transition: .2s ease-out;
	cursor: pointer;
}

.share-list {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	max-height: 280px;
}

.share-item {
	padding: 8px 12px;
	display: inline-grid;
	align-items: center;
	gap: 12px;
	font-size: 13px;
	justify-content: start;
	grid-template-columns: auto 1fr;
	width: 100%;
	justify-items: left;
	border-radius: 8px;
	font-weight: 400;
}

.share-item:hover {
	background-color: var(--ozone-hover);
	color: var(--ozone);
}

.share-item svg {
	color: var(--some-gray);
	color: #7786a1;
	width: 14px;
	height: 14px;
}

.blog-detail__lr {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	flex-wrap: wrap;
}

.blog-detail h1:target,
.blog-detail h2:target,
.blog-detail h3:target {
	color: var(--ozone);
}

.blog-detail__title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	color: var(--blue);
}

.blog-detail__back {
	display: flex;
	gap: 12px;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	padding: 14px 20px;
	width: fit-content;
}

.blog-detail__headings {
	background-color: var(--somber-sky);
	padding: 20px 32px;
	border-radius: 12px;
	max-width: 912px;
	margin: 0 auto;
	width: 100%;
}

.blog-detail__nav {
	font-size: 18px;
	color: var(--ozone);
}

.blog-detail__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.blog-detail__list {
	padding-left: 26px;
	list-style: number;
	font-weight: 300;
}

.blog-detail__heading-title {
	font-size: 24px;
	font-weight: 500;
	color: var(--blue);
	margin-bottom: 20px;
}

.blog-detail__back svg {
	transition: 0.3s ease-in-out transform;
}

.blog-detail__back:hover svg {
	transform: translateX(-12px);
}

.blog-detail__content {
	line-height: 1.4;
	font-size: 16px;
	font-weight: 300;
	color: var(--blue);
}

.blog-detail__content img {
	border-radius: 12px;
	overflow: hidden;
}

.blog-detail__content h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2em;
}

.blog-detail__content h3 {
	font-size: 24px;
	font-weight: 500;
}

.blog-detail__content figure {
	width: fit-content;
	margin: 0 auto;
}

.blog-detail__content figcaption {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	margin-top: 7px;
	color: var(--txt-gray);
}

.blog-detail__content ol {
	padding-left: 37px;
}

.blog-detail__content ol li {
	list-style: number;
}

/* ol li :marker{
	display: inline;
} */

.blog-detail *+p,
.blog-detail *+h2,
.blog-detail *+h3,
.blog-detail *+h4,
.blog-detail *+ol,
.blog-detail *+figure {
	margin-top: 20px;
}
/* End */
/* /local/templates/burburo/components/bitrix/news/.default/bitrix/news.detail/blog-detail/style.css?17550730353961 */
