.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}}.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");@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.news-wrapper{width:100%;padding:2rem 1rem;box-sizing:border-box;font-family:Geologica,sans-serif}.news-h3{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:4rem;color:#1a202c;position:relative;padding-bottom:1rem}.news-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}.newsContainer{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;max-width:1100px;margin:0 auto;padding:1rem}.newsCard{cursor:pointer;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.newsCard:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.newsImageContainer{height:250px;background-size:cover;background-position:50%;position:relative}.newsImageContainer:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.3))}.hiddenImage{display:none}.newsContent{padding:1.8rem}.newsTitle{font-size:1.6rem;margin-bottom:.8rem;color:#2d3748;font-weight:600;line-height:1.3}.newsShortDescription{color:#4a5568;margin-bottom:1.2rem;line-height:1.6;font-size:1.05rem}.newsDate{color:#718096;font-size:.95rem;margin-top:1.2rem;display:flex;align-items:center;gap:.5rem}.emptyState,.loadingState{color:#4a5568;animation:pulse 1.5s ease-in-out infinite}.emptyState,.errorState,.loadingState{text-align:center;padding:3rem;font-size:1.3rem}.errorState{color:#e53e3e}.emptyState:before{content:"📰";display:block;font-size:2rem;margin-bottom:1rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.newsContainer{grid-template-columns:1fr}.newsImageContainer{height:200px}.newsContent{padding:1.4rem}.newsTitle{font-size:1.4rem}.newsShortDescription{font-size:1rem}}body{margin:0;overflow-x:hidden;background-image:url(/_next/static/media/Mask.7682e6ae.svg);display:flex}.news-pagination{display:flex;justify-content:center;align-items:center;gap:.75rem;margin:3rem 0;font-family:Geologica,sans-serif}.news-pagination-pages{display:flex;gap:.5rem}.news-pagination-button{width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;font-size:1.1rem;font-weight:600;color:white;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(128,0,128,.6),rgba(255,165,0,.6));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 12px rgba(255,165,0,.2);transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.2)}.news-pagination-button:hover:not(.disabled){background:linear-gradient(135deg,rgba(147,51,234,.7),rgba(255,140,0,.7));transform:scale(1.05);box-shadow:0 6px 18px rgba(255,165,0,.3)}.news-pagination-button.active{background:linear-gradient(135deg,rgba(186,85,211,.9),rgba(255,140,0,.9));color:#fff;font-weight:600;box-shadow:0 4px 14px rgba(186,85,211,.5)}.news-pagination-button.active:hover{background:linear-gradient(135deg,rgba(153,50,204,.9),rgba(255,140,0,.9))}.news-pagination-button.disabled{opacity:.4;cursor:not-allowed;background:linear-gradient(135deg,rgba(128,0,128,.45),rgba(255,165,0,.45));color:#f3e8ff;text-shadow:none;box-shadow:none}@media (max-width:768px){.news-pagination-button{width:42px;height:42px;font-size:.9rem}}