﻿.newstation-header {
    height: 18vw;
    background: linear-gradient(rgba(47, 52, 56, .5), rgba(47, 52, 56, .5)), url(../../images/header-bgvideostore.png) center / cover;
}

.newstation-header__info {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    color: #e9e9e9;
    font-family: var(--roboto-font);
    margin-left: 2px;
    white-space: nowrap;
}

    .newstation-header__info > *:nth-child(2) {
        margin-right: 10px;
    }

.newstation-header__box {
    padding-bottom: 16px;
    padding-top: 30px;
}

.newstation-header__content {
    width: fit-content;
    margin: 0 auto;
    column-gap: 8px;
    font: 700 36px/48px var(--serif-font);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2%;
}

    .newstation-header__content:hover {
        color: #fff;
    }

.newstation__layout {
    margin-top: -85px;
    display: flex;
}

.newstation__left {
    width: 76.744%;
    margin-right: 30px;
}

.newstation__right {
    width: calc(100% - 76.744%);
}

.newstation-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    gap: 24px;
}

    .newstation-list > * .new-article__title {
        font-size: 24px;
        line-height: 32px;
    }

    .newstation-list > * .new-article__thumb {
        margin-bottom: 16px;
    }

.newstation-more {
    margin-top: 24px;
    margin-bottom: 32px;
}

    .newstation-more > * {
        display: block;
        width: fit-content;
        margin: 0 auto;
        padding: 8px 24px;
        border-radius: 8px;
        background-color: var(--primary-500);
        color: #fff;
        font: 600 16px/24px var(--inter-font);
    }

        .newstation-more > *:hover {
            color: #fff;
        }

.newstation__track {
    position: sticky;
    top: 70px;
}

    .newstation__track .banner {
        width: 100%;
    }

.banner > * {
    display: block;
}

.banner img {
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .newstation-header {
        height: 240px;
    }

    .newstation-header__content {
        font-size: 24px;
        line-height: 32px;
    }

    .newstation-list {
        grid-template-columns: 1fr;
    }

    .newstation-more {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .newstation__left {
        width: 100%;
        margin-right: 0;
    }

    .newstation__right {
        display: none;
    }

    .newstation-header__box {
        text-align: center;
    }

    .newstation-header__content {
        display: flex;
        align-items: center;
    }

    .newstation-header__info {
        justify-content: center;
    }
}
