.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}}@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@400;500;700&display=swap");.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%}}.loc-container{width:100%;padding:40px 20px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.loc-h3{text-align:center;font-size:36px;font-weight:600;margin-bottom:40px;font-family:Geologica,sans-serif;color:black;position:relative;padding-bottom:8px}.loc-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}.loc{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:10px;width:70vw}.map,.scheldue{flex:1 1 48%}.map{border-radius:20px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);width:39%}.scheldue{padding:20px;width:39%}.scheldue ul{list-style:none;padding:0;margin:0;font-size:16px;line-height:1.6;color:#333;font-family:Geologica,sans-serif}.scheldue ul>li{position:relative;padding-left:30px;margin-bottom:15px}.scheldue ul>li:before{content:"";position:absolute;left:0;top:8px;width:12px;height:12px;background-color:orange;border-radius:50%}#graphic{margin:0}#graphic,#graphic li{list-style:none;padding-left:0}#graphic li{margin-left:15px;margin-bottom:5px}#graphic li:before{content:none}@media (max-width:768px){.map,.scheldue{flex:1 1 100%}}@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@400;600&display=swap");.rozklad-wrapper{padding:10px;font-family:Geologica,sans-serif;display:flex;justify-content:center;align-items:center;height:100vh;text-align:center;flex-direction:column;margin:0}.rozklad-h3{font-size:36px;font-weight:600;margin-bottom:40px;color:black;position:relative;padding-bottom:12px}.rozklad-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}.rozklad-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1200px;width:100%;margin-top:20px}.rozklad-card{display:flex;flex-direction:column;align-items:center;padding:20px;transition:transform .3s ease,box-shadow .3s ease;max-width:350px;width:100%;box-sizing:border-box}.rozklad-card h3{margin-top:12px;font-size:18px;font-weight:500;text-align:center;color:#333}.rozklad-card:hover{transform:translateY(-8px)}.image-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.image-wrapper img{max-width:100%;max-height:300px;border-radius:8px;object-fit:contain;box-shadow:0 4px 12px rgba(0,0,0,.1)}.image-wrapper img,.modal{width:100%;height:100%;cursor:pointer}.modal{position:fixed;top:0;left:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;overflow:hidden}.modal-content{position:relative;max-width:90%;max-height:90%;width:100%;height:100%}.modal-content img{width:100%;height:100%;object-fit:contain;border-radius:8px}.modal-close{position:absolute;top:10px;right:10px;font-size:30px;font-weight:700;color:black;background-color:transparent;border:none;cursor:pointer;z-index:1001}body{margin:0;overflow-x:hidden;background-image:url(/_next/static/media/Mask.7682e6ae.svg)}.about,body{display:flex}.about{width:100vw;padding:40px 20px;box-sizing:border-box;flex-direction:column;align-items:center;font-family:Geologica,sans-serif;margin-bottom:0}.background-wrapper{background-image:url(/Головна.svg);background-size:cover;background-position:50%;background-repeat:no-repeat}.about img{width:100%;max-width:1400px;height:auto;object-fit:cover;margin-bottom:10px}.text1{max-width:900px;text-align:center;padding:20px 30px;border-radius:15px}.text1 h3{font-size:24px;font-weight:700;margin-bottom:5px;color:#222}.p-container p{font-size:16px;line-height:1.6;margin:0;color:#444}.facebook{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:2rem;background:rgba(255,255,255,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:1.5rem;box-shadow:0 8px 24px rgba(0,0,0,.1);font-family:Geologica,sans-serif;margin:2rem auto;box-sizing:border-box}.facebook h3{font-size:1.8rem;color:#1f1f1f;margin-bottom:0;font-weight:700}.facebook h5{font-size:1.2rem;color:#333;margin-top:0;font-weight:500}.facebook a{display:flex;justify-content:center;align-items:center;transition:transform .3s ease;border-radius:50%}.facebook a:hover{transform:scale(1.05)}.facebook img{width:100px;height:100px;object-fit:contain;border-radius:50%;background-color:rgba(255,255,255,.4);padding:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.facebook p{font-size:1rem;color:#222;max-width:600px;line-height:1.4}@media (max-width:600px){body{background-size:cover;background-position:50%;background-attachment:fixed;overflow-x:hidden}.header{padding:.5rem 1rem}.about{padding:.8rem;width:100%}.about img{height:auto;width:100%;margin-bottom:.5rem}.text1{padding:.8rem;margin:0}.text1 h3{font-size:1.3rem;margin-bottom:.6rem}.p-container p{font-size:.9rem;line-height:1.5}.gurtky-wrapper{padding:.5rem}.gurtky-h3{font-size:1.4rem;margin-bottom:1rem}.gurtkyContainer{grid-template-columns:1fr;gap:1rem}.gurtkyCard{margin-bottom:.8rem}.events-wrapper{padding:.5rem}.events-h3{font-size:1.4rem}.location-wrapper{padding:.5rem}.facebook{width:calc(100% - 1rem);padding:1rem;margin:.8rem auto}.facebook h3{font-size:1.3rem}.facebook h5{font-size:1rem}.facebook a img{width:80px;height:80px}.facebook p{font-size:.9rem}.news-wrapper{padding:.5rem}.footer{padding:1rem .5rem}}@media (max-width:400px){.text1 h3{font-size:1.2rem}.p-container p{font-size:.85rem}.facebook h3{font-size:1.2rem}.facebook h5{font-size:.9rem}.facebook a img{width:70px;height:70px}}@media (max-width:600px) and (orientation:landscape){.about img{height:180px}.text1{padding:.6rem}.gurtkyContainer{grid-template-columns:repeat(2,1fr)}}