.ymaps-layers-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+ */
}
.left_map_block
{
    background: url('../images/right_container_border.png') repeat-y left;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 18px;
    z-index: 100;
}
.popup {
    padding: 20px;
    width: calc(100% - 44px);
}
.popup .map_item_name
{
	font-family: 'Montserrat';
    font-size: 20pt;
    text-align: center;
    margin-bottom: 2px;
    display: block;
    color: #000;
    text-decoration: none;
}
.popup .map_item_address
{
	font-family: 'Montserrat';
    font-size: 11.6pt;
    text-align: center;
	margin-bottom: 34px;
    display: block;
    color: #000;
    text-decoration: none;
}
.popup .map_item_tel span
{
	width: 13px;
    height: 13px;
    font-family: 'Montserrat';
    font-size: 10pt;
    color: #000;
    padding-left: 18px;
}
.popup .map_item_tel span.ico
{
	background: url('../images/phone_ico.png') no-repeat 0px 1px;
}
.popup .map_item_tel a
{
	font-family: 'Montserrat';
    font-size: 10pt;
    text-align: left;
    padding-left: 3px;
    text-decoration: none;
    color: #000;
}




.popup .map_item_email
{
	margin-top: 10px;
}
.popup .map_item_email span
{
	width: 13px;
    height: 13px;
    background: url('../images/email_ico.png') no-repeat 0px 4px;
    font-family: 'Montserrat';
    font-size: 10pt;
    color: #000;
    padding-left: 18px;
}
.popup .map_item_email a
{
	font-family: 'Montserrat';
    font-size: 10pt;
    text-align: left;
    padding-left: 3px;
    text-decoration: none;
    color: #000;
}
body .mfp-figure:after
{
	box-shadow: none;
}
body .img.mfp-img
{
	padding: 0px;
}
.popup .map_item_mode
{
	font-family: 'Montserrat';
    font-size: 10pt;
	margin-top: 34px;
	text-align: center;
}
.popup .map_item_mode_descr
{
	font-family: 'Montserrat';
    font-size: 10pt;
	text-align: center;
	line-height: 17px;
}
.map_photo
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 40px;
    height: 40px;
}
.map_photo .first_photo
{
	background: url('../images/photo_map_ico.png') no-repeat #cfa76d;
	width: 40px;
    height: 40px;
	cursor: pointer;
	display: block;
}








.popover .close {
	position: absolute;
    right: 0px;
    top: 0px;
    background: url('../images/close.png') no-repeat;
    width: 25px;
    height: 25px;
    display: block;
}
.popover-inner
{
	position: relative;
	width: 100%;
}
.popover 
{
	left: 0px;
    top: -127px;
    background: url('../images/map_background.png');
    width: 368px;
    /*border: 2px solid #000;*/
	display: block;
}