.modal-open {
    overflow: hidden;
  }
  .modal {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
         -o-transition:      -o-transform .3s ease-out;
            transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
         -o-transform: translate(0, -25%);
            transform: translate(0, -25%);
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5004;
    background-color: #000;
  }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
  }
  .modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }

  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
 
  .modal {
    text-align: center;
    padding: 0!important;
  }
  
  .modal:before {
    /*content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
    margin-right: -4px;*/ /* Adjusts for spacing */
  }
  
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 90%;
    pointer-events: none;
    margin: 0 auto;
  }
  #modal-contacts{
    /*z-index: 9999;*/
  }
  .modal-content {
   /* width: inherit;*/
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}
  .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 90%;
    pointer-events: none;
    margin: 0 auto;
    /*top: 20%;
    position: absolute;*/
}
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
div#modal_mob_contact {
  bottom: 0!important;
  top: auto!important;
  right: 0;
  width: 100%;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-left: none;
  position: fixed;
  _position: absolute;
  z-index: 5005;
  right: 0;
  bottom: 40%;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #444;
}
img.i-amphtml-fill-content.i-amphtml-replaced-content {
  width: 61px;
}
em.easy_icon.icon-phone.phone_a {
  background: blue;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #fff;
  position: absolute;
  margin-left: -20px;
  padding: 4px;
}
em.easy_icon.icon-phone.phone_b {
  background: red;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #fff;
  position: absolute;
  margin-left: -20px;
  padding: 4px;
}