div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
#service-line {
//	margin-bottom: 70px;
}
#service-line h1 {
	margin-bottom: 0;
    padding-bottom: 0;
}
#service-line>div {
	
}
#service-line label:focus {
}
#filter-desktop>div {
	border: 1px dashed #3A8233;	
}
#filter-desktop > label {
    border: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
#filter-desktop > label:focus {
	box-shadow: none;
}
#filter-desktop
.btn-check + .btn {
	box-shadow: none;
	outline: 0;
	padding-bottom: 10px;
}
.btn-check + .btn:hover {
	color: #3A8233;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 1;
	color: #3A8233;
	font-weight: bold;
}

@media screen and (max-width: 575px) {
#all-materials .news-item {
	margin-bottom: 30px;
//	padding-bottom: 20px;
//	border-bottom: 1px solid #3A8233;
}




}
