Hinnakiri 2023/2024

Eesti keele A1 taseme kursus

€120/kuus
13.08.2024 - 15.12.2024
Esmaspäev, Kolmapäev
17:30 - 19:00
.price-section { padding: 4rem 2rem; background: #f8f9fa; } .container { max-width: 1200px; margin: 0 auto; } .section-title { text-align: center; margin-bottom: 3rem; color: #2c3e50; font-size: 2.5rem; } .course-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .course-card { background: white; border-radius: 12px; padding: 1.5rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .course-card:hover { transform: translateY(-5px); } .course-header { border-bottom: 2px solid #eee; padding-bottom: 1rem; margin-bottom: 1rem; } .course-title { color: #005aa7; margin-bottom: 0.5rem; font-size: 1.2rem; } .price-month { font-size: 1.5rem; font-weight: bold; color: #27ae60; } .detail-item { display: flex; align-items: center; margin: 0.8rem 0; color: #555; } .detail-item i { width: 25px; margin-right: 1rem; color: #005aa7; } .register-btn { width: 100%; padding: 1rem; background: #005aa7; color: white; border: none; border-radius: 8px; cursor: pointer; font-size: 1.1rem; margin-top: 1rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; transition: background 0.3s ease; } .register-btn:hover { background: #004885; } @media (max-width: 768px) { .section-title { font-size: 2rem; } .course-cards { grid-template-columns: 1fr; } } function openRegistration() { // Здесь можно реализовать логику для открытия формы регистрации window.location.href = '/registreeru'; // Или показать модальное окно: // const modal = document.getElementById('registration-modal'); // modal.style.display = 'block'; }