.news{border-top:1px solid rgba(255,255,255,.04);background:#0a0a0c}.news-filters{display:flex;justify-content:center;gap:8px;margin:-25px 0 35px}.news-filters button{min-height:35px;padding:0 16px;border:1px solid var(--line);border-radius:7px;color:#958f92;background:#111114;font-size:10px;font-weight:750;cursor:pointer}.news-filters button.active,.news-filters button:hover{color:#fff;border-color:#e84d2b;background:#a62a16}.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.news-card{display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#121215;transition:transform .25s,border-color .25s}.news-card:hover{transform:translateY(-4px);border-color:rgba(255,87,31,.35)}.news-card[hidden]{display:none}.news-art{min-height:250px;overflow:hidden}.news-art img{width:100%;height:100%;object-fit:cover}.news-brand{display:grid;place-items:center;background:radial-gradient(circle,rgba(255,61,20,.17),transparent 45%),#09090a}.news-brand img{width:70%;height:auto;border-radius:14px}.news-card>div:last-child{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:25px}.news-card span{color:var(--orange2);font-size:8px;font-weight:800;letter-spacing:.13em}.news-card h3{margin:12px 0 9px;font-size:20px}.news-card p{color:#908b8d;font-size:12px}.news-card a,.news-card button{margin-top:auto;padding:0 0 3px;border:0;border-bottom:1px solid rgba(255,80,28,.35);color:#fff;background:none;font-size:11px;font-weight:750;cursor:pointer}
.news-brand img{width:76%;height:auto;object-fit:contain;border-radius:0;filter:drop-shadow(0 0 22px rgba(255,68,22,.18))}
@media(max-width:850px){.news-grid{grid-template-columns:1fr}}@media(max-width:520px){.news-card{grid-template-columns:1fr}.news-art{min-height:260px}.news-card>div:last-child{min-height:210px}}
