.rngst_phone_button{
    position: fixed;
	bottom: 16%;
    right: 9%;
    display: block;
    height: 200px;
    width: 200px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    opacity: .8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all  0.3s ease-in-out;
    transition: all  0.3s ease-in-out;
    z-index: 999990!important;

}
.rngst_phone_button:hover{
    opacity: 1;
}
.rngst_phone_fill{
    height: 120px;
    width: 120px;
    background: rgb(255, 173, 69);
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 999991;
    -webkit-animation: pulse 2.5s infinite ease-in-out;
    -moz-animation: pulse 2.5s infinite ease-in-out;
    -ms-animation: pulse 2.5s infinite ease-in-out;
    -o-animation: pulse 2.5s infinite ease-in-out;
    animation: pulse 2.5s infinite ease-in-out;
}
.rngst_phone_body {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 70px;
    top: 70px;
    border-radius: 50%;
    z-index: 999992;
    box-shadow: 0 0 0 15px rgba(73,203,100, 0);
    -webkit-box-shadow: 0 0 0 15px rgba(73,203,100, 0);
    -moz-box-shadow: 0 0 0 15px rgba(73,203,100, 0);
    -ms-box-shadow: 0 0 0 15px rgba(73,203,100, 0);
    -o-box-shadow: 0 0 0 15px rgba(73,203,100, 0);
    box-shadow: 0 0 0 15px rgba(73,203,100, 0);
    -webkit-transition: box-shadow 0.8s ease-in-out;
    -moz-transition: box-shadow 0.8s ease-in-out;
    -ms-transition: box-shadow 0.8s ease-in-out;
    -o-transition: box-shadow  0.8s ease-in-out;
    transition: box-shadow  0.8s ease-in-out;
    background: rgb(255, 173, 69);
}
.rngst_phone_button:hover .rngst_phone_body{
    background: rgb(255, 173, 69);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 173, 69, 1);
    -moz-box-shadow: 0 0 0 0 rgba(255, 173, 69, 1);
    -ms-box-shadow: 0 0 0 0 rgba(255, 173, 69, 1);
    -o-box-shadow: 0 0 0 0 rgba(255, 173, 69, 1);
    box-shadow: 0 0 0 0 rgba(255, 173, 69, 1);

}
.rngst_phone_circle {
    height: 70px;
    width: 70px;
    position: absolute;
    left: 65px;
    top: 65px;
    z-index: 999991;
    border: 1px solid rgb(255, 173, 69);
    border-radius: 50%;
    -webkit-animation: pulse2 2.5s infinite ease-in-out;
    -moz-animation: pulse2 2.5s infinite ease-in-out;
    -ms-animation: pulse2 2.5s infinite ease-in-out;
    -o-animation: pulse2 2.5s infinite ease-in-out;
    animation: pulse2 2.5s infinite ease-in-out;
}

.rngst_phone_icon {
    cursor: pointer;
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background-image: url(/templates/ch/images/phone_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 999993;
}

.rngst_phone_button:hover .rngst_phone_icon  {
    -webkittext-shadow: 0 0 12px rgba(255,255,255, 1);
    -moz-text-shadow: 0 0 12px rgba(255,255,255, 1);
    -ms-text-shadow: 0 0 12px rgba(255,255,255, 1);
    -o-text-shadow: 0 0 12px rgba(255,255,255, 1);
    text-shadow: 0 0 12px rgba(255,255,255, 1);
}

/*
==============================================
pulse
==============================================
*/

@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0.5);opacity: 0.3;}	
    50% {-webkit-transform: scale(0.7);opacity: 0.2;}
    100% {-webkit-transform: scale(0.5);opacity: 0;}
}
@-moz-keyframes pulse {
    0% {-moz-transform: scale(0.5);opacity: 0.3;}	
    50% {-moz-transform: scale(0.7);opacity: 0.2;}
    100% {-moz-transform: scale(0.5);opacity: 0;}
}
@-o-keyframes pulse {
    0% {-o-transform: scale(0.5);opacity: 0.3;}	
    50% {-o-transform: scale(0.7);opacity: 0.2;}
    100% {-o-transform: scale(0.5);opacity: 0;}
}
@-ms-keyframes pulse {
    0% {-ms-transform: scale(0.5);opacity: 0.3;}	
    50% {-ms-transform: scale(0.7);opacity: 0.2;}
    100% {-ms-transform: scale(0.5);opacity: 0;}
}
@keyframes pulse {
    0% {transform: scale(0.5);opacity: 0.3;}
    50% {transform: scale(0.7);opacity: 0.2;}
    100% {transform: scale(0.5);opacity: 0;}
}


@-webkit-keyframes pulse2 {
    0% {-webkit-transform: scale(2);opacity: 0;}	
    100% {-webkit-transform: scale(0.6);opacity: 0.8;}
}
@-moz-keyframes pulse2 {
    0% {-moz-transform: scale(2);opacity: 0;}	
    100% {-moz-transform: scale(0.6);opacity: 0.8;}
}
@-o-keyframes pulse2 {
    0% {-o-transform: scale(2);opacity: 0;}	
    100% {-o-transform: scale(0.6);opacity: 0.8;}
}
@-ms-keyframes pulse2 {
    0% {-ms-transform: scale(2);opacity: 0;}	
    100% {-ms-transform: scale(0.6);opacity: 0.8;}
}
@keyframes pulse2 {
    0% {transform: scale(2);opacity: 0;}
    100% {transform: scale(0.6);opacity: 0.8;}
}
div#zakazat-raschet {
  background-image: url(/templates/ch/images/raschet.png);
  width: 190px;
  height: 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 99999999;
  position: fixed;
  right: 0;
  bottom: 1%;
  /* box-shadow: 0px 0px 0px 0px white inset; */
  border-radius: 10px;
}