
/* Для всех кнопок на сайте */
.tn-atom__btn:hover,
button:hover,
a:hover {
    cursor: pointer !important;
}