

.t898_animate .t898__animated-circle {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -3px;
    border-radius: 50%;
    left: -3px;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    border: 3px solid #0088cc;
    animation: t898__pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: t898__pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0
}

.t898_animate .t898__btn_label {
    animation: t898__btn-pulsate 2s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: t898__btn-pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite
}

.t898_animate:hover .t898__animated-circle {
    animation: none
}

.t898_animate:hover .t898__btn_label {
    animation: none
}

.t898__btn-text {
    position: absolute;
    right: 80px;
    white-space: nowrap;
    background: #fff;
    padding: 9px 13px;
    font-size: 15px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    /* background: #292929; */
    color: #fff;
    opacity: .95;
    transition: all 0.1s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #dfe6ee;
    color: #333333;
    text-align: right;
}

.t898__btn-text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: #dfe6ee
}

.t898__btn {
    bottom: 50px;
    right: 65px;
    cursor: pointer;
    position: fixed;
    z-index: 100000
}

.t898__btn_label {
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #0088cc;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    overflow: hidden
}

.t898__btn_label:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4)
}

.t898__btn_label:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4)
}

.t898__bgimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.2s linear
}

.t898__icon {
    transition: all 0.3s ease-in-out;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.t898__icon-close {
    opacity: 0;
    visibility: hidden;
    transform: scale(.1)
}

.t898__icon_link {
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px
}

.t898__icon_link .t898__btn-text {
    opacity: 0
}

.t898__icon_link:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4)
}

.t898__icon_link:hover .t898__btn-text {
    opacity: .85
}

.t898_pos_left .t898__btn-text {
    left: 80px;
    right: auto
}

.t898_pos_left .t898__btn-text::after {
    left: -20px;
    border-right-color: #292929;
    border-left-color: transparent
}

.t898__svg__wrapper {
    position: relative
}

.t898__svg__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.t898__btn-text {
    display: block !important;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0;
    transition: all 0.4s ease;
}

.t898_animate:hover .t898__btn-text {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
}

@keyframes t898__btn-pulsate {
    0% {
        transform: scale(1,1)
    }

    25% {
        transform: scale(1.1,1.1)
    }

    50% {
        transform: scale(1,1)
    }
}

@keyframes t898__pulsate {
    0% {
        -webkit-transform: scale(.8,.8);
        opacity: 0
    }

    25% {
        opacity: .4
    }

    50% {
        -webkit-transform: scale(1.3,1.3);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(.8,.8);
        opacity: 0
    }
}

@media screen and (max-width: 960px) {
    .t898__btn {
        bottom:10px!important;
        right: 10px!important
    }

    .t898_pos_left .t898__btn {
        left: 10px!important
    }

    .t898__btn-text {
        font-size: 12px
    }

    .t898_pos_right-mobile .t898__btn-text {
        right: 80px;
        left: auto
    }

    .t898_pos_left-mobile .t898__btn-text {
        left: 80px;
        right: auto
    }

    .t898_pos_left .t898__btn-text::after,.t898_pos_left-mobile .t898__btn-text::after {
        left: -16px;
        right: auto;
        border-left-color: transparent;
        border-right-color: #292929
    }

    .t898__btn-text::after,.t898_pos_right-mobile .t898__btn-text::after {
        border-width: 8px;
        right: -16px;
        left: auto;
        border-left-color: #292929;
        border-right-color: transparent
    }
}