/*Эффект для кнопки*/
.t-btn, [data-elem-type=button], .t-submit {
    background-image: linear-gradient(45deg , #FF8D00 60%, #FFFF01) !important;
    box-shadow: 0 8px 16px 0 rgba(255, 255, 1, 0.15);
    background-position: 100% 0 !important;
    background-size: 200% 200%;
    border-radius: 16px !important;
    transition: all 0.5s ease-in-out !important;
}
/*Эффект для кнопки*/
.t-submit:hover {
   box-shadow: 0 0 0 0 rgba(255,141,0,0);
   background-position: 0 0 !important;
}

.t-btn:hover {
   box-shadow: 0 0 0 0 rgba(255,141,0,0);
   background-position: 0 0 !important;
}

[data-elem-type=button]:hover {
   box-shadow: 0 0 0 0 rgba(255,141,0,0);
   background-position: 0 0 !important;
}