.header{z-index:1000;background-color:#1f1f1f;justify-content:space-between;align-items:center;padding:10px 40px;display:flex}.header__logo img{filter:invert();height:12px;transition:transform .2s}.header__logo img.logo-white{filter:none}.header__logo:hover img{animation:.4s glitch}.header__nav{gap:30px;display:flex}.header__nav a{color:#fff;font-family:EuropeExt;font-size:12px;text-decoration:none;transition:all .2s}.header__nav a:hover{color:#c1c1c1}.contact-btn:hover{background-color:#353535}.burger{cursor:pointer;flex-direction:column;gap:4px;display:none}.burger span{background:#fff;width:20px;height:2px;transition:all .3s}.burger.active span:first-child{transform:rotate(45deg)translate(4px,4px)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}@media (width<=768px){.header{padding:10px 20px}.header__nav{z-index:1000;background:#1f1f1f;flex-direction:column;width:100%;padding:20px;transition:all .3s;position:absolute;top:35px;left:0;transform:translateY(-200%)}.header__nav.open{transform:translateY(0)}.burger{display:flex}}.footer{color:#fff;background-color:#1f1f1f;padding:40px 40px 20px;font-family:EuropeExt}.footer__container{flex-wrap:wrap;justify-content:space-between;gap:40px;margin:0 auto;display:flex}.footer__left h3{margin:0;font-size:18px}.footer__left p{opacity:.7;font-size:12px}.footer__nav{flex-direction:column;gap:10px;display:flex}.footer__nav a{color:#fff;font-size:12px;text-decoration:none;transition:all .2s}.footer__nav a:hover{color:#c1c1c1}.footer__contact{flex-direction:column;gap:10px;font-family:Arial;display:flex}.footer__contact p{opacity:.8;font-size:12px}.footer__contact button{color:#fff;cursor:pointer;background-color:#4e4e4e;border:none;border-radius:4px;padding:8px 20px;transition:all .2s}.footer__contact button:hover{background-color:#353535}.footer__bottom{opacity:.6;border-top:1px solid #333;justify-content:space-between;align-items:center;margin-top:30px;padding-top:15px;font-size:10px;display:flex}.footer__logo img{filter:invert();height:35px;transition:transform .2s}.footer__logo:hover img{animation:.4s glitch}@media (width<=768px){.footer__container{text-align:center;flex-direction:column;align-items:center}}.page-loader{opacity:0;visibility:hidden;pointer-events:none;z-index:9999;background:#0b0b0b;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.page-loader.active{opacity:1;visibility:visible;pointer-events:all}.page-loader__logo{filter:invert();width:140px;animation:1.2s ease-in-out infinite fadePulse}@keyframes fadePulse{0%{opacity:.2;transform:scale(.98)}50%{opacity:1;transform:scale(1.05)}to{opacity:.2;transform:scale(.98)}}.atlas-gallery{color:#fff;background:#0b0b0b;padding:120px 40px;font-family:EuropeExt}.atlas-gallery__title{margin-bottom:40px;font-family:EuropeExt;font-size:42px}.atlas-gallery__grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.atlas-gallery__item{cursor:pointer;border:1px solid #ffffff14;transition:all .3s;position:relative;overflow:hidden}.atlas-gallery__item:hover{border-color:#ffffff40;transform:scale(1.02)}.atlas-gallery__item img,.atlas-gallery__item video{object-fit:cover;width:100%;height:260px;display:block}.atlas-gallery__modal{z-index:9999;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.atlas-gallery__modal-content{max-width:80%;max-height:80%}.atlas-gallery__modal-content img,.atlas-gallery__modal-content video{object-fit:contain;width:100%;height:100%}.video-badge{color:#fff;z-index:2;backdrop-filter:blur(6px);background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;display:flex;position:absolute;top:12px;right:12px}@media (width<=900px){.atlas-gallery__grid{grid-template-columns:1fr}.atlas-gallery__item img,.atlas-gallery__item video{height:200px}.atlas-gallery{padding:80px 20px}.atlas-gallery__title{font-size:28px}}
