.notes-item__text{
	max-height: 100px;
	word-break: break-all;
    overflow-y: hidden;
}

.comments-article__list > li:first-child{border-top:none;}
.comments-article > .comments-article__list > li:first-child{border-top:1px solid #C2C2C2}

.form-answer{position:relative}
	.form-answer .comment-item__reply{position: absolute;right: 0;display: block;bottom: 15px}
		.form-answer .comment-item__reply-link{color:#000 !important}

.form-answer__login-text{margin-top:3px}
.login-to-leave-a-comment{padding:15px 0;}


.article-text-editor{margin-bottom:30px;}

.comments-article__list ul.level-1{padding-left:30px}
.comments-article__list ul.level-2{padding-left:60px}
.comments-article__list ul.level-3{padding-left:90px}
.comments-article__list ul.level-4{padding-left:120px}

.heading-list-article--icon {
	background: url(../images/temp/exclamation-mark.svg) no-repeat;
}

.list-post-news__name.chargeable:after {
	background: #999999 url(../images/icon_ruble.svg) no-repeat center;
}

.press-releases-block__item {
	flex: 0 0 100%;
	max-width: 100%;
}

.list-post-news__name.chargeable:after {
	background: #999999 url(../images/icon_ruble.svg) no-repeat center;
	background-size: 9px;
}
.default-new__desc.chargeable:after {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: #999999 url(../images/icon_ruble.svg) no-repeat center;
	background-size: 9px;
	border-radius: 50%;
	content: '';
}

