a#callback_button {
    z-index: 99999999;
    position: fixed
}

form#callback_form input {
    margin: 0 0 10px !important;
    min-width: 96% !important;
    line-height: 26px !important;
    font-size: 16px !important;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 2% !important;
    font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif !important
}

form#callback_form input::-webkit-input-placeholder {
    font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif !important
}

form#callback_form input::-moz-placeholder {
    font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif !important
}

form#callback_form input:-ms-input-placeholder {
    font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif !important
}

form#callback_form input::-ms-input-placeholder {
    font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif !important
}

form#callback_form input::placeholder {
    font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif !important
}

form#callback_form {
    margin-top: 30px !important;
    display: block;
    width: 100%
}

form#callback_form button {
    display: inline-block;
    padding: 12px 45px !important;
    font-size: 16px !important;
    border-radius: 50px;
    border: 1px solid #FA4301;
    background: #FA4301;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif !important
}

#callback_form br {
    display: none
}

form#callback_form button:hover {
    border: 1px solid #dd3d03;
    background: #dd3d03;
    color: #fff
}

h2#zvih2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    padding: 10px;
    color: #333;
    font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif !important
}

h2#zvih2::before,
h2#zvih2::after {
    display: none
}

.callback_popup p {
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 300;
    color: #666;
    font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif !important
}

.img-circl-text {
    font-size: 7px;
    line-height: 10px;
    text-align: center;
    width: 50px !important;
    height: 50px !important;
    bottom: 18px;
    right: 18px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0;
    transition: opacity .5s ease, transform .5s ease;
    transform: scale(.4)
}

.img-circl-text.show {
    font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif !important;
    transform: scale(1);
    opacity: 1
}

.img-circl.hide {
    opacity: 0;
    transition: opacity .5s ease, transform .5s ease;
    transform: scale(.4)
}

.img-circl-text.show>span {
    position: absolute;
    top: 15px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.callback_overlay {
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .9);
    display: none
}

.callback_popup {
    position: fixed;
    z-index: 999999999;
    max-width: 720px;
    width: 100%;
    display: flex;
    flex-direction: column;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 1000%);
    text-align: center;
    padding: 30px;
    background-color: #fff
}

.callback_popup_active {
    transition: all .4s;
    transform: translate(-50%, -50%);
    display: flex
}

.callback_close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    color: #333
}

.callback_close-btn:hover {
    cursor: pointer
}

.phon {
    position: fixed;
    bottom: 0;
    right: 0;
    visibility: visible;
    background-color: transparent;
    width: 85px;
    height: 85px;
    cursor: pointer;
    opacity: .9
}

.phon:hover {
    opacity: 1
}

.circl {
    width: 85px;
    height: 85px;
    top: 0;
    right: 0;
    position: absolute;
    border-radius: 100%;
    opacity: .5;
    animation: circl-anim 2.2s infinite ease-in-out !important;
    transition: all .5s
}

.circl-fill {
    width: 56px;
    height: 56px;
    bottom: 14px;
    right: 14px;
    position: absolute;
    border-radius: 100%;
    animation: circl-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s
}

.img-circl {
    width: 44px;
    height: 44px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-image: url(/wp-content/plugins/zvi_callback_form/img/buttom.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: .3s;
    opacity: 1
}

.phon:hover .img-circl {
    animation: circl-img-anim 1s infinite ease-in-out
}

@keyframes circl-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes circl-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes circl-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50%,100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.img-circl {
    background-color: #E8CE5E
}

.circl-fill {
    background-color: #E8CE5E
}

.phon:hover .circl {
    border-color: #38B549;
    opacity: .5
}

.phon:hover .circl-fill {
    background-color: #c0ff00;
    opacity: .75 !important
}

.phon:hover .img-circl {
    background-color: #38B549
}

@media (max-width: 768px) {
    .phon {
        bottom: 60px;
        right: 10px;
    }
}