:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;font-weight:400;color:#1e293b;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:#1e293b}.logo-icon{color:#2563eb;font-size:1.5rem}.nav{display:flex;gap:.5rem}.nav button{background:none;border:none;padding:.5rem 1rem;font-size:.95rem;color:#475569;cursor:pointer;border-radius:8px;transition:all .2s ease;font-family:inherit}.nav button:hover{background:#f1f5f9;color:#2563eb}.header-phone{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#1e293b;font-weight:600;padding:.5rem 1rem;background:#2563eb;color:#fff;border-radius:8px;transition:all .2s ease}.header-phone:hover{background:#1d4ed8;transform:translateY(-1px)}.phone-icon{font-size:1rem}.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0}.burger span{display:block;width:100%;height:3px;background:#1e293b;border-radius:2px;transition:all .3s ease}.burger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:900px){.burger{display:flex}.nav{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 10px 20px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav.active{transform:translateY(0);opacity:1;visibility:visible}.nav button{padding:1rem;text-align:left;font-size:1rem}.header-phone .phone-number{display:none}.header-phone{width:42px;height:42px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center}}@media(max-width:480px){.header-container{padding:.75rem 1rem}.logo{font-size:1rem}.logo-icon{font-size:1.25rem}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding-top:80px}.hero-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3rem;font-weight:700;color:#0f172a;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:#475569;line-height:1.7;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.btn-primary{padding:1rem 2rem;background:#2563eb;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 30px #2563eb4d}.btn-secondary{padding:1rem 2rem;background:#fff;color:#1e293b;border:2px solid #e2e8f0;border-radius:12px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .2s ease}.btn-secondary:hover{border-color:#2563eb;color:#2563eb}.hero-features{display:flex;gap:2rem;flex-wrap:wrap}.feature{display:flex;align-items:center;gap:.5rem;color:#475569}.feature-icon{color:#22c55e;font-weight:700}.hero-image{display:flex;justify-content:center;align-items:center}.hero-img{width:100%;max-width:500px;aspect-ratio:3/4;object-fit:cover;border-radius:24px;box-shadow:0 25px 50px #0003}@media(max-width:900px){.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.1rem}.hero-actions,.hero-features{justify-content:center}.hero-image{order:-1}.hero-img{max-width:350px}}@media(max-width:480px){.hero{padding-top:70px}.hero-container{padding:2rem 1rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%;text-align:center}.hero-features{flex-direction:column;gap:.75rem}.hero-img{max-width:280px}}.services{padding:6rem 0;background:#fff}.services-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card{background:#f8fafc;border-radius:16px;padding:2rem;transition:all .3s ease;border:1px solid transparent}.service-card:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 40px #00000014;transform:translateY(-4px)}.service-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.service-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.service-description{font-size:.95rem;color:#64748b;line-height:1.6}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.services{padding:4rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.service-card{padding:1.5rem}.service-icon{font-size:2rem}.service-title{font-size:1rem}.service-description{font-size:.9rem}}@media(max-width:480px){.services{padding:3rem 0}.services-container{padding:0 1rem}.section-header{margin-bottom:2rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr}.service-card{padding:1.25rem}}.gallery{padding:6rem 0;background:#f8fafc}.gallery-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.gallery-item{position:relative;aspect-ratio:4/3;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 10px 30px #00000026}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 50%);display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-title{color:#fff;font-size:.9rem;font-weight:500}.gallery-zoom{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);font-size:2rem;transition:transform .3s ease}.gallery-item:hover .gallery-zoom{transform:translate(-50%,-50%) scale(1)}.lightbox{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:50px;height:50px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.lightbox-close:hover{background:#fff3}.lightbox-content{max-width:90vw;max-height:85vh;display:flex;flex-direction:column;align-items:center}.lightbox-content img{max-width:100%;max-height:75vh;object-fit:contain;border-radius:8px}.lightbox-title{color:#fff;font-size:1.1rem;margin-top:1rem;text-align:center}@media(max-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.gallery{padding:4rem 0}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.gallery-item{border-radius:8px}.gallery-overlay{opacity:1;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 40%)}.gallery-zoom{display:none}.gallery-title{font-size:.8rem}.lightbox{padding:1rem}.lightbox-close{top:1rem;right:1rem;width:40px;height:40px;font-size:1.5rem}}@media(max-width:480px){.gallery{padding:3rem 0}.gallery-container{padding:0 1rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.gallery-item{aspect-ratio:1}.gallery-title{font-size:.75rem}}.works{padding:6rem 0;background:#f8fafc}.works-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.works-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.works-category{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000000d}.category-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #2563eb}.works-list{list-style:none;padding:0;margin:0}.work-item{display:flex;gap:.75rem;padding:.75rem 0;color:#475569;font-size:.95rem;line-height:1.5;border-bottom:1px solid #f1f5f9}.work-item:last-child{border-bottom:none}.work-bullet{color:#2563eb;font-weight:700;flex-shrink:0}@media(max-width:900px){.works-grid{grid-template-columns:1fr}}@media(max-width:768px){.works{padding:4rem 0}.works-category{padding:1.5rem}.category-title{font-size:1.1rem}.work-item{font-size:.9rem;padding:.5rem 0}}@media(max-width:480px){.works{padding:3rem 0}.works-container{padding:0 1rem}.works-category{padding:1.25rem}.category-title{font-size:1rem;margin-bottom:1rem;padding-bottom:.75rem}.work-item{font-size:.85rem}}.about{padding:6rem 0;background:#fff}.about-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content .section-title{text-align:left;margin-bottom:1.5rem}.about-text{font-size:1.1rem;color:#475569;line-height:1.8;margin-bottom:1.5rem}.about-features{display:flex;gap:3rem;margin-top:2.5rem}.about-feature{text-align:center}.feature-number{font-size:2.5rem;font-weight:700;color:#2563eb;line-height:1}.feature-label{font-size:.95rem;color:#64748b;margin-top:.5rem}.about-img{width:100%;max-width:450px;aspect-ratio:3/4;object-fit:cover;border-radius:24px;box-shadow:0 20px 40px #00000026;margin:0 auto;display:block}@media(max-width:900px){.about-container{grid-template-columns:1fr;gap:2rem}.about-content .section-title,.about-text{text-align:center}.about-features{justify-content:center}.about-image{order:-1}.about-img{max-width:300px}}@media(max-width:768px){.about{padding:4rem 0}.about-text{font-size:1rem}.about-features{gap:2rem}.feature-number{font-size:2rem}.feature-label{font-size:.85rem}}@media(max-width:480px){.about{padding:3rem 0}.about-container{padding:0 1rem}.about-features{flex-direction:column;gap:1.5rem}.about-img{max-width:200px}}.contacts{padding:6rem 0;background:linear-gradient(135deg,#1e293b,#0f172a)}.contacts-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.contacts .section-title{color:#fff}.contacts .section-subtitle{color:#94a3b8}.contacts-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem}.contact-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.contact-card-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.contact-item{display:flex;gap:1rem;margin-bottom:1.5rem}.contact-icon{font-size:1.5rem;width:50px;height:50px;background:#2563eb33;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info{display:flex;flex-direction:column;gap:.25rem}.contact-label{font-size:.85rem;color:#94a3b8}.contact-value{font-size:1.1rem;color:#fff;font-weight:500}.contact-value.phone{text-decoration:none;color:#60a5fa;font-size:1.25rem;font-weight:600}.contact-value.phone:hover{color:#93c5fd}.contact-cta{display:block;width:100%;padding:1rem;background:#2563eb;color:#fff;text-decoration:none;text-align:center;border-radius:12px;font-weight:600;font-size:1rem;transition:all .2s ease;margin-top:1rem}.contact-cta:hover{background:#1d4ed8;transform:translateY(-2px)}.requisites-list{display:flex;flex-direction:column;gap:.75rem}.requisite-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.requisite-item:last-child{border-bottom:none}.requisite-label{font-size:.9rem;color:#94a3b8}.requisite-value{font-size:.95rem;color:#fff;font-family:SF Mono,Monaco,Inconsolata,monospace}.bank-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.bank-title{font-size:1rem;color:#94a3b8;margin-bottom:1rem;font-weight:500}@media(max-width:900px){.contacts-grid{grid-template-columns:1fr}}@media(max-width:768px){.contacts{padding:4rem 0}.contact-card{padding:1.5rem}.requisite-item{flex-direction:column;align-items:flex-start;gap:.25rem}}@media(max-width:480px){.contacts{padding:3rem 0}.contacts-container{padding:0 1rem}.contact-card{padding:1.25rem}.contact-card-title{font-size:1.1rem}.contact-icon{width:40px;height:40px;font-size:1.25rem}.contact-value.phone{font-size:1.1rem}.requisite-value{font-size:.85rem}}.footer{background:#0f172a;padding:4rem 0 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo .logo-icon{color:#2563eb;font-size:1.5rem}.footer-logo .logo-text{font-size:1.25rem;font-weight:700;color:#fff}.footer-description{color:#94a3b8;line-height:1.7;max-width:300px}.footer-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1.25rem}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{color:#94a3b8;padding:.4rem 0;font-size:.95rem}.footer-phone{display:block;color:#60a5fa;text-decoration:none;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-phone:hover{color:#93c5fd}.footer-name,.footer-inn{color:#94a3b8;font-size:.9rem;margin-bottom:.5rem}.footer-bottom{padding:1.5rem 0;text-align:center}.footer-bottom p{color:#64748b;font-size:.9rem}@media(max-width:900px){.footer-main{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1;text-align:center}.footer-logo{justify-content:center}.footer-description{max-width:none}}@media(max-width:600px){.footer{padding:3rem 0 0}.footer-main{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-links,.footer-contact{text-align:center}}@media(max-width:480px){.footer-container{padding:0 1rem}.footer-main{padding-bottom:2rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:#1e293b;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{line-height:1.2}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{background:#2563eb;color:#fff}
