

/* Start:/local/templates/radio/components/bitrix/news.detail/article/style.css?17266851398728*/
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;
}

.news-detail h2 {
	font-size: 24px !important;
}

.article-crosslink {
	width: 100%;
	padding-top: 5px;
}

.article-crosslink .ac-item {
	height: 98%;
	overflow: hidden;
	border-radius: var(--border-radius--btn);
	box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
	background-color: #fff;
	position: relative;
	min-height: 385px;
	width: 31%;
	box-sizing: border-box;
	display: inline-block;
	float: none;
	margin: 0;
}

.article-crosslink .ac-item:nth-child(3n+2) {
	margin: 0 2%;
}

.article-crosslink .ac-item-info {
	padding: 10px 10px 0 10px;
	width: 100%;
	box-sizing: border-box;
}

.article-crosslink .ac-item-date {
	font-size: 13px;
	color: #52565a;
}

.news-detail .article-crosslink .ac-item-img a {
	display: block;
	width: 100%;
	height: 150px;
}

.news-detail .article-crosslink img {
	width: 100%;
	object-fit: cover;
	height: 100% !important;
	object-position: center;
	position: relative;
	max-width: 100%;
	margin: 0;
}

.article-crosslink .ac-item-title a {
	text-decoration: none;
	color: #293135;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

.article-crosslink .ac-item-desc {
	padding: 10px 0;
}

.article-crosslink .ac-item-desc a {
	text-decoration: none;
	color: #293135;
}

.article-crosslink .ac-item-title a:hover,
.article-crosslink .ac-item-desc a:hover {
	color: var(--color--blue-50);
}

.comment .articles-detail_author {
	width: 100%;
    border: none;
    margin: 0;
    background: transparent;
    border-radius: 0;
    align-items: center;
    display: flex;
}

.comment .articles-detail_author-left {
	width: 40px;
    padding: 0;
    box-sizing: border-box;
    min-width: 40px;
}

.comment .articles-detail_author-pic {
	width: 30px;
}

.comment .articles-detail_author-right {
	width: calc(100% - 40px);
    padding: 0;
    display: flex;
    align-items: center;
}

.comment .articles-detail_author-title {
    margin: 0;
    line-height: 1.3;
    padding-left: 8px;
}

.comment .articles-detail_author-desc {
	margin-top: 10px;
}
.comment .articles-detail_comment_ {
    padding: 12px 15px 12px 15px;
    margin-top: 10px;
    margin-left: 10%;
    width: 90%;
    border: 0;
    border-radius: 2px;
    background: #f6fcff;
}

.articles-detail_links {}

.mid-content .right-side .articles-detail_links a.all-articles {
	position: static;
	top: unset;
	margin-bottom: 10px;
	margin-top: -1px;
	line-height: 14px;
}

@media (min-width: 480px) {
	.articles-detail_links {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.mid-content .right-side .articles-detail_links a.all-articles {
		margin-bottom: unset;
	}
}

.right-side .articles-detail_share {
	border: 0;
	border-radius: 5px;
	padding: 10px 15px;
	margin: 0 0 15px 0;
	background: #f9f9f9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #7a7a7a;
}

.articles-detail_share .bx_item_detail_rating_top .bx_stars_bg {
	-webkit-filter: brightness(0.978);
	filter: brightness(0.978);
	z-index: 3;
}

.articles-detail_share-icons {
	padding: 0!important;
	width: auto!important;
	margin-left: auto;
}

.right-side .articles-detail_share-title {
	padding: 0;
}

.articles-detail_share .bx_stars_container {
	height: 25px !important;
    margin: 0 !important;
}

.articles-detail_share-date {
	min-height: auto !important;
	line-height: 1.2 !important;
	padding: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	width: auto !important;
	gap: 10px;
}

.articles-detail_share-comments {
	color: #7a7a7a !important;
}

.articles-detail_share .bx_item_detail_rating_top {
	top: 0;
	left: 0;
}

.mid-content .right-side .articles-detail_links a.all-articles {
	border: 1px solid #ebf5fa;
	padding: 10px 12px;
	border-radius: 7px;
	background: #f2fbff;
	color: #1daaea;
}

.mid-content .right-side h1 {
	font-weight: 500;
	margin-bottom: 20px;
}


.right-side .news-detail .structure {
	padding: 20px 20px 5px 25px;
    background: #f6fcff;
    border: 0;
    float: right;
    position: relative;
    top: 0;
    left: auto;
    width: 282px;
    right: 0;
    margin-left: 20px;
    z-index: 2;
    border-radius: 8px;
    opacity: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-top: 0;
	box-shadow: 0 0 15px -6px transparent;
}

.right-side .news-detail .structure.fixed {
    position: sticky;
    top: 105px;
    box-shadow: 0 0 15px -6px #0000006e;
}

.right-side .news-detail .structure:hover {
	opacity: 1;
}

.right-side .news-detail .structure h2 {
	margin-top: 0 !important;
	color: #000000 !important;
	font-weight: 600;
	font-size: 20px !important;
}

.right-side .news-detail .structure ul li a {
	color: #545454;
	border: 0 !important
}

.news-detail .structure ul li span {
	color: #505050;
	cursor: pointer;
}
.news-detail .structure ul li span:hover {
	color: #1daaea;
}

.right-side .news-detail {
	padding-top: 30px;
	color: #000000;
}

.right-side .news-detail .structure ul li a:hover {
	color: #1daaea;
}

.right-side .news-detail p {
	font-size: 15px;
	color: #000000;
	line-height: 1.4;
	margin-bottom: 20px;
}

.mid-content .news-detail ul,
.mid-content .news-detail ol {
	font-size: 15px;
	margin-bottom: 20px;
}

.right-side .news-detail .structure ol li,
.right-side .news-detail .structure ul li {
	margin: 12px 0;
}

.news-detail h2 {
	color: #000000 !important;
	font-weight: 600;
	width: 100%;
}

.tags_block {
	display: inline-block;
}

.articles-detail_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.right-side .news-detail .structure ul {
	max-height: 2000px;
	transition: .3s;
	overflow: hidden;
}

.right-side .news-detail .structure.collapsed ul {
	max-height: 0;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.right-side .news-detail .structure.collapsed:hover ul {
		max-height: 2000px;
	}
}

@media (max-width: 1200px) {
	.right-side .news-detail .structure {
		position: relative;
		top: 0;
	}
}

@media (max-width: 767px) {
	.mid-content {
		padding-top: 52px;
	}
	.right-side .news-detail .structure {
		width: 100%;
		margin-left: 0;
		position: fixed;
		top: 99px;
		padding: 14px 15px 14px 18px;
		left: 0;
		right: 0;
		border-radius: 0;
		z-index: 9;
	}

	.right-side .news-detail .structure ul {
		transition: .3s;
		overflow: hidden;
		margin-bottom: 0;
		max-height: 0;
		overflow-y: scroll;
	}

	.right-side .news-detail .structure.collapsed ul {
		max-height: calc(100vh - 175px);
	}

	.right-side .news-detail .structure h2 {
		margin-top: 0 !important;
		font-size: 18px !important;
		margin-bottom: 3px;
		text-align: center;
	}

	.right-side .news-detail .structure h2::after {
		content: "\f106";
		font-family: Font Awesome\ 5 Free;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		transition: .3s;
		margin-left: 13px;
		font-size: 17px;
	}

	.right-side .news-detail .structure.collapsed h2::after {
		transform: rotateX(180deg);
	}

	.articles-detail_share-views {
		margin-left: 0;
	}

	.articles-detail_share-icons {
		padding: 0;
		min-width: 82px;
		margin-left: 20px;
		width: 82px;
	}

	.articles-detail_share-title {
		display: none !important;
	}

	.articles-detail_share {
		width: 100%;
		flex-wrap: nowrap !important;
		align-items: flex-start !important;
		padding: 12px 15px 12px !important;
	}

	.right-side .news-detail {
		padding-top: 10px;
	}

	.articles-detail_share .bx_item_detail_rating_top {
		margin:0
	}

	.mid-content .right-side .articles-detail_links a.all-articles {
		font-size: 13px;
	}

	.mid-content .right-side a.all-articles span {
		font-size: 14px;
	}

	.articles-detail_share-icons {
		margin-left: 0;
		padding-top: 0 !important;
		margin-bottom: 0 !important;
		width: auto !important;
	}

	.articles-detail_share-date {
		margin-bottom: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.articles-detail_share-views {
		margin-left: 0 !important;
	}

	.articles-detail_share-date--modif {
		width: 100%
	}

	.comment .articles-detail_author-title {
		font-size: 14px;
	}

}

/* End */


/* Start:/local/templates/radio/components/bitrix/iblock.vote/articles/style.css?15683684562550*/

.bx_item_detail_rating{	margin: auto;}
.bx_item_detail_rating td{
	vertical-align: middle;
	text-align: right;
}
.bx_item_detail_rating .bx_item_rating{
	text-align: right;
}
.bx_item_detail_rating .bx_stars_container{
	position: relative;
	/*width: 68px;*/
	width: 150px;
	height: 30px;
	background: #dadada;
	background-size: 100% 100%;
	cursor: pointer;
}
.bx_item_detail_rating .bx_stars_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: url(/local/templates/radio/components/bitrix/iblock.vote/articles/images/rating.png) no-repeat center;
}

.bx_item_detail_rating .bx_stars_progres{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	/*background: #e76110;*/
	background: #FECE00;
}
.bx_item_detail_rating .bx_stars_rating_votes{
	color: #8d8d8d;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
}
.bx_item_detail_rating_top {
	display: inline-block;
	position: relative;
	top: 10px;
	left: 10px;
}
.bx_item_detail_rating_top .bx_stars_container {
	width: 100px !important;
}
.bx_item_detail_rating_top .bx_stars_bg {
	background: url(/local/templates/radio/components/bitrix/iblock.vote/articles/images/rating_100.png) no-repeat center !important;
}

/*.bx_item_detail_rating .bx_vam{vertical-align: middle;}*/

@media (max-width:530px){
	.bx-touch .bx_item_detail_rating .bx_stars_container{
		width: 34px;
		height: 15px;
		margin: 4px 0;
	}
	.bx_item_detail_rating .bx_stars_rating_votes{
			font-size: 7px;
			line-height: 7px;
	}
}
.like-block {
	text-align: center;
}
#like-dislike-wrapper {
	margin: 50px 0;
	padding-bottom: 30px;
	border-top: 1px solid #d6dcde;
	border-bottom: 1px solid #d6dcde;
}
.like-block div {
	border: 1px solid lightgrey;
	border-radius: 5px;
	width: 100px;
	height: 40px;
	padding: 10px;
	display: inline-block;
	margin: 10px;
	cursor: pointer;
}
.like-block div:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.liked-block {
	text-align: center;
	display: none;
}
.disliked-block {
	display: none;
}
#like {
	border: 2px solid #37ac09;
	color: #37ac09;
	font-weight: bold;
}
#dislike {
	color: #e92621;
	border: 2px solid #e92621;
	font-weight: bold;
}

#like:hover, #dislike:hover {
	box-shadow: 0 0 10px rgba(216, 216, 216, 0.5);
}
.like-h2 {
	margin-top: 35px;
	margin-bottom: 20px;
	color: #269cd8;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
}

.articles-detail_share .bx_stars_container {
	cursor: default !important;
}
.dislike-prompt {
	text-align: center;
}
.like-block > p, .liked-block > p, .dislike-prompt {
	margin-top: 35px !important;
	margin-bottom: 20px;
	color: #269cd8 !important;
	font-size: 24px !important;
	font-weight: normal;

}
/* End */
/* /local/templates/radio/components/bitrix/news.detail/article/style.css?17266851398728 */
/* /local/templates/radio/components/bitrix/iblock.vote/articles/style.css?15683684562550 */
