.tag_links ul li a {
    color: #003F64;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;

}
.tag_links ul li.active_link a {
    color: #A0978F;
    text-decoration-line: underline;
}

.tag_links ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 20px;
}
.archive .bg {
    height: 330px;
    background-size: 100% 366px;
}

.news_page .preview{
    gap: 0px;
}
.news_page .bg{
    background-image: url(../assets/images/bg.png);
}
.news_page .preview{
    margin-left: 0;
    margin-right: 0;
}
.news_page .preview__title{
    color: #003F64;
    font-family: Gotham Pro;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px; /* 114.286% */
    text-align: left;
}
.news_wrap {
    margin-top: 60px;
    margin-bottom: 60px;
}


.misha_loadmore {
    /* display: flex; */
    /* align-items: center; */
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid var(--Black, #003F64);
    color: var(--100, #003F64);
    font-variant-numeric: lining-nums tabular-nums;
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0 auto;
}
.news_more {
    text-align: center;
}

.news_more a {
    /* display: flex; */
    /* align-items: center; */
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid var(--Black, #003F64);
    color: var(--100, #003F64);
    font-variant-numeric: lining-nums tabular-nums;
    font-family: Gotham Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0 auto;
}

@media (max-width: 1300px) {
    .archive .main .preview{
        max-width: calc(100% - 110px);
    }
    .archive .mass-media {
        max-width: calc(100% - 110px);
    }
}