
/*Анимация кнопок*/
[href="#popup:myform"] {overflow: hidden !important;display: block;padding: 16px 0px;position: relative;}
[href="#popup:myform"]:after {z-index: 5; content: "";background-color: #fff;position: absolute;width: 50px; height: 150px; top: -40px;animation: animatebutton 3s infinite;transform: rotate(45deg);}
@keyframes animatebutton { 0% { left: -80px; } 33% { left: 120%; } 100% { left: 120%; } }
[href="#popup:myform"] {border-bottom: 1px solid rgba(0,0,0,0.3) !important;border-top: 1px solid rgba(255,255,255,0.5) !important;}
[a class="tn-atom t-bgimg loaded"] {cursor:pointer!important;pointer-events: auto;z-index:9999;}

t-btn-animate:before{
    background: -webkit-linear-gradient(left,rgba(255,255,255) 0,rgba(255,255,255) 100%) !important;
    background: linear-gradient(to right,rgba(255,255,255) 0,rgba(255,255,255) 100%) !important;
    -webkit-transform: skewX(-35deg) !important;
    transform: skewX(-35deg) !important;
    -webkit-animation: test infinite 3s !important;
    animation: test infinite 3s !important;
}
