.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
}

.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%;
    height: 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
}

.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;
    height: 80px;
    overflow: hidden
}

.article-sidebar__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

.post-card__desc {
    line-height: 1.6
}

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

.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
}

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

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

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

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

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

.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
}

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

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

.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
}

.img-fluid {
    height: 150px;
    width: 225px;
}



/*# sourceMappingURL=news.css.map */