/* Стили для всех списков объектов */
/* Общие Headers */

.list-header{
	margin-top: 10px;
	background-color: white;
	text-align: center;
}

.list-header>*{
	padding: 5px 15px;
	border-left: 5px solid #f6f6f6;
}

.list-item{
	margin-top: 10px;
	padding: 10px 5px;
	background-color: white;
	position: relative;
}

.list-item:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


/* Стили для всех карточек */

.object-info-container,.info-container{
	border-radius: 25px;
	border: 1px solid #e1e1e1;
	background-color: white;
	margin: 10px;
	padding: 10px;
}

@media (max-width: 430px) {
 h3{
	font-size: 16px;
	}
 
}