/*----------callback-тильда-психолог--------------------*/
.uc-callbackbutton{
    opacity: 1;
}

.uc-callbackbutton .t1058__btn{
    bottom: 50px;
    right: 100px;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    margin-bottom: 0;
}
.uc-callbackbutton .t1058__link-wrapper {
    position: relative;
}

.uc-callbackbutton .t1058__btn-img-wrapper{
background: #f88f73 !important;
animation: t651__btn-animate 2s ease-out;
animation-iteration-count: infinite;
-webkit-animation: t651__btn-animate 2s ease-out;
-webkit-animation-iteration-count: infinite;
position: relative;
height: 60px;
width: 60px;
border-radius: 50%;
box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
z-index: 2;
}

.uc-callbackbutton .t1058__btn-img-wrapper img{
    padding-right: 0;
}

.uc-callbackbutton .t1058__btn-text{
    position: absolute;
    width: auto;
    display: flex;
    height: 14px;
    border: solid transparent;
    border-radius: 3px;
    top: 50%;
    color: #e4489e;
    right: 80px;
    transform: translateY(-50%);
    background: #292929;
    align-items: center;
    padding: 9px 7px;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 600;
    opacity: .85;
    justify-content: center;
    z-index: 1;
}

.uc-callbackbutton .t1058__btn-text::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 14px;
    top: 50%;
    right: -27px;
    z-index: 1;
    transform: translateY(-50%);
    border-left-color: #292929;
}

.uc-callbackbutton .t1058__btn:hover .t1058__btn-img-wrapper {
    -webkit-animation: none!important;
    animation: none!important;
}


@keyframes t651__btn-animate {
0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
25% {
    -webkit-transform: rotate(10deg) scale(1.1);
    transform: rotate(10deg) scale(1.1);
}
50% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
70% {
    -webkit-transform: rotate(-10deg) scale(1.1);
    transform: rotate(-10deg) scale(1.1);
}
100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
}
@media screen and (max-width: 1024px) {
.uc-callbackbutton .t1058__btn{
bottom: 15px;
right: 15px;
}
}
/*----------callback-тильда-психолог--------------------*/