.projects-page__hero{background:#1a1a1a;color:#fff;padding:64px 0}.projects-page__hero-inner{max-width:48rem}.projects-page__title{font-size:2.5rem;line-height:3rem;font-weight:500}@media (min-width: 1024px){.projects-page__title{font-size:3rem;line-height:3.75rem}}.projects-page__title{margin-bottom:24px;line-height:1.15}.projects-page__lead{color:#ffffffb3;font-size:16px;line-height:1.6;max-width:42rem}@media (min-width: 1024px){.projects-page__lead{font-size:18px}}.projects-page__filters{position:sticky;top:145px;z-index:21;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 1px 3px #0000000f}.projects-page__filters-inner{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:16px 0}.projects-page__filters-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b6b6b;margin-right:8px;white-space:nowrap}.projects-page__filter-btn{flex-shrink:0;padding:8px 16px;border-radius:999px;font-size:14px;font-weight:600;background:#f5f5f5;color:#1a1a1ab3;border:none;cursor:pointer;transition:background .2s,color .2s,transform .2s,box-shadow .2s;white-space:nowrap}.projects-page__filter-btn:hover{background:#f0f0f0;color:#1a1a1a}.projects-page__filter-btn.is-active{background:#ffd100;color:#1a1a1a;box-shadow:0 2px 8px #0000001f;transform:scale(1.03)}.projects-page__main{padding:40px 0 0}@media (min-width: 1024px){.projects-page__main{padding:56px 0 0}}.projects-page__empty{font-size:16px;color:#6b6b6b}.projects-page__group{margin-bottom:48px}.projects-page__group-head{display:flex;align-items:center;gap:16px;margin-bottom:24px}.projects-page__group-title{font-size:20px;font-weight:700;color:#1a1a1a;border-bottom:3px solid #FFD100;padding-bottom:2px;line-height:1.3}.projects-page__group-count{font-size:14px;color:#6b6b6b}.projects-page__cards{display:flex;flex-direction:column;gap:24px}.projects-page__card{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;overflow:hidden;padding:24px}@media (min-width: 1024px){.projects-page__card{padding:32px}}.projects-page__card-grid{display:flex;flex-direction:column;gap:32px}@media (min-width: 1024px){.projects-page__card-grid{flex-direction:row}.projects-page__card-media{width:55%;flex-shrink:0}}.projects-page__card-info{display:flex;flex-direction:column;gap:24px}@media (min-width: 1024px){.projects-page__card-info{width:45%}}.projects-page__gallery{display:grid;gap:8px;border-radius:4px;overflow:hidden;max-height:400px}.projects-page__gallery--one{grid-template-columns:1fr}.projects-page__gallery--one .projects-page__gallery-item{aspect-ratio:16/10;max-height:400px;min-height:0}.projects-page__gallery--two{grid-template-columns:1fr 1fr;max-height:320px}.projects-page__gallery--two .projects-page__gallery-item{aspect-ratio:4/3;min-height:0;max-height:320px}.projects-page__gallery--many{grid-template-columns:1.2fr 1fr;grid-template-rows:1fr 1fr;max-height:360px}@media (max-width: 768px){.projects-page__gallery--many{max-height:300px}}.projects-page__gallery--many .projects-page__gallery-item:first-child{grid-row:1/span 2;min-height:0;height:100%}.projects-page__gallery--many .projects-page__gallery-item:not(:first-child){min-height:0}.projects-page__gallery-item{position:relative;display:block;overflow:hidden;cursor:zoom-in;background:#f5f5f5}.projects-page__gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.projects-page__gallery-item:hover img{transform:scale(1.05)}.projects-page__gallery-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .3s;pointer-events:none}.projects-page__gallery-item:hover:after{background:#0003}.projects-page__gallery-more{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000080;color:#fff;font-size:24px;font-weight:700;z-index:1}.projects-page__gallery-hidden{display:none}.projects-page__gallery-hint{margin-top:8px;font-size:12px;color:#6b6b6b}.projects-page__system-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#6b6b6b;margin-bottom:4px}.projects-page__system-name{font-size:18px;font-weight:700;line-height:1.3;color:#1a1a1a;margin-bottom:16px}.projects-page__system-link{color:inherit;text-decoration:none;transition:color .2s}.projects-page__system-link:hover{color:#1a1a1a;text-decoration:underline}.projects-page__system-photo{display:block;border-radius:4px;overflow:hidden}.projects-page__system-photo img{width:100%;height:176px;-o-object-fit:cover;object-fit:cover;display:block}.projects-page__tasks-title{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.projects-page__tasks-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.projects-page__tasks-list li{position:relative;padding-left:14px;font-size:14px;line-height:1.4;color:#1a1a1acc}.projects-page__tasks-list li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:#ffd100}.projects-page__products-title{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.projects-page__products{margin-top:20px}.projects-page__products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media (max-width: 1024px){.projects-page__products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){.projects-page__products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 576px){.projects-page__products-grid{grid-template-columns:minmax(0,1fr)}}@media (min-width: 1024px){.projects-page__hero{padding:96px 0}}
