html, как удалить класс с помощью JS
document.classList.remove("class_name");
Ill Impala
document.classList.remove("class_name");