.nav{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:space-around;background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:80px;overflow-x:hidden;padding:20px 0;box-shadow:0 4px 8px rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);margin-right:30px}.nav a{color:black;text-decoration:none;font-family:Geologica,sans-serif;padding:10px 15px;font-weight:500;transition:all .3s ease;border-radius:8px}.nav a:hover{background-color:rgba(230,230,250,.5);color:#6a0dad}.nav a:active{color:#6a0dad;background-color:rgba(255,255,255,.8)}.main{background-color:#f6b26b;justify-content:space-between;width:100vw;height:140px;box-sizing:border-box;overflow:hidden}.logo,.main{display:flex;align-items:center}.logo{position:relative;justify-content:center;height:100%;padding:0;margin:0 20px 10px}.logo-bg{height:100px;width:auto;object-fit:contain}.phone{display:flex;align-items:center;gap:8px;margin-right:50px}.phone-img{height:25px;width:25px;flex-shrink:0}.phone>a{text-decoration:none;color:#0a0a0a;font-weight:bolder;font-family:Geologica,sans-serif}@media only screen and (max-width:768px){.main{flex-direction:row;justify-content:space-between;height:120px;width:100%}.logo{justify-content:center;height:100%;padding:0}.logo-bg{max-width:150px;max-height:120px}.logo-overlay{align-items:center;text-align:center}.phone{margin-right:10px;margin-top:10px;justify-content:center}.phone-img{height:20px;width:20px}.phone>a{font-size:14px}}@media only screen and (max-width:1024px){.main{padding:20px 15px}.phone>a{font-size:16px}}:root{--primary:#6366f1;--primary-light:#818cf8;--secondary:#f59e0b;--dark:#1e293b;--light:#f8fafc;--gray:#94a3b8;--gray-light:#e2e8f0}.gurtky-wrapper{padding:2rem;font-family:Geologica,sans-serif;margin-right:50px;margin-left:50px;overflow-x:hidden}.gurtky-h3{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:3rem;color:#1a202c;position:relative;padding-bottom:1rem}.gurtky-h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,purple,orange);border-radius:2px}.gurtkyContainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));grid-gap:2rem;gap:2rem}.gurtkyCard{display:flex;flex-direction:row;background-color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;overflow:hidden;box-shadow:0 0 purple,5px 3px rgba(147,112,219,.7),10px 5px rgba(186,85,211,.5),15px 10px rgba(221,160,221,.4),20px 15px rgba(238,210,238,.3),25px 20px rgba(255,240,245,.1);animation:fadeIn .6s ease-out forwards;transform:translateY(20px);opacity:0;border:1px solid #eee;transition:transform .3s ease,box-shadow .3s ease;margin-bottom:30px;cursor:pointer}.gurtkyCard:hover{transform:scale(1.02);box-shadow:0 10px 30px rgba(255,165,0,.3)}.gurtkyImageContainer{flex:1 1;display:flex;align-items:center;justify-content:center;padding:5px;min-height:240px}.gurtkyContent{flex:2 1;padding:1.2rem;display:flex;flex-direction:column;gap:.2rem}.gurtkyName{font-size:1.5rem;font-weight:700;color:#2c3e50}.gurtkyList{list-style:none;padding-left:1rem;margin:.5rem 0}.gurtkyListItem{position:relative;padding-left:1.2rem;color:#ff7a00;font-weight:500}.gurtkyListItem:before{content:"";position:absolute;left:0;top:.4rem;width:.5rem;height:.5rem;background-color:orange;border-radius:50%}.gurtkyDividerLine{height:2px;background:linear-gradient(90deg,orange,transparent);margin:1rem 0;border-radius:1px}.gurtkyTeacher{font-size:1rem;color:#666;font-style:italic}.gurtkyClassrom{font-size:.95rem;color:#999}.gurtkyDescription{font-size:1rem;color:#333;line-height:1.4}.modalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modalContent{background-color:white;border-radius:1rem;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.modalCloseButton{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.8);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease}.modalCloseButton:hover{background:white;transform:rotate(90deg)}.modalCloseButton svg{width:20px;height:20px;color:var(--dark)}.modalGallery{width:100%;height:350px;overflow:hidden;position:relative}.modalGallery img{width:100%;height:100%;object-fit:cover;display:none}.modalGallery img.active{display:block;animation:fadeIn .5s ease}.modalTextContent{padding:2rem}.modalHeader{margin-bottom:1.5rem}.modalHeader h2{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 1rem}.modalMeta{display:flex;gap:1.5rem;flex-wrap:wrap}.metaItem{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--dark)}.metaItem svg{width:18px;height:18px;color:var(--primary)}.modalDescription{margin-top:2rem}.modalDescription h3{font-size:1.5rem;font-weight:600;color:var(--dark);margin:0 0 1rem;position:relative;padding-bottom:.5rem}.modalDescription h3:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:3px}.modalDescription p{font-size:1rem;line-height:1.7;color:var(--dark);white-space:pre-line}.emptyState,.errorState,.loadingState{padding:3rem;color:var(--dark)}.spinner{width:50px;height:50px;border:5px solid var(--gray-light);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.errorState button{background:var(--primary);padding:.5rem 1.5rem;transition:all .3s ease}.errorState button:hover{background:var(--primary-light)}@media (max-width:768px){.gurtkyContainer{grid-template-columns:1fr}.modalGallery{height:250px}.modalTextContent{padding:1.5rem}}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background-color:purple;font-family:Geologica,sans-serif;overflow-x:hidden}.footer-colomn{justify-content:space-between;align-items:flex-start;width:100%;max-width:1200px}.footer-colomn,.logo-footer{display:flex;margin-bottom:20px}.logo-footer{justify-content:center;align-items:center;width:auto;max-width:200px;height:auto}.logo-footer img{max-width:100%;height:auto;object-fit:contain}.info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:20px;width:55%;margin-top:20px}.info-grid{display:flex;align-items:center;gap:10px;white-space:nowrap}.info-grid a{color:white;text-decoration:none;font-weight:700}.info-grid p{margin:0;color:white;font-weight:bolder;white-space:nowrap}.buttom{text-align:center;font-size:14px;color:white;margin-top:20px;font-weight:700}@media (max-width:768px){.footer-colomn{flex-direction:column;align-items:center;gap:20px}.logo-footer{max-width:150px}.info{align-items:center;text-align:center}.info-grid{justify-content:center}.info,.logo-footer{width:100%}}@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@400;500;700&display=swap");.nabir-wrapper{padding:2rem;font-family:Geologica,sans-serif;margin-right:50px;margin-left:50px}.nabir-h3{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:3rem;color:#1a202c;position:relative;padding-bottom:1rem}.nabir-h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,purple,orange);border-radius:2px}.nabirContainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.nabirCard{display:flex;flex-direction:column;background-color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;overflow:hidden;box-shadow:0 0 purple,5px 3px rgba(147,112,219,.7),10px 5px rgba(186,85,211,.5),15px 10px rgba(221,160,221,.4),20px 15px rgba(238,210,238,.3),25px 20px rgba(255,240,245,.1);animation:fadeIn .6s ease-out forwards;transform:translateY(20px);opacity:0;border:1px solid #eee;transition:transform .3s ease,box-shadow .3s ease;margin-bottom:30px}.nabirCard:hover{transform:scale(1.02);box-shadow:0 10px 30px rgba(255,165,0,.3)}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.top{display:flex;flex-direction:column}.nabirImageContainer{width:100%;height:270px;overflow:hidden;display:flex;align-items:center;justify-content:center}.nabirImageContainer img{transition:transform .5s ease}.nabirCard:hover .nabirImageContainer img{transform:scale(1.05)}.nabir-info{padding:1rem;display:flex;justify-content:space-between;align-items:center}.nabirName{font-size:1.3rem;font-weight:700;color:#2c3e50;margin:0}.nabirAmount{font-size:1.1rem;font-weight:600;color:#6b46c1;background-color:#f0e7ff;padding:.3rem .8rem;border-radius:1rem;margin:0}.nabirContent{padding:0 1.2rem 1.2rem}.nabirContent,.nabirList{display:flex;flex-direction:column;gap:.5rem}.nabirList{list-style:none;padding:0;margin:0}.nabirListItem{position:relative;padding-left:1.2rem;color:#4a5568;font-size:.95rem}.nabirListItem:before{content:"";position:absolute;left:0;top:.5rem;width:.5rem;height:.5rem;background-color:orange;border-radius:50%}.nabirDividerLine{height:2px;background:linear-gradient(90deg,orange,transparent);margin:.5rem 0;border-radius:1px}.nabirAuditory,.nabirRozklad,.nabirTeacher,.nabirVik{margin:0;font-size:.95rem;color:#4a5568}.nabirRozklad{margin-top:.5rem;padding-top:.5rem;border-top:1px dashed #e2e8f0}.call-btn{margin-top:auto;padding:0 1.2rem 1.2rem}.call-btn a{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:orange;color:white;padding:.8rem;border-radius:.5rem;text-decoration:none;font-weight:500;transition:background-color .3s ease}.call-btn a:hover{background-color:#ff7a19}.hiddenImage{display:none}.emptyState,.errorState,.loadingState{text-align:center;font-size:1.2rem;padding:2rem;color:#666}.loadingState .spinner{border:4px solid #f3f3f3;border-top-color:#6b46c1;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.errorState button{background-color:#6b46c1;color:white;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;margin-top:1rem}.errorState button:hover{background-color:#805ad5}@media (max-width:768px){.nabir-wrapper{margin-right:20px;margin-left:20px}.nabirContainer{grid-template-columns:1fr}.nabir-info{flex-direction:column;align-items:flex-start;gap:.5rem}}body{margin:0;overflow-x:hidden;background-image:url(/_next/static/media/Mask.7682e6ae.svg);display:flex}