.contacts__list {font-size:0; list-style:none; display:block; margin:0; padding:0;}
	.contacts__item {font-size:14px; width:33.3%; display:inline-block; margin:0 0 10px 0; padding:0; border:1px solid #e5e5e5; vertical-align:top; padding:10px; height:155px; border-left:0; background:#f5f5f5;}
		.contacts__item:nth-child(1), .contacts__item:nth-child(4) {border-left:1px solid #e5e5e5}
	.contacts__title {font-size:18px; margin:0 0 5px 0;}
	.contacts__item:hover, /* .contacts__item.active */ {background:#dfe6f3;}
	
.tab__title {color:#428bca; text-decoration:none; cursor:pointer; margin:5px 0 0; display:block;}
	.tab__title:hover {color:#2a6496;}
	
.tabs__descr {}
	.tab__text {display:none;}
	
@media screen and (max-width: 900px) {
	.contacts__item {width:50%;}	
	.contacts__item:nth-child(4) {border-left:0;}
	.contacts__item:nth-child(3), .contacts__item:nth-child(5) {border-left:1px solid #e5e5e5}
}

@media screen and (max-width: 475px) {
	.contacts__item {width:100%; border-left:1px solid #e5e5e5;}	
}