/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 469px;
}
.map_model img {
  max-width: none !important;
  pointer-events: none;
  cursor: none;
}
@media (max-width: 767px) {
  .map_model {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}
.map div {
  cursor: default !important;
}
.map_locations {
  display: none;
}


.info-block {
  right: 50px;
  z-index: 99999999;
  position: absolute;
  background: #fff;
  padding: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #27333F;
  margin-top: 50px;
}
.info-block:before, .info-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.info-block:after {
  clear: both;
}
.info-block.__mod1 {
  top: 78px;
}
.info-block .block1 {
  border: 1px solid #27333F;
  border-right: 2px dashed #27333F;
  padding: 24px 43px 22px 30px;
  float: left;
}
.info-block .block1 address {
  font-size: 20px;
  line-height: 30px;
  margin-top: 17px;
}
.info-block .block1:before {
  content: url("../view88/element-3.png");
}
.info-block .block2 {
  border: 1px solid #27333F;
  border-left: none;
  padding: 24px 40px 22px 40px;
  float: right;
}
.info-block .block2 address.tel {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 13px;
}
.info-block .block2 address.mail a {
  font-size: 18px;
  line-height: 30px;
  color: #27333F;
}
.info-block .block2:before {
  content: url("../view88/element-4.png");
}
@media (max-width: 1654px) {
  .info-block {
    right: 50px;
  }
}
@media (max-width: 1280px) {
  .info-block {
    top: 0;
    right: 0;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
  }
  .info-block .block1, .info-block .block2 {
    float: none;
    border: 1px solid #c9bf96;
  }
}