.col.leftx > h3 {
    font-size: 18px;
    font-weight: normal;
}

.store_item{
	display:none;
}
.store_item_visible{
	display:block;
}
.right_content .stores div.col {
	display: inline-block;
	vertical-align: top;
}
.right_content .stores div.col:nth-child(1) {
	width: 60%;
}
.right_content .stores div.col:nth-child(2) {
	width: 30%;
}
.right_content .stores div.right {
	/* width: 310px; */
	padding-left: 30px;
}
.store_item .leftx > ymaps{
	width: 100% !important;
}
@media (max-width: 680px) {
	.right_content .stores div.col:nth-child(1),
	.right_content .stores div.col:nth-child(2),
	.right_content .stores div.col {
		display: block;
		width: 100%;
	}
	.right_content .stores div.col:nth-child(2) {
		padding-top: 20px;
	}
}
@media (max-width: 550px) {
	.right_content .stores div.col:nth-child(2) {
		padding-left: 0px;
	}
}