/**
/* @link /bitrix/news.list/people_list_in_place/style.css
*/
.peoples .info {
  	color: #555;
    font-style: italic;
    font-weight: normal;
}
.peoples A:hover .info {
    color: #5598b0;
}
.linkages_info{
	display:block;
	margin-bottom:5px;
}


.peoples .float_block4w{
	margin: 20px 0 20px 2%;
}
.peoples .float_block4w:nth-child(4n+1){
	clear: both;
	margin: 20px 0;
    width: 25%;
}
.peoples .detail{
	max-width: 140px;
}
.peoples .text_post_description,
.peoples .text_dates_description {
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	color: #777;	
}
.peoples .text_dates_description {
	display: block;
}	

@media only screen and (max-width: 1300px){
	.peoples .float_block4w{
		width: 31%;
	}	
	.peoples .float_block4w:nth-child(4n+1) {
    	clear: unset;
    	margin: 20px 0 20px 2%;
    	width: 31%;
	}
		
	.peoples .float_block4w:nth-child(3n+1){
		clear: both;
		margin: 20px 0;
    	width: 33%;
	}
}
@media only screen and (max-width: 550px){
	.peoples .float_block4w{
		width: 48%;
	}	
	.peoples .float_block4w:nth-child(3n+1),
	.peoples .float_block4w:nth-child(4n+1) {
    	clear: unset;
    	margin: 20px 0 20px 2%;
    	width: 48%;
	}
		
	.peoples .float_block4w:nth-child(2n+1){
		clear: both;
		margin: 20px 0;
    	width: 50%;
	}

}
@media only screen and (max-width: 400px){
	.peoples .float_block4w,
	.peoples .float_block4w:nth-child(2n+1),
	.peoples .float_block4w:nth-child(3n+1),
	.peoples .float_block4w:nth-child(4n+1)
	 {
    	clear: both;
    	margin: 20px 0;
    	width: 98%;
	}
	.peoples .detail {
    	display: table;
    	max-width: unset;
	}
	.peoples .detail .name {
    	font-size: 15px;
	}
}		
