@charset "utf-8";
/* CSS Document */
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: 14px!important;
    line-height: 24px;
    font-weight: 300;
    color: #666;
    font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif!important;
}
.img-circl-text {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    width: 90px!important;
    height: 90px!important;
    bottom: 30px;
    right: 30px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0;
    -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: opacity .8s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: opacity .8s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transform: perspective(400px) rotateY(-180deg) scale(.4);
    -webkit-transform: perspective(400px) rotateY(-180deg) scale(.4);
    -o-transform: perspective(400px) rotateY(-180deg) scale(.4);
    transform: perspective(400px) rotateY(-180deg) scale(.4);
}
.img-circl-text.show {
    font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif!important;
    -moz-transform: perspective(300px) rotateY(0) scale(1);
    -webkit-transform: perspective(300px) rotateY(0) scale(1);
    -o-transform: perspective(300px) rotateY(0) scale(1);
    transform: perspective(300px) rotateY(0) scale(1);
    opacity: 1;
}
.img-circl.hide {
    opacity: 0;
   -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: opacity .8s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: opacity .8s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transform: perspective(300px) rotateY(-180deg) scale(.4);
    -webkit-transform: perspective(300px) rotateY(-180deg) scale(.4);
    -o-transform: perspective(300px) rotateY(-180deg) scale(.4);
    transform: perspective(300px) rotateY(-180deg) scale(.4);
}
.img-circl-text.show > span {
    position: absolute;
    top: 30px;
    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: 480px;
    width: 100%;
    min-height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    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: 30px;
    right: 30px;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    opacity: .9;
}
.phon:hover {
    opacity: 1;
}
.circl {
    width: 90px;
    height: 90px;
    bottom: 30px;
    right: 30px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circl-anim 2.2s infinite ease-in-out!important;
    -moz-animation: circl-anim 2.2s infinite ease-in-out!important;
    -ms-animation: circl-anim 2.2s infinite ease-in-out!important;
    -o-animation: circl-anim 2.2s infinite ease-in-out!important;
    animation: circl-anim 2.2s infinite ease-in-out!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.circl-fill {
    width: 90px;
    height: 90px;
    bottom: 30px;
    right: 30px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: circl-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circl-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circl-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circl-fill-anim 2.3s infinite ease-in-out;
    animation: circl-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.img-circl {
    width: 90px;
    height: 90px;
    bottom: 30px;
    right: 30px;
    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;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: .3s;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    -moz-transform: perspective(300px) rotateY(0) scale(1);
    -webkit-transform: perspective(300px) rotateY(0) scale(1);
    -o-transform: perspective(300px) rotateY(0) scale(1);
    transform: perspective(300px) rotateY(0) scale(1);
    opacity: 1;
}
.phon:hover .img-circl {
    -webkit-animation: circl-img-anim 1s infinite ease-in-out;
    -moz-animation: circl-img-anim 1s infinite ease-in-out;
    -ms-animation: circl-img-anim 1s infinite ease-in-out;
    -o-animation: circl-img-anim 1s infinite ease-in-out;
    animation: circl-img-anim 1s infinite ease-in-out;
}
@-moz-keyframes circl-anim {
    0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1;
}
30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5;
}
100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1;
}
}@-webkit-keyframes circl-anim {
    0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: .1;
}
30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: .5;
}
100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: .1;
}
}@-o-keyframes circl-anim {
    0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: .1;
}
30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: .5;
}
100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: .1;
}
}@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;
}
}@-moz-keyframes circl-fill-anim {
    0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: .2;
}
100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
}@-webkit-keyframes circl-fill-anim {
    0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
}
100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
}@-o-keyframes circl-fill-anim {
    0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
}
100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
}
}@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);
}
100%, 50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}@-moz-keyframes circl-img-anim {
    0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
}
100%, 50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
}
}@-webkit-keyframes circl-img-anim {
    0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
100%, 50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
}
}@-o-keyframes circl-img-anim {
    0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
}
100%, 50% {
    -o-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;
}
