• 0

“My dear doctor, I entrusted my face to you and you gave me the most beautiful nose possible. You patiently answered all my questions before and after the surgery. I am so glad to have met you. Thank you so much for everything, you are a lifesaver.

document.addEventListener('DOMContentLoaded', function () { setTimeout(function () { document.getElementById('custom-popup').classList.add('show'); }, 3000); // 3 saniye sonra göster window.closeCustomPopup = function () { document.getElementById('custom-popup').classList.remove('show'); }; });