.mapBlock {
  margin: 100px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mapBlock.aos-animate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.mapBlock #map {
  height: 500px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
.mapBlock a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
.mapBlock a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.mapBlock .gmnoprint a,
.mapBlock .gmnoprint span,
.mapBlock .gm-style-cc {
  display: none;
}
.mapBlock .gmnoprint div {
  background: none !important;
}
@media all and (max-width: 1535px) {
  .mapBlock #map {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .mapBlock {
    margin: 50px 0;
  }
  .mapBlock #map {
    height: 300px;
  }
}
