.contacts-block{
	background: #fff;
	margin-left: 0px;
	margin-right: 0;
}
.menu_icon-close,
.menu_icon{
	font-size: 24px;
	display: none;
	cursor: pointer;
}
.menu_icon-close{
	color: #fff;
	float: right;
	margin-right: 15px;
	position: relative;
	z-index: 1000
}
.map-block .display{
	display: none;
}
.map-block .dispblock{
	display: block;
}
.map-address h2{
	margin: 15px 0 0 15px;
}
.map-address h3{
	font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0;
}
.map-address p{
	font-size: 16px;
	margin-bottom: 5px;
}
.panel-heading{
	padding: 0!important;
}
.panel-group .panel{
	border: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
	border: none;
}
.panel-default a{
	margin-bottom: -2px;
	padding: 15px 17px;
}
.sidebar_menu h2{
	margin: 20px 15px;
}
.sidebar_menu .panel-body a{
	background: inherit;
	padding: 10px 5px;
	font-size: 18px;
	color: #2e343b;
}
.panel-heading a:focus{
	background: #9da9b8;
	color: #fff;
}
.sidebar_menu .panel-body a:hover{
	color: #3d7fc3;
	font-weight: 400;
}
.panel-heading a:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    right: 13px;
    bottom: 0;
    margin: auto;
    background-image: url(../img/sprite.png);
    background-position: -64px -161px;
    width: 11px;
    height: 20px;
    transform: rotate(90deg);
}
.sidebar_menu .panel-body .active a:hover{
	background: #fff;
}
a[aria-expanded=true]{
	background: #9da9b8;
	color: #fff;
}
a[aria-expanded=true]:hover{
	background: #9da9b8;
}
.footer_bottom{
	font-style: italic;
}
.contacts-block a{
	font-size: 18px;
	color: #2e343b;
	font-family: "Roboto", "Arial", serif;
	font-weight: 300;
}
.map-title{
	background: #000;
	height: 100px;
}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
@media (max-width: 1440px){
	#map-block #YMapsID{
		height: 400px!important;
	}
}
@media (max-width: 991px){
	.buy .sidebar{
		padding-right: 0;
	}
	.buy .panel-title-link{
		color: #fff;
	}
	.buy .panel-title-link:hover{
		background: #d9dee2 !important;
		color: #000
	}
	.menu_icon-close,
	.menu_icon{
		display: block
	}
	.menu-mobile--itself{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		-webkit-transform: translateX(-100%);
		      transform: translateX(-100%);
		-webkit-transition: cubic-bezier(0.52, 0.26, 0, 0.92) 0.5s;
		transition: cubic-bezier(0.52, 0.26, 0, 0.92) 0.5s;
	}
	.menu-mobile--itself.show {
	  -webkit-transform: translateX(0);
	          transform: translateX(0);
	}

	a[aria-expanded=true],
	.panel-title a[aria-expanded=true]:hover,
	.panel-body {
    background-color: #59687A;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 1px 0 rgba(0, 0, 0, 0.17);
    text-decoration: none;
	}
	.panel-title a:hover{
		background-color: #59687A;
	}
	.panel-title a[aria-expanded=true]{
	background: #59687A;
	}
	.panel-default>.panel-heading{
		background: #909cab;
	}
	.panel-heading a:after{
		display: none;
	}
	.panel-default a{
		border-radius: 10px;
	}
	.panel-body{
		border-radius: 10px;
		margin: 0 5px;
	}
	.panel-body a,
	.panel-body p{
		color: #fff!important;
	}
	.panel-collapse{
		background: #909cab;
	}
	.panel{
		box-shadow: none;
	}
	#map{
		height: 460px!important;
	}
}