#xd_zvonok_phone_button{

  bottom:0px;
  left: 130px;
  position:fixed;
  z-index:999;
  margin:0;
  padding:0;

}
.img-circle{


  border: 2px solid #ff2e00!important;
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
  -webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}


.img-circle{
  box-sizing:content-box;-webkit-box-sizing:content-box;
  width: 55px;
  height: 55px;
  bottom: 20px;
  right: 55px;
  position:absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;opacity: .9;
}
.img-circleblock{box-sizing:content-box;
  -webkit-box-sizing:content-box;
  width: 55px;
  height: 55px;
  background-image:url(/image/phone-img.svg);
  background-size: 28px;
  background-position: center center;
  background-repeat:no-repeat;
 
}
.img-circleblock p {display:none!important;}
.img-circle:hover{
  opacity: 1;
}

.img-circle:hover{
  -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}