/*фон у отзывов*/
        
        #rec3112767501 .t396 .tn-atom__html {
                background-color: rgb(255 255 255 / 100%);
            }

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

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

        /*.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;*/
        /*}*/
        
        /*, [data-elem-type="button"]:hover, .t-submit:hover :not(.t1196__control, .t1148__control, .t1148__play-btn)*/
        
        .t-btn:not(.t1196__control, .t1148__control, .t1148__play-btn),
        [data-elem-type="button"], .t-submit {
            
            box-shadow: inset 0 1px rgba(255,255,255,.18);
            
            transition:
                transform .35s cubic-bezier(.22,.61,.36,1),
                box-shadow .35s ease,
                background .35s ease;
        }
        
        .t-btn:not(.t1196__control, .t1148__control, .t1148__play-btn):hover {

                transform:translateY(-1px)  !important;
            
                /*background:*/
                /*    linear-gradient(*/
                /*        180deg,*/
                /*        #6A916E 0%,*/
                /*        #567A5B 45%,*/
                /*        #48694C 100%*/
                /*    ) !important;*/
            
                box-shadow:
                    inset 0 1px 0 rgba(255,255,255,.25),
                    inset 0 -1px 0 rgba(0,0,0,.05);
        }
            
