.news-category-index {
    margin: 0 0 34px;
    padding: 28px 30px 30px;
    background: #f1f3f3;
    border-left: 5px solid #1c519d;
    box-sizing: border-box;
}

.news-category-index *,
.news-category-index *::before,
.news-category-index *::after {
    box-sizing: border-box;
}

.news-category-index__head {
    margin-bottom: 18px;
}

.news-category-index__head h2,
.news-list-title h2 {
    position: relative;
    margin: 0 0 12px;
    padding-bottom: 12px;
    color: #1a1a1a;
    font-family: 'El Messiri', sans-serif;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 700;
}

.news-category-index__head h2::after,
.news-list-title h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88px;
    height: 2px;
    background: #e31e25;
}

.news-category-index__head p {
    margin: 0;
    max-width: 930px;
    color: rgba(0, 0, 0, .68);
    font-size: 15px;
    line-height: 1.5;
}

.news-category-index__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 22px;
}

.news-category-index__nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid rgba(28, 81, 157, .35);
    background: #fff;
    color: #1c519d;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.news-category-index__nav a:hover,
.news-category-index__nav a:focus {
    border-color: #e31e25;
    color: #e31e25;
    text-decoration: none;
}

.news-category-index__nav span {
    color: rgba(0, 0, 0, .55);
    font-weight: 500;
}

.news-category-index__featured {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 26px;
}

.news-category-index__featured a {
    display: block;
    min-height: 100%;
    padding: 18px 20px;
    border-top: 3px solid #1c519d;
    background: #fff;
    color: #1a1a1a;
    text-decoration: none;
}

.news-category-index__featured a:hover,
.news-category-index__featured a:focus {
    color: #1c519d;
    text-decoration: none;
}

.news-category-index__featured time,
.news-category-index__section time {
    display: block;
    margin-bottom: 7px;
    color: rgba(0, 0, 0, .55);
    font-size: 13px;
    line-height: 1.2;
}

.news-category-index__featured span {
    display: block;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.news-category-index__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 34px;
}

.news-category-index__section {
    min-width: 0;
}

.news-category-index__section h3 {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 18px;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.news-category-index__section h3::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #e31e25;
}

.news-category-index__section p {
    margin: 0 0 12px;
    color: rgba(0, 0, 0, .64);
    font-size: 14px;
    line-height: 1.45;
}

.news-category-index__section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-category-index__section li {
    padding: 12px 0;
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.news-category-index__section a {
    color: #1c519d;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none;
}

.news-category-index__section a:hover,
.news-category-index__section a:focus {
    color: #e31e25;
    text-decoration: none;
}

.news-list-title {
    margin: 0 0 24px;
}

.news .block-news .date.news-list-date {
    opacity: 1;
    color: rgba(0, 0, 0, .48);
    font-size: 100%;
}

.news-list-date p {
    margin: 0;
}

.news-list-date span,
.news-list-date time {
    display: block;
}

.news-list-date span {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1.2;
}

.news-list-date time {
    color: rgba(0, 0, 0, .62);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

@media (max-width: 767px) {
    .news-category-index {
        padding: 22px 20px 24px;
    }

    .news-category-index__head h2,
    .news-list-title h2 {
        font-size: 25px;
    }

    .news-category-index__featured,
    .news-category-index__grid {
        grid-template-columns: 1fr;
    }
}
