Social networks

TV Current Time: Rehabilitation during the war

 

The report Nastoyasheee Vremya highlighted the problems faced by children with special needs during the war, trying to continue the vital rehabilitation and education.
Including the impossibility of returning to institutions providing rehabilitation services with modern equipment, such as an interactive floor.

Source: YouTube channel – Nastoyasheee Vremya

BACK

Вас може зацікавити

Ask a question

Thank you foryour request

Our managers will contact you shortly.

OK
document.addEventListener("DOMContentLoaded", function() { const form = document.getElementById("docs"); form.addEventListener("submit", function(e) { e.preventDefault(); const formData = new FormData(form); fetch("/mail.php", { method: "POST", body: formData }) .then(response => { if (response.ok) { // Приховуємо тіло форми та показуємо блок "Дякуємо" form.querySelector(".form__body").style.display = "none"; form.querySelector(".form__thanks").style.display = "block"; } else { alert("Помилка відправки. Спробуйте ще раз."); } }) .catch(error => { console.error('Помилка відправки:', error); alert("Помилка відправки. Спробуйте ще раз."); }); }); });