#map{
	width: 100%; 
	height: 600px; 
	padding: 0; 
	margin: 0;
}
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    filter: grayscale(100%);
    
}
#map .placemark-title{
	position: relative;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #D41C24;
	padding-bottom: 40px;
}
#map .placemark-title::after{
	content: '';
	display: block;
	width: 52px;
	height: 2px;
	background: #6A7280;
	position: absolute;
	left: 0;
	bottom: 20px;
}
#map .placemark-address,
#map .placemark-phone,
#map .placemark-pay,
#map .placemark-route{
	display: flex;
	align-items: center;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #6A7280;
	margin-bottom: 10px;
}
#map .placemark-address img,
#map .placemark-phone img{
	display: block;
	margin-right: 20px;
}
#map .placemark-pay img{
	display: block;
	margin: auto 15px;
}
#map .placemark-route img{
	margin-left: 20px;
}
#map .placemark-route{
	cursor: pointer;
}