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;
}

.text__block__stat{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 15px 0 0;
}
@media(max-width: 768px){
	.text__block__stat > div{
		width: 50%;
		margin-right: 0!important;
		margin-bottom: 10px;
	}
}
@media(max-width: 429px){
	.text__block__stat > div{
		width: 100%;
		margin-bottom: 10px;
	}
}
.text__block__stat > div{
	margin-right: 35px;
}
.text__block__stat > div:last-of-type{
	margin-right: 0;
}
.text__block__stat img{
	width: 30px;
	vertical-align: top;
	margin: 0 10px 0 0!important;
}
.text__block__stat span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px!important;
	line-height: 1.2;
	color: #636569;
}
.text__block__headings{
	margin-bottom: 30px;
	padding: 0 0 15px;
}
.text__block__headings__heading{
	font-size: 1.125em;
	cursor: pointer;
}
.text__block__headings__heading span{
	display: inline-block;
	width: 30px;
	height: 15px;
	background-size: 15px 7px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 11.8L17.8 0l1 1.2L9.5 13l-1-1.2z' fill='%231F1500'/%3E%3Cpath d='M1 0L10 11.5 9.5 13 0 1.2 1 0z' fill='%231F1500'/%3E%3C/svg%3E");
}
.text__block__headings__heading.open span{
	transform: rotate(180deg);
}
.text__block__headings__list{
	padding-top: 15px;
}
.text__block__heading{
	display: block;
	font-size: .785em;
	margin-bottom: 5px;
	text-decoration: none!important;
}
.text__block__heading:hover{
	color: #00a69d!important;
	text-decoration: underline!important;
}
.text__block__heading.tag_H3{
	padding-left: 15px;
}
.text__block__heading.tag_H4{
	padding-left: 30px;
}
.text__block__heading.tag_H2.parent_heading span{
	display: inline-block;
	width: 25px;
	height: 12px;
	background-size: 11px 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 11.8L17.8 0l1 1.2L9.5 13l-1-1.2z' fill='%231F1500'/%3E%3Cpath d='M1 0L10 11.5 9.5 13 0 1.2 1 0z' fill='%231F1500'/%3E%3C/svg%3E");
	cursor: pointer;
}
.text__block__heading.tag_H2.parent_heading.open span{
	transform: rotate(180deg);
}

.text__block__like__footer{

}
.text__block__like__footer span.heading{
	vertical-align: middle;
	margin-right: 15px;
	padding-top: 10px;
	display: inline-block;
	font-size: 1.125em;
	font-weight: 900;
}

.text__block__stat .vs-likeit:before,
.text__block__like__footer .vs-likeit:before {
	display: inline-block;
	vertical-align: middle;
	height: 33px;
	width: 38px;
	line-height: 33px;
	background: transparent url(/local/templates/timberk.v2/assets/images/like.svg) 0 0 no-repeat;
	background-size: contain;
	content: '';
	margin-right: 5px;
}
.text__block__stat .vs-likeit-active:before,
.text__block__like__footer .vs-likeit-active:before {
	background-image: url(/local/templates/timberk.v2/assets/images/like.svg);
}