@font-face{font-family:Forum;src:url(/fonts/Forum-Regular.woff2) format("woff2"),url(/fonts/Forum-Regular.woff) format("woff"),url(/fonts/Forum-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:optional}:root{--bg: #1a1a1a;--bg-card: #252525;--card: #252525;--header-bg: #000000;--footer-bg: #000000;--accent: #c41e3a;--accent-hover: #e02545;--heading: #c41e3a;--text: #f0f0f0;--text-muted: #b0b0b0;--border: #404040;--radius: 8px;--shadow: 0 2px 12px rgba(0,0,0,.4);--font: "Segoe UI", system-ui, sans-serif;--font-forum: "Forum", var(--font)}*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}.page-transition{opacity:0;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease}.page-transition--ready{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.page-transition{opacity:1;transform:none;transition:none}}.header{background:var(--header-bg);color:var(--text);padding:.75rem 0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow);border-bottom:1px solid var(--border);transition:box-shadow .25s ease,padding .25s ease}.header--scrolled{box-shadow:0 4px 20px #00000080}.header-inner{display:flex;flex-wrap:nowrap;align-items:center;gap:.5rem 1rem;min-width:0}.header-top{display:contents}.header-burger{display:none;flex-shrink:0;width:44px;height:44px;padding:0;border:none;background:var(--bg-card);border-radius:var(--radius);cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;transition:background .2s ease}.header-burger:hover{background:var(--accent)}.header-burger-line{display:block;width:22px;height:2px;background:var(--text);border-radius:1px;transition:transform .25s ease,opacity .25s ease}.header-nav-open .header-burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.header-nav-open .header-burger-line:nth-child(2){opacity:0}.header-nav-open .header-burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-brand{display:flex;align-items:center;gap:.5rem;color:var(--text);text-decoration:none;min-width:0;flex-shrink:0;margin-right:auto}.header-brand:hover{color:var(--text);text-decoration:none}.header-logo{width:72px;height:72px;max-width:72px;max-height:72px;object-fit:contain;flex-shrink:0;display:block}.header-titles{display:flex;flex-direction:column;gap:.2rem;min-height:2.5em;justify-content:center}.header-title-main,.header-title-sub{font-family:var(--font);font-weight:700;letter-spacing:.02em;line-height:1.2}.header-title-main{font-size:.7rem;color:var(--text)}.header-title-sub{font-size:.9rem;color:var(--heading)}.header-nav{display:flex;flex-wrap:nowrap;align-items:center;gap:0 .9rem;flex:0 0 auto;justify-content:center}.header-nav a{color:#fff;font-size:.9rem;font-weight:700;text-transform:uppercase;display:inline-flex;align-items:center;gap:.25rem;line-height:1}.nav-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0;transition:color .2s ease}.header-nav a:hover .nav-icon{color:var(--heading)}.nav-icon-svg{display:block}.header-nav a:hover{color:var(--heading);text-decoration:none}.header-search{display:flex;flex-wrap:nowrap;margin-left:auto;align-items:center;flex:1 1 0;min-width:0;max-width:180px}.header-search-input{width:100%;min-width:0;padding:.4rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);color:var(--text);font-size:.85rem;font-family:inherit;text-align:left;box-sizing:border-box}.header-search-input::placeholder{color:var(--text-muted)}.header-search-input:focus{outline:none;border-color:var(--accent)}.main{min-height:calc(100vh - 200px)}.container{max-width:1200px;margin:0 auto;padding:1.5rem}.header .container{margin-left:auto;margin-right:auto;padding-left:.5rem;padding-right:.5rem;max-width:1200px;width:100%}.page-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:var(--heading)}.text-muted{color:var(--text-muted);margin-bottom:1rem}main .container h2,main h2,.section-title{text-align:center;font-size:1.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text);transition:color .25s ease}main .container h2:hover,main h2:hover,.section-title:hover{color:var(--heading)}.page-title-left{text-align:left!important;text-transform:none;font-size:1.25rem;color:#fff!important}.page-title-left:hover{color:#fff!important}.mode-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid var(--border);padding-bottom:0}.mode-tabs button{padding:.6rem 1.2rem;border:none;background:none;color:var(--text-muted);font-size:1rem;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;font-family:inherit;transition:color .2s ease,border-color .25s ease}.mode-tabs button.active{color:var(--heading);font-weight:600;border-bottom-color:var(--accent)}.mode-tabs button:hover:not(.active){color:var(--text)}.filters{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem}.filters label{font-weight:500;color:var(--text-muted)}.filters select{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.95rem;background:var(--bg-card);color:var(--text)}.search-input{flex:1;min-width:200px;padding:.6rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;font-family:inherit;background:var(--bg-card);color:var(--text)}.search-input:focus{outline:none;border-color:var(--accent)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;border:1px solid transparent}.card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000080,0 0 0 1px var(--accent);border-color:var(--accent)}.card-image{height:180px;background:linear-gradient(135deg,#3a3a3a,#2a2a2a);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:2.5rem}.card-image.photo{background:linear-gradient(135deg,#2a3a4a,#1a2a3a)}.card-image.video{background:linear-gradient(135deg,#4a2a3a,#3a1a2a)}.card-image.doc{background:linear-gradient(135deg,#2a4a3a,#1a3a2a)}.card-image.item{background:linear-gradient(135deg,#4a3a2a,#3a2a1a)}.card-body{padding:1rem;flex:1}.card-title{margin:0 0 .5rem;font-size:1.05rem;font-weight:600;line-height:1.3}.card-meta{font-size:.85rem;color:var(--text-muted)}.card-link{display:inline-block;margin-top:.5rem;font-size:.9rem;font-weight:500;position:relative;transition:color .25s ease}.card-link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--accent);transition:width .25s ease}.card-link:hover{text-decoration:none}.card-link:hover:after{width:100%}.fund-list{list-style:none;padding:0;margin:0}.fund-block{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1rem;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.fund-block:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000080}.fund-header{padding:1rem 1.25rem;background:linear-gradient(90deg,#2a1510 0%,var(--accent) 100%);color:var(--text);font-weight:600;font-size:1.05rem}.fund-date{font-size:.85rem;opacity:.9;margin-top:.25rem}.inventory{padding:.75rem 1.25rem;border-bottom:1px solid var(--border);font-weight:500;color:var(--text)}.file-row{padding:.6rem 1.25rem .6rem 2.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:1rem}.file-row:last-child{border-bottom:none}.file-row a{font-size:.95rem}.file-badges{display:flex;gap:.5rem;flex-wrap:wrap}.file-badge{font-size:.75rem;padding:.2rem .5rem;background:var(--accent);color:#fff;border-radius:4px}.detail-card{max-width:700px;margin:0 auto;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.detail-image{height:320px;background:linear-gradient(135deg,#3a3a3a,#2a2a2a);display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--text-muted)}.detail-body{padding:1.5rem 2rem}.detail-title{margin:0 0 1rem;font-size:1.5rem;font-weight:600}.detail-list{list-style:none;padding:0;margin:0}.detail-list li{padding:.5rem 0;border-bottom:1px solid var(--border);display:flex;gap:1rem}.detail-list li:last-child{border-bottom:none}.detail-list dt,.detail-list .label{font-weight:500;color:var(--text-muted);min-width:180px}.detail-links{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.detail-links h4{margin:0 0 .5rem;font-size:.95rem;color:var(--text-muted)}.detail-links ul{margin:0;padding:0;list-style:none}.detail-links li{margin:.25rem 0}.back-link{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:var(--accent);font-weight:500}.back-link:hover{text-decoration:none;color:var(--accent-hover)}.empty-state{text-align:center;padding:3rem 2rem;color:var(--text-muted)}.empty-state p{margin:.5rem 0}.gallery-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.gallery-strip-item{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.gallery-strip-item:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 28px #00000080}.gallery-strip-photo{height:160px;background:linear-gradient(135deg,#c4d4e8,#a8c0e0);overflow:hidden;transition:transform .35s ease}.gallery-strip-item:hover .gallery-strip-photo{transform:scale(1.05)}.gallery-strip-caption{display:block;padding:.6rem .75rem;font-size:.85rem;color:var(--text-muted);line-height:1.3}.gallery-to-albums{text-align:center;padding:1rem 0}.gallery-to-albums-link{display:inline-block;padding:.75rem 1.5rem;background:var(--accent);color:#fff!important;border-radius:var(--radius);font-weight:600;transition:background .25s ease,transform .2s ease,box-shadow .2s ease}.gallery-to-albums-link:hover{background:var(--accent-hover);text-decoration:none!important;transform:translateY(-2px);box-shadow:0 4px 16px #c41e3a66}.gallery-periods{list-style:none;padding:0;margin:0}.gallery-period-block{margin-bottom:.5rem}.gallery-period-link{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);color:var(--text);transition:box-shadow .25s ease,transform .25s ease,color .2s ease}.gallery-period-link:hover{box-shadow:0 8px 24px #00000080;text-decoration:none;color:var(--accent);transform:translate(4px)}.gallery-period-title{font-weight:500}.gallery-period-count{font-size:.85rem;color:var(--text-muted)}.gallery-album-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.gallery-album-photo{margin:0;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.gallery-album-photo:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000080}.gallery-album-photo-img{height:220px;background:linear-gradient(135deg,#c4d4e8,#a8c0e0);transition:transform .35s ease}.gallery-album-photo:hover .gallery-album-photo-img{transform:scale(1.03)}.gallery-album-caption{padding:.75rem 1rem;font-size:.9rem;color:var(--text);line-height:1.4}.gallery-album-fund-link{display:block;margin-top:.35rem;font-size:.85rem}.employees-toolbar{margin-bottom:1.5rem}.employees-alphabet{margin-bottom:1rem}.employees-alphabet-label{display:block;font-weight:500;color:var(--text-muted);margin-bottom:.5rem}.employees-alphabet-letters{display:flex;flex-wrap:wrap;gap:.25rem}.employees-alphabet-char{width:2rem;height:2rem;padding:0;border:1px solid var(--border);border-radius:4px;background:var(--card);font-size:.9rem;font-weight:500;cursor:pointer;font-family:inherit;color:var(--text-muted)}.employees-alphabet-char.has{color:var(--accent);cursor:pointer}.employees-alphabet-char.has:hover,.employees-alphabet-char.active{background:var(--accent);color:#fff;border-color:var(--accent)}.employees-alphabet-char:disabled{cursor:default;opacity:.5}.employees-alphabet-clear{margin-top:.5rem;padding:.35rem .75rem;font-size:.85rem;border:1px solid var(--border);border-radius:4px;background:var(--card);cursor:pointer;font-family:inherit;color:var(--text-muted)}.employees-alphabet-clear:hover{color:var(--accent);border-color:var(--accent)}.employees-search{display:flex;align-items:center;gap:.75rem}.employees-search-label{font-weight:500;color:var(--text-muted)}.employees-search .search-input{max-width:400px}.employees-list{list-style:none;padding:0;margin:0}.employees-list li{margin-bottom:.5rem}.employees-list-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);color:var(--text);transition:box-shadow .25s ease,transform .25s ease,color .2s ease}.employees-list-card:hover{box-shadow:0 8px 24px #00000080;text-decoration:none;color:var(--accent);transform:translate(6px)}.employees-list-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#3a3a4a,#2a2a3a);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.employees-list-info{flex:1;display:flex;flex-direction:column;gap:.2rem}.employees-list-name{font-weight:600}.employees-list-position{font-size:.9rem;color:var(--text-muted)}.employees-list-arrow{color:var(--text-muted);font-size:1.2rem}.employee-card .employee-position{margin:0 0 1rem;font-size:1.1rem;color:var(--text-muted)}.employee-bio{margin-bottom:1.5rem}.employee-bio-title{margin:0 0 .5rem;font-size:1rem;color:var(--text-muted)}.employee-bio p{margin:0;line-height:1.6}.employee-photo{background:linear-gradient(135deg,#3a3a4a,#2a2a3a)!important}.map-wrap{display:flex;gap:1.5rem;flex-wrap:wrap}.map-base{flex:1;min-width:280px;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.map-scheme{aspect-ratio:4/3;max-height:420px}.map-svg{width:100%;height:100%;display:block}.map-building-shape:hover rect{fill:#c41e3a66}.map-legend{width:220px;flex-shrink:0}.map-legend-title{margin:0 0 .5rem;font-weight:600;font-size:.95rem}.map-legend-list{list-style:none;padding:0;margin:0}.map-legend-list li{margin-bottom:.35rem}.map-legend-link{display:block;width:100%;padding:.4rem .5rem;text-align:left;border:none;background:var(--card);border-radius:4px;font-size:.9rem;color:var(--accent);cursor:pointer;font-family:inherit;box-shadow:0 1px 3px #0000000f;transition:background .2s ease,color .2s ease,transform .2s ease}.map-legend-link:hover{background:var(--accent);color:#fff;transform:translate(4px)}.building-description{margin:0 0 1.5rem;line-height:1.6}.building-photos-title{margin:0 0 .75rem;font-size:1rem;color:var(--text-muted)}.building-photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.building-photo-item{margin:0;background:var(--bg-card);border-radius:var(--radius);overflow:hidden}.building-photo-img{height:140px;background:linear-gradient(135deg,#3a3a3a,#2a2a2a)}.building-photo-item figcaption{padding:.5rem .75rem;font-size:.85rem;color:var(--text-muted)}.reveal-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}.reveal-on-scroll.in-view{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal-on-scroll{opacity:1;transform:none;transition:none}}.news-feed{display:flex;flex-direction:column;gap:1.25rem}.news-card{display:flex;gap:1.25rem;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;align-items:flex-start;border:1px solid transparent;transition:box-shadow .3s ease,border-color .3s ease}.news-card:hover{box-shadow:0 12px 28px #00000080,0 0 0 1px var(--accent);border-color:var(--accent)}.news-card-image{width:200px;min-width:200px;height:140px;background:linear-gradient(135deg,#3a3a4a,#2a2a3a);flex-shrink:0;overflow:hidden}.news-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.news-card:hover .news-card-image img{transform:scale(1.04)}@media(prefers-reduced-motion:reduce){.news-card-image img{transition:none}.news-card:hover .news-card-image img{transform:none}}.news-card-body{padding:1rem 1.25rem;flex:1;min-width:0}.news-card-date{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.35rem}.news-card-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;line-height:1.3}.news-card-excerpt{margin:0 0 .5rem;font-size:.95rem;color:var(--text);line-height:1.5}.news-card-link{font-size:.9rem;font-weight:500;display:inline-block;position:relative;transition:color .25s ease}.news-card-link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--accent);transition:width .25s ease}.news-card-link:hover{color:var(--accent-hover)}.news-card-link:hover:after{width:100%}.news-detail-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.news-detail-image{height:280px;background:linear-gradient(135deg,#3a3a4a,#2a2a3a);overflow:hidden}.news-detail-image img{width:100%;height:100%;object-fit:cover;display:block}.news-detail-body{padding:1.5rem 2rem}.news-detail-date{display:block;font-size:.9rem;color:var(--text-muted);margin-bottom:.5rem}.news-detail-title{margin:0 0 1rem;font-size:1.5rem;font-weight:600;line-height:1.3}.news-detail-text{margin:0;line-height:1.6}.footer{background:var(--footer-bg);color:#fff;padding:.4rem 0 .35rem;margin-top:1.25rem;border-top:1px solid var(--border)}.footer-inner{display:flex;flex-direction:column;gap:.25rem}.footer-inner.container{padding-top:.35rem;padding-bottom:.35rem}.footer-anchor{font-weight:700;font-size:.75rem;color:var(--heading);margin-bottom:0}.footer-anchor:hover{color:var(--accent-hover);text-decoration:none}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:.5rem 2rem;max-width:560px}.footer-block{min-width:0}.footer-heading{margin:0 0 .15rem;font-size:.7rem;font-weight:700;color:#fff}.footer-heading-contacts{color:#fff!important}.footer-text{margin:0;font-size:.65rem;line-height:1.3;font-weight:600;color:var(--text-muted)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.15rem}.footer-links a{color:#fff;font-size:.7rem;font-weight:600}.footer-links a:hover{color:var(--accent)}.footer-address{font-style:normal;font-size:.65rem;line-height:1.35;font-weight:600;color:var(--text-muted)}.footer-block#contacts .footer-address{color:var(--text-muted)}.footer-bottom{margin-top:.25rem;padding-top:.25rem;border-top:1px solid var(--border)}.footer-copy{margin:0;font-size:.6rem;font-weight:600;color:var(--text-muted)}.back-to-top{position:fixed;bottom:1.25rem;right:1.25rem;z-index:50;width:2.5rem;height:2.5rem;border:none;border-radius:50%;background:var(--heading);color:#fff;font-size:1.25rem;line-height:1;cursor:pointer;box-shadow:0 2px 12px #c41e3a80;transition:background .25s ease,transform .25s ease,box-shadow .25s ease;animation:backToTopIn .35s ease}.back-to-top:hover{background:var(--accent-hover);transform:scale(1.1);box-shadow:0 4px 20px #c41e3a99}@keyframes backToTopIn{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(prefers-reduced-motion:reduce){.back-to-top{animation:none}}#contacts{scroll-margin-top:1rem}html,body{scroll-behavior:smooth}.search-query,.search-section{margin-bottom:1.5rem}.search-section-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--heading)}.search-list{list-style:none;padding:0;margin:0}.search-list li{padding:.35rem 0;border-bottom:1px solid var(--border)}.search-list li:last-child{border-bottom:none}.search-meta{color:var(--text-muted);font-size:.9rem}@media(max-width:1024px){.container{padding:1.25rem 1rem}.header .container{margin-left:1rem}.header-nav{gap:0 1.5rem}.header-nav a{font-size:.95rem}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.gallery-strip{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.gallery-album-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.mode-tabs{flex-wrap:wrap}.mode-tabs button{font-size:.9rem;padding:.5rem 1rem}}@media(max-width:768px){.container{padding:1rem .75rem}.header-inner{flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:0;min-height:0}.header-top{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.75rem}.header-brand{min-width:0;flex:1}.header-burger{display:flex}.header-nav{display:none;width:100%;order:10;flex-direction:column;gap:0;padding:.5rem 0;border-top:1px solid var(--border);margin-top:.25rem}.header-nav-open .header-nav{display:flex}.header-nav a{padding:.75rem .5rem;font-size:1rem;border-bottom:1px solid var(--border)}.header-nav a:last-child{border-bottom:none}.header-search{width:100%;order:11;margin-left:0;margin-top:.25rem}.header-search-input{width:100%}.page-title,main .container h2,.section-title{font-size:1.4rem}.cards-grid{grid-template-columns:1fr 1fr;gap:1rem}.gallery-strip{grid-template-columns:repeat(2,1fr);gap:.75rem}.gallery-strip-photo{height:120px}.gallery-period-link,.fund-header{padding:.85rem 1rem;font-size:.95rem}.detail-body{padding:1.25rem 1.5rem}.news-detail-image{height:220px}.news-detail-body{padding:1.25rem 1.5rem}.map-scheme{max-height:320px}.back-to-top{bottom:1rem;right:1rem;width:2.25rem;height:2.25rem;font-size:1.1rem}}@media(max-width:640px){.container{padding:.75rem 1rem}.footer-grid{grid-template-columns:1fr;gap:.4rem}.news-card{flex-direction:column}.news-card-image{width:100%;min-width:0;height:160px}.news-card-body{padding:.85rem 1rem}.news-card-title{font-size:1rem}.news-card-excerpt{font-size:.9rem}.map-wrap{flex-direction:column;gap:1rem}.map-legend{width:100%}.map-scheme{max-height:280px}.cards-grid{grid-template-columns:1fr;gap:1rem}.gallery-strip{grid-template-columns:1fr}.gallery-strip-photo{height:160px}.filters{flex-direction:column;align-items:stretch}.filters .search-input{min-width:0}.employees-search .search-input{max-width:none}.employees-alphabet-letters{gap:.2rem}.employees-alphabet-char{width:1.75rem;height:1.75rem;font-size:.8rem}.detail-card{max-width:none}.detail-image{height:240px}.detail-body{padding:1rem 1.25rem}}@media(max-width:480px){.container{padding:.75rem}.header .container{margin-left:.75rem;margin-right:.75rem}.header-logo{width:64px;height:64px;max-width:64px;max-height:64px}.header-titles{min-height:2em}.header-title-main{font-size:.65rem;line-height:1.15}.header-title-sub{font-size:.8rem}.page-title,main .container h2,.section-title{font-size:1.25rem}.page-title-left{font-size:1.1rem}.news-detail-title{font-size:1.25rem}.news-detail-image{height:180px}.news-detail-body{padding:1rem 1.25rem}.gallery-to-albums-link{padding:.6rem 1.2rem;font-size:.95rem}.mode-tabs button{padding:.5rem .75rem;font-size:.85rem}.back-to-top{bottom:.75rem;right:.75rem;width:2rem;height:2rem;font-size:1rem}}
