:root{--kmc-news-red:#e20d18;--kmc-news-ink:#111214;--kmc-news-muted:#5f646c;--kmc-news-line:rgba(17,18,20,.10);--kmc-news-radius:5px}
.kmc-news-container{width:min(calc(100% - 40px),1280px);margin-inline:auto}
.kmc-news-section{padding:62px 0 78px;background:#f4f5f6}
.kmc-news-section__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;margin-bottom:22px}
.kmc-news-kicker{display:inline-flex;align-items:center;gap:9px;color:#a90d15;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.kmc-news-kicker:before{content:"";width:24px;height:2px;background:var(--kmc-news-red)}
.kmc-news-section__head h2,.kmc-news-home__head h2{margin:10px 0 0;color:var(--kmc-news-ink);font-size:clamp(30px,3.5vw,44px);line-height:1.05;font-weight:500;letter-spacing:-.04em}.kmc-news-section__head p,.kmc-news-home__head p{max-width:720px;margin:12px 0 0;color:#5e636b;font-size:14px;line-height:1.75}
.kmc-news-count{min-width:92px;padding:12px 14px;border-left:2px solid var(--kmc-news-red);border-radius:0 5px 5px 0;background:#fff}.kmc-news-count strong{display:block;font-size:25px;line-height:1;font-weight:550}.kmc-news-count span{display:block;margin-top:5px;color:#646970;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.kmc-news-tools{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px;padding:14px!important;border:1px solid var(--kmc-news-line)!important;border-radius:5px!important;background:#fff!important}
.kmc-news-search{display:flex;align-items:center;width:min(100%,330px);height:42px;border:1px solid rgba(17,18,20,.14)!important;border-radius:5px!important;background:#fff!important;color:#4f545c!important;overflow:hidden}.kmc-news-search svg{width:18px;height:18px;margin-left:13px;flex:0 0 auto}.kmc-news-search input{width:100%!important;height:40px!important;margin:0!important;padding:0 12px!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#111214!important;font:inherit!important;font-size:12px!important}
.kmc-news-filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.kmc-news-filters button{min-height:36px!important;margin:0!important;padding:0 12px!important;border:1px solid rgba(17,18,20,.12)!important;border-radius:5px!important;background:#fff!important;color:#353941!important;box-shadow:none!important;font-size:10px!important;font-weight:800!important;letter-spacing:.05em!important;text-transform:uppercase!important;cursor:pointer!important}.kmc-news-filters button:hover,.kmc-news-filters button.is-active{border-color:#111214!important;background:#111214!important;color:#fff!important}.kmc-news-filters button.is-active:before{content:"";display:inline-block;width:6px;height:6px;margin-right:7px;border-radius:50%;background:var(--kmc-news-red);vertical-align:1px}
.kmc-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.kmc-news-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid rgba(17,18,20,.10);border-radius:5px;background:#fff;transition:transform .22s ease,border-color .22s ease}.kmc-news-card:hover{transform:translateY(-4px);border-color:rgba(17,18,20,.18)}.kmc-news-card.is-hidden{display:none}.kmc-news-card__media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#e7e8ea}.kmc-news-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.kmc-news-card:hover .kmc-news-card__image{transform:scale(1.025)}.kmc-news-card__placeholder{display:grid;width:100%;height:100%;place-items:center;background:linear-gradient(135deg,#eceef0,#dfe2e5);color:#70757d}.kmc-news-card__placeholder svg{width:44px;height:44px}.kmc-news-card__body{display:flex;min-height:250px;flex:1;flex-direction:column;padding:18px}.kmc-news-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.kmc-news-card__category{color:#a90d15;font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.kmc-news-card__meta time{color:#61666e;font-size:10px}.kmc-news-card h3{margin:14px 0 0;font-size:22px;line-height:1.12;font-weight:540;letter-spacing:-.03em}.kmc-news-card h3 a{color:#111214!important;text-decoration:none!important}.kmc-news-card p{margin:11px 0 0;color:#555b63;font-size:12.5px;line-height:1.7}.kmc-news-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid rgba(17,18,20,.08)}.kmc-news-card__footer>span{color:#666b73;font-size:10px}.kmc-news-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border:1px solid var(--kmc-news-red)!important;border-radius:5px;background:var(--kmc-news-red)!important;color:#fff!important;text-decoration:none!important;font-size:10px;font-weight:800}.kmc-news-card__button:hover{border-color:#111214!important;background:#111214!important;color:#fff!important}
.kmc-news-empty{display:none;grid-column:1/-1;padding:34px;border:1px dashed rgba(17,18,20,.18);border-radius:5px;background:#fff;color:#555b63;text-align:center;font-size:13px}.kmc-news-empty.is-visible{display:block}.kmc-news-more{display:flex;justify-content:center;margin-top:24px}.kmc-news-more button{min-height:42px!important;padding:0 18px!important;border:1px solid #111214!important;border-radius:5px!important;background:#fff!important;color:#111214!important;font-size:10.5px!important;font-weight:800!important;cursor:pointer!important}.kmc-news-more button:hover{background:#111214!important;color:#fff!important}
.kmc-news-home{padding:58px 0;background:#fff}.kmc-news-home__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;margin-bottom:22px}.kmc-news-home__actions{display:flex;align-items:center;gap:10px}.kmc-news-home__all{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid #111214;border-radius:5px;background:#111214;color:#fff!important;text-decoration:none!important;font-size:10.5px;font-weight:800}.kmc-news-home__all:hover{border-color:var(--kmc-news-red);background:var(--kmc-news-red)}
.kmc-news-carousel{min-width:0}.kmc-news-carousel__viewport{overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.kmc-news-carousel__viewport::-webkit-scrollbar{display:none}.kmc-news-carousel__track{display:flex;gap:18px}.kmc-news-carousel .kmc-news-card{flex:0 0 calc((100% - 36px)/3);scroll-snap-align:start}.kmc-news-carousel__controls{display:flex;gap:8px}.kmc-news-carousel__controls button{display:grid!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;margin:0!important;padding:0!important;place-items:center!important;border:1px solid #111214!important;border-radius:5px!important;background:#fff!important;color:#111214!important;box-shadow:none!important;cursor:pointer!important}.kmc-news-carousel__controls button:hover{background:#111214!important;color:#fff!important}.kmc-news-carousel__controls button:disabled{opacity:.35!important;cursor:not-allowed!important}.kmc-news-carousel__controls svg{display:block!important;width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important}.kmc-news-carousel__controls button:focus-visible,.kmc-news-home__all:focus-visible,.kmc-news-card a:focus-visible,.kmc-news-filters button:focus-visible{outline:3px solid #e20d18!important;outline-offset:3px!important}
.kmc-news-detail__body{padding:38px 0 68px;background:#f1f2f3}.kmc-news-detail__layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.kmc-news-detail__main{min-width:0}.kmc-news-detail__media{margin:0 0 10px;overflow:hidden;border-radius:5px;background:#ddd}.kmc-news-detail__image{display:block;width:100%;max-height:560px;object-fit:cover}.kmc-news-detail__content{padding:26px;border-radius:5px;background:#fff!important;color:#24272c;font-size:15px;line-height:1.85}.kmc-news-detail__content>:first-child{margin-top:0}.kmc-news-detail__content>:last-child{margin-bottom:0}.kmc-news-detail__content h2{margin:32px 0 12px;font-size:28px;line-height:1.15;font-weight:540}.kmc-news-detail__content h3{margin:26px 0 10px;font-size:22px;line-height:1.2;font-weight:560}.kmc-news-detail__content a{color:#a90d15;text-decoration:underline;text-underline-offset:3px}.kmc-news-detail__subtitle{margin:0 0 20px!important;padding-bottom:17px;border-bottom:1px solid rgba(17,18,20,.09);color:#3e434a;font-size:18px!important;font-weight:520;line-height:1.55!important}.kmc-news-detail__video a{display:inline-flex;min-height:40px;align-items:center;padding:0 14px;border-radius:5px;background:#111214;color:#fff!important;text-decoration:none!important}.kmc-news-detail__aside{position:sticky;top:100px}.kmc-news-detail__info{overflow:hidden;padding:6px 20px;border-radius:5px;background:#111214!important;box-shadow:inset 0 3px 0 #e20d18}.kmc-news-detail__info>div{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12)}.kmc-news-detail__info>div:last-child{border-bottom:0}.kmc-news-detail__info span{display:block;margin-bottom:5px;color:#ff737b!important;font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.kmc-news-detail__info strong{display:block;color:#fff!important;font-size:13px;font-weight:600;line-height:1.45}.kmc-news-detail__info strong a{color:#fff!important;text-decoration:underline;text-underline-offset:3px}.kmc-news-detail__back{display:flex;min-height:42px;margin-top:10px;align-items:center;justify-content:center;border-radius:5px;background:#e20d18;color:#fff!important;text-decoration:none!important;font-size:10.5px;font-weight:800}.kmc-news-detail__back:hover{background:#111214}.kmc-news-related{background:#fff;border-top:1px solid rgba(17,18,20,.08)}
@media(max-width:1000px){.kmc-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kmc-news-carousel .kmc-news-card{flex-basis:calc((100% - 18px)/2)}.kmc-news-detail__layout{grid-template-columns:minmax(0,1fr) 280px}}
@media(max-width:760px){.kmc-news-container{width:min(calc(100% - 24px),1280px)}.kmc-news-section{padding:46px 0 58px}.kmc-news-section__head,.kmc-news-home__head{grid-template-columns:1fr;align-items:start}.kmc-news-count{justify-self:start}.kmc-news-tools{align-items:stretch;flex-direction:column}.kmc-news-search{width:100%}.kmc-news-filters{justify-content:flex-start}.kmc-news-home__actions{justify-content:space-between}.kmc-news-grid{grid-template-columns:1fr}.kmc-news-carousel .kmc-news-card{flex-basis:100%}.kmc-news-detail__layout{grid-template-columns:1fr}.kmc-news-detail__aside{position:static}.kmc-news-detail__content{padding:21px}.kmc-news-detail__body{padding:24px 0 52px}}
@media(max-width:520px){.kmc-news-section__head h2,.kmc-news-home__head h2{font-size:30px}.kmc-news-home__actions{align-items:stretch;flex-wrap:wrap}.kmc-news-home__all{flex:1}.kmc-news-carousel__controls button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}.kmc-news-card h3{font-size:21px}.kmc-news-filters button{flex:1 1 calc(50% - 4px)}.kmc-news-detail__content h2{font-size:25px}.kmc-news-detail__content h3{font-size:20px}}
@media(prefers-reduced-motion:reduce){.kmc-news-card,.kmc-news-card__image{transition:none!important}.kmc-news-carousel__viewport{scroll-behavior:auto!important}}
