.page-record .words {
    animation-duration: 1s;
    animation-delay: 0s;
}
.page-record .words_red {
    animation-duration: .8s;
    animation-delay: .8s;
}
.page-barber .p3_word_gray_1 {
    animation-duration: 1s;
    animation-delay: 0s;
}
.page-barber .p3_word_gray_2 {
    animation-duration: 1s;
    animation-delay: .8s;
}
.page-barber .p3_word_gray_3 {
    animation-duration: 1s;
    animation-delay: 1.6s;
}
.page-barber .p3_word_red_1 {
    animation-duration: 1s;
    animation-delay: 2.6s;
}
.page-barber .p3_word_red_2 {
    animation-duration: 1s;
    animation-delay: 3.1s;
}
.page-barber .p3_word_red_3 {
    animation-duration: 1s;
    animation-delay: 3.6s;
}
.page-barber .p3_head {
    animation-duration: 1s;
    animation-delay: 4.1s;
}
.page-barber .words {
    animation-duration: 1s;
    animation-delay: 4.4s;
}
/**/
.page-discount .p4_word_red_1 {
    animation-duration: 1s;
    animation-delay: 1s;
}
.page-discount .p4_fu {
    animation-duration: 1s;
    animation-delay: .3s;
}
.page-discount .words_left {
    animation-duration: 1s;
    animation-delay: 1.5s;
}
.page-discount .words_right {
    animation-duration: 1s;
    animation-delay: 2s;
}
.page-discount .btn {
    animation-duration: .5s;
    animation-delay: 3s;
}
.page-discount .fingers {
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotateZ(0deg)
    }
    100% {
        -webkit-transform: rotateZ(-360deg)
    }
}

@-webkit-keyframes tap {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes goNext {
    0% {
        -webkit-transform: translate3d(0px, 100%, 0px)
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px)
    }
}

@-webkit-keyframes goPrev {
    0% {
        -webkit-transform: translate3d(0px, -100%, 0px)
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px)
    }
}

@-webkit-keyframes zoomIn50 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.5, 0.5, 0.5);
    }

    50% {
        opacity: 1;
    }
}
.zoomIn50 {
    -webkit-animation-name: zoomIn50;
    animation-name: zoomIn50;
}