/*#hd.small .logo { display:none;}*/
#hd .my_way { display:block;}

.map { position:absolute; left:0; top:0; width:100%; height:100%;}
	.map .logo { position:absolute;}
		.map .logo img { display:block;}
.about_map { position:absolute; left:50%; bottom:0; width:1180px; height:199px; padding:69px 50px 0; margin-left:-640px; background:#fff; transition: height 0.3s ease-out;}
	.about_map h1 { float:left; width:205px; margin-right:118px; text-transform:uppercase; font:17px/25px 'CirceExtraBold';}
	.about_map .item { float:left; width:230px; margin:3px 106px 0 0; position:relative;}
		.about_map .item:before { content:''; position:absolute; left:-70px; top:6px; width:70px; height:70px; background-position:left top; background-repeat:no-repeat;}
		.about_map .item_1:before { background-image:url(../img/icon_loc_metro.svg);}
		.about_map .item_2:before { background-image:url(../img/icon_loc_ark.svg);}
	.about_map address { position:absolute; right:50px; top:87px; width:200px; padding-top:55px; background:url(../img/icon_loc_point_red.svg) calc(100% - 8px) top no-repeat; text-align:right; font-weight:bold; text-transform:uppercase; color:#bf3c24;}
	.about_map .button { position:absolute; right:48px; top:-25px; width:49px; height:49px; background-position:center top; background-repeat:no-repeat; background-image:url(../img/icon_loc_arrow_down.svg);}
.about_map.close { height:24px; padding-top:0; transition: height 0.3s ease-out}
	.about_map.close * {
        opacity:0;
        transition: opacity 0.3s ease-out;
    }
	.about_map.close .button { background-image:url(../img/icon_loc_arrow_up.svg); display:block; opacity: 1}