/* НАЧАЛО: СИСТЕМА ИЗМЕНЕНИЯ ЦВЕТА ТЕКСТА ПРИ НАВЕДЕНИИ */
.anim-text .tn-atom {
  transition: color 0.3s ease !important;
}

.anim-text:hover .tn-atom {
  color: #FFFFFF !important;
}

.anim-text2 .tn-atom {
  transition: color 0.3s ease !important;
}

.anim-text2:hover .tn-atom {
  color: #2B2A2F !important;
}
/* КОНЕЦ: СИСТЕМА ИЗМЕНЕНИЯ ЦВЕТА ТЕКСТА ПРИ НАВЕДЕНИИ */





/* НАЧАЛО: СИСТЕМА ПОДСВЕТКИ ОБЪЕКТОВ ПРИ НАВЕДЕНИИ */
.anim-button,
.anim-button .tn-atom,
.tn-atom.anim-button {
  transition: 
    filter 0.3s ease,
    transform 0.3s ease,
    opacity 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease !important;
}

.anim-button:hover,
.anim-button .tn-atom:hover,
.tn-atom.anim-button:hover {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.3));
}
/* КОНЕЦ: СИСТЕМА ПОДСВЕТКИ ОБЪЕКТОВ ПРИ НАВЕДЕНИИ */





/* НАЧАЛО: СИСТЕМА АКТИВНЫХ ПУНКТОВ В ШАПКЕ САЙТА */
.anim-text.active .tn-atom {
  color: #FFFFFF !important;
}

.anim-text:hover .tn-atom {
  color: #FFFFFF !important;
}
/* КОНЕЦ: СИСТЕМА АКТИВНЫХ ПУНКТОВ В ШАПКЕ САЙТА */