

/* Start:/bitrix/templates/bootstrap3/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?17489137835097*/
/* top info */

div.news-detail ul.news-stats,
div.news-detail ul.news-authors {
	font-size: smaller;
}

/* bottom info */

div.news-detail ul.news-bibl li {
	font-family: monospace;
}

@media (max-width: 767px) {
	div.news-detail ul.news-url li {
		max-width: 300px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	div.news-detail ul.news-url li {
		max-width: 600px;
	}
}

@media (min-width: 992px) {
	div.news-detail ul.news-url li {
		max-width: 800px;
	}
}

/* images */

div.news-detail img.img-1st {
	margin:0 10px 10px 0;
}

@media (min-width: 400px) {
	img.img-1st-narrower {
		float: left;
	}
}

@media (min-width: 600px) {
	img.img-1st-larger {
		float: left;
	}
}

@media (max-width: 767px) {
	.news-detail img.img-default {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
	.news-detail img.img-default:nth-child(odd) {
		float: left;
	}

	.news-detail img.img-default:nth-child(even) {
		float: right;
	}

	img.img-default.img-2nd:nth-child(odd) {
		margin-right: 10px;
	}

	img.img-default.img-2nd:nth-child(even) {
		margin-left: 10px;	
	}
}

.img-commented,
.embedment {
	margin-top: 20px;
	margin-bottom: 20px;

}

.img-commented-bottom,
.embedment-bottom {
	margin-bottom: 0;
}

.img-commented .imglist {
	margin-bottom: 0px;
}

.mediacomment {
	display: block;
	font-style: italic;
	color: #999;
}

/* tags */

.tags {
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.tags li {
	float: left;
}

@media (max-width: 767px) {
	.tags li {
		max-width: 200px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tags li {
		max-width: 300px;
	}
}

.tag {
	background: #eee;
	border-radius: 3px 0 0 3px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}

.tag::before {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
}

.tag::after {
	background: #fff;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #eee;
	border-top: 13px solid transparent;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}

.tag:hover {
	background-color: #999;
	color: white;
}

.tag:hover::after {
	border-left-color: #999; 
}

/* tabs */



/* mixed */

div.news-detail ul.news-stats,
div.news-detail ul.news-authors li i,
.tag,
.tags li:first-child,
div.news-detail ul.news-url li i,
div.news-detail ul.news-bibl li i {
	color: #999;
}

.tags li:first-child,
div.news-detail ul.news-url li i,
div.news-detail ul.news-bibl li i {
	font-size: larger;
}

div.news-detail ul.news-url li,
.tags li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tags,
div.news-detail-tabs {
	margin: 30px 0 0;
}

/* image & video galleries within news text */

div.news-detail .col-xs-3,
div.news-detail .col-xs-6 ,
div.news-detail .col-xs-12,
div.news-detail .col-md-3,
div.news-detail .col-md-6 ,
div.news-detail .col-md-12 {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*div.news-detail .col-md-6 .mediacomment {
	margin-top: 10px;
}*/

/* (!) parent selector */
.imglist:has(+ .mediacomment), .embed-responsive:has(+ .mediacomment) {
	margin-bottom: 5px;
}

.img-commented > .mediacomment {
	margin-top: 5px;
}

div.news-detail .col-xs-3:nth-child(even),
div.news-detail .col-xs-6:nth-child(even) {
	text-align: right;
}

div.news-detail .help + .row .col-xs-6 {
	margin-top: 10px;
}

@media (max-width: 991px) {
	div.news-detail .logo.col-md-3,
	div.news-detail .logo.col-md-6 {
		text-align: center;
	}
}

@media (min-width: 992px) {
	div.news-detail .col-md-3:nth-child(even),
	div.news-detail .col-md-6:nth-child(even) {
		text-align: right;
	}

	div.news-detail .logo.col-md-3:nth-child(even),
	div.news-detail .logo.col-md-6:nth-child(even) {
		text-align: left;
	}

	div.news-detail .logo.col-md-3:nth-child(odd),
	div.news-detail .logo.col-md-6:nth-child(odd) {
		text-align: right;
	}

	div.news-detail .help + .row .col-md-6 {
		margin-top: 10px;
	}
}

.row + h3,
.row + h4,
/*.row + q,*/
.row + div.help {
	margin-top: 0;
}

ul.list-unstyled + .row > .col-xs-3,
ul.list-unstyled + .row > .col-xs-6,
ul.list-unstyled + .row > .col-xs-12,
ul.list-unstyled + .row > .col-md-3,
ul.list-unstyled + .row > .col-md-6,
ul.list-unstyled + .row > .col-md-12 {
	margin-top: 10px;
}

div.help .col-md-3,
div.help .col-md-6,
div.help .col-md-12 {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.highlighted {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

/* for video embeding before tabs area */
.row + .news-detail-tabs {
	margin-top: 10px;
}

/* for footnotes, references etc. in lists */
.custom-bullet {
	overflow: visible!important;
}

.table > thead > tr > th {
vertical-align: middle!important;
}

.help > .help {
	background: #fff;
}

.help .signature {
	font-style: italic;
}

.questioner {
	font-weight: bold;

	/*text-decoration:underline;
	text-decoration-style: dotted;*/
	
	/*background-color: #f2f2f2;*/
}
/* End */


/* Start:/bitrix/templates/bootstrap3/components/bitrix/news/.default/bitrix/iblock.vote/ajax/style.css?1724581613357*/
div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	background-image: url(/bitrix/templates/bootstrap3/components/bitrix/news/.default/bitrix/iblock.vote/ajax/images/empty.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-voted
{
	background-image: url(/bitrix/templates/bootstrap3/components/bitrix/news/.default/bitrix/iblock.vote/ajax/images/voted.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-over
{
	background-image: url(/bitrix/templates/bootstrap3/components/bitrix/news/.default/bitrix/iblock.vote/ajax/images/over.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

/* End */


/* Start:/bitrix/components/custom/forum.topic.reviews/templates/.default/style.css?17245816132364*/
ul.news-comments li {
	margin-bottom: 10px;
	border-bottom: 0.1rem solid #ddd;
}

ul.news-comments li .forum-avatar {
	position: relative;
	float: left;
	vertical-align: top;
	width: 10%;
	width: 50px;
}

ul.news-comments li .forum-avatar.forum-avatar-stacked {
	font-size: 15px;
}

ul.news-comments li .forum-avatar.forum-avatar-stacked .fa-circle {
	color: #999;
}

ul.news-comments li .forum-avatar img {
	border: 1px solid #ddd;
}

ul.news-comments li .forum-post {
	display: inline-block;
	width: 90%;
	width: calc(100% - 50px);
	padding-left: 0;
}

ul.news-comments li .forum-post.post-hidden {
	opacity: 0.2;
}

ul.news-comments li .forum-post q {
	max-width: none;
	margin: 0 0 5px;
	padding: 5px;
	border: 1px solid #d3d3d3;
	background: #f8f8f8;
}

ul.news-comments li .forum-post q:before {
	padding-right: 5px;
}

ul.news-comments li .forum-post q:not(:first-child) {
	margin-top: 5px;
}

ul.news-comments li .forum-post q q {
	margin-left: 5px;
	margin-right: 5px;
}

ul.news-comments li .forum-post blockquote,
.comment-preview blockquote {
	margin: 5px 0;
	padding: 5px;
}

ul.news-comments li .forum-post .post-smile,
.comment-preview div .post-smile {
	color: #999;
	font-size: larger;
}

ul.news-comments li .forum-post div.imglist {
	max-width: 50%;
}

ul.news-comments li .forum-post ul {
	margin-bottom: 10px;
}

ul.news-comments li .forum-post .post-author {
	display: inline-block;
	color: #BC262C;
}

ul.news-comments li .forum-post .post-date {
	font-size: smaller;
}

ul.news-comments li .forum-post .post-link a {
	font-size: smaller;
}

ul.news-comments li .action-list {
	margin: 5px 0;
	margin-left: 10%;
	margin-left: 50px;
}

ul.news-comments li li {
	margin-bottom: 0;
	border-bottom: none;
}

ul.news-comments li .forum-link {
	margin-bottom: 10px;
}

.comment-preview div {
	margin: 10px 0;
}

.comment-settings label {
	font-weight: normal;
}

.form-group.comment-comment {
	margin-bottom: 5px;
}

.form-group.comment-settings,
.form-group.comment-settings ul,
.form-group.comment-buttons ul {
	margin-bottom: 0;
}

/* bootstrap */

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* End */


/* Start:/bitrix/templates/bootstrap3/components/bitrix/rating.vote/standart_text/style.min.css?17245816122141*/
.bx-rating{display:inline-block;position:relative;-moz-user-select:none;-khtml-user-select:none;user-select:none}.bx-rating .bx-rating-question{display:inline-block;margin-right:2px}.bx-rating .bx-rating-yes{display:inline-block;cursor:pointer}.bx-rating .bx-rating-yes-count{display:inline-block;padding-left:3px;text-decoration:none!important}.bx-rating .bx-rating-yes-text{display:inline-block;padding-left:3px;padding-right:3px}.bx-rating .bx-rating-no{display:inline-block;cursor:pointer}.bx-rating .bx-rating-no-count{display:inline-block;padding-left:3px;text-decoration:none!important}.bx-rating .bx-rating-no-text{display:inline-block;padding-left:3px;padding-right:3px}.bx-rating .bx-rating-separator{display:inline-block;padding-left:1px;padding-right:1px}.bx-rating .bx-rating-yes-active .bx-rating-yes-count,.bx-rating .bx-rating-yes-active .bx-rating-yes-text{color:#49b234!important}.bx-rating .bx-rating-no-active .bx-rating-no-count,.bx-rating .bx-rating-no-active .bx-rating-no-text{color:#dd3636!important}.bx-rating-disabled .bx-rating-yes,.bx-rating-disabled .bx-rating-no{cursor:default}.bx-rating-disabled .bx-rating-yes-text,.bx-rating-disabled .bx-rating-no-text{cursor:default;color:#969696!important;text-decoration:none}.bx-rating-disabled .bx-rating-yes-count,.bx-rating-disabled .bx-rating-no-count{cursor:default;color:#969696!important}.bx-rating .bx-rating-hover .bx-rating-yes-count,.bx-rating .bx-rating-hover .bx-rating-no-count,.bx-rating .bx-rating-hover .bx-rating-yes-text,.bx-rating .bx-rating-hover .bx-rating-no-text{color:#000!important}.bx-rating .bx-rating-load .bx-rating-yes-count,.bx-rating .bx-rating-load .bx-rating-no-count,.bx-rating .bx-rating-load .bx-rating-yes-text,.bx-rating .bx-rating-load .bx-rating-no-text{color:#fff!important}.bx-rating .bx-rating-load{background-color:#d0d0d0!important;border-radius:3px}.bx-rating-popup .bx-ilike-bottom_scroll{background:url("/bitrix/templates/bootstrap3/components/bitrix/rating.vote/standart_text/images/i-like-sprite.png") repeat-x 0 -148px;display:block;height:13px;position:absolute;left:5px;bottom:8px;width:170px}.rating_vote_graphic{display:none!important}.rating_vote_text{display:inline-block!important}
/* End */
/* /bitrix/templates/bootstrap3/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?17489137835097 */
/* /bitrix/templates/bootstrap3/components/bitrix/news/.default/bitrix/iblock.vote/ajax/style.css?1724581613357 */
/* /bitrix/components/custom/forum.topic.reviews/templates/.default/style.css?17245816132364 */
/* /bitrix/templates/bootstrap3/components/bitrix/rating.vote/standart_text/style.min.css?17245816122141 */
