*{margin:0;padding:0;box-sizing:border-box}:root{--green-primary: #4CAF50;--green-dark: #2E7D32;--green-light: #81C784;--yellow-accent: #FFC107;--white: #FFFFFF;--gray-light: #F5F5F5;--gray-medium: #9E9E9E;--gray-dark: #616161;--black: #212121}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#212121;background-color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.container{padding:0 16px}}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.navbar-header{position:fixed;top:0;left:0;right:0;background:var(--white);box-shadow:0 2px 20px #00000014;z-index:1000}.navbar-header .container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar-content{display:flex;align-items:center;justify-content:space-between;padding:12px 0;gap:20px}.navbar-logo{flex-shrink:0}.navbar-logo img{height:55px;width:auto}.navbar-nav{flex:1;display:flex;justify-content:center}.navbar-list{display:flex;gap:24px;list-style:none;margin:0;padding:0}.navbar-item{position:relative}.navbar-link{display:flex;align-items:center;gap:4px;padding:10px 14px;color:#212121!important;font-size:13px;font-weight:500;border-radius:8px;transition:all .2s;white-space:nowrap}.navbar-link:hover{color:var(--green-primary)!important;background:#4caf5014}.navbar-link.active{color:var(--green-primary)!important;position:relative}.navbar-link.active:after{content:"";position:absolute;bottom:4px;left:14px;right:14px;height:2px;background:var(--green-primary);border-radius:2px}.dropdown-icon{display:flex;transition:transform .2s}.dropdown-icon svg{width:14px;height:14px}.navbar-item.has-dropdown:hover .dropdown-icon{transform:rotate(180deg)}.navbar-submenu-bar{background:var(--gray-light);border-top:1px solid rgba(0,0,0,.05);padding:0}.navbar-submenu-bar .container{max-width:1200px;margin:0 auto;padding:0 20px}.submenu-links{display:flex;gap:32px;padding:14px 0}.submenu-link{color:#616161;font-size:14px;font-weight:500;transition:color .2s;white-space:nowrap}.submenu-link:hover{color:var(--green-primary)}.page-sidebar{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:100;padding:16px}.sidebar-nav{background:var(--white);border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:16px 0;min-width:200px}.sidebar-list{list-style:none;margin:0;padding:0}.sidebar-link{display:block;padding:12px 24px;color:#616161;font-size:14px;font-weight:500;border-left:3px solid transparent;transition:all .2s}.sidebar-link:hover{color:var(--green-primary);background:#4caf500d}.sidebar-link.active{color:var(--green-primary);background:#4caf5014;border-left-color:var(--green-primary)}.navbar-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.mobile-menu-btn{display:none;width:44px;height:44px;border:none;background:var(--gray-light);border-radius:8px;cursor:pointer;align-items:center;justify-content:center;flex-shrink:0}.mobile-menu-btn svg{width:24px;height:24px;color:#212121}@media (max-width: 1024px){.navbar-list{gap:4px}.navbar-link{padding:10px;font-size:12px}.page-sidebar{display:none}}@media (max-width: 900px){.navbar-header .container{padding:0 16px}.navbar-content{padding:8px 0}.navbar-logo img{height:45px}.navbar-nav{display:none!important;position:absolute;top:100%;left:0;right:0;background:var(--white);box-shadow:0 4px 20px #0000001a;padding:0;z-index:1000;flex:none}.navbar-nav.nav-open{display:block!important}.navbar-nav.nav-open .navbar-list,.navbar-nav .navbar-list{flex-direction:column;gap:0;padding:8px 0}.navbar-nav.nav-open .navbar-list .navbar-link,.navbar-nav .navbar-list .navbar-link{padding:14px 20px;border-bottom:1px solid var(--gray-light);display:block;font-size:15px;border-radius:0}.navbar-nav.nav-open .navbar-list li:last-child .navbar-link{border-bottom:none}.mobile-menu-btn{display:flex!important;align-items:center;justify-content:center}.navbar-submenu-bar,.page-sidebar,.dropdown-icon{display:none}}@media (max-width: 768px){.navbar-content{padding:10px 0}.navbar-logo img{height:45px}}.footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-links{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}.footer-column h4 a{color:var(--white);transition:color .2s}.footer-column h4 a:hover{color:var(--green-light)}.footer-column ul{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.footer-partners{display:flex;justify-content:center;align-items:center;gap:40px;padding:30px 0;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.partner-logo-link{display:flex;align-items:center;justify-content:center;transition:opacity .2s}.partner-logo-link:hover{opacity:.8}.footer-partners{display:flex;justify-content:center;align-items:center;gap:60px;padding:40px 0;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.partner-logo-link{display:flex;align-items:center;justify-content:center;transition:all .3s ease}.partner-footer-logo{height:48px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.4;transition:all .3s ease}.partner-logo-link:hover .partner-footer-logo{opacity:1;filter:none;transform:scale(1.1)}@media (max-width: 1200px){.footer-links{grid-template-columns:repeat(3,1fr);gap:24px 32px}}@media (max-width: 900px){.footer-main{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 768px){.footer{padding:40px 0 0}.footer-main{padding-bottom:32px}.footer-logo{height:40px}.footer-links{grid-template-columns:1fr;gap:24px}.footer-column h4{font-size:14px;margin-bottom:12px}.footer-column a{font-size:13px}.footer-bottom{flex-direction:column;gap:16px;text-align:center;padding:20px 0}.footer-bottom p{font-size:12px}}.design3{min-height:100vh;background-color:var(--white)}.hero{position:relative;height:100vh;display:flex;align-items:center;background:var(--white);overflow:hidden;padding-top:80px}.hero-video-container{position:absolute;top:0;left:0;right:0;bottom:-1px;overflow:hidden;z-index:1}.hero-video{position:absolute;top:-2%;left:-2%;width:104%;height:104%;object-fit:cover;transform:scale(1.5);transform-origin:center center}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:-1px;background:linear-gradient(to bottom,#0006,#0000001a,#0006);z-index:2}.hero-content{position:relative;max-width:800px;color:var(--white);padding:60px 0;z-index:3}.hero-badge{display:inline-block;padding:8px 20px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:13px;font-weight:500;letter-spacing:.5px;margin-bottom:24px}.hero h1{font-size:56px;font-weight:800;line-height:1.1;margin-bottom:16px}.hero-subtitle{font-size:20px;font-weight:500;opacity:.9;margin-bottom:24px}.design3 .hero .hero-description{font-size:17px;line-height:1.7;opacity:1;color:#212121!important;margin-bottom:40px;max-width:600px}.hero-buttons{display:flex;gap:16px}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);color:var(--yellow-accent);z-index:5;animation:bounce 2s infinite;cursor:pointer;opacity:.8;transition:opacity .3s}.scroll-indicator:hover{opacity:1}.scroll-indicator svg{width:40px;height:40px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;font-size:15px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s;border:2px solid transparent}.btn-outline-light{background:transparent;border-color:#ffffff80;color:var(--white)}.btn-outline-light:hover{background:var(--white);border-color:var(--white);color:var(--green-dark)}.btn-full{width:100%}.statistics{margin-top:-60px;position:relative;z-index:10;padding-bottom:40px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);background:var(--white);border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:hidden}.stat-card{padding:40px 32px;text-align:center;border-right:1px solid var(--gray-light)}.stat-card:last-child{border-right:none}.stat-value{font-size:48px;font-weight:800;color:var(--green-primary);line-height:1;margin-bottom:8px}.stat-label{font-size:14px;color:#616161;text-transform:uppercase;letter-spacing:.5px}.section-header{text-align:center;margin-bottom:50px}.section-tag{display:inline-block;padding:6px 16px;background:#4caf501a;color:var(--green-primary);font-size:13px;font-weight:600;border-radius:50px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.section-header h2{font-size:40px;font-weight:800;color:#212121;margin-bottom:16px}.section-header p{font-size:18px;color:#616161;max-width:600px;margin:0 auto}.services{padding:100px 0;background:var(--gray-light)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:var(--white);border-radius:16px;padding:36px;transition:all .3s;border:1px solid transparent}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001a;border-color:var(--green-light)}.service-icon{width:72px;height:72px;background:linear-gradient(135deg,var(--green-light) 0%,var(--green-primary) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:var(--white)}.service-icon svg{width:36px;height:36px}.service-card h3{font-size:20px;font-weight:700;color:#212121;margin-bottom:12px}.service-card p{font-size:15px;color:#616161;line-height:1.6;margin-bottom:20px}.service-link{display:inline-flex;align-items:center;gap:8px;color:var(--green-primary);font-weight:600;font-size:14px;transition:gap .2s}.service-link:hover{gap:12px}.service-link svg{width:16px;height:16px}.about{padding:100px 0}.about-carousel{display:flex;align-items:center;gap:24px}.about-nav-btn{width:56px;height:56px;border:2px solid var(--gray-light);background:var(--white);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.about-nav-btn:hover{border-color:var(--green-primary);color:var(--green-primary)}.about-nav-btn svg{width:24px;height:24px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;flex:1}.about-image{position:relative}.about-image-container{width:100%;height:500px;border-radius:24px;display:flex;align-items:flex-end;justify-content:flex-start;padding:32px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.placeholder-about{background:linear-gradient(135deg,var(--green-primary) 0%,var(--green-dark) 100%)}.placeholder-about:before{content:"";position:absolute;top:0;right:0;width:60%;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='40' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E") repeat}.seminar-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.about-badge{display:none}.about-content{display:flex;flex-direction:column;align-items:flex-start}.about-content .section-tag{margin-bottom:20px}.about-content h2{font-size:36px;font-weight:800;color:#212121;line-height:1.2;margin-bottom:24px}.about-lead{font-size:17px;color:#616161;line-height:1.7;margin-bottom:32px}.about-list{margin-bottom:36px}.about-list li{display:flex;align-items:flex-start;gap:14px;padding:12px 0;font-size:15px;color:#616161}.check-icon{width:24px;height:24px;background:#4caf501a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--green-primary)}.check-icon svg{width:14px;height:14px}.seminar-format{font-size:16px;font-weight:600;color:var(--green-primary);margin-bottom:24px}.leadership{padding:100px 0;background:var(--gray-light)}.leadership-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.leader-card{background:var(--white);border-radius:20px;overflow:hidden;transition:all .3s}.leader-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001a}.leader-photo{padding:40px 40px 0}.placeholder-photo{width:160px;height:160px;margin:0 auto;background:linear-gradient(135deg,var(--green-light) 0%,var(--green-primary) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:64px;font-weight:700;color:var(--white)}.leader-info{padding:28px 32px 36px;text-align:center}.leader-position{display:inline-block;padding:4px 14px;background:#4caf501a;color:var(--green-primary);font-size:12px;font-weight:600;border-radius:50px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.leader-info h3{font-size:22px;font-weight:700;color:#212121;margin-bottom:8px}.leader-info p{font-size:14px;color:#616161;line-height:1.5}.news-section{padding:100px 0}.news-grid{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:20px;margin-bottom:-20px}.news-grid::-webkit-scrollbar{height:8px}.news-grid::-webkit-scrollbar-track{background:var(--gray-light);border-radius:4px}.news-grid::-webkit-scrollbar-thumb{background:var(--green-primary);border-radius:4px}.news-grid::-webkit-scrollbar-thumb:hover{background:var(--green-dark)}.news-card{display:block;flex:0 0 350px;min-width:350px;background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s;text-decoration:none;cursor:pointer;scroll-snap-align:start}.news-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.news-card-image{height:200px;overflow:hidden;position:relative}.news-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.news-card:hover .news-img{transform:scale(1.05)}.placeholder-news{width:100%;height:100%;background:linear-gradient(135deg,var(--green-light) 0%,var(--green-primary) 100%);display:flex;align-items:center;justify-content:center;color:var(--white)!important;font-size:18px;font-weight:600}.news-card-content{padding:24px;display:flex;flex-direction:column;flex:1}.news-category{display:inline-block;padding:6px 14px;background:var(--yellow-accent);color:#212121;font-size:12px;font-weight:600;border-radius:6px;text-transform:uppercase;margin-bottom:16px}.news-card-content h3{font-size:16px;font-weight:700;color:#212121;line-height:1.4;margin-bottom:16px;flex:1}.news-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.news-date{display:flex;align-items:center;gap:8px;font-size:13px;color:#9e9e9e}.news-date svg{width:16px;height:16px}.news-link{color:var(--green-primary);font-weight:600;font-size:14px;transition:text-decoration .2s}.news-card:hover .news-link{text-decoration:underline}.contact{padding:100px 0;background:var(--gray-light)}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}.contact-form-section .section-tag{margin-bottom:16px}.contact-form-section h2{font-size:36px;font-weight:800;color:#212121;margin-bottom:12px}.contact-form-section>p{font-size:16px;color:#616161;margin-bottom:36px}.contact-form{background:var(--white);padding:40px;border-radius:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:600;color:#212121;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 18px;border:2px solid var(--gray-light);border-radius:10px;font-size:15px;font-family:inherit;transition:border-color .2s;background:var(--white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--green-primary)}.form-group textarea{resize:vertical}.contact-info-section{display:flex;flex-direction:column;gap:24px;margin-top:180px}.contact-info-card{background:var(--white);border-radius:20px;padding:36px}.contact-info-card h3{font-size:20px;font-weight:700;color:#212121;margin-bottom:28px}.contact-item{display:flex;gap:16px;margin-bottom:24px}.contact-item:last-child{margin-bottom:0}.contact-icon{width:48px;height:48px;background:#4caf501a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--green-primary);flex-shrink:0}.contact-icon svg{width:24px;height:24px}.contact-item strong{display:block;font-size:13px;color:#9e9e9e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.contact-item p{font-size:15px;color:#212121}.contact-item a{color:var(--green-primary)}.contact-item a:hover{text-decoration:underline}.map-placeholder{flex:1;min-height:200px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--green-dark);font-size:18px;font-weight:600}.footer{background:var(--black);color:var(--white);padding:60px 0 0}.footer-main{display:grid;grid-template-columns:1.5fr 2fr;gap:60px;padding-bottom:48px}.footer-logo{height:50px;filter:brightness(0) invert(1);margin-bottom:16px}.footer-brand p{font-size:14px;color:#fff9;line-height:1.6;margin-bottom:20px}.footer-registration{display:flex;flex-direction:column;gap:4px}.footer-registration span{font-size:12px;color:#fff6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-column h4{font-size:16px;font-weight:600;margin-bottom:20px}.footer-column ul{display:flex;flex-direction:column;gap:12px}.footer-column a{font-size:14px;color:#fff9;transition:color .2s}.footer-column a:hover{color:var(--green-light)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{font-size:14px;color:#fff6}.social-link{width:44px;height:44px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.social-link:hover{background:var(--green-primary)}.social-link svg{width:22px;height:22px;color:var(--white)}@media (max-width: 1024px){.container{padding:0 20px}.about-carousel{gap:16px}.about-grid{gap:40px}.section-header h2{font-size:32px}.news-card{flex:0 0 320px;min-width:320px}}@media (max-width: 900px){.about-carousel{flex-direction:column;position:relative}.about-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;z-index:10;background:var(--white);box-shadow:0 4px 12px #00000026}.about-nav-prev{left:-10px}.about-nav-next{right:-10px}.about-grid{grid-template-columns:1fr;gap:32px}.contact-grid{grid-template-columns:1fr}.contact-info-section{margin-top:0}.news-card{flex:0 0 300px;min-width:300px}}@media (max-width: 768px){.header-content{padding:10px 0}.logo img{height:45px}.hero{min-height:auto;padding:100px 0 60px}.hero-content{padding:40px 0}.hero h1{font-size:32px;margin-bottom:12px}.hero-subtitle{font-size:16px;margin-bottom:16px}.hero-badge{font-size:12px;padding:6px 16px;margin-bottom:16px}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%;justify-content:center}.btn{padding:14px 24px;font-size:14px}.about{padding:60px 0}.placeholder-about{height:300px}.about-badge{padding:16px 20px}.badge-year{font-size:28px}.about-content .section-tag{margin-bottom:12px}.about-content h2{font-size:28px;margin-bottom:20px}.seminar-format{font-size:14px;margin-bottom:16px}.about-list li{padding:10px 0;font-size:14px}.check-icon{width:20px;height:20px}.check-icon svg{width:12px;height:12px}.news-section{padding:60px 0}.section-header{margin-bottom:32px}.section-header h2{font-size:28px}.section-header p{font-size:16px}.news-grid{gap:16px}.news-card{flex:0 0 280px;min-width:280px}.news-card-image{height:180px}.news-card-content{padding:20px}.news-card-content h3{font-size:14px}.news-card-footer{flex-direction:column;align-items:flex-start;gap:8px}.contact{padding:60px 0}.contact-form-section h2{font-size:28px}.contact-form{padding:24px}.form-row{grid-template-columns:1fr}.form-group input,.form-group select,.form-group textarea{padding:12px 14px;font-size:14px}.contact-info-card{padding:24px}.contact-info-card h3{font-size:18px;margin-bottom:20px}.contact-icon{width:40px;height:40px}.contact-icon svg{width:20px;height:20px}.footer{padding:40px 0 0}.footer-main{padding-bottom:32px}.footer-logo{height:40px}.footer-links{grid-template-columns:1fr;gap:24px}.footer-column h4{font-size:14px;margin-bottom:12px}.footer-column a{font-size:13px}.footer-bottom{flex-direction:column;gap:16px;text-align:center;padding:20px 0}.footer-bottom p{font-size:12px}}@media (max-width: 480px){.container{padding:0 16px}.hero h1{font-size:28px}.hero-subtitle{font-size:14px}.section-header h2,.about-content h2{font-size:24px}.placeholder-about{height:250px;padding:20px}.about-badge{padding:12px 16px}.badge-year{font-size:24px}.badge-text{font-size:11px}.news-content{padding:20px}.news-content h3{font-size:18px}.contact-form-section h2{font-size:24px}.contact-form,.contact-info-card{padding:20px}}.about-page{min-height:100vh;background-color:var(--white)}.about-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.about-page .back-section .container,.about-page .about-hero .container,.about-page .about-section .container{padding:0 20px 0 140px}@media (max-width: 1024px){.about-page .back-section .container,.about-page .about-hero .container,.about-page .about-section .container{padding:0 20px}}.about-hero{padding:40px 0 60px}.about-hero h1{font-size:42px;font-weight:800;color:#212121;margin-bottom:24px}.hero-text-block{max-width:900px}.hero-text-block p{font-size:16px;color:#616161;line-height:1.8;margin-bottom:16px}.hero-text-block p:last-child{margin-bottom:0}.hero-text-block strong{color:var(--green-primary);font-weight:600}.about-section{padding:60px 0}.about-section-alt{background:var(--gray-light)}.mission-content{max-width:900px}.mission-content p{font-size:16px;color:#616161;line-height:1.8;margin-bottom:20px}.mission-content p:last-child{margin-bottom:0}.goals-intro{max-width:900px;margin-bottom:40px}.goals-intro p{font-size:16px;color:#616161;line-height:1.8;margin-bottom:16px}.goals-intro p:last-child{margin-bottom:0}.directions-header{margin-bottom:32px}.directions-header h3{font-size:20px;font-weight:700;color:#212121}.directions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.direction-card{background:var(--white);border-radius:20px;padding:32px 28px;text-align:center;position:relative;transition:all .3s;box-shadow:0 4px 20px #00000014;border:2px solid transparent}.direction-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f;border-color:var(--green-primary)}.direction-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--green-light) 0%,var(--green-primary) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--white)}.direction-icon svg{width:32px;height:32px}.direction-number{position:absolute;top:16px;right:16px;width:32px;height:32px;background:#4caf501a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--green-primary)}.direction-card h4{font-size:20px;font-weight:700;color:#212121;margin-bottom:12px}.direction-card p{font-size:14px;color:#616161;line-height:1.6;margin:0}.authority-intro{max-width:900px;margin-bottom:32px}.authority-intro p{font-size:16px;color:#616161;line-height:1.8;margin-bottom:16px}.authority-intro p:last-child{margin-bottom:0}.authority-rights-section{background:var(--white);border-radius:16px;padding:32px;box-shadow:0 2px 10px #0000000d}.authority-rights-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.authority-rights-header h3{font-size:20px;font-weight:700;color:#212121;margin:0}.details-toggle{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:var(--green-primary);color:var(--white);border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.details-toggle:hover{background:var(--green-dark)}.details-toggle.active{background:#616161}.details-toggle svg{width:18px;height:18px}.authority-rights-intro{font-size:15px;color:#616161;line-height:1.7;margin-bottom:24px}.authority-rights-list{display:flex;flex-direction:column;gap:12px;max-height:300px;overflow:hidden;transition:max-height .5s ease}.authority-rights-list.expanded{max-height:none}.authority-right-item,.authority-obligation-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:var(--gray-light);border-radius:8px}.bullet-icon{width:24px;height:24px;min-width:24px;background:#4caf5026;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green-primary);margin-top:2px}.bullet-icon svg{width:14px;height:14px}.authority-right-item p,.authority-obligation-item p{font-size:14px;color:#424242;line-height:1.6;margin:0}.authority-equal-rights{font-size:15px;color:#616161;line-height:1.7;margin:24px 0;padding:16px;background:#4caf5014;border-radius:8px;border-left:4px solid var(--green-primary)}.authority-obligations-title{font-size:18px;font-weight:700;color:#212121;margin:32px 0 16px}.authority-obligations-list{display:flex;flex-direction:column;gap:12px}.authority-responsibility{margin-top:24px;padding:20px;background:#ffc1071a;border-radius:8px;border-left:4px solid var(--yellow-accent)}.authority-responsibility p{font-size:14px;color:#424242;line-height:1.7;margin-bottom:12px}.authority-responsibility p:last-child{margin-bottom:0}.documents-note{font-size:14px;color:#9e9e9e;margin-bottom:24px;font-style:italic}.documents-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.document-card{display:flex;align-items:center;gap:16px;background:var(--gray-light);padding:20px 24px;border-radius:12px;transition:all .2s;text-decoration:none;cursor:pointer}.document-card:hover{background:var(--white);box-shadow:0 4px 20px #00000014}.document-icon{width:48px;height:48px;background:#4caf501a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--green-primary);flex-shrink:0}.document-info{flex:1}.document-info h4{font-size:15px;font-weight:600;color:#212121;margin-bottom:4px}.document-info span{font-size:13px;color:#9e9e9e}.document-view{width:40px;height:40px;background:var(--white);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#616161;transition:all .2s;flex-shrink:0}.document-card:hover .document-view{background:var(--green-primary);color:var(--white)}.document-view svg{width:20px;height:20px}.join-section{background:linear-gradient(135deg,var(--green-dark) 0%,var(--green-primary) 100%)}.join-content-wrapper{max-width:800px}.join-section .section-tag{background:#fff3;color:var(--white)}.join-section h2{color:var(--white)}.join-text-content{margin-bottom:32px}.join-text-content p{font-size:16px;color:#ffffffe6;line-height:1.8;margin-bottom:16px}.join-text-content p:last-child{margin-bottom:0}.join-text-content strong{color:var(--white);font-weight:600}.join-documents-section{margin-bottom:32px}.join-documents-section h3{font-size:18px;font-weight:700;color:var(--white);margin-bottom:16px}.join-documents-grid{display:flex;flex-direction:column;gap:12px}.join-document-card{display:flex;align-items:center;gap:16px;background:#ffffff1a;padding:16px 20px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.join-document-card .document-icon{background:#fff3;color:var(--white)}.join-document-card .document-info h4{color:var(--white);font-size:14px}.join-document-card .document-info span{color:#ffffffb3}.document-download,.document-view-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--yellow-accent);color:#212121;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;flex-shrink:0}.document-download:hover,.document-view-btn:hover{background:#ffd54f;transform:translateY(-2px)}.document-download svg,.document-view-btn svg{width:16px;height:16px}.document-view-btn{background:#fff3;color:var(--white)}.document-view-btn:hover{background:#ffffff4d}.join-process{margin-bottom:32px}.join-process p{font-size:15px;color:#ffffffe6;line-height:1.7;margin-bottom:12px}.join-process p:last-child{margin-bottom:0}.join-process strong{color:var(--white)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;font-size:15px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s;border:2px solid transparent;text-decoration:none}.btn svg{width:18px;height:18px;transition:transform .2s}.btn:hover svg{transform:translate(4px)}.btn-primary{background:var(--yellow-accent);color:#212121}.btn-primary:hover{background:#ffd54f;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.about-section h2{font-size:32px;font-weight:800;color:#212121;margin-bottom:24px}.registration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.registration-card{background:var(--white);padding:24px;border-radius:12px;box-shadow:0 2px 10px #0000000d}.about-section-alt .registration-card{background:var(--white)}.registration-card strong{display:block;font-size:13px;color:#9e9e9e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.registration-card p{font-size:20px;font-weight:600;color:#212121;margin:0}@media (max-width: 1024px){.directions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.directions-grid,.documents-grid,.registration-grid{grid-template-columns:1fr}.authority-rights-header{flex-direction:column;align-items:flex-start}}@media (max-width: 768px){.about-hero h1{font-size:32px}.hero-text-block p{font-size:15px}.about-section{padding:40px 0}.section-header-left h2,.about-section h2{font-size:26px}.direction-card{padding:24px 20px}.direction-icon{width:56px;height:56px}.direction-icon svg{width:28px;height:28px}.direction-card h4{font-size:18px}.authority-rights-section{padding:20px}.authority-rights-header h3{font-size:18px}.document-card{padding:16px 20px}.join-content-wrapper{max-width:100%}.join-document-card{flex-wrap:wrap}.document-download,.document-view-btn{width:100%;justify-content:center;margin-top:8px}}@media (max-width: 480px){.about-hero h1{font-size:28px}.section-header-left h2,.about-section h2{font-size:24px}.direction-card{padding:20px 16px}.directions-header h3{font-size:18px}.authority-rights-list{max-height:200px}.btn{width:100%;justify-content:center}}.structure-page{min-height:100vh;background-color:var(--white)}.structure-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.structure-page .back-section .container,.structure-page .structure-hero .container,.structure-page .structure-section .container{padding:0 20px 0 140px}@media (max-width: 1024px){.structure-page .back-section .container,.structure-page .structure-hero .container,.structure-page .structure-section .container{padding:0 20px}}.structure-hero{padding:40px 0 60px}.structure-hero h1{font-size:42px;font-weight:800;color:#212121;margin-bottom:16px}.structure-hero-subtitle{font-size:18px;color:#616161;line-height:1.6}.structure-section{padding:60px 0}.structure-section-alt{background:var(--gray-light)}.section-header-left{margin-bottom:32px}.section-header-left .section-tag{display:inline-block;padding:6px 16px;background:#4caf501a;color:var(--green-primary);font-size:13px;font-weight:600;border-radius:50px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.section-header-left h2{font-size:32px;font-weight:800;color:#212121}.overview-intro{max-width:800px;margin-bottom:48px}.overview-intro p{font-size:16px;color:#616161;line-height:1.8}.org-chart{background:linear-gradient(135deg,#f8faf8,#f0f5f0);border-radius:24px;padding:48px 32px;margin-bottom:48px;display:flex;flex-direction:column;align-items:center;overflow-x:auto}.org-level{display:flex;align-items:center;justify-content:center;gap:24px;width:100%;flex-wrap:wrap}.org-box{display:flex;align-items:center;gap:16px;padding:20px 28px;border-radius:16px;background:var(--white);border:2px solid transparent;box-shadow:0 4px 20px #00000014;transition:all .3s ease;min-width:260px;max-width:320px}.org-box:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.org-box-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.org-box-icon svg{width:24px;height:24px}.org-box-content{display:flex;flex-direction:column}.org-box-title{font-size:15px;font-weight:700;color:#212121;line-height:1.3}.org-box-subtitle{font-size:12px;color:#757575;margin-top:2px}.org-box-primary{border-color:var(--green-primary);background:linear-gradient(135deg,rgba(76,175,80,.05) 0%,var(--white) 100%)}.org-box-primary .org-box-icon{background:linear-gradient(135deg,var(--green-light) 0%,var(--green-primary) 100%);color:var(--white)}.org-box-secondary{border-color:#90caf9;background:linear-gradient(135deg,rgba(144,202,249,.1) 0%,var(--white) 100%)}.org-box-secondary .org-box-icon{background:linear-gradient(135deg,#64b5f6,#42a5f5);color:var(--white)}.org-box-board{border-color:var(--green-primary);background:linear-gradient(135deg,rgba(76,175,80,.08) 0%,var(--white) 100%);min-width:320px}.org-box-board .org-box-icon{background:linear-gradient(135deg,var(--green-light) 0%,var(--green-primary) 100%);color:var(--white)}.org-box-executive{border-color:var(--yellow-accent);background:linear-gradient(135deg,rgba(255,193,7,.08) 0%,var(--white) 100%)}.org-box-executive .org-box-icon{background:linear-gradient(135deg,#FFD54F 0%,var(--yellow-accent) 100%);color:#212121}.org-box-director{border-color:#ab47bc;background:linear-gradient(135deg,rgba(171,71,188,.08) 0%,var(--white) 100%)}.org-box-director .org-box-icon{background:linear-gradient(135deg,#ce93d8,#ab47bc);color:var(--white)}.org-box-directorate{border-color:#26a69a;background:linear-gradient(135deg,rgba(38,166,154,.08) 0%,var(--white) 100%)}.org-box-directorate .org-box-icon{background:linear-gradient(135deg,#80cbc4,#26a69a);color:var(--white)}.org-horizontal-connector{width:60px;height:2px;background:linear-gradient(90deg,var(--green-primary),#90CAF9);position:relative}.org-horizontal-connector:before,.org-horizontal-connector:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%}.org-horizontal-connector:before{left:-4px;background:var(--green-primary)}.org-horizontal-connector:after{right:-4px;background:#90caf9}.org-connector{display:flex;flex-direction:column;align-items:center;padding:8px 0}.org-line-vertical{width:2px;height:32px;background:linear-gradient(180deg,var(--green-primary),var(--green-dark))}.org-arrow-down{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:10px solid var(--green-dark)}.org-connector-split{position:relative}.org-split-horizontal{width:300px;height:2px;background:var(--green-primary);position:relative}.org-split-horizontal:before,.org-split-horizontal:after{content:"";position:absolute;bottom:0;width:2px;height:20px;background:var(--green-primary)}.org-split-horizontal:before{left:0}.org-split-horizontal:after{right:0}.org-double-arrow{display:flex;align-items:center;gap:4px;padding:0 8px}.org-double-arrow span{display:block;width:20px;height:2px;background:var(--yellow-accent);position:relative}.org-double-arrow span:first-child:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:6px solid var(--yellow-accent)}.org-double-arrow span:last-child:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:6px solid var(--yellow-accent)}.org-connector-merge{position:relative}.org-merge-horizontal{width:300px;height:2px;background:var(--yellow-accent);position:relative}.org-merge-horizontal:before,.org-merge-horizontal:after{content:"";position:absolute;top:0;width:2px;height:20px;background:var(--yellow-accent);transform:translateY(-100%)}.org-merge-horizontal:before{left:0}.org-merge-horizontal:after{right:0}.org-connector-merge .org-line-vertical{background:linear-gradient(180deg,var(--yellow-accent),#AB47BC)}.org-connector-merge .org-arrow-down{border-top-color:#ab47bc}.board-list{display:flex;flex-direction:column;gap:0}.board-list-item{background:var(--white);padding:24px 28px;border-left:4px solid var(--green-primary);border-bottom:1px solid #E0E0E0;transition:all .2s ease}.board-list-item:first-child{border-radius:12px 12px 0 0}.board-list-item:last-child{border-bottom:none;border-radius:0 0 12px 12px}.board-list-item:only-child{border-radius:12px}.board-list-item:hover{background:#fafafa;border-left-color:var(--green-dark);padding-left:32px}.board-list-item h3{font-size:18px;font-weight:700;color:#212121;margin-bottom:6px}.board-list-item p{font-size:14px;color:#616161;line-height:1.5;margin:0}.members-list{display:flex;flex-direction:column;gap:0}.member-list-item{background:var(--gray-light);padding:24px 28px;border-left:4px solid var(--green-primary);border-bottom:1px solid #E0E0E0;transition:all .2s ease}.member-list-item:first-child{border-radius:12px 12px 0 0}.member-list-item:last-child{border-bottom:none;border-radius:0 0 12px 12px}.member-list-item:only-child{border-radius:12px}.member-list-item:hover{background:#eee;border-left-color:var(--green-dark)}.member-list-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.member-number{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;background:var(--green-primary);color:var(--white);font-size:14px;font-weight:700;border-radius:8px;flex-shrink:0}.member-list-header h3{font-size:17px;font-weight:700;color:#212121;line-height:1.4;margin:0;padding-top:6px}.member-list-details{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 24px;padding-left:52px}.member-detail{display:flex;flex-direction:column;gap:4px}.detail-label{font-size:11px;font-weight:600;color:#9e9e9e;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:14px;color:#424242;line-height:1.5}.detail-link{color:var(--green-primary);text-decoration:none;transition:color .2s}.detail-link:hover{color:var(--green-dark);text-decoration:underline}.member-detail-director{grid-column:span 2;padding-top:8px;border-top:1px dashed #E0E0E0;margin-top:4px}.detail-director{font-weight:600;color:#212121}@media (max-width: 1024px){.org-box{min-width:220px;padding:16px 20px}.org-split-horizontal,.org-merge-horizontal{width:200px}}@media (max-width: 900px){.member-list-details{grid-template-columns:1fr;padding-left:0;margin-top:12px}.member-detail-director{grid-column:span 1}.org-level-1{flex-direction:column}.org-horizontal-connector{width:2px;height:40px;background:linear-gradient(180deg,var(--green-primary),#90CAF9)}.org-horizontal-connector:before{top:-4px;left:50%;transform:translate(-50%)}.org-horizontal-connector:after{bottom:-4px;top:auto;left:50%;transform:translate(-50%)}.org-level-3{flex-direction:column;gap:16px}.org-double-arrow{transform:rotate(90deg);margin:8px 0}.org-split-horizontal,.org-merge-horizontal{width:2px;height:40px}.org-split-horizontal:before,.org-split-horizontal:after,.org-merge-horizontal:before,.org-merge-horizontal:after{display:none}.org-connector-split .org-split-horizontal,.org-connector-merge .org-merge-horizontal{display:none}}@media (max-width: 768px){.structure-hero h1{font-size:32px}.structure-hero-subtitle{font-size:16px}.structure-section{padding:40px 0}.section-header-left h2{font-size:26px}.org-chart{padding:32px 20px}.org-box{min-width:100%;max-width:100%}.org-box-board{min-width:100%}.board-list-item{padding:20px 24px}.board-list-item h3{font-size:16px}.member-card{padding:20px}}@media (max-width: 480px){.structure-hero h1{font-size:28px}.section-header-left h2{font-size:24px}.org-box{padding:14px 16px;gap:12px}.org-box-icon{width:40px;height:40px}.org-box-icon svg{width:20px;height:20px}.org-box-title{font-size:14px}.org-box-subtitle{font-size:11px}.board-list-item{padding:16px 20px}.board-list-item h3{font-size:15px}.board-list-item p{font-size:13px}.member-list-item{padding:20px 16px}.member-list-header{flex-direction:column;gap:12px}.member-number{min-width:32px;height:32px;font-size:13px}.member-list-header h3{font-size:15px;padding-top:0}.detail-value{font-size:13px}}.events-page{min-height:100vh;background-color:var(--white)}.events-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.events-page .back-section .container,.events-page .events-hero .container,.events-page .year-tabs-section .container,.events-page .events-section .container{padding:0 20px 0 140px}@media (max-width: 1024px){.events-page .back-section .container,.events-page .events-hero .container,.events-page .year-tabs-section .container,.events-page .events-section .container{padding:0 20px}}.back-section{padding-top:100px;padding-bottom:20px}.back-link{display:inline-flex;align-items:center;gap:8px;color:#616161;font-size:14px;font-weight:500;transition:color .2s}.back-link:hover{color:var(--green-primary)}.back-link svg{width:20px;height:20px}.events-hero{padding:40px 0}.events-hero .section-tag{display:inline-block;padding:6px 16px;background:#4caf501a;color:var(--green-primary);font-size:13px;font-weight:600;border-radius:50px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.events-hero h1{font-size:48px;font-weight:800;color:#212121;margin-bottom:16px}.events-hero-subtitle{font-size:20px;color:#616161;line-height:1.6;max-width:600px}.year-tabs-section{padding:20px 0 40px}.year-tabs{display:flex;gap:12px;background:var(--gray-light);padding:6px;border-radius:12px;width:fit-content}.year-tab{padding:12px 32px;font-size:16px;font-weight:600;color:#616161;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.year-tab:hover{color:#212121}.year-tab.active{background:var(--white);color:var(--green-primary);box-shadow:0 2px 8px #0000001a}.events-section{padding-bottom:100px}.seminars-list{display:flex;flex-direction:column;gap:24px}.seminar-card-detailed{display:flex;gap:24px;background:var(--white);border:1px solid #E0E0E0;border-radius:20px;padding:32px;transition:all .3s}.seminar-card-detailed:hover{border-color:var(--green-light);box-shadow:0 8px 32px #00000014}.seminar-number{display:flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:48px;background:linear-gradient(135deg,var(--green-light) 0%,var(--green-primary) 100%);color:var(--white);font-size:18px;font-weight:700;border-radius:12px}.seminar-content{flex:1}.seminar-header{margin-bottom:20px}.seminar-meta-row{display:flex;align-items:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.seminar-date{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#616161}.seminar-date svg{width:18px;height:18px;color:var(--green-primary)}.seminar-format{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:600;border-radius:6px;text-transform:uppercase}.seminar-format svg{width:16px;height:16px}.format-online{background:#2196f31a;color:#1976d2}.format-offline{background:var(--yellow-accent);color:#212121}.seminar-header h3{font-size:20px;font-weight:700;color:#212121;line-height:1.4}.seminar-description{margin-bottom:20px}.seminar-description p{font-size:15px;color:#616161;line-height:1.7;margin-bottom:12px}.seminar-description p:last-child{margin-bottom:0}.seminar-topics{margin-bottom:24px}.seminar-topics h4{font-size:15px;font-weight:600;color:#212121;margin-bottom:16px}.seminar-topics ul{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.seminar-topics li{display:flex;align-items:flex-start;gap:12px;padding:10px 14px;background:var(--gray-light);border-radius:8px}.seminar-topics li svg{width:18px;height:18px;min-width:18px;color:var(--green-primary);margin-top:2px}.seminar-topics li span{font-size:14px;color:#424242;line-height:1.5}.seminar-actions{padding-top:16px;border-top:1px solid #E0E0E0}.buy-video-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:var(--green-primary);color:var(--white);font-size:15px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s}.buy-video-btn:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.buy-video-btn svg{width:20px;height:20px}.no-events{text-align:center;padding:60px 20px;background:var(--gray-light);border-radius:20px}.no-events p{font-size:16px;color:#9e9e9e;margin:0}@media (max-width: 900px){.events-hero h1{font-size:36px}.seminar-card-detailed{flex-direction:column;padding:24px}.seminar-number{width:40px;height:40px;min-width:40px;font-size:16px}}@media (max-width: 768px){.events-hero h1{font-size:32px}.events-hero-subtitle{font-size:16px}.year-tabs{gap:8px}.year-tab{padding:10px 24px;font-size:15px}.seminar-card-detailed{padding:20px;gap:16px}.seminar-header h3{font-size:18px}.seminar-description p{font-size:14px}.seminar-topics li{padding:8px 12px}.seminar-topics li span{font-size:13px}.buy-video-btn{width:100%;justify-content:center;padding:12px 20px;font-size:14px}}@media (max-width: 480px){.events-page .container{padding:0 16px}.events-hero h1{font-size:28px}.events-hero-subtitle{font-size:14px}.year-tabs{width:100%}.year-tab{flex:1;padding:10px 16px;font-size:14px}.seminar-card-detailed{padding:16px}.seminar-number{width:36px;height:36px;min-width:36px;font-size:14px;border-radius:10px}.seminar-header h3{font-size:16px}.seminar-meta-row{flex-direction:column;align-items:flex-start;gap:8px}.seminar-topics h4{font-size:14px}.seminar-topics li svg{width:16px;height:16px;min-width:16px}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.viewer-page{min-height:100vh;background:#1a1a1a;display:flex;flex-direction:column;user-select:none;-webkit-user-select:none}.viewer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#252525;border-bottom:1px solid #333;position:sticky;top:0;z-index:100}.viewer-header h1{font-size:16px;font-weight:600;color:#fff;margin:0;flex:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 20px}.back-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#333;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;text-decoration:none;flex-shrink:0}.back-btn:hover{background:#444}.back-btn svg{width:18px;height:18px}.viewer-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.control-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#333;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:background .2s}.control-btn:hover{background:#444}.control-btn svg{width:20px;height:20px}.zoom-level{font-size:14px;color:#999;min-width:50px;text-align:center}.viewer-container{flex:1;display:flex;justify-content:center;padding:40px 20px;overflow:auto}.viewer-container .react-pdf__Document{display:flex;flex-direction:column;align-items:center}.viewer-container .react-pdf__Page{box-shadow:0 4px 20px #00000080;background:#fff}.viewer-container .react-pdf__Page canvas{max-width:100%;height:auto!important}.loading,.error{display:flex;align-items:center;justify-content:center;min-height:400px;color:#999;font-size:16px}.error{color:#f44336}.page-navigation{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px;background:#252525;border-top:1px solid #333;position:sticky;bottom:0}.nav-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#333;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .2s}.nav-btn:hover:not(:disabled){background:var(--green-primary)}.nav-btn:disabled{opacity:.4;cursor:not-allowed}.nav-btn svg{width:24px;height:24px}.page-info{font-size:14px;color:#999;min-width:60px;text-align:center}.viewer-error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;color:#fff}.viewer-error h2{font-size:24px;font-weight:600}@media (max-width: 768px){.viewer-header{padding:12px 16px;flex-wrap:wrap;gap:12px}.viewer-header h1{order:3;width:100%;padding:0;font-size:14px}.back-btn span{display:none}.back-btn{padding:10px}.viewer-container{padding:20px 10px}.control-btn{width:36px;height:36px}.control-btn svg{width:18px;height:18px}}.news-detail-page{min-height:100vh;background-color:var(--white)}.news-detail-page .container{max-width:900px;margin:0 auto;padding:0 20px}.news-detail-page .back-section{padding-top:100px;padding-bottom:20px}.news-detail-page .back-link{display:inline-flex;align-items:center;gap:8px;color:#616161;font-size:14px;font-weight:500;transition:color .2s}.news-detail-page .back-link:hover{color:var(--green-primary)}.news-detail-page .back-link svg{width:20px;height:20px}.news-detail-section{padding:40px 0 100px}.news-article{background:var(--white);border-radius:24px;padding:48px;box-shadow:0 4px 24px #00000014}.news-article-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.news-article-header .news-category{display:inline-block;padding:8px 16px;background:var(--yellow-accent);color:#212121;font-size:12px;font-weight:600;border-radius:6px;text-transform:uppercase}.news-article-header .news-date{display:flex;align-items:center;gap:8px;font-size:14px;color:#9e9e9e}.news-article-header .news-date svg{width:18px;height:18px}.news-article-image{width:100%;max-height:400px;border-radius:16px;overflow:hidden;margin-bottom:32px}.news-article-image img{width:100%;height:100%;object-fit:cover}.news-article h1{font-size:32px;font-weight:800;color:#212121;line-height:1.3;margin-bottom:32px}.news-article-content{margin-bottom:40px}.news-article-content p{font-size:17px;color:#424242;line-height:1.8;margin-bottom:20px}.news-article-content p:last-child{margin-bottom:0}.news-article-footer{padding-top:32px;border-top:1px solid #E0E0E0}.telegram-link{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:var(--green-primary);color:var(--white);font-size:15px;font-weight:600;border-radius:12px;transition:all .2s}.telegram-link:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.telegram-link svg{width:20px;height:20px}@media (max-width: 768px){.news-article{padding:32px 24px;border-radius:20px}.news-article h1{font-size:26px;margin-bottom:24px}.news-article-content p{font-size:16px;line-height:1.7}.telegram-link{width:100%;justify-content:center}}@media (max-width: 480px){.news-detail-page .container{padding:0 16px}.news-article{padding:24px 20px;border-radius:16px}.news-article h1{font-size:22px}.news-article-content p{font-size:15px}.news-article-header{flex-direction:column;align-items:flex-start;gap:12px}}.webinar-detail-page{min-height:100vh;background-color:var(--white)}.webinar-detail-page .container{max-width:900px;margin:0 auto;padding:0 20px}.webinar-detail-page .back-section{padding-top:100px;padding-bottom:20px}.webinar-detail-page .back-link{display:inline-flex;align-items:center;gap:8px;color:#616161;font-size:14px;font-weight:500;transition:color .2s}.webinar-detail-page .back-link:hover{color:var(--green-primary)}.webinar-detail-page .back-link svg{width:20px;height:20px}.webinar-detail-section{padding:40px 0 100px}.webinar-article{background:var(--white);border-radius:24px;padding:48px;box-shadow:0 4px 24px #00000014}.webinar-article-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.webinar-article-header .webinar-tag{display:inline-block;padding:8px 16px;background:#4caf501a;color:var(--green-primary);font-size:12px;font-weight:600;border-radius:6px;text-transform:uppercase}.webinar-article-header .webinar-format{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--green-primary);font-weight:600}.webinar-article-header .webinar-format svg{width:18px;height:18px}.webinar-article-header .webinar-date{display:flex;align-items:center;gap:8px;font-size:14px;color:#616161;font-weight:500}.webinar-article-header .webinar-date svg{width:18px;height:18px}.webinar-article h1{font-size:32px;font-weight:800;color:#212121;line-height:1.3;margin-bottom:32px}.webinar-speakers{background:linear-gradient(135deg,#4caf5014,#4caf500a);border-left:4px solid var(--green-primary);padding:24px;border-radius:0 12px 12px 0;margin-bottom:40px}.webinar-speakers p{font-size:16px;color:#424242;line-height:1.7;font-style:italic;margin:0}.webinar-topics{margin-bottom:40px}.webinar-topics h2{font-size:20px;font-weight:700;color:#212121;margin-bottom:24px}.topics-list{list-style:none;padding:0;margin:0}.topics-list li{display:flex;align-items:flex-start;gap:14px;padding:16px 0;border-bottom:1px solid #E0E0E0}.topics-list li:last-child{border-bottom:none}.topics-list .check-icon{width:28px;height:28px;background:#4caf501a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--green-primary)}.topics-list .check-icon svg{width:16px;height:16px}.topics-list li span:last-child{font-size:16px;color:#424242;line-height:1.6;padding-top:4px}.webinar-price{margin-top:32px;padding:20px 24px;background:var(--light-gray, #f5f7f5);border-radius:12px;border-left:4px solid var(--green, #2d7d46)}.webinar-price p{margin:0;font-size:1.1rem;color:var(--dark)}.webinar-documents{margin-top:50px;padding-top:40px;border-top:2px solid #F5F5F5}.webinar-documents h2{font-size:20px;font-weight:700;color:#212121;margin-bottom:24px}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.document-card{display:flex;align-items:center;gap:16px;padding:20px;background:var(--white);border:2px solid #F5F5F5;border-radius:16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.document-card:hover{border-color:var(--green-primary);transform:translateY(-4px);box-shadow:0 12px 24px #4caf501a}.document-icon{width:48px;height:48px;background:#4caf501a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--green-primary);flex-shrink:0;transition:all .3s}.document-card:hover .document-icon{background:var(--green-primary);color:var(--white)}.document-icon svg{width:24px;height:24px}.document-info{display:flex;flex-direction:column;gap:4px;overflow:hidden}.document-name{font-size:14px;font-weight:600;color:#212121;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-action{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--green-primary);font-weight:500}.document-action svg{width:14px;height:14px}@media (max-width: 768px){.webinar-article{padding:32px 24px;border-radius:20px}.webinar-article h1{font-size:26px;margin-bottom:24px}.webinar-speakers{padding:20px;margin-bottom:32px}.webinar-speakers p{font-size:15px}.webinar-topics h2{font-size:18px}.topics-list li{padding:14px 0}.topics-list li span:last-child{font-size:15px}}@media (max-width: 480px){.webinar-detail-page .container{padding:0 16px}.webinar-article{padding:24px 20px;border-radius:16px}.webinar-article h1{font-size:22px}.webinar-article-header{flex-direction:column;align-items:flex-start;gap:12px}.topics-list .check-icon{width:24px;height:24px}.topics-list .check-icon svg{width:14px;height:14px}.topics-list li span:last-child{font-size:14px}}
