    /* Для анимации кнопки "Спросить" — question-button */
    .uc-header .question-button .tn-molecule:hover {
        background-color: #f5f5f5 !important;
  }
  
      .uc-header .question-button .tn-molecule {
        transition: ease-in-out 0.2s !important;
  }
  
  
    /* Для анимации ВСЕХ внутренних кнопок — another-button */
    .another-button .tn-molecule:hover {
        background-color: #5CEE1E !important;
  }
  
    .another-button .tn-molecule {
        transition: ease-in-out 0.2s !important;
  }
  
    /* Для анимации БОЛЬШИХ ВНЕШНИХ кнопок — mega-button */
    .mega-button .tn-molecule:hover {
          transition: ease-in-out 0.2s !important;
        background-color: #5CEE1E !important;
  }
  
      .mega-button .tn-molecule {
          transition: ease-in-out 0.2s !important;
  }

    /* Для анимации текста — text-animate */
    .text-animate .tn-atom:hover {
        transition: ease-in-out 0.2s !important;
        color: #5CEE1E !important;
  }
  
      .text-animate .tn-atom {
        transition: ease-in-out 0.2s !important;
  }
  
  
::selection {

background: #5CEE1E;

}

