#callbackbutton {
    z-index: 9;
    position: fixed;
    bottom: 10%;
    right: 1%;
    cursor: pointer;
    background: rgba(173, 30, 30, 0.18);
    border-radius: 50%;
    width: 95px!important;
    height: 95px!important;
    padding: 10px;
    box-sizing: border-box
}
#callbackbutton .cbButton {
    display: block;
    position: relative;
    background-color: #ad1e1e;
    color: #FFF;
    padding: 14px 0;
    width: 100%;
    height: 100%;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box
}
#callbackbutton .cbButton .icon {
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    vertical-align: unset;
}
#callbackbutton .cbTitle {
    border-radius: 2px;
    border-bottom: 2px solid #ad1e1e;
    background: rgba(173, 30, 30, 0.18);
    color: #161616;
    font-size: 13px;
    position: absolute;
    width: 165px;
    padding: 14px 20px 15px;
    bottom: -200px;
    opacity: 0;
    right: 6px;
    transition: 0.5s;
    transition-delay: 0.2s;
}
#callbackbutton .cbTitle:after {
    content: '';
    position: absolute;
    right: 30px;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #ad1e1e;
}
#callbackbutton:hover .cbTitle {
    bottom: 120px;
    opacity: 1;
}
#callbackbg {
    width: 100%;
    text-align: center;
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.65);
    min-width: 300px
}

#callbackbg:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#callbackbg .frame {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    z-index: 11;
    height: 450px;
    width: 80%;
    max-width: 1140px;
    background: #FAFAFA;
}

#callbackbg .frame iframe {
    width: 100%;
    height: 100%;
    border: 0
}

#callbackbg .frame.onhide {
    display: none;
}

#callbackbg .frame .closecb {
    font-size: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #333;
    cursor: pointer;
    text-align: center;
    opacity: 0.4;
}

#callbackbg .frame .closecb:hover {
    opacity: 1;
}

.callBody {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: Roboto, Segoe UI;
    color: #9b9b9b;
    box-sizing: border-box
}

.callBody a {
    color: #3CA7CF;
}

.callBody .header {
    width: 100%;
    padding: 0 200px
}

.callBody h1 {
    margin: 0;
    text-align: center;
    line-height: 28px;
    font-size: 28px;
    padding: 0 0 40px 0;
    color: #5F5F5F;
    font-weight: 300;
    text-transform: uppercase;
}

.callBody .inputForm {
    margin: 0 0 5px 0;
    position: relative;
}

.callBody .inputForm input {
    font-family: Roboto, Segoe UI
}

.callBody #cbphone {
    width: 100%;
    padding: 0 20px !important;
    height: 71px;
    font-size: 30px;
    text-transform: uppercase;
    border: 2px solid rgba(60, 167, 207, 0.31);
}

.callBody #cbbutton {
    font-size: 20px;
    text-align: center;
    color: white;
    border: 0;
    cursor: pointer;
    background: #3CA7CF;
    min-width: 250px;
    height: 71px;
    line-height: 71px;
    display: inline-block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border-radius: 0
}

.callBody .exmpl {
    text-align: left;
    font-size: 16px;
    color: #bdbdbd
}

.callBody .msgInfo {
    width: 100%;
    text-align: center;
    font-size: 22px;
}

.callBody .msgInfo .title {
    text-transform: uppercase;
    color: #007ec6;
}

.callBody .footer {
    color: #5F5F5F;
    text-align: right;
    border-top: 1px dashed #CCC;
    padding-top: 10px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px
}

@media (max-width: 1120px) {
    #callbackbutton {
        width: 80px;
        height: 80px;
    }

    #callbackbutton .cbButton {
        font-size: 30px;
        padding: 20px 0;
        height: 75px
    }

    #callbackbutton .cbTitle {
        right: 0;
    }

    #callbackbutton:hover .cbTitle {
        bottom: 100px;
    }

    .callBody .header {
        padding: 0 100px;
    }
}

@media (max-width: 767px) {
    .callBody #cbbutton {
        margin-top: 10px;
        position: relative;
        width: 100%;
        min-width: auto
    }

    .callBody h1 {
        padding: 0 0 30px 0;
    }

    .callBody .cbinfo {
        display: none
    }

    .callBody .exmpl {
        display: none
    }
}

@media (max-width: 520px) {
    .callBody .header {
        padding: 0 40px;
    }

    #callbackbutton .cbTitle {
        display: none;
    }
}

@media (max-width: 480px) {
    #callbackbg .frame {
        height: 400px;
        width: 100%;
    }

    .callBody h1 {
        font-size: 20px;
        padding: 0 0 20px 0;
    }

    .callBody .msgInfo {
        font-size: 16px;
    }

    .callBody #cbbutton {
        height: 50px;
        line-height: 50px;
    }

    .callBody #cbphone {
        font-size: 20px;
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}