div.elements-shops {
	max-width: 1440px;
	margin: 0 auto 100px auto;
}
div.elements-shops .items .item:nth-child(even) .img {
	order: 3;
}
div.elements-shops .items .item:nth-child(even) .text {
	text-align: right
}
div.elements-shops .items .item:not(:last-child) {
	margin-bottom: 100px;
}
div.elements-shops .items .item .img {
	position: relative;
}
div.elements-shops .items .item .img img.pps_hide {
	opacity:0;
	z-index: 0;
}
div.elements-shops .items .item .img .map {
	background: #f5f5f5;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
}
div.elements-shops .items .item .title {
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
div.elements-shops .items .item .item2:not(:last-child) {
	margin-bottom: 20px;
}

div.elements-shops .items .item .item2 .title2 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}
div.elements-shops .items .item .item2 .text2 {
	font-size: 18px;
	letter-spacing: 1px;
}
div.elements-shops .items .item .item2 .text2 a.map {
	padding: 10px 0px 10px 40px;
	background: url(files/geo.svg) left center no-repeat;
}
@media screen and (max-width: 480px) {
	div.elements-shops {
		padding-left: 20px;
		padding-right: 20px;
	}
	div.elements-shops .items .item:not(:last-child) {
		margin-bottom: 40px;
	}
	div.elements-shops .items .item:nth-child(even) .img {
		order: 1;
	}
	div.elements-shops .items .item:nth-child(even) .text {
		text-align: left;
		order: 2;
	}
}