    /*Ховеры жёлтых кнопок*/
    .yellow_button .tn-atom:hover {
        background-color: #FFDE33!important;
    }
    
    /*Ховеры фиолетовых кнопок*/
    .violet-button .tn-atom:hover {
        background-color: #4422bb!important;
    }
    
    /*Ховеры чёрных кнопок*/
    .black-button .tn-atom:hover {
        background-color: #090930!important;
    }