.com-content-article__body .news {
    width: 100%;
}

.com-content-article__body .news__section-title {
    margin: var(--space-64, 64px) auto var(--space-24, 24px) auto;
    color: var(--blue-700, #0e2b43);
    font-feature-settings:
        "liga" off,
        "clig" off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-32, 32px);
    font-style: normal;
    font-weight: var(--fw-700, 700);
    line-height: var(--lh-40, 40px);
    max-width: var(--main-content-width, 1168px);
    text-align: center;
}

.com-content-article__body .news__section-title--visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.com-content-article__body .news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-24, 24px);
    max-width: 1168px;
    margin: 0 auto;
}

.com-content-article__body .news__item {
    background: var(--white-600, #f7f7f7);
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 444px;
    max-height: 444px;
}

.com-content-article__body .news-thumbnail {
    width: 100%;
    max-height: 260px;
    height: 260px;
    overflow: hidden;
    border-radius: var(--space-4, 4px);
}

.com-content-article__body .news__item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.news__grid .news__item .news__item-link {
    text-decoration-line: none;
}

.com-content-article__body .news__item-link:hover,
.com-content-article__body .news__item-link:focus,
.com-content-article__body .news__item-link:active {
    text-decoration: none;
}

.com-content-article__body .news-thumbnail img {
    width: 100%;
    height: 100%;
    max-height: 260px;
    object-fit: cover;
    display: block;
    transition: 0.3s all ease-in-out;
}

.com-content-article__body .news__item-link:hover .news-thumbnail img,
.com-content-article__body .news__item-link:focus .news-thumbnail img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.com-content-article__body .news__content {
    padding: var(--space-20, 20px) var(--space-32, 32px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.com-content-article__body .news__text {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
}

.com-content-article__body .news-createdat {
    color: var(--blue-700, #0e2b43);
    font-feature-settings:
        "liga" off,
        "clig" off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-400, 400);
    line-height: 27px;
}

.com-content-article__body .news-title {
    margin: 0;
    font-size: var(--fs-16, 16px);
    line-height: normal;
}

.com-content-article__body .news-title a,
.com-content-article__body .news-title a:link,
.com-content-article__body .news-title a:visited {
    color: var(--blue-900, #081a28);
    font-feature-settings:
        "liga" off,
        "clig" off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-600, 600);
    line-height: normal;
    text-decoration: underline !important;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: none !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.com-content-article__body .news-title .news-title__text {
    color: var(--blue-900, #081a28);
    font-feature-settings:
        "liga" off,
        "clig" off;
    font-family: var(--ff-primary, "Open Sans", sans-serif);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-600, 600);
    line-height: normal;
    text-decoration: underline !important;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: none !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s all ease-in-out;
}

.com-content-article__body .news-title a:hover,
.com-content-article__body .news-title a:focus,
.com-content-article__body .news-title a:active {
    text-decoration: underline;
}

.com-content-article__body .news__item-link:hover .news__content .news-title .news-title__text{
    color: var(--blue-500, #1a4f7a);
}

.com-content-article__body .news__pagination {
    margin-top: var(--space-24, 24px);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-14, 14px);
}

.com-content-article__body .news__pagination .pagination {
    display: flex;
    gap: 5px;
}

.com-content-article__body .news__pagination .pagination ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
}

.com-content-article__body .news__pagination .pagination li {
    display: inline-block;
    border-radius: 6px;
}

.com-content-article__body .news__pagination .pagination a,
.com-content-article__body .news__pagination .pagination span {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 6px;
    color: var(--blue-500, #1a4f7a);
    text-align: center;
    font-feature-settings:
        "liga" off,
        "clig" off;
    font-family: var(--ff-primary);
    font-size: var(--fs-16, 16px);
    font-style: normal;
    font-weight: var(--fw-600, 600);
    line-height: var(--lh-24, 24px);

    z-index: initial;
    margin-left: 0;
    padding: initial;
    border: 0;

    transition: all 0.3s ease;
}

.com-content-article__body .news__pagination .pagination a:hover, .com-content-article__body .news__pagination .pagination a:active, .com-content-article__body .news__pagination .pagination a:focus {
    background: var(--green-500);
    color: var(--white-500, #fff);
    transform: translateY(-2px);

    box-shadow: none;
}

.com-content-article__body .news__pagination .pagination .active a {
    background: var(--green-500);
    color: var(--white-500, #fff);
}

.com-content-article__body .news__pagination .pagination span.icon-angle-left,
.com-content-article__body .news__pagination .pagination span.icon-angle-right,
.com-content-article__body .news__pagination .pagination span.icon-angle-double-left,
.com-content-article__body .news__pagination .pagination span.icon-angle-double-right {
    position: relative;
}

.com-content-article__body .news__pagination .pagination span.icon-angle-left::after,
.com-content-article__body .news__pagination .pagination span.icon-angle-right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 12px;
    background-image: url("/images/icons/arrowGreen.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.com-content-article__body .news__pagination .pagination span.icon-angle-right::after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.com-content-article__body .news__pagination .pagination span.icon-angle-double-left::after,
.com-content-article__body .news__pagination .pagination span.icon-angle-double-left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 12px;
    background-image: url("/images/icons/arrowGreen.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.com-content-article__body .news__pagination .pagination span.icon-angle-double-left::after {
    left: 40%;
}

.com-content-article__body .news__pagination .pagination span.icon-angle-double-left::before {
    left: 60%;
}

.com-content-article__body .news__pagination .pagination span.icon-angle-double-right::after,
.com-content-article__body .news__pagination .pagination span.icon-angle-double-right::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 12px;
    background-image: url("/images/icons/arrowGreen.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.com-content-article__body .news__pagination .pagination span.icon-angle-double-right::after {
    left: 60%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.com-content-article__body .news__pagination .pagination span.icon-angle-double-right::before {
    left: 40%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.com-content-article__body .news__pagination .pagination li:not(.disabled) span.icon-angle-right:hover::after {
    background-image: url("/images/icons/arrowWhite.svg");
}

.com-content-article__body .news__pagination .pagination li:not(.disabled) span.icon-angle-double-right:hover::after,
.com-content-article__body .news__pagination .pagination li:not(.disabled) span.icon-angle-double-right:hover::before {
    background-image: url("/images/icons/arrowWhite.svg");
}

.com-content-article__body .news__pagination .pagination li:not(.disabled) span.icon-angle-left:hover::after {
    background-image: url("/images/icons/arrowWhite.svg");
}

.com-content-article__body .news__pagination .pagination li:not(.disabled) span.icon-angle-double-left:hover::after,
.com-content-article__body .news__pagination .pagination li:not(.disabled) span.icon-angle-double-left:hover::before {
    background-image: url("/images/icons/arrowWhite.svg");
}

.com-content-article__body .news__pagination .pagination .disabled span {
    background: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    opacity: 0.5;
}

.com-content-article__body .news__pagination-counter {
    color: var(--blue-500);
    font-weight: var(--fw-600, 600);
    font-size: var(--fs-14, 14px);
}

@media (max-width: 992px) {
    .com-content-article__body .news__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .com-content-article__body .news__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 390px) {
    .com-content-article__body .news__pagination .pagination a,
    .com-content-article__body .news__pagination .pagination span {
        width: 38px;
        height: 38px;
    }
}
