/*div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
*/

.interfaces-wrapper {
	width: 1024px;
	    margin: 60px auto 0 auto;
	font-family: sans-serif;
	margin-bottom: 40px;
}
.interfaces-group {
	clear: both;
	overflow: hidden;
	display: flex;
	/*justify-content: space-between;*/
	flex-flow: row wrap;

}

.group-description {
	color: grey;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.group-description a {
	color: #339BE1;
}
/* Экраны среднего размера */
@media all and (max-width: 800px) {
	.interfaces-group {
		/* Для экранов среднего размера мы выравниваем навигацию по центру,
        равномерно распредляя свободное место между элементами */
		width: 100%;
		justify-content: space-around;
	}
}

/* Маленькие экраны */
@media all and (max-width: 500px) {
	.interfaces-group {
		/* На маленьких экранах вместо строки мы располагаем элементы в столбце */
		width: 100%;
		flex-direction: column;
	}
}

.block_label {
	right: 25px !important;
}
.interfaces-list-item {
	text-align:center;
	margin-bottom: 40px;
	width: 33.3%;
	float: left;
	position: relative;
}

.interfaces-list-item-link {
	color: #000000;
	text-decoration: none;
}

.border-grey {
	margin-bottom: 20px;
}