.simple-map-offices #map_offices {
  height: 350px;
}
.font_w_1 {
  font-size: 1.3em;
  font-weight: bold;
}
.font_w_2 {
  font-size: 1.2em;
  font-weight: lighter;
}
.font_w_3 {
  font-size: 1em;
  font-weight: lighter;
  font-style: oblique;
}
.sp-office-map {
  position: relative;
  z-index: 2;
}
.map-offices-districts {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -485px;
  font-size: 15px;
  width: 300px;
  background: #ffffff;
  z-index: 100;
  padding: 30px;
  padding-top: 0;
}
@media screen and (max-width: 749px) {
  .map-offices-districts {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 20px 40px rgba(30, 32, 35, 0.15);
    left: 0;
    margin: 0;
    padding: 30px;
    position: relative;
    width: 100%;
    z-index: 100;
    top: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  .map-offices-districts {
    left: 0;
    top: 0;
    height: 520px;
    margin: 0;
    padding: 0px 45px;
  }
}

.map-offices-districts .heading {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 24px !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.map-offices-districts .annotation {
    color: inherit;
    font-size: 16px !important;
    padding-top: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.map-offices-districts h2 {
  font-size: 24px !important;
  font-weight: bold;
}
.map-offices-districts h3 {
  color: #a6a6a6;
  font-size: 16px !important;
  padding-top: 20px;
}
.map-offices-districts ul {
  max-height: 500px;
  overflow-y: auto;
  margin-right: -10px;
  padding-top: 10px;
  list-style: none;
}
.map-offices-districts ul a {
  display: block;
  padding-left: 20px;
  line-height: 55px;
  background: #ffffff url(../images/arrow-toright.png) 220px center no-repeat;
}
.map-offices-districts ul a.default {
  background-color: #fff;
}
.map-offices-districts ul a:hover,
.map-offices-districts ul a.active {
  background-color: #f2f3f3;
}
.map-offices-back {
  position: absolute;
  left: 50%;
  margin-left: -485px;
  top: 80px;
  width: 335px;
  height: 547px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 101;
  display: none;
}
@media screen and (max-width: 749px) {
  .map-offices-back {
    height: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  .map-offices-back {
    height: 0;
  }
}
.map-offices-cities {
  position: absolute;
  left: 50%;
  top: 90px;
  width: 300px;
  height: 520px;
  margin-left: -485px;
  background: #ffffff;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 749px) {
  .map-offices-cities {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 85px;
    width: 100%;
    z-index: 99;
    height: 300px;
    overflow: hidden;
    margin-left: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  .map-offices-cities {
    left: 20px;
    top: 0;
    margin: 0;
  }
}
.map-offices-cities.active {
  z-index: 101;
  -webkit-box-shadow: 0 0 40px rgba(30, 32, 35, 0.15);
  -moz-box-shadow: 0 0 40px rgba(30, 32, 35, 0.15);
  box-shadow: 0 0 40px rgba(30, 32, 35, 0.15);
  left: 50%;
  margin-left: -450px;
  display: block;
}
@media screen and (max-width: 749px) {
  .map-offices-cities.active {
    left: 0;
    height: 330px;
    margin: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  .map-offices-cities.active {
    left: 20px;
    top: 0;
    margin: 0;
  }
}
.map-offices-cities .back {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 10px;
  right: 10px;
  background: url(../images/icon-close.png) 0 0 no-repeat;
}
.map-offices-cities .back:hover {
  filter: alpha(opacity=50);
  filter: alpha(opacity=0.5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.map-offices-cities .list {
  margin-top: 30px;
  height: 490px;
  overflow-y: auto;
}
@media screen and (max-width: 749px) {
  .map-offices-cities .list {
    height: 300px;
  }
}
.map-offices-cities .list li {
  display: block;
  font-size: 14px;
  padding: 10px 30px;
}
.map-offices-cities .list li a span {
  color: #a6a6a6;
}
a.map-offices-entities {
  background: #f2f3f3;
  padding: 5px 30px;
  margin: 10px -30px 0 -30px;
  position: relative;
  display: none;
}
a.map-offices-entities:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(242, 243, 243, 0);
  border-bottom-color: #f2f3f3;
  border-width: 5px;
  margin-left: -5px;
}
.map-offices-entity {
  display: block;
  font-size: 12px;
  color: #535455;
  line-height: 16px;
  margin: 10px 0;
  padding-left: 15px;
  background: url(../images/entity-bull.png) left 9px no-repeat;
}
.map-offices-entity:hover strong {
  color: #02a0ea;
}
#map_offices {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 680px;
}
@media screen and (max-width: 749px) {
  #map_offices {
    height: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  #map_offices {
    height: 520px;
  }
}
.custom-balloon-body img {
  max-height: 100px;
  max-width: 100px;
}
