General conditions

"GENERAL TERMS FOR THE PROVISION OF PAYMENT ACCOUNT AND PAYMENT CARD SERVICES" contains the conditions for opening a bank account and conducting operations on the account based on the client's request.

887.10 KBPDF
22.04.2024 (Bilingual ver. 1.0.4)
907.41 KBPDF
19.03.2024 (Bilingual ver. 1.0.3)
508.60 KBPDF
18.09.2023 (Bilingual ver. 1.0.2)
593.74 KBPDF
06.10.2022 (Bilingual ver. 1.0.1)
Hörmətli istifadəçi

Azərbaycan Respublikasında fiziki şəxslərin problemli kreditlərinin həlli ilə bağlı əlavə tədbirlər haqqında Azərbaycan Respublikası Prezidentinin Fərmanına uyğun olaraq, fiziki şəxslərin xarici valyutada əsas kredit borclarının devalvasiya ilə bağlı manatla artmış hissəsi ilə əlaqədar Maliyyə Bazarlarına Nəzarət Palatası tərəfindən hazırlanmış güzəşt kalkulyatoru

Kalkulyatora daxil olSayta davam et

1 2 3 4 5 6

Növbəti
`; }); confirm_table.innerHTML = dataTest; function switchTab(tabNumber) { document.querySelectorAll('.question').forEach(question => { question.style.display = (question.getAttribute('data-tab') === tabNumber) ? 'block' : 'none'; }); document.querySelectorAll('.tab-link').forEach(link => { link.style.backgroundColor = '#f0f0f0'; link.style.color = '#000'; }); // Highlight the current tab-link const activeLink = document.querySelector(`.tab-link[data-tab="${tabNumber}"]`); activeLink.style.backgroundColor = '#BC833D'; activeLink.style.color = '#ffffff'; } // Event listener for tab links document.querySelectorAll('.tab-link').forEach(tab => { tab.addEventListener('click', function(e) { e.preventDefault(); let tabNumber = this.getAttribute('data-tab'); switchTab(tabNumber); }); }); switchTab('1'); document.querySelectorAll('.radio-container').forEach(button => { button.addEventListener('click', function(e) { e.preventDefault(); let tabNumber = this.closest('.question').getAttribute('data-tab'); let currentTab = document.querySelector(`.question[data-tab="${tabNumber}"]`); currentTab.querySelectorAll('.radio-container').forEach(btn => { btn.classList.remove('selected'); btn.querySelector('.radio-label').classList.remove('selected-label'); btn.querySelector('input[type="radio"]').checked = false; }); this.classList.add('selected'); this.querySelector('.radio-label').classList.add('selected-label'); this.querySelector('input[type="radio"]').checked = true; document.querySelector('.confirm_next').classList.add('next'); }); }); let yesClicked = false; document.querySelectorAll('.confirm-yes2').forEach(button => { button.addEventListener('click', function(e) { e.preventDefault(); yesClicked = true; let currentTab = this.closest('.question').getAttribute('data-tab'); document.querySelector('.alert_modal2').style.display = 'flex'; document.querySelector('.confirm_next').addEventListener('click', function(nextEvent) { if (yesClicked) { document.querySelector('.yesNext_modal').style.display = 'block'; document.querySelector('.confirm_modal2').style.display = 'none'; document.querySelector('.confirm_darkness2').style.opacity = '1'; } }); }); }); document.querySelectorAll('.confirm-no2').forEach(button => { button.addEventListener('click', function(e) { e.preventDefault(); let currentTab = this.closest('.question').getAttribute('data-tab'); yesClicked = false; document.querySelector('.confirm_next').removeEventListener('click', function(nextEvent) { }); document.querySelector('.confirm_next').addEventListener('click', function(nextEvent) { nextEvent.preventDefault(); let nextTab = parseInt(currentTab) + 1; if (nextTab > 6) { document.querySelector('.confirm_modal').style.display = 'block'; document.querySelector('.confirm_modal').style.visibility = 'visible'; document.querySelector('.confirm_modal').style.opacity = '1'; } else { switchTab(nextTab.toString()); } }); }); }); // Event listener for next button document.querySelector('.confirm_next').addEventListener('click', function(e) { let currentTab = 1; let canProceed = false; document.querySelectorAll('.question').forEach(item => { if (item.style.display === 'block') { currentTab = item.getAttribute('data-tab'); if (item.querySelector('.confirm-no2.selected') || item.querySelector('.confirm-yes2.selected')) { canProceed = true; } else { canProceed = false; document.querySelector('.error-message').style.display = 'block'; } } }); let nextTab = parseInt(currentTab) + 1; if (canProceed) { document.querySelector('.error-message').style.display = 'none'; // Hide error message if (nextTab > 6) { document.querySelector('.confirm_modal').style.display = 'block'; document.querySelector('.confirm_modal').style.visibility = 'visible'; document.querySelector('.confirm_modal').style.opacity = '1'; } else { switchTab(nextTab.toString()); } } }); document.querySelector('.close_alert2').addEventListener('click', function(e) { e.preventDefault(); document.querySelector('.alert_modal2').style.display = 'none'; }); document.querySelector('.yesNext_close').addEventListener('click', function(e) { e.preventDefault(); document.querySelector('.yesNext_modal').style.display = 'none'; document.querySelector('.confirm_darkness2').style.opacity = '0'; }); document.querySelector('#close_aprrove').addEventListener('click', function(e) { e.preventDefault(); document.querySelector('.confirm_modal2').style.display = 'none'; document.querySelector('.confirm_modal').style.display = 'none'; document.querySelector('.confirm_modal').style.visibility = 'hidden'; document.querySelector('.confirm_modal').style.opacity = '0'; document.querySelector('.confirm_darkness2').style.opacity = '0'; }); -->