/*стилизация кнопки*/

    /*внутренняя тень*/

        .t-btn:not(.t1196__control, .t1148__control, .t1148__play-btn),
        [data-elem-type="button"],
        .t-submit,
        .btn-gradient-animation {
            position: relative;
            overflow: hidden;
        }
        
        .t-btn:not(.t1196__control, .t1148__control, .t1148__play-btn)::before,
        [data-elem-type="button"]::before,
        .t-submit::before,
        .btn-gradient-animation::before {
            content: "";
            position: absolute;
            inset: 0;
            box-shadow: inset 6px 6px 12px rgba(174, 118, 255, 0.35);
            pointer-events: none;
            border-radius: 15px;
        }