

/* Start:/local/templates/new.live/components/bitrix/news/custom/ilsn/news.detail/.default/style.css?1745329973449*/
.copy{
    display: flex;
    background: #fff;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 36px;
    top: 5px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}
.copy .icon{
    fill: #FF1216;
}
.copy:hover{
    background: #FF1216;
}
.copy:hover .icon{
    fill: #FFF;
}
@media (max-width: 860px) {
	.article__detail-info .info.mobile-hidden {
		display: none;
	}	
}
/* End */


/* Start:/local/templates/.default/components/ilsn/comments/.default/style.css?16807252894488*/
.comments-wrapper .add-comment-wrap {
		margin-bottom: 38px;
}
.add-comment-wrap .add-comment-title {
	padding-bottom: 24px;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
}
.add-comment-wrap .add-comment-title span {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #222222;
}
.add-comment-wrap .add-comment-title img.icon {
	position: absolute;
    bottom: -38px;
    right: 0;
    width: 24px;
    height: 24px;
}
.add-comment-wrap .add-comment-desc {
	color: #4A5568;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-top: 24px;
}
.add-comment-form {
	margin-top: 40px;
	max-width: 66%;
}
.add-comment-form .add-comment-form-row {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.form-custom.add-comment-form .form-custom-group {
	margin-bottom: 24px;
}
.add-comment-form .add-comment-form-row .form-custom-group {
	width: 49%;
	margin-bottom: 16px;
}
.add-comment-form .custom-textarea {
	min-height: 144px;
}

.form-custom.add-comment-form .form-custom-group .btn {
	max-width: 273px;
	width: 100%;
}



.comment {
	margin-bottom: 24px;
}
.comment .comment-body {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
	background: #F7F7F7;
	border-radius: 8px;
	padding: 20px 16px;
	position: relative;
}
.comment .comment-body .comment-body-col:nth-child(1) {
	margin-right: 16px;
}
.comment .comment-body .comment-body-col:nth-child(2) {
	width: 100%;
}
.comment .author-icon {
	width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    overflow: hidden;
}
.comment .author-icon img {
	width: 100%;
    height: auto;
}
.comment .comment-header {
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}
.comment .comment-header .author-name {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #4A5568;
}
.comment .comment-header .comment-date {
	color: #8C8D99;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.comment .comment-content {
	color: #4A5568;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 6px;
}
.comment .comment-controls .comment-quote {
	color: #8C8D99;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
}

.comment .comment-children {
	margin-top: 24px;
	position: relative;
}
.comment-children .comment {
	max-width: 89.2%;
    margin-left: auto;
    margin-right: 17px;
}
.comment-children .comment:first-child {
	position: relative;
}

.comment-children .comment:before {
	content: '';
    position: absolute;
    border-left: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    width: 67px;
    height: 67px;
    z-index: 1;
    left: -67px;
    top: -25px;
}

.comment-children .comment:not(:first-child):before {
	content: '';
	height: 90%;
    left: 43px;
   
}

.custom-textarea + .choice-smile {
	position: absolute;
    right: 20px;
    top: 14px;
	display: inline-block;
	text-align: right;
    line-height: 0;
}
.choice-smile .icon {
	width: 20px;
	height: 20px;
	stroke: #8C8D99;
	fill: #8C8D99;
	cursor: pointer;
}
.choice-smile .icon:hover {
	stroke: #FF1216;
	fill: #FF1216;
}
.choice-smile .choice-smile-content {
	display: none;
	background: #F7F7F7;
	border-radius: 8px;
	max-width: 357px;
	height: 100%;
    max-height: 140px;
    line-height: 1;
	padding: 16px;
	z-index: 100;
    position: relative;
	margin-top: 10px;
}
.choice-smile-content.open {
	display: block;
}
.choice-smile-content .smile-items {
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
	width: 100%;
}
.choice-smile-content .smile-items span {
    margin-right: 6px;
    margin-bottom: 2px;
    display: block;
    width: 20px;
    height: 28px;
	cursor: pointer;
}
.choice-smile-content .mCSB_draggerContainer {
	background: #D9D9D9;
    border-radius: 13px;
    margin-left: auto;
	width: 3px;
}
.choice-smile-content .mCSB_draggerContainer .mCSB_dragger_bar {
	display: none;
}
.choice-smile-content .mCSB_draggerContainer .mCSB_draggerRail {
	width: 3px;
}
.choice-smile-content .mCSB_inside>.mCSB_container {
	margin-right: 13px;
}

@media (max-width: 860px) {
	.comment-children .comment:before {
		left: -8px;
		width: 8px;
	}
}
/* End */
/* /local/templates/new.live/components/bitrix/news/custom/ilsn/news.detail/.default/style.css?1745329973449 */
/* /local/templates/.default/components/ilsn/comments/.default/style.css?16807252894488 */
