

/* Start:/local/templates/basis/components/bitrix/news.list/contacts/style.css?17453548911050*/
.city-name{
	background: #627983;
	width: 210px;
	padding: 12px 0;
	font-weight: 600;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	position: relative;
	margin: 0 0 20px;
	
}
.city-name:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid #627983;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -6px;
}
.prop-item{
	margin: 0 0 20px;
	font-size: 14px;
}
.prop-item .prop-item-name{
	font-weight: 600;
}
.contacts-item .contacts-left{
	float: left;
	width: 35%;
	margin: 0 5% 0 0;
}
.contacts-item .contacts-right{
	float: left;
	width: 60%;
	margin: 0;
}
.contacts-item:after{
	content: '';
	display: block;
	clear: both;
}
.contacts-item{
	margin: 0 0 20px;
}
.map-container{
	width: 100%;
	height: 250px;
}
@media only screen and (max-device-width: 1000px) {
    .contacts-item .contacts-left, .contacts-item .contacts-right{
		display: block;
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
}

/* End */
/* /local/templates/basis/components/bitrix/news.list/contacts/style.css?17453548911050 */
