
.ru-news-module{max-width:1160px;margin:0 auto;padding:52px 20px;font-family:inherit}
.ru-news-heading{text-align:center;margin-bottom:28px}
.ru-news-heading>span{color:#ed1c24;font-size:11px;font-weight:900;letter-spacing:2px}
.ru-news-heading h2{font-size:34px;line-height:1.1;margin:7px 0 8px;color:#111}
.ru-news-heading p{margin:0;color:#6e7075}
.ru-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.ru-news-card{display:flex;flex-direction:column;background:#fff;border:1px solid #ececee;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.07);min-width:0}
.ru-news-image{display:block;aspect-ratio:1200/630;background:#111;position:relative;overflow:hidden}
.ru-news-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.ru-news-card:hover .ru-news-image img{transform:scale(1.018)}
.ru-news-image-fallback{height:100%;display:grid;place-items:center;color:#fff;font-weight:900;letter-spacing:2px}
.ru-news-chip{position:absolute;left:14px;bottom:14px;background:#ed1c24;color:#fff;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;letter-spacing:.7px;text-transform:uppercase}
.ru-news-body{display:flex;flex-direction:column;flex:1;padding:21px 22px}
.ru-news-meta{font-size:11px;color:#989a9f;margin-bottom:8px}
.ru-news-body h3{font-size:25px;line-height:1.18;margin:0 0 11px;min-height:59px}
.ru-news-body h3 a{color:#111;text-decoration:none}
.ru-news-body p{color:#6f7176;line-height:1.55;margin:0 0 18px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:69px}
.ru-news-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid #ececee}
.ru-news-foot>span{color:#999;font-size:10px;font-weight:800;text-transform:uppercase}
.ru-news-more{display:inline-flex;align-items:center;justify-content:center;background:#ed1c24;color:#fff!important;border-radius:999px;padding:10px 18px;text-decoration:none!important;font-size:12px;font-weight:800}
@media(max-width:760px){
    .ru-news-grid{grid-template-columns:1fr}
    .ru-news-body h3{min-height:0}
    .ru-news-body p{min-height:0}
    .ru-news-heading h2{font-size:29px}
}
