.map-link {
  clear: both;
  background: url('/new_style/img/map/map_icon.png') left no-repeat;
  height: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  float: none !important;
}
.map-link span {
  color: #2272BB;
  border-bottom: 1px dashed #2272BB;
  cursor: pointer;
  margin-left: 20px;
}
.map-link span:hover {
  color: #B00800;
  border-bottom: 1px dashed #B00800;
}
.map-block {
  display: none;
  width: 380px;
  border: 1px solid #ccc5a4;
  height: 150px;
  clear: both;
  background: url('/new_style/img/map/map_block.png') no-repeat;
}
.list-streets-link {
  display: none;
}
#newStreet {
  width: 100%;
  border: none !important;
  display: none;
  color: #999999 !important;
}
.map_window {
  width: 696px;
  height: 471px;
}
.map_overlay {
  background-color: #333;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.map_container {
  position: absolute;
  width: 696px;
  height: 471px;
  z-index: 1000;
  margin-top: -80px;
}
.map_container > div {
  float: left;
}
.map_container .title {
  color: #3C4D68;
  float: left;
  font-size: 17px;
  padding-left: 15px;
  text-align: left;
  width: 310px;
  line-height: 60px;
}
.map_container .close {
  background: url("/cp/styles/mr/imageset/popup/close.png") no-repeat scroll 0 0 transparent;
  float: right;
  height: 17px;
  margin: 16px 15px 0 0;
  width: 16px;
}
.map_container .close:hover {
  background: url("/cp/styles/mr/imageset/popup/close.png") no-repeat scroll 0 -16px transparent;
}
.map_header_left {
  background: url('/new_style/img/map/map_window_header_left.png') transparent no-repeat;
  width: 12px;
  height: 61px;
}
.map_header_right {
  background: url('/new_style/img/map/map_window_header_right.png') transparent no-repeat;
  width: 12px;
  height: 61px;
}
.map_header_center {
  background: url('/new_style/img/map/map_window_header_center.png') transparent repeat-x;
  width: 672px;
  height: 61px;
}
.map_footer_left {
  background: url('/new_style/img/map/map_window_footer_left.png') transparent no-repeat;
  width: 14px;
  height: 16px;
}
.map_footer_right {
  background: url('/new_style/img/map/map_window_footer_right.png') transparent no-repeat;
  width: 14px;
  height: 16px;
}
.map_footer_center {
  background: url('/new_style/img/map/map_window_footer_center.png') transparent repeat-x;
  width: 668px;
  height: 16px;
}
.map_body {
  clear: both;
  width: 656px;
  height: 395px;
  padding: 20px 20px 0 20px;
  background: url('/new_style/img/map/map_window_body.png') transparent repeat-y;
}
.map_body > div {
  border: 1px solid #c6cfdf;
}
.map_title {
  background: url('/new_style/img/map/map_title.png') repeat-x;
  height: 46px;
}
.map_title > div {
  padding: 5px 15px;
}
.no-address {
  line-height: 36px;
}
.isset-geopoint {
  display: none;
}
.isset-address {
  line-height: 36px;
  display: none;
}
.address-info {
  float: left;
}
.address-info > div {
  line-height: 18px;
}
.address-info a {
  color: #2272BB;
  text-decoration: underline;
}
.address-info-title {
  font-weight: bold;
  color: #999999;
}
.change-address {
  cursor: pointer;
  border-bottom: 1px dashed #2272BB;
  color: #2272BB;
  float: right;
  margin-top: 8px;
}
.save-map {
  float: right;
  margin: 3px 0 0 10px;
  height: 27px;
  width: 95px;
  cursor: pointer;
  background: url('/new_style/img/map/save_map.png') no-repeat;
}
.map_content {
  width: 654px;
  height: 340px;
}
.address-error {
  color: #B00800;
  float: none !important;
  clear: both;
  height: 15px;
  margin-bottom: 5px;
  display: none;
}
#services_map {
  position: relative;
  overflow: hidden;
  height: 300px;
  margin: 10px 0;
  width: 550px;
}
#services_map.full {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
.balloonSContent {
  overflow: hidden;
  width: 320px;
}
.balloonSList {
  margin: 0 10px 10px 10px;
  line-height: 25px;
  overflow: auto;
  max-height: 150px;
  float: left;
  width: 270px;
}
.balloonSItem a {
  font-size: 15px;
  color: #2272bb;
}
.balloonSClose {
  cursor: pointer;
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("/new_style/img/close_balloon.svg") 0 0 no-repeat;
}
.hide_map {
  display: none;
}
@media (min-width: 1280px) {
  #services_map {
    width: 660px;
  }
}
