/* WRITE YOUR CODE HERE */
@media (max-width: 1190px){
	.requisitesWriteUs {
		margin: 0;
	}
	#YMapsID {
		width: 100%;
		height:500px;
	}
	.map_view {
		margin-top: 0;
		height:auto;
		overflow: hidden;
		width: auto;
	}
	.requisites {
		margin-top: 50px;
	}
	#searchform{
		width:100%;
		height:auto;
	}
	.shops {
		width: 100%;
	}
	.town_map_shops {
		width: 100%;
	}
	#shopconteyner {
		height:auto;
	}
	.title_map_contact{
		padding: 50px 20px 40px;
	}
	.title_map_contact h2{
		font-size:27px;
	}
	.requisitesWrapper .requisite{
		word-spacing: normal;
		word-wrap: break-word;
	}
}


@media (min-width: 1191px){
	#YMapsID {
		width: 80%;
		overflow: hidden;
		height:100%;
	}
	#searchform{
		width: 20%;
		max-height: 700px;
		overflow: auto;
	}
	.map_view {
		width: 100%;
		min-height:500px;
		margin-top: 30px;
	}
	.town_map_shops {
		width: 100%;
	}
	.shops {
		width: 100%;
	}
	#shopconteyner {
		overflow: hidden;
	}
	.title_map_contact h2{
		font-size:27px;
	}
	
}

.map_tochka a{
    word-wrap: break-word;
	word-spacing: normal;
}
.selecttown {
    word-wrap: break-word;
    word-spacing: normal;
	box-sizing: border-box;
    padding: 10px;
}
#shopconteyner {
		overflow: hidden;
		height:100%;
}