*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#f4f4f4;}
.container{max-width:1200px;margin:0 auto;padding:0 20px;}
header{background:linear-gradient(135deg,#2c5530 0%,#3e7848 100%);color:#fff;padding:2rem 0;text-align:center;}
header .container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;}
.header-text{display:flex;flex-direction:column;align-items:center;gap:.5rem;}
@media(min-width:768px){header .container{flex-direction:row;}header .container h1{margin:0;}.header-text{align-items:flex-start;}}
.logo{max-width:200px;height:auto;margin-bottom:1rem;}
h1{font-size:2.5rem;margin-bottom:.5rem;}
.subtitle{font-size:1.2rem;opacity:.9;}
section{background:#fff;margin:2rem 0;padding:2rem;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);}
h2{color:#2c5530;margin-bottom:1rem;font-size:2rem;position:relative;}
h2::after{content:'';position:absolute;left:0;bottom:-5px;width:50px;height:4px;background:#2c5530;transition:width .3s;}
h2:hover::after{width:100px;}
.info-item{background:#f8f9fa;padding:1.5rem;border-radius:6px;border-left:4px solid #2c5530;transition:background .3s,transform .3s,box-shadow .3s;}
.info-item:hover{background:#e2e6ea;transform:translateY(-3px);box-shadow:0 4px 15px rgba(0,0,0,.2);}
.info-item h3{color:#2c5530;margin-bottom:.5rem;}
.about-content{display:flex;flex-direction:column;gap:1rem;}
@media(min-width:768px){.about-content{flex-direction:row;align-items:center;}}
.activity-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-top:2rem;}
.activity-gallery img{width:100%;height:250px;object-fit:cover;border-radius:6px;}
.legal-info{background:#f8f9fa;padding:1.5rem;border-radius:6px;margin-top:1.5rem;font-size:.9rem;color:#555;}
.contacts{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;}
.contact-card{text-align:center;background:#f8f9fa;padding:2rem;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1);}
.contact-image{width:150px;height:150px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:4px solid #2c5530;}
.contact-card h3{color:#2c5530;margin-bottom:.5rem;}
.contact-card p{margin-bottom:.5rem;}
.contact-card a{color:#2c5530;text-decoration:none;font-weight:bold;}
.contact-card a:hover{text-decoration:underline;}
footer{background:#2c5530;color:#fff;text-align:center;padding:1rem 0;margin-top:2rem;}
@media(max-width:768px){h1{font-size:2rem;}.logo{max-width:250px;}.contacts{grid-template-columns:1fr;}}
.unit-card{display:flex;flex-direction:column;padding-left:1.5rem;margin-top:1.5rem;gap:1rem;}
.unit-main{display:flex;align-items:center;gap:1rem;}
.unit-text{flex:1;}
.unit-logo{max-width:100px;max-height:100px;object-fit:contain;flex-shrink:0;border:3px solid #2c5530;border-radius:4px;}
.unit-photo{display:flex;flex-wrap:wrap;gap:0.5rem;justify-content:center;}
.unit-photo img{width:100%;height:auto;border-radius:6px;max-width:500px;}
.unit-card a{color:#2c5530;}
.unit-card a:hover{text-decoration:underline;}




