.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {text-align:center;}
#sp-main-body {padding: 10px 0;}
#sp-top-bar {background: #000000;color: #ffffff;font-size: 130%;}
#sp-top-bar a {color: #ffffff;}
img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.callback-bt {
    background: #fa1a05;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56,163,253,.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 75px;
    width: 75px;
    text-align: center;
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}
.callback-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
}
.callback-bt .text-call span {
    color: #38a3fd;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.callback-bt .text-call:after {
    content: "";
    display: block;
    background: url(https://evakuator.city/images/24-7-w.svg) no-repeat;
    background-size: 38px;
    margin-left: 20%;
    margin-top: 20%;
    color: #fff;
    font-size: 38px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    opacity: 1;
    transition: .3s ease-in-out;
    animation: 0.5s ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
}
@keyframes shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.0)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.0)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.0)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(248 6 38 / 30%),0 0 0 0 rgba(246 4 36 / 20%),0 0 0 0 rgba(242 7 54 / 20%)
}
40% {
        box-shadow:0 8px 10px rgba(248 6 38 / 30%),0 0 0 15px rgba(246 4 36 / 20%),0 0 0 0 rgba(242 7 54 / 20%)
}
80% {
        box-shadow:0 8px 10px rgba(248 6 38 / 30%),0 0 0 30px rgba(246 4 36 / 20%),0 0 0 26.7px rgba(242 7 54 / 20%)
}
100% {
        box-shadow:0 8px 10px rgba(248 6 38 / 30%),0 0 0 30px rgba(246 4 36 / 20%),0 0 0 40px rgba(242 7 54 / 20%)
}
}