

/* Start:/local/templates/.default/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17475691022802*/
.pdblog-list{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.pdblog-list .tag{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 500px;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: background .2s, color .2s;
}
.pdblog-list .tag:hover{
	color: #6C6C6C;
	background: #E9E9E9;
}
.pdblog-bb{
	position: relative;
	margin-bottom: 40px;
	color: #fff;
}
.pdblog-bb-media{
	position: relative;
	height: 480px;
	background: #333;
	border-radius: 15px;
	overflow: hidden;
}
.pdblog-bb-media .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pdblog-bb-media:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.pdblog-bb-top{
	position: absolute;
	left: 35px;
	right: 35px;
	top: 35px;
	z-index: 1;
}
.pdblog-bb-bottom{
	position: absolute;
	left: 35px;
	bottom: 35px;
	right: 35px;
}
.pdblog-bb .tag{
	height: 30px;
	color: #fff;
	border-color: rgba(255,255,255,.4);
}
.pdblog-bb-cats{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 15px;
}
.pdblog-bb-cat{
	display: block;
	border-radius: 100px;
	background: #232323;
	color: #fff;
	padding: 5px 14px;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
}
.pdblog-bb-cat_aktsii{
	background: #D65959;
}
.pdblog-bb-cat_novosti{
	background: #94B33D;
}
.pdblog-bb-cat_stati{
	background: #232323;
}
.pdblog-bb-head {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.pdblog-bb-head .pdblog-share{
	margin-left: auto;
}
.pdblog-date,
.pdblog-readtime,
.pdblog-viewed{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
}
.pdblog-date svg,
.pdblog-readtime svg,
.pdblog-viewed svg{
	flex-shrink: 0;
	stroke: #fff;
	stroke-width: 1.4;
}
.pdblog-share .ui.dropdown > .share-text{
	font-size: 14px;
}
.pdblog-share .ui.dropdown > .share-text,
.pdblog-share .ui.dropdown > .icon{
	color: #fff;
}
.pdblog-author{
	margin-bottom: 25px;
}
.pdblog-tags {
	margin-top: 40px;
}
.pdblog-tags-h {
	margin-bottom: 10px;
}
.pdblog-other{
	margin-top: 90px;
}

.pdblog .questionanswer{
	margin-top: 40px;
}
@media only screen and (max-width: 960px) {
	.pdblog-bb-media {
		height: 400px;
	}
	.pdblog-bb-top {
		left: 15px;
		right: 15px;
		top: 15px;
	}
	.pdblog-bb-bottom {
		left: 15px;
		bottom: 15px;
		right: 15px;
	}
	.pdblog-bb-top .pdblog-bb-tags{
		display: none;
	}
	.pdblog-other {
		margin-top: 50px;
	}
	.pdblog-readtime, .pdblog-viewed{
		display: none;
	}
	.pdblog-head {
		gap: 10px;
	}
	.pdblog-tags {
		margin-top: 30px;
	}
}
/* End */


/* Start:/local/components/skadium/share/templates/.default/style.css?17443765351950*/
.share {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.share-links {
	display: flex;
	gap: 10px;
}
.share-link {
	flex-shrink: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: #ebebeb;
	border-radius: 50%;
	overflow: hidden;
	transition: background .2s, color .2s;
}
.share-link:hover{
	background: #ccc;
}
.share-link-copy-input {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	font-size: 0;
	z-index: -1;
	color: transparent;
}
.share-link-icon {
	width: 18px;
	height: 18px;
	max-width: 40%;
	fill: currentColor;
	transition: fill .2s;
}


.share.ui.dropdown{
	display: inline-flex;
}
.share.ui.dropdown > .icon{
	stroke: currentColor;
}
.share.ui.dropdown > .share-text{
	padding-bottom: 1px;
	border-bottom: 1px dashed;
	transition: border .2s;
}
.share.ui.dropdown:hover > .share-text{
	border-bottom-color: transparent;
}
.share.ui.dropdown .menu{
	margin-top: 8px;
	min-width: 220px;
	background: #fff;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 13px 0;
	border: none;
}
.share.ui.dropdown.upward .menu{
	margin-top: 0;
	margin-bottom: 8px;
}
.share.ui.dropdown .menu>.item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: rgba(0,0,0,.6);
	font-weight: 400 !important;
	padding: 6px 22px !important;
}
.share.ui.dropdown .menu>.item>.wi{
	flex-shrink: 0;
	width: 24px;
}
.share.ui.dropdown .menu>.item>.icon {
	margin: 0 15px 0 0;
	width: 20px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width: 960px) {
	.share-h {
		font-size: 12px;
	}
	.share.ui.dropdown .menu {
		margin-top: 4px;
		min-width: auto;
		padding: 10px 0;
	}
	.share.ui.dropdown .menu>.item {
		font-size: 12px;
		padding: 4px 15px !important;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/text-author/style.css?17557493561064*/
.text-author {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 15px 20px;
	border-radius: 10px;
	background: #F8F8F8;
}
.text-author-thumb {
	flex-shrink: 0;
	align-self: self-start;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.text-author-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text-author-fio {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}
.text-author-fio span {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	transition: border .2s;
}
.text-author:hover .text-author-fio span {
	border-color: transparent;
}
.text-author-pos {
	margin-top: 2px;
	color: #777;
	font-size: 13px;
	line-height: 1.3;
}
@media only screen and (max-width: 960px) {
	.text-author {
		margin-top: 20px;
		gap: 10px;
	}
	.text-author-fio {
		font-size: 13px;
	}
	.text-author-pos {
		font-size: 10px;
	}
}
@media only screen and (max-width: 360px) {
	.text-author {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/aside/style.css?17494636301060*/
.aside{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.aside-widget-h{
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
}
.aside-nav .nav-item + .nav-item{
	margin-top: 12px;
}
.aside-nav .nav-link{
	position: relative;
	color: #888;
	transition: color .2s;
	line-height: 1.2;
	cursor: pointer;
	z-index: 1;
}
.aside-nav .nav-link:hover{
	color: #90AE3E;
}
.aside-nav .nav-link.active .nav-link-text{
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background: #90AE3E;
	padding: 5px 10px;
	line-height: 1.5;
	border-radius: 5px;
}
.aside-nav .nav-link.parent-active,
.aside-nav .nav-link.active{
	color: #fff !important;
}
.aside-nav .nav-link.parent-active:before,
.aside-nav .nav-link.active:before{
	opacity: 1;
}
.aside-nav .nav-link-icon{
	display: none;
}
.aside-nav .sub-nav{
	margin-top: 20px;
}

@media only screen and (max-width: 1500px) {
	.aside-question {
		order: -1;
	}
}
@media only screen and (max-width: 1260px) {
	.aside {
		display: none;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/aside/skadium/include.block/aside-104/style.css?17443765351441*/
.ab104 {
	position: relative;
	border-radius: 15px;
	background: #F7F7F7;
	overflow: hidden;
}
.ab104-text{
	padding: 25px 30px;
}
.ab104-t1 {
	color: #94B33D;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
.ab104-t2 {
	margin-top: 2px;
	font-size: 17px;
	line-height: 1.4;
}
.ab104-t3 {
	margin-top: 14px;
	color: rgba(0, 0, 0, .4);
	font-size: 14px;
	line-height: 1.5;
}
.ab104-action {
	position: absolute;
	left: 30px;
	bottom: 35px;
	z-index: 1;
}
.ab2985-action-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	border-radius: 500px;
	border: 1px solid #F4F4F4;
	background: #FFF;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02), 0px 7px 7px 0px rgba(0, 0, 0, 0.02);
	gap: 10px;
	font-size: 13px;
	padding: 0 20px;
	transition: background .2s;
}
.ab2985-action-btn:hover{
	background: #ebebeb;
}
.ab2985-action-btn .btn-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	color: #fff;
	background: #333;
}
.ab2985-action-btn .btn-icon svg {
	transform: rotate(-90deg);
	stroke: currentColor;
}
.ab104-bg {
	display: flex;
	justify-content: center;
	margin-bottom: -70px;
	margin-top: -40px;
}
.ab104-bg img{
	mix-blend-mode: darken;
	max-width: none;
	width: 360px;
}

/* End */


/* Start:/local/components/skadium/include.block/templates/likedislike/style.css?17443765351024*/
.page-likedislike{
	padding: 35px 0 0;
	position: relative;
	margin-top: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.page-likedislike:before{
	content: '';
	position: absolute;
	left: -50vw;
	right: -50vw;
	top: 0;
	height: 1px;
	background: #ebebeb;
}
.page-likedislike-h{
	font-size: 18px;
	color: #333;
}
.page-likedislike-btns {
	display: flex;
	gap: 15px;
}
.page-likedislike-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 120px;
	height: 54px;
	border-radius: 10px;
	border: 1px solid #d7d7d7;
	cursor: pointer;
	color: #333;
	transition: background .2s, border .2s, color .2s;
}
.page-likedislike-btn:hover{
	border-color: #000;
}
.page-likedislike-btn-icon{
	stroke: currentColor;
}
@media only screen and (max-width: 960px) {
	.page-likedislike {
		flex-direction: column;
		gap: 15px;
		padding: 25px 0 0;
		margin-top: 25px;
	}
	.page-likedislike-h {
		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17443765362331*/
.pagination{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}
.pagination-more{
	margin-top: 30px;
	text-align: center;
	order: 1;
}
.pagination-btn-more{
	width: 240px;
	height: 50px;
	border-radius: 10px;
	color: #fff;
	background: var(--c2);
	font-size: 14px;
	font-weight: 500;
	transition: background .2s;
	overflow: hidden;
}
.pagination-btn-more:hover{
	background: var(--c2_hover);
}
.pagination-btn-more .btn-icon{
	flex-shrink: 0;
	margin-right: 10px;
	stroke: currentColor;
}
.pagination-num {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}
.pagination-pn{
	width: 190px;
	flex-shrink: 0;
}
.pagination-list{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.pagination-list-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 42px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	border-radius: 100px;
	background: #E9E9E9;
	cursor: pointer;
	color: inherit;
	transition: color .2s, background .2s, border .2s;
}
a.pagination-list-link:hover{
	background: #eee;
}
span.pagination-list-link{
	background: var(--c2);
	color: #fff;
}
.pagination-pn-link{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 42px;
	border-radius: 100px;
	border: 1px solid #E7E7E7;
	color: #6C6C6C;
	font-size: 14px;
	transition: color .2s, background .2s, border .2s;
}
.pagination-pn-link:hover{
	background: #eee;
}
@media only screen and (max-width: 1500px) {
	.pagination-list li{
		display: none;
	}
	.pagination-list li.m{
		display: block;
	}
}
@media only screen and (max-width: 960px) {
	.pagination {
		margin-top: 30px;
	}
	.pagination-list-link {
		width: 36px;
		height: 36px;
		font-size: 13px;
	}
	.pagination-pn{
		display: none;
	}
	.pagination-more {
		margin-top: 20px;
	}
	.pagination-btn-more {
		width: 100%;
		height: 50px;
		border-radius: 10px;
		color: var(--c2);
		border: 1px solid var(--c2);
		background: transparent;
		font-size: 14px;
		font-weight: 500;
		transition: background-color .2s, color .2s;
	}
	.pagination-btn-more:hover{
		color: #fff;
		background: var(--c2);
	}
}
/* End */


/* Start:/local/components/skadium/questionanswer/templates/.default/style.css?17443765352081*/
.questionanswer{
	position: relative;
	container: questionanswer / inline-size;
}
.questionanswer-t1{
	line-height: 1.5;
	margin-bottom: 45px;
}
.questionanswer-grid{
	display: flex;
	gap: 60px;
}
.questionanswer-grid-c1{
	flex-grow: 1;
	width: calc(100% - 480px);
}
.questionanswer-grid-c2{
	flex-shrink: 0;
	width: 420px;
	order: -1;
}
.questionanswer-list-item + .questionanswer-list-item{
	margin-top: 10px;
}
.questionanswer-box {
	padding: 30px;
	border-radius: 10px;
	background: #f4f4f4;
}
.questionanswer-box-t1 {
	font-size: 24px;
	margin-bottom: 12px;
}
.questionanswer-box-t2 {
	line-height: 1.5;
}
.questionanswer-box-add {
	margin-top: 25px;
}
.questionanswer-btn-add {
	width: 180px;
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
}
.questionanswer-f5-add{
	display: none;
}

.questionanswer._empty .questionanswer-grid{
	display: block;
}
.questionanswer._empty .questionanswer-grid-c1{
	display: none;
}
.questionanswer._empty .questionanswer-grid-c2 {
	width: 100%;
}
.questionanswer._empty .questionanswer-box {
	padding: 0;
	border-radius: 0;
	background: transparent;
}

@media only screen and (max-width: 1500px) {
	.questionanswer-grid {
		gap: 30px;
	}
	.questionanswer-grid-c2 {
		width: 350px;
	}
	.questionanswer-grid-c1{
		width: calc(100% - 380px);
	}
}

@media only screen and (max-width: 1260px) {
	.questionanswer-grid {
		flex-direction: column;
		align-items: stretch;
	}
	.questionanswer-grid-c1,
	.questionanswer-grid-c2 {
		width: 100%;
	}
}
@media only screen and (max-width: 960px) {
	.questionanswer-grid {
		gap: 10px;
	}
	.questionanswer-box {
		padding: 20px;
	}
	.questionanswer-box-t1 {
		font-size: 18px;
		font-weight: 500;
	}
	.questionanswer-box-t2 {
		font-size: 14px;
	}
	.questionanswer-box-add {
		margin-top: 14px;
	}
	.questionanswer-btn-add {
		width: 100%;
		border-radius: 10px;
		font-size: 14px;
		font-weight: 500;
	}
	.questionanswer-t1 {
		margin-bottom: 10px;
		font-size: 13px;
		opacity: .6;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/blog-slider/style.css?1744376536346*/
.blog-slider-item {
	width: 340px;
	margin-right: 26px;
}
@media only screen and (max-width: 1500px) {
	.blog-slider-item {
		width: 382px;
	}
}
@media only screen and (max-width: 1260px) {
	.blog-slider-item {
		width: 282px;
	}
}
@media only screen and (max-width: 960px) {
	.blog-slider-item {
		width: 300px !important;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sliderlayout/style.css?17458146793788*/
.sliderlayout-head {
	position: relative;
	display: flex;
	align-items: flex-end;
	margin-bottom: 25px;
	z-index: 1;
}
.sliderlayout-head-c1 {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.sliderlayout-head-c2 {
	flex-shrink: 0;
	margin-left: auto;
	display: flex;
	gap: 10px;
}
.sliderlayout-sub-h {
	line-height: 1.3;
	color: #777;
}
.sliderlayout-controls {
	flex-shrink: 0;
	display: none;
}
.sliderlayout-controls.visible {
	display: block;
}
.sliderlayout-arrows {
	display: flex;
	gap: 10px;
}
.sliderlayout .slider-arrow {
	background: #fff;
}
.sliderlayout-all-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding: 0 25px;
	border-radius: 500px;
	border: 1px solid rgba(0, 0, 0, .05);
	box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.02);
	background: #fff;
	transition: border .2s;
}
.sliderlayout-all-link:hover {
	border-color: rgba(0, 0, 0, .1);
}
.sliderlayout .slick-list {
	position: relative;
	overflow: visible;
	z-index: 2;
}
.sliderlayout-list {
	display: flex;
	position: relative;
}
.sliderlayout-list.show-dots {
	padding-bottom: 40px;
}
.sliderlayout-list.slick-initialized {
	display: block;
}
.sliderlayout-list-item {
	flex-shrink: 0;
}
.sliderlayout-list-item:nth-child(n+2) {
	opacity: 0;
	visibility: hidden;
}
.sliderlayout-list-item.slick-slide {
	opacity: 0;
	visibility: hidden;
	height: auto;
	transition: opacity .2s, visibility .2s;
}
.sliderlayout-list-item.slick-slide.slick-active {
	visibility: visible;
	opacity: 1;
}
.sliderlayout-list .slick-track {
	display: flex;
	margin-left: 0;
	margin-right: 0;
}
.sliderlayout-list .slick-track:before,
.sliderlayout-list .slick-track:after {
	display: none;
}
.sliderlayout-list > .slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
}
.sliderlayout-list.slick-dotted > .slider-arrow {
	top: calc(50% - 20px);
}
.sliderlayout-list > .slider-prev {
	left: 0;
	transform: translate(-50%, -50%);
}
.sliderlayout-list > .slider-next {
	right: 0;
	transform: translate(50%, -50%);
}
.sliderlayout-list > .slider-arrow-mob {
	transform: none !important;
	bottom: -4px;
}
.sliderlayout-list .slick-dots {
	margin-top: 25px;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}
.sliderlayout-list.show-dots .slick-dots {
	opacity: 1;
	visibility: visible;
}
.sliderlayout-footer {
	display: none;
}
@media only screen and (max-width: 1260px) {
	.sliderlayout-h {
		font-size: 32px;
	}
	.sliderlayout-sub-h {
		display: none;
	}
}
@media only screen and (max-width: 960px) {
	.sliderlayout-head {
		margin-bottom: 15px;
		flex-wrap: wrap;
		gap: 10px;
	}
	.sliderlayout-head-c1 {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}
	.sliderlayout-sub-h {
		display: block;
	}
	.sliderlayout-h {
		font-size: 24px;
		font-weight: 500;
	}
	.sliderlayout-h br {
		display: none;
	}
	.sliderlayout-head-c2 {
		display: none;
		margin-left: 0;
	}
	.sliderlayout-controls.show {
		display: none;
	}
	.sliderlayout-all {
		display: none;
	}
	.sliderlayout-all-link {
		height: 42px;
		font-size: 14px;
		color: #6C6C6C;
		box-shadow: none;
	}
	.sliderlayout-list {
		overflow: visible;
	}
	.sliderlayout-list .slick-list {
		margin-left: 0 !important;
		margin-right: -10px !important;
	}
	.sliderlayout-list-item {
		margin: 0 10px 0 0 !important;
	}
	.sliderlayout-list-item:nth-child(n) {
		opacity: 1;
		visibility: visible;
	}
	.sliderlayout-list .slick-dots {
		padding: 0 30px;
	}
	.sliderlayout-list.show-dots{
		padding-bottom: 35px;
	}
	.sliderlayout-footer {
		margin-top: 15px;
		display: block;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/news-item/style.css?17443765351839*/
.news-item{
	position: relative;
	display: block;
	height: 100%;
	container: news-item / inline-size;
}
.news-item-container{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.news-item-thumb{
	display: block;
	position: relative;
	aspect-ratio: 1.6/1;
	border-radius: 10px;
	overflow: hidden;
	min-height: 200px;
	background: #eee;
}
.news-item-thumb img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s;
}
.news-item:hover img{
	transform: scale(1.05);
}
.news-item-cats{
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: flex;
	gap: 4px;
	z-index: 1;
}
.news-item-cat{
	display: block;
	border-radius: 100px;
	background: #232323;
	color: #fff;
	padding: 5px 14px;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
}
.news-item-cat_aktsii{
	background: #D65959;
}
.news-item-cat_novosti{
	background: #94B33D;
}
.news-item-cat_stati{
	background: #232323;
}
.news-item-body{
	margin-top: 15px;
}
.news-item-meta{
	display: flex;
	gap: 20px;
}
.news-item-date,
.news-item-readtime,
.news-item-viewed{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #6b6b6b;
}
.news-item-date svg,
.news-item-readtime svg,
.news-item-viewed svg{
	flex-shrink: 0;
	stroke: #6b6b6b;
	stroke-width: 1.4;
}
.news-item-title{
	margin-top: 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	transition: color .2s;
}
.news-item:hover .news-item-title{
	color: #94B33D;
}
@media only screen and (max-width: 960px) {
	.news-item-title {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.3;
	}
}
@container (max-width: 300px) {
	.news-item-meta {
		justify-content: space-between;
		gap: 10px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17475691022802 */
/* /local/components/skadium/share/templates/.default/style.css?17443765351950 */
/* /local/components/skadium/include.block/templates/text-author/style.css?17557493561064 */
/* /local/components/skadium/include.block/templates/aside/style.css?17494636301060 */
/* /local/components/skadium/include.block/templates/aside/skadium/include.block/aside-104/style.css?17443765351441 */
/* /local/components/skadium/include.block/templates/likedislike/style.css?17443765351024 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17443765362331 */
/* /local/components/skadium/questionanswer/templates/.default/style.css?17443765352081 */
/* /local/templates/.default/components/bitrix/news.list/blog-slider/style.css?1744376536346 */
/* /local/components/skadium/include.block/templates/sliderlayout/style.css?17458146793788 */
/* /local/components/skadium/include.block/templates/news-item/style.css?17443765351839 */
