/* Главная экспериментального поддомена */
.test_home_spacer {
    height: 42px
}

.test_home_layout {
    align-items: flex-start
}

@media screen and (min-width:990px) {
    .test_home_layout > .container_sub_adv_news_list {
        flex: 0 0 25%;
        width: 25%;
        max-width: 300px
    }
}

.test_home_content {
    box-sizing: border-box;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 8px 50px 24px
}

.test_section_heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px
}

.test_section_heading h1,
.test_section_heading h2 {
    margin: 3px 0 0;
    color: #111;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -.025em
}

.test_section_kicker {
    color: #7e0019;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase
}

.test_section_count,
.test_section_more {
    padding-bottom: 4px;
    color: #777;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.test_section_more {
    color: #7e0019
}

.test_section_more::after {
    content: " →"
}

.test_section_more:hover {
    color: #111
}

.test_exclusive_section {
    position: relative;
    margin-bottom: 44px;
    padding: 25px 26px 28px;
    border-top: 5px solid #7e0019;
    background: #f1f2f4
}

.test_exclusive_section::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 145px;
    height: 5px;
    background: #111;
    content: ""
}

.test_exclusive_grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-template-rows: repeat(2,minmax(160px,auto));
    gap: 12px
}

.test_exclusive_card {
    min-height: 160px;
    background: linear-gradient(145deg,#8d1026,#5b0010);
    background-position: center;
    background-size: cover
}

.test_exclusive_lead {
    grid-row: 1 / 3;
    min-height: 332px;
    background: linear-gradient(145deg,#1c1c1c,#6f0015)
}

.test_exclusive_link {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: inherit;
    padding: 18px;
    color: #fff
}

.test_exclusive_link:hover {
    color: #fff;
    opacity: .9
}

.test_exclusive_label {
    align-self: flex-start;
    padding: 4px 7px;
    background: #fff;
    color: #7e0019;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase
}

.test_exclusive_body {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.test_exclusive_body time {
    color: rgba(255,255,255,.72);
    font-size: 11px;
    text-transform: uppercase
}

.test_exclusive_body strong {
    font-size: 18px;
    line-height: 1.16
}

.test_exclusive_lead .test_exclusive_body strong {
    font-size: 29px;
    line-height: 1.08
}

.test_city_section {
    margin-bottom: 45px
}

.test_city_heading,
.test_feed_heading {
    padding-bottom: 14px;
    border-bottom: 1px solid #cfcfd2
}

.test_city_grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px
}

.test_city_card {
    position: relative;
    min-height: 245px;
    padding: 20px 22px 14px;
    border-top: 4px solid #7e0019;
    background: #fff
}

.test_city_card_header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 14px
}

.test_city_card h3 {
    margin: 0;
    font-size: 27px;
    line-height: 1
}

.test_city_card h3 a {
    color: #111
}

.test_city_all {
    color: #7e0019;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase
}

.test_city_news {
    border-top: 0
}

.test_city_news_item {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    gap: 8px;
    padding: 10px 0;
    border-bottom: 0;
    color: #222;
    font-size: 17px;
    line-height: 1.25
}

.test_city_news_item + .test_city_news_item {
    border-top: 1px solid #e2e2e3
}

.test_city_news_item:hover {
    color: #7e0019
}

.test_city_news_item time {
    padding-top: 2px;
    color: #999;
    font-size: 10px;
    white-space: nowrap
}

.test_feed_section {
    padding: 5px 0 30px
}

.test_feed_list {
    width: 100%
}

.test_feed_date {
    margin-top: 25px
}

.test_feed_date:first-child {
    margin-top: 0
}

.test_feed_item {
    box-sizing: border-box;
    width: 100%
}

.test_main_badge {
    display: inline-block;
    margin-right: 7px;
    padding: 2px 5px;
    background: #7e0019;
    color: #fff;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    vertical-align: 2px
}

.test_feed_more {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 22px
}

.test_feed_more button {
    border: 0;
    cursor: pointer
}

.test_feed_more button:disabled {
    cursor: default;
    opacity: .55
}

.test_feed_loader {
    color: #777;
    font-size: 12px
}

@media screen and (max-width:1180px) {
    .test_exclusive_grid {
        grid-template-columns: 1.2fr 1fr
    }

    .test_exclusive_lead {
        grid-row: 1 / 3
    }

    .test_exclusive_card:last-child {
        grid-column: 1 / -1;
        min-height: 135px
    }
}

@media screen and (max-width:989px) {
    .test_home_spacer {
        height: 24px
    }

    .test_home_content {
        width: 100%;
        padding: 0 12px 40px
    }
}

@media screen and (max-width:700px) {
    .test_section_heading h1,
    .test_section_heading h2 {
        font-size: 30px
    }

    .test_section_count {
        display: none
    }

    .test_exclusive_section {
        margin-bottom: 32px;
        padding: 19px 15px 17px
    }

    .test_exclusive_grid {
        grid-template-columns: 1fr;
        grid-template-rows: none
    }

    .test_exclusive_card,
    .test_exclusive_lead,
    .test_exclusive_card:last-child {
        grid-column: auto;
        grid-row: auto;
        min-height: 170px
    }

    .test_exclusive_lead {
        min-height: 255px
    }

    .test_exclusive_lead .test_exclusive_body strong {
        font-size: 24px
    }

    .test_city_grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .test_city_card {
        min-height: 0;
        padding: 18px 16px 10px
    }

    .test_city_card h3 {
        font-size: 24px
    }

    .test_city_news_item {
        font-size: 13px
    }
}


/* Архив эксклюзивных материалов */
.test_exclusive_archive {
    padding: 25px 26px 34px;
    border-top: 5px solid #7e0019;
    background: #f1f2f4
}

.test_exclusive_archive_intro {
    max-width: 690px;
    margin: -8px 0 25px;
    color: #666;
    font-size: 14px;
    line-height: 1.45
}

.test_exclusive_archive_grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px
}

.test_exclusive_archive_grid .test_exclusive_card {
    min-height: 230px
}

.test_exclusive_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 28px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.test_exclusive_pagination a {
    color: #7e0019
}

.test_exclusive_pagination span {
    color: #777
}

@media screen and (max-width:1180px) {
    .test_exclusive_archive_grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media screen and (max-width:700px) {
    .test_section_more {
        font-size: 10px
    }

    .test_exclusive_archive {
        padding: 19px 15px 24px
    }

    .test_exclusive_archive_grid {
        grid-template-columns: 1fr
    }

    .test_exclusive_archive_grid .test_exclusive_card {
        min-height: 185px
    }
}
