.shops-map-holder{
	display: block;
	float: none;
	clear: both;
	width: 100%;
	height: auto;
}
.shops-map-holder #map{
	height: 650px;
	width: 100%;
}
.icon-name{
	display: block;
	float: none;
	clear: both;
	white-space: nowrap;
	background-image: url('/images/blueMap.png');
	background-repeat: no-repeat;
	background-position: -24px bottom;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 4px 4px 4px 14px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	display: inline;
	float: left;
	position: relative;
	top: 45px;
	left: 18px;
}
.icon-name.red{
	background-image: url('/images/redMap.png');
	background-repeat: no-repeat;
	background-position: -24px bottom;
	background-color: rgba(255, 255, 255, 0.8);
}
.shops-info-holder{
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
	font-size: 0;
	line-height: 0;
	padding-top: 50px;
}
.shops-info-holder > div{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: auto;
	box-sizing: border-box;
}
.shops-info-holder > div:nth-child(1){
	padding-right: 45px;
}
.shops-info-holder > div:nth-child(2){
	padding-left: 45px;
}
.shops-info-holder .header{
	display: block;
	float: none;
	clear: both;
	font: 36px/75px Conv_seguis,sans-serif;
	background: url("/images/left.png") no-repeat center center;
	background-size: 445px 101px;
	height: 101px;
	width: 445px;
	text-align: center;
	color: #fff;
}
.shops-info-holder .outposts .header{
	background: url("/images/right.png") no-repeat center center;
	background-size: 445px 101px;
}

.shops-info-holder .header span{
	color: #76acb8;
	font-size: 24px;
	line-height: 18px;
	vertical-align: middle;
	position: relative;
	top: 10px;
	left: 5px;
}
.shops-info-holder ul{
	display: block;
	float: none;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 0 23px 0 36px;
}
.shops-info-holder ul li{
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px solid #000;
}
.shops-info-holder ul li:last-child{
	border: 0;
}
.shops-info-holder ul li .name{
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
	color: #2497b2;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
}
.shops-info-holder ul li .worktime, .shops-info-holder ul li .phone{
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	padding-top: 20px;
}
.shops-info-holder ul li .email-holder{
	display: block;
	float: none;
	clear: both;
	text-align: right;
	width: 100%;
	position: relative;
	top: -21px;
	height: 0;
	overflow: visible;
} 
.shops-info-holder ul li .email-holder a{
	font-size: 16px;
	line-height: 20px;
}

@media screen and (max-width: 1100px) {
	.shops-info-holder > div:nth-child(1), .shops-info-holder > div:nth-child(2){
		width: 100%;
		padding: 0;
	}
}
.showOnMap{
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	width: auto;
	text-align: center;
	border-radius: 3px;
	background: url('/local/asset/images/header-cart-bg.png') center left repeat-x;
	font-family: Conv_segoeuib, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: rgb(57, 77, 80);
	cursor: pointer;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	margin-top: 10px;
}
.shops-info-holder .outposts  .name{
	color: #000;
}
.shops-info-holder .outposts .delivery{
	display: block;
	text-align: right;
	width: 100%;
	float: none;
	clear: both;
	font-size: 16px;
	line-height: 20px;
	color: #2497b2;
}

.c-map-wrap-touch{
	display: none;
}
@media only screen and (max-width: 596px) {
	.c-map-wrap-touch {
		content: 'Что бы использовать карту, нажмите двумя пальцами';
		position: absolute;
		z-index: 1;
		background: rgba(0, 0, 0, .3);
		transition: .3s;
		color: #fff;
		font-size: 16px;
		text-align: center;
		align-items: center;
		justify-content: center;
		display: flex;
		padding: 15px;
		/*display: none;*/
	}

	.c-map-wrap-touch.move-map {
		display: none;
	}

	.shops-info-holder .header,
	.shops-info-holder .outposts .header{
		background-size: contain;
		width: 100%;
	}

	.shops-info-holder ul li .email-holder {
		float: unset;
		text-align: left;
		width: 100%;
		position: static;
		top: unset;
		height: auto;
	}
	.shops-info-holder .header, .shops-info-holder .outposts .header {
		font-size: 18px;
	}

	.shops-info-holder .header span {
		font-size: 18px;
		line-height: 18px;
		top: 0px;
	}
}