
.callback-phone {
  display: none;
  position: fixed;
  z-index: 200;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(o);
  width: 150px !important;
  height: 150px !important;
  bottom: 40px;
  right: 30px; }
.callback-phone:hover .phone_ {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 200 !important; }
.callback-phone .double_border {
  border: 3px solid #fff3d5;
  position: absolute;
  z-index: 100;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px; }
@-webkit-keyframes circleb {
  0% {
    padding: 0;
    border: 3px solid rgba(255, 243, 213, 0.9); }
  100% {
    padding: 15px;
    border: 3px solid rgba(255, 243, 213, 0); } }
.callback-phone .vc {
  width: 150px;
  height: 150px; }
.callback-phone .vc .c {
  position: absolute;
  margin-top: 44px;
  margin-left: 44px; }
.callback-phone .phone {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  border: 3px solid #fff3d5;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  z-index: 500;
  width: 63px;
  height: 63px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
@-webkit-keyframes circlea {
  0% {
    padding: 0;
    border: 3px solid rgba(255, 243, 213, 0.9); }
  100% {
    padding: 25px;
    border: 3px solid rgba(255, 243, 213, 0); } }
@-moz-keyframes circlea {
  0% {
    padding: 0;
    border: 3px solid rgba(255, 243, 213, 0.9); }
  100% {
    padding: 25px;
    border: 3px solid rgba(255, 243, 213, 0); } }
@-ms-keyframes circlea {
  0% {
    padding: 0;
    border: 3px solid rgba(255, 243, 213, 0.9); }
  100% {
    padding: 25px;
    border: 3px solid rgba(255, 243, 213, 0); } }
@-o-keyframes circlea {
  0% {
    padding: 0;
    border: 3px solid rgba(255, 243, 213, 0.9); }
  100% {
    padding: 25px;
    border: 3px solid rgba(255, 243, 213, 0); } }
@keyframes {
  0% {
    padding: 0;
    border: 3px solid rgba(255, 243, 213, 0.9); }
  100% {
    padding: 25px;
    border: 3px solid rgba(255, 243, 213, 0); } }
@-webkit-keyframes circleb {
  10% {
    padding: 0;
    opacity: 0; }
  50% {
    padding: 15px;
    opacity: 1; }
  100% {
    padding: 0;
    opacity: 0; } }
@-moz-keyframes circleb {
  10% {
    padding: 0;
    opacity: 0.5; }
  50% {
    padding: 15px;
    opacity: 1; }
  100% {
    padding: 0;
    opacity: 0.5; } }
@-ms-keyframes circleb {
  10% {
    padding: 0;
    opacity: 0.5; }
  50% {
    padding: 15px;
    opacity: 1; }
  100% {
    padding: 0;
    opacity: 0.5; } }
@-o-keyframes circleb {
  10% {
    padding: 0;
    opacity: 0.5; }
  50% {
    padding: 15px;
    opacity: 1; }
  100% {
    padding: 0;
    opacity: 0.5; } }
@keyframes {
  10% {
    padding: 0;
    opacity: 0.5; }
  50% {
    padding: 15px;
    opacity: 1; }
  100% {
    padding: 0;
    opacity: 0.5; } }
.callback-phone .border {
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: black;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #c1c1c1;
  overflow: hidden; }
.callback-phone .phone_ {
  width: 63px;
  position: absolute;
  top: 0;
  left: 0;
  height: 63px;
  background: url("../callback/phone.png") center center no-repeat;
  z-index: 500;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
.callback-phone .animation2 {
  -webkit-animation: circleb 2.5s infinite;
  -moz-animation: circleb 2.5s infinite;
  -ms-animation: circleb 2.5s infinite;
  -o-animation: circleb 2.5s infinite;
  animation: circleb 2.5s infinite; }
.callback-phone .animation {
  -webkit-animation: circlea 2.5s infinite;
  -moz-animation: circlea 2.5s infinite;
  -ms-animation: circlea 2.5s infinite;
  -o-animation: circlea 2.5s infinite;
  animation: circlea 2.5s infinite;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease; }
.callback-phone .tooltip {
  display: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #ffc402;
  color:#000000;
  /* layer fill content */
  padding-left: 25px;
  z-index: -1;
  height: 52px;
  text-align: center;
  padding-right: 50px;
  line-height: 52px;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  font-family: Arial;
  margin-left: -250px;
  position: absolute;
  color: white;
  top: 50px; }
