@import url(../css/font-awesome.css);
@import url(../css/material-icons.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:400,300);
/*
* @subsection   RD Google Map
*
* @description  Describes style declarations for RD Google Map extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      1.0.0
*/
.map {
  color: #333;
}
.map_model {
  height: 40rem;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 480px) {
  .map_model {
    height: 13.88888889rem;
  }
}
@media (max-width: 768px) {
  .map_model {
    height: 22.22222222rem;
  }
}
.map_locations {
  display: none;
}
