.t-page-news .news-site-news {
    margin-bottom: 160px;
}

.t-page-news .t-page-useful-links-top-header {
    color: #100E1C;
    font-family: "Roboto Slab";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 64px;
}

.t-page-news .news-world-news-card-image {
    height: 210px;
    border-radius: 16px;
    width: 100%;
    overflow: hidden;
}

.t-page-news .news-site-news-card-image {
    height: 290px;
    border-radius: 16px;
    width: 100%;
    overflow: hidden;
}

.t-page-news .news-world-news-card-image img,
.t-page-news .news-site-news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t-page-news .news-world-news-card-text-block {
    overflow: hidden;
    color: #100E1C;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 24px;
}

.t-page-news .news-world-news-card-text {
    margin-bottom: 16px;
}

.t-page-news .news-world-news-card-date {
    position: absolute;
    bottom: 20px;
    display: flex;
    padding: 8px 12px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: #F1EFF5;
    color: #100E1C;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    width: fit-content;
}

.news-world-news {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.t-page-news .news-world-news-card {
    display: flex;
    position: relative;
    height: 410.037px;
    padding: 8px 8px 24px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(16, 14, 28, 0.04), 0 2px 40px 0 rgba(55, 37, 96, 0.10);
    flex: 0 1 calc(25% - 40px);
    cursor: pointer;
}

.t-page-news .site-news-card {
    height: auto!important;
}

.t-page-news .site-news-card .news-world-news-card-text-block {
    margin-bottom: 40px;
}

.news-world-news-pagination {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

.t-page-news .site-news-slider-swiper-wrapper {
    padding-left: 17px;
}

.t-page-news .site-news-card {
    box-shadow: 0 1px 2px 0 rgba(16, 14, 28, 0.04), 0 2px 17px 0 rgba(55, 37, 96, 0.10)!important;
}

@media screen and (max-width: 1700px) {
    .t-page-news .news-world-news-card-text {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 22px;
    }

    .t-page-news .news-world-news {
        gap: 30px;
    }

    .t-page-news .news-world-news-card {
        flex: 0 1 calc(25% - 30px);
    }
}

@media screen and (max-width: 1600px) {
    .t-page-news .t-page-useful-links-top-header {
        font-size: 36px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1550px) {

    .t-page-news .news-world-news {
        gap: 25px;
    }

    .t-page-news .news-world-news-card {
        flex: 0 1 calc(25% - 25px);
    }

    .t-page-news .news-site-news {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1350px) {
    .t-page-news .site-news-slider-swiper-wrapper {
        padding-left: 13px;
    }
}

@media screen and (max-width: 1200px) {
    .t-page-news .site-news-slider-swiper-wrapper {
        padding-left: 7px;
    }

    .news-site-news .t-page-services__slider-btns {
        margin: 0;
    }

    .t-page-news .news-site-news {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 1120px) {
    .t-page-news .news-world-news {
        gap: 20px;
    }
    .t-page-news .news-world-news-card {
        flex: 0 1 calc(50% - 20px);
    }
}

@media screen and (max-width: 920px) {
    .t-page-news .site-news-slider-swiper-wrapper {
        padding-left: 2px;
    }

    .t-page-news .site-news-slider-swiper-wrapper.swiper-container {
        overflow: visible;
    }

    .t-page-news .t-page-useful-links-top-header {
        font-size: 22px;
        line-height: 28px;
    }


    .t-page-news .news-site-news {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .t-page-news .news-world-news-card-text,
    .t-page-news .news-world-news-card-date {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 550px) {
    .t-page-news .news-world-news {
        gap: 15px;
    }
    .t-page-news .news-world-news-card {
        flex: 1 1 100%;
    }

    .t-page-useful-links-top-header {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 34px !important;
    }

    .site-news-slider .t-page-services__head {
        flex-direction: column;
        margin-bottom: 0;
    }

    .news-site-news .t-page-services__slider-btns {
        position: relative;
        top: 10px;
    }

    .news-site-news .t-page-main__specialists-title {
        width: 100%;
    }
}
