.news-sidebar {
    position: relative;
    margin: 0 0 30px
}

.news-sidebar:last-child {
    margin-bottom: 0
}

.news-sidebar__title {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase
}

@media screen and (max-width: 1024px) {
    .news-sidebar__title {
        font-size: 16px;
        line-height: 1.2
    }
}

.news-sidebar__nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.news-sidebar__nav-item {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb
}

.news-sidebar__nav-item:first-child {
    padding-top: 0
}

.news-sidebar__nav-item:first-child .article-sidebar__image {
    width: 100%;
    order: 1;
    margin: 0 0 15px
}

.news-sidebar__nav-item:first-child .article-sidebar__content {
    width: 100%;
    order: 2
}

.news-sidebar__nav-item:first-child .article-sidebar__name {
    font-size: 18px;
    font-weight: bold
}

@media screen and (max-width: 1024px) {
    .news-sidebar__nav-item:first-child .article-sidebar__name {
        font-size: 15px
    }
}

@media screen and (max-width: 767px) {
    .news-sidebar__nav-item:first-child .article-sidebar__name {
        font-size: 14px
    }
}

.news-sidebar__nav-item:first-child .article-sidebar__number {
    top: -4px;
    font-size: 30px
}

.news-sidebar__banner {
    display: block
}

.news-sidebar__banner img {
    width: 100%
}

.article-sidebar {
    display: flex;
    flex-flow: row wrap
}

.article-sidebar__image {
    position: relative;
    order: 2;
    width: 64px;
    overflow: hidden
}

.article-sidebar__image img {
    width: 100%;
    border-radius: 3px
}

.article-sidebar__content {
    position: relative;
    order: 1;
    width: calc(100% - 64px);
    padding-right: 20px;
    padding-left: 30px
}

@media screen and (max-width: 1024px) {
    .article-sidebar__content {
        padding-right: 15px
    }
}

.article-sidebar__number {
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 22px;
    font-weight: bold
}

.article-sidebar__name {
    font-size: 16px;
    font-weight: normal;
    transition: color .3s ease
}

@media screen and (max-width: 1024px) {
    .article-sidebar__name {
        font-size: 14px
    }
}

.article-sidebar:hover .article-sidebar__name {
    color: #fa9d24
}

.post-card {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (max-width: 767px) {
    .post-card {
        display: block;
        margin-left: 0;
        margin-right: 0
    }
}

.post-card__image {
    display: block;
    width: 30%;
    padding: 0 15px;
    order: 2
}

@media screen and (max-width: 767px) {
    .post-card__image {
        width: 100%;
        margin-bottom: 15px;
        padding: 0
    }
}

.post-card__content {
    width: 70%;
    padding: 0 15px;
    order: 1
}

@media screen and (max-width: 767px) {
    .post-card__content {
        width: 100%;
        padding: 0
    }
}

.post-card__name {
    display: flex;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    transition: color .3s ease
}

@media screen and (max-width: 1024px) {
    .post-card__name {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .post-card__name {
        margin: 0 0 5px;
        font-size: 14px
    }
}

.post-card__name:hover {
    color: #fa9d24
}

.post-card__desc {
    line-height: 1.6
}

@media screen and (max-width: 1024px) {
    .post-card__desc {
        font-size: 14px
    }
}

.post-card__meta {
    display: flex;
    grid-gap: 0 20px;
    gap: 0 20px;
    margin-top: 20px;
    font-size: 12px;
    opacity: .8
}

@media screen and (max-width: 767px) {
    .post-card__meta {
        margin-top: 10px
    }
}

.post-card__meta-item {
    position: relative
}

.post-card__meta-item:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 7px;
    left: -12px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #0c1724;
    opacity: .8
}

.post-card__meta-item a {
    color: #0c1724;
    transition: color .3s ease
}

.post-card__meta-item a:hover {
    color: #fa9d24
}

.post-card__meta-item:first-child::before {
    display: none
}

.news-page {
    padding: 50px 0 20px;
    border-top: 1px solid #ebebeb
}

@media screen and (max-width: 767px) {
    .news-page {
        padding: 30px 0 20px
    }
}

.news-page__header {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .news-page__header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.news-page__title {
    margin: 0 0 20px;
    font-size: 56px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase
}

@media screen and (max-width: 1024px) {
    .news-page__title {
        font-size: 40px
    }
}

@media screen and (max-width: 767px) {
    .news-page__title {
        font-size: 32px
    }
}

.news-page__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

@media screen and (max-width: 1024px) {
    .news-page__nav {
        justify-content: flex-start;
        margin: 0 auto;
        max-width: 100%;
        padding-bottom: 10px;
        flex-wrap: nowrap;
        overflow-y: scroll
    }

    .news-page__nav::-webkit-scrollbar {
        appearance: none;
        -webkit-appearance: none
    }

    .news-page__nav::-webkit-scrollbar:horizontal {
        height: 5px
    }

    .news-page__nav::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .4)
    }
}

.news-page__nav-item {
    padding: 0 15px
}

@media screen and (max-width: 1024px) {
    .news-page__nav-item {
        padding: 0 12px
    }

    .news-page__nav-item:first-child {
        padding-left: 0
    }

    .news-page__nav-item:last-child {
        padding-right: 0
    }
}

.news-page__nav-link {
    position: relative;
    display: block;
    padding: 0;
    color: #0c1724;
    font-size: 16px;
    font-weight: normal;
    transition: all .3s ease
}

@media screen and (max-width: 1024px) {
    .news-page__nav-link {
        font-size: 15px;
        font-weight: 500;
        white-space: nowrap
    }
}

.news-page__nav-link::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    border-top: 1px solid #fa9d24;
    transition: all .3s ease
}

.news-page__nav-link:hover {
    color: #fa9d24
}

.news-page__nav-link:hover::after {
    width: 100%
}

.news-page__inner {
    display: flex;
    flex-flow: row wrap;
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 0 50px
}

@media screen and (max-width: 1024px) {
    .news-page__inner {
        margin-left: -15px;
        margin-right: -15px
    }
}

.news-page__main {
    position: relative;
    width: 100%;
    padding: 0 30px;
    border-right: 1px solid #ebebeb
}

@media screen and (max-width: 1024px) {
    .news-page__main {
        padding: 0 15px
    }
}

@media screen and (max-width: 767px) {
    .news-page__main {
        width: 100%
    }
}

.news-page__aside {
    width: 30%;
    padding: 0 30px
}

@media screen and (max-width: 1024px) {
    .news-page__aside {
        padding: 0 15px
    }
}

@media screen and (max-width: 767px) {
    .news-page__aside {
        width: 100%;
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #ebebeb
    }
}

.news-page__item {
    padding: 20px 0;
    border-top: 1px solid #ebebeb
}

.news-page__item:first-child {
    padding-top: 0;
    border-top: 0
}

.news-page__more {
    display: flex;
    justify-content: center;
    padding: 30px 0
}

.news-page__more .btn {
    justify-content: center;
    min-width: 200px
}