*{box-sizing:border-box;padding:0;margin:0}:root{--forest-green:#0ea5e9;--forest-green-light:#38bdf8;--forest-green-dark:#075985;--wood-brown:#f97316;--wood-brown-light:#fb923c;--wood-brown-dark:#c2410c;--earth-brown:#7c2d12;--moss-green:#10b981;--sage-green:#6ee7b7;--cream:#f0f9ff;--light-cream:#fff;--text-dark:#0f172a;--text-light:#fff}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,var(--light-cream) 0,var(--cream) 100%);background-attachment:fixed;color:var(--text-dark);line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:all .3s ease;padding:1rem 0}.navigation.scrolled{background:rgba(11,18,32,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.1)}.nav-content{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.nav-link{color:var(--text-light);font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.navigation.scrolled .nav-link{text-shadow:none}.nav-link:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.site-corner-portrait{position:fixed;top:.35rem;left:1rem;z-index:1001;width:64px;height:64px;border-radius:50%;overflow:hidden;border:3px solid hsla(0,0%,100%,.9);box-shadow:0 4px 12px rgba(0,0,0,.3)}.site-corner-portrait-image{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:768px){.nav-content{gap:1rem}.nav-link{font-size:.9rem;padding:.4rem .8rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:url(/фон.jpg) 50%/cover no-repeat;position:relative;overflow:hidden;padding-top:80px}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.35);pointer-events:none}.hero-content{text-align:center;z-index:1;position:relative}.hero-title{font-size:4rem;font-weight:700;color:var(--text-light);margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);letter-spacing:2px}.hero-subtitle{font-size:1.5rem;color:var(--sage-green);font-weight:300;text-shadow:1px 1px 2px rgba(0,0,0,.3)}section{padding:80px 0}.section-title{font-size:2.5rem;color:var(--forest-green);text-align:center;margin-bottom:3rem;position:relative;font-weight:600}.section-title:after{content:"";display:block;width:80px;height:3px;background:var(--moss-green);margin:1rem auto 0;border-radius:2px}.about{background:var(--light-cream)}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2);border:5px solid var(--moss-green)}.about-image{width:100%;height:auto;object-fit:cover;display:block}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-description{font-size:1.1rem;line-height:1.8;color:var(--text-dark)}.services{background:linear-gradient(180deg,var(--cream) 0,var(--light-cream) 100%)}.services-grid{display:grid;grid-gap:2rem;gap:2rem}.services-grid-top{grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.services-grid-bottom{grid-template-columns:repeat(2,1fr);max-width:66.666%;margin-left:auto;margin-right:auto}.service-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:box-shadow .3s ease;border:2px solid var(--sage-green);text-align:center}.service-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.12)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-title{font-size:1.2rem;color:var(--forest-green);margin-bottom:1rem;font-weight:600}.service-description{color:var(--text-dark);font-size:.95rem;line-height:1.6}.education{background:var(--light-cream)}.education-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:800px;margin:0 auto}.education-item{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.1);text-align:center;border:2px solid var(--wood-brown)}.education-school{font-size:1.5rem;color:var(--forest-green);margin-bottom:1rem;font-weight:600}.education-teacher{font-size:1.1rem;color:var(--wood-brown-dark);font-style:italic}.certificates{background:var(--light-cream)}.certificates-year-group{margin-bottom:3rem}.certificates-year-group:last-child{margin-bottom:0}.certificates-year-title{font-size:1.8rem;color:var(--forest-green);margin-bottom:2rem;text-align:center;font-weight:600;position:relative;padding-bottom:1rem}.certificates-year-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:2px;background:var(--moss-green);border-radius:2px}.certificates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.certificate-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:2px solid var(--sage-green);cursor:pointer}.certificate-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.certificate-image-wrapper{position:relative;width:100%;min-height:300px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--cream)}.certificate-image{width:100%;height:auto;object-fit:contain;transition:transform .3s ease}.certificate-card:hover .certificate-image{transform:scale(1.02)}.certificate-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;padding:2rem;cursor:pointer;animation:fadeIn .3s ease}.certificate-modal,.certificate-modal-content{display:flex;align-items:center;justify-content:center}.certificate-modal-content{position:relative;max-width:95vw;max-height:95vh;background:transparent;border-radius:10px;padding:0;cursor:default}.certificate-modal-close{position:fixed;top:20px;right:20px;width:50px;height:50px;border-radius:50%;background:rgba(37,99,235,.92);color:#fff;border:3px solid #fff;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;z-index:2001;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.3)}.certificate-modal-close:hover{background:var(--forest-green-dark);transform:scale(1.1)}.certificate-modal-nav{position:fixed;top:50%;transform:translateY(-50%);width:60px;height:60px;border-radius:50%;background:rgba(37,99,235,.8);color:#fff;border:3px solid #fff;font-size:2.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2001;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.3);-webkit-user-select:none;-moz-user-select:none;user-select:none}.certificate-modal-nav:hover{background:#2563eb;transform:translateY(-50%) scale(1.1)}.certificate-modal-prev{left:20px}.certificate-modal-next{right:20px}.certificate-modal-rotate{position:fixed;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;background:rgba(249,115,22,.92);color:#fff;border:3px solid #fff;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2001;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.3)}.certificate-modal-rotate:hover{background:var(--forest-green-dark);transform:scale(1.1) rotate(90deg)}.certificate-modal-image-wrapper{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;transform-origin:center center}.certificate-modal-image-wrapper[style*="rotate(270deg)"],.certificate-modal-image-wrapper[style*="rotate(90deg)"]{max-width:90vh;max-height:90vw}.certificate-modal-image{width:auto;height:auto;max-width:90vw;max-height:90vh;object-fit:contain;display:block;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.5)}.certificate-modal-image-wrapper.rotated,.certificate-modal-image-wrapper.rotated .certificate-modal-image{max-width:90vh;max-height:90vw}@media (max-width:768px){.certificate-modal-image-wrapper{max-width:95vw;max-height:95vh}.certificate-modal-image-wrapper.rotated{max-width:95vh;max-height:95vw}.certificate-modal-image{max-width:95vw;max-height:95vh}.certificate-modal-image-wrapper.rotated .certificate-modal-image{max-width:95vh;max-height:95vw}}.certificate-modal-counter{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;z-index:2001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.testimonials{background:linear-gradient(180deg,var(--light-cream) 0,var(--cream) 100%);position:relative;overflow:hidden}.testimonials:before{top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(14,165,233,.15) 0,transparent 70%)}.testimonials:after,.testimonials:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.testimonials:after{bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(16,185,129,.12) 0,transparent 70%)}.testimonials .container{position:relative;z-index:1}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2.5rem;gap:2.5rem;max-width:1400px;margin:0 auto}.testimonial-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:2px solid var(--sage-green);cursor:pointer}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.testimonial-image{width:100%;height:auto;display:block;object-fit:cover}.testimonial-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;cursor:pointer;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.testimonial-modal-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:20px;padding:1.5rem;cursor:default;box-shadow:0 25px 50px rgba(0,0,0,.3),0 0 0 3px var(--sage-green);animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.testimonial-modal-close{position:absolute;top:-15px;right:-15px;width:45px;height:45px;border-radius:50%;background:var(--forest-green);color:#fff;border:3px solid #fff;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;z-index:2001;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.2)}.testimonial-modal-close:hover{background:var(--forest-green-dark);transform:scale(1.1) rotate(90deg)}.testimonial-modal-image{width:100%;height:auto;max-height:90vh;object-fit:contain;display:block;border-radius:12px}.contacts{background:linear-gradient(180deg,var(--light-cream) 0,var(--cream) 100%)}.contacts-content{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:600px;margin:0 auto}.contact-item{display:flex;align-items:center;gap:1rem;background:#fff;padding:1.5rem 2.5rem;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.1);border:2px solid var(--sage-green);width:100%;transition:transform .3s ease,box-shadow .3s ease}.contact-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.contact-label{min-width:120px}.contact-label,.contact-link{font-size:1.2rem;color:#000;font-weight:700}.contact-link{text-decoration:none;transition:opacity .3s ease}.contact-link:hover{opacity:.8}.footer{background:var(--forest-green-dark);color:var(--text-light);padding:2rem 0;text-align:center}.footer-text{font-size:.9rem;color:var(--sage-green)}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.about-content{gap:2rem}.about-content,.services-grid-bottom,.services-grid-top{grid-template-columns:1fr}.services-grid-bottom{max-width:100%;margin-left:0;margin-right:0}.education-content{grid-template-columns:1fr}.certificates-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.certificate-modal-content{max-width:98vw;max-height:98vh}.certificate-modal-close{top:10px;right:10px;width:40px;height:40px;font-size:1.5rem}.certificate-modal-nav{width:50px;height:50px;font-size:2rem}.certificate-modal-prev{left:10px}.certificate-modal-next{right:10px}.certificate-modal-rotate{bottom:10px;right:10px;width:40px;height:40px;font-size:1.5rem}.certificate-modal-image{max-width:95vw;max-height:95vh}.certificate-modal-counter{bottom:10px;font-size:.8rem;padding:.4rem .8rem}.testimonials-grid{grid-template-columns:1fr;gap:2rem}.contacts-content{gap:1.5rem}.contact-item{flex-direction:column;text-align:center;padding:1.5rem}.contact-label{min-width:auto;margin-bottom:.5rem}.testimonial-modal-content{max-width:95vw;padding:.5rem}.testimonial-modal-close{top:-5px;right:-5px;width:35px;height:35px;font-size:1.5rem}}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;background:linear-gradient(180deg,var(--light-cream) 0,var(--cream) 100%)}.error-content{max-width:600px}.error-title{font-size:4rem;font-weight:700}.error-subtitle,.error-title{margin-bottom:1rem;color:var(--forest-green)}.error-subtitle{font-size:2rem;font-weight:600}.error-message{font-size:1.2rem;margin-bottom:2rem;color:var(--text-dark);line-height:1.6}.error-button{display:inline-block;padding:.75rem 1.5rem;background-color:var(--forest-green);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;text-decoration:none;transition:background-color .3s ease,transform .2s ease;font-weight:500}.error-button:hover{background-color:var(--forest-green-dark);transform:translateY(-2px)}@media (max-width:768px){.error-title{font-size:3rem}.error-subtitle{font-size:1.5rem}.error-message{font-size:1rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}section{padding:60px 0}.education-item,.service-card{padding:1.5rem}}