    /*кастомная кнопка*/
    .castom-button .tn-atom, .castom-form .t-submit{
        background-image: url(https://static.tildacdn.com/tild3439-3363-4136-a665-303331643437/bth-arrow.svg);
        background-repeat: no-repeat;
        background-position: 96% center!important;
        background-size: 48px!important;
        padding: 20px!important; 
        text-align: left;

    }
    
    .castom-button .tn-atom:hover, .castom-form .t-submit:hover {
        background-image: url(https://static.tildacdn.com/tild6362-3664-4933-a362-316635636633/Frame_1.svg)!important;
        background-repeat: no-repeat;
        background-position: 96% center!important;
        background-size: 48px!important;
        transition-duration: 1s;
    }
    
    
    /*голубая кастомная кнопка*/
    .castom-button--blue .tn-atom {
        background-image: url(https://static.tildacdn.com/tild6362-3664-4933-a362-316635636633/Frame_1.svg);
        background-repeat: no-repeat;
        background-position: 96% center!important;
        background-size: 48px!important;
        padding: 20px!important; 
    }
    
    .castom-button--blue .tn-atom:hover {
        background-image: url(https://static.tildacdn.com/tild3439-3363-4136-a665-303331643437/bth-arrow.svg)!important;
        background-repeat: no-repeat;
        background-position: 96% center!important;
        background-size: 48px!important;
        transition-duration: 1s;
    }
    
