/*BITRIX*/
.article_header__head_text {
	width: 92% !important;
}

textarea.bxeditor-textarea {
	font: initial;
}

.bread_crumbs_list {

}


.bread_crumbs_list .bread_crumbs_item:before,
.socials_share_block ul li:before {
	content: none !important;
}

.article_content_container p {
	color: #222;
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
}


.article_content_container a {
	color: #000;
    opacity: .7;
    transition: opacity ease .3s;
    word-wrap: break-word;
}
.article_content_container a:hover { 
	opacity: 1;
    transition: opacity ease .3s;
    text-decoration: none; 
}

.input_submit {
   cursor: pointer;
}

#feedbackForm .errortext {
	color: #FF0000;
	font-size: 16px;
	font-weight: 400;
}

