.vector-news-left {
    background-image: url(../images/news/vectot-left.svg);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: right;
}

.vector-news-right {
    background-image: url(../images/news/vector-right.svg);
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: left;
}

.vector-news-top {
    background-image: url(../images/news/vector-top.svg);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: top;
}

.vector-news-bottom {
    background-image: url(../images/news/vector-bottom.svg);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-size: cover;
    background-position: top;
}

.title-block {
    width: 100%;
    height: 81px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.left-back-news {
    background-image: url(../images/news/left-back-news.svg);
    width: 40%;
    height: 81px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: right;
}

.right-back-news {
    background-image: url(../images/news/right-back-news.svg);
    width: 40%;
    height: 81px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: left;
}

.news-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 5;
}

.section-news-page {
    position: relative;
    top: 96px;
    padding-bottom: 100px;
}

.section-content_news {
    position: relative;
}

.section-title-news {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: rgb(237, 51, 51);
}

.title-border-bottom {
    border: 1px solid rgb(237, 51, 51);
}

.news-calendar {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.next-month {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 12px 3vw;
    background: linear-gradient( 273.17deg, #ffffff 83.18%, rgba(255, 255, 255, 0) 109.68%);
}

.news-month {
    padding: 15px 3vw;
    background: #ffffff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #525252;
}

.news-month:hover {
    color: #2b2a2a;
}

.news-month.active {
    color: #3555d9;
    border-bottom: 1px solid #3555d9;
}

.news-block-content {
    width: 100%;
}

.news-block-list {
    justify-content: space-between;
}


/* 
.news-block-info:nth-child(2),
.news-block-info:nth-child(5) {
    height: 360px;
} */


/* 
.news-block-info:nth-child(4),
.news-block-info:nth-child(6) {
    top: 0;
} */

.pagination {
    margin-top: 38px;
    display: flex;
    justify-content: center;
}

.pagination li {
    /* display: inline; */
    text-align: center;
}

.pagination a {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
    font-family: "Lato";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
    padding: 10px 18px;
}

.pagination a.active {
    cursor: default;
}

.pagination a:active {
    outline: none;
}

.pagination a:hover {
    background: #eee;
}

.pagination a.active,
.pagination a:active {
    background: #3556d93a;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
    color: #3555d9;
}

.pagination .prev,
.pagination .next {
    color: #3555d9;
}

.section-documents {
    position: relative;
    margin-bottom: 94px;
}

.documents-select {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}

.select-style {
    width: 30% !important;
}

.document-table-title {
    display: flex;
    width: 100%;
    height: 50px;
    margin-bottom: 27px;
}

.document-table-title p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #ffffff;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.11);
    font-family: "Martel";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.045em;
    color: #3555d9;
    text-align: center;
}

.document-year,
.document-type,
.document-date {
    width: 15%;
}

.document-name {
    width: calc(100% - 15%);
    padding-left: 15px;
}

.document-table-info {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.11);
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    font-family: "Martel";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.045em;
    color: #000000;
    text-align: center;
    min-height: 60px;
    height: auto;
    padding: 5px 0;
}

.document-name-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.document-name-block p {
    width: calc(100% - 50px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.download {
    margin-right: 15px;
    margin-left: 5px;
}

.section-media {
    position: relative;
    padding-bottom: 16px;
}

.container-media {
    position: relative;
    z-index: 20;
}

.media-block-photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 58px;
}

.media-block-info {
    width: 33%;
    height: 486px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.media-button {
    width: 74px;
    height: 59px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    line-height: 59px;
    font-size: 33px;
}

.media-button:before {
    margin: auto;
}

.media-block-info:nth-child(odd) .media-button {
    background: #ffffff;
}

.media-block-info:nth-child(even) .media-button {
    background: #3555d9;
}

.media-block-info:nth-child(odd) .media-button:before {
    background: #ffffff;
    content: url(../images/arrow-right.svg);
}

.media-block-info:nth-child(even) .media-button:before {
    background: #3555d9;
    content: url(../images/arrow-right-white.svg);
}

.media-picture {
    width: 100%;
    height: 316px;
    cursor: pointer;
}

.media-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.media-info {
    width: 100%;
    height: 170px;
    position: relative;
    text-align: center;
}

.media-block-info:nth-child(odd) .media-info,
.media-block-info:nth-child(odd) .media-info a {
    background: #3555d9;
    color: #ffffff;
}

.media-block-info:nth-child(even) .media-info,
.media-block-info:nth-child(even) .media-info a {
    background: #ffffff;
    color: #3555d9;
}

.media-title {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 92px;
}

.media-text {
    font-family: "Martel";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 136.2%;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 40px;
    right: 25px;
    left: 25px;
    width: 80%;
    overflow: hidden;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.show-more {
    font-family: "Martel";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 136.2%;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 18px;
    right: 28px;
}

#button {
    display: flex;
    flex-direction: column;
    width: 37px;
    height: 44px;
    text-align: center;
    margin: 40px auto 0 auto;
    cursor: pointer;
}

#button p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.045em;
    color: #3555d9;
}

@media only screen and (max-width: 959px) {
    .media-block-info {
        width: 49%;
    }
}

@media only screen and (max-width: 768px) {
    .documents-select {
        flex-direction: column;
    }
    .select-style {
        width: 100% !important;
    }
    .media-block-info {
        width: 100%;
    }
    .pagination li:nth-child(n + 7) {
        display: none;
    }
    .pagination li:last-child {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .section-news-page {
        top: 68px;
    }
}

.slider-news__item .news-block-info {
    max-width: 274px;
}

/* Ensure bold in news content */
.section-content_news strong,
.section-content_news b,
.news-block-content strong,
.news-block-content b,
.document-table-info strong,
.document-table-info b,
.media-text strong,
.media-text b,
.itemFullText strong,
.itemFullText b,
.itemIntroText strong,
.itemIntroText b,
.news-block-left strong,
.news-block-left b {
    font-weight: 700 !important;
}