.pusle-wr {
  position: fixed;
  bottom: 35px;
  right: 15px;
  width: 100px;
  height: 100px;
  margin: 0 auto 0;
  z-index: 10;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: transparent;
}

.pulse-button {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -55px;
  margin-top: -55px;
  background-image: url(../imgs/whatsapp.svg);
  background-repeat: no-repeat; 
  background-position: center center;
  background-size: 85px 85px;
  display: block;
  width: 100px;
  height: 100px;
  text-transform: uppercase;
  text-align: center;
  line-height: 110px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
    -webkit-animation: zoom 1.5s infinite;
}
.pulse-button:hover {
  -webkit-animation: none;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(117,202,231, 0);
  }
    100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0px rgba(117,202,231, 0);
  }
}

@media (max-width: 767px){
  .pusle-wr {
    width: 100px;
    height: 100px;
  }
  .pulse-button {
    width: 100px;
    height: 100px;
    margin-left: -35px;
    margin-top: -35px;
  }
  @-webkit-keyframes zoom {
    0% {
      transform: scale(0.9);
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 30px rgba(117,202,231, 0);
    }
      100% {
      transform: scale(0.9);
      box-shadow: 0 0 0 0px rgba(117,202,231, 0);
    }
  }
}
@media (max-width: 480px) {}
@media (max-width: 480px) {
  .popup-pulse .popup-black-in .h2 {font-size: 20px !important; line-height: 32px !important;}
}
.popup-black {background: rgba(17,17,17,0.92);}
.popup-close { position: relative; background: rgb(117,202,231); width: 85px; height: 85px; border-radius: 50%; display: block; margin: 0 auto;}
.popup-close:hover {opacity: 0.7;}
.popup-pulse .h2 {color: #fff; font-size: 32px; text-align: center;}
.popup-black-in { position: relative; font-size: 0; display: inline-block; vertical-align: middle; padding-top: 50px; padding-bottom: 30px; width: 98%; left: 1%;}
.popup-black-in .button { color: #fff;}
.popup-close.active:after {
    opacity: 1;
    transition-delay: 1500ms !important;
    -moz-transition-delay: 1500ms !important;
    -webkit-transition-delay: 1500ms !important;
    -ms-transition-delay: 1500ms !important;
}
.popup-black-in .captcha {padding: 10px; background: #fff; margin-top: 10px;}
.popup-close:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    background: url(img/close.png) no-repeat;
    content: "";
    opacity: 0;
    transition-delay: 0ms !important;
    -moz-transition-delay: 0ms !important;
    -webkit-transition-delay: 0ms !important;
    -ms-transition-delay: 0ms !important; }
.popup-black-in .h2:after {left: 50%; margin-left: -25px;}
.popup-black-in label {color: #fff;}