.address {
  display: none; }

.callback-link {
  cursor: pointer; }

.loading {
  position: relative; }
  .loading:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: white url(../images/preload.gif) 50% 50% no-repeat;
    background: rgba(255, 255, 255, 0.8) url(../images/preload.gif) 50% 50% no-repeat;
    width: 100%;
    height: 100%;
    z-index: 10; }

.fix-height {
  height: 600px; }


  
  
/*# sourceMappingURL=custom.css.map */
