@media (min-width: 980px) and (max-width: 1199px) {
    .news_item {
        gap: 20px;
    }

    .news_central {
        width: 320px;
    }

    .news_right {
        width: 300px;

    }

    .news_data {
        padding-top: 6px;
        padding-bottom: 10px;
    }
}

@media (min-width: 660px) and (max-width: 979px) {
   

    .news_cont {
        flex-direction: column;
        transition: var(--transition);

    }

    .news_item {
        flex-direction: column;
        height: fit-content;
        min-width: 640px;
        width: 640px;
    }

    .news_wrapper {
        overflow: hidden;
        display: flex;
        width: fit-content;
        transition: var(--transition);

    }


    .news_controls {
        margin-left: 0 !important;
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .slider_bullets {
        flex-direction: row !important;
    }

    .slider_up, .slider_down {
        display: none;
    }

    .mobile_line {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 15px;
    }

    .mobile_line > .news_country {
        display: flex;
    }

    .news_central, .news_right {
        width: 100%;
    }

    .news_central {
        margin-top: 15px;
    }

    .news_central > .news_country {
        display: none;
    }

    .news_item {
        gap: 15px;
    }

    .news_item > img {
        width: 100%;
        height: 360px;
    }

}


@media (min-width: 500px) and (max-width: 659px) {
   

    .news_cont {
        flex-direction: column;
        transition: var(--transition);

    }

    .news_item {
        flex-direction: column;
        height: fit-content;
        min-width: 480px;
        width: 480px;
    }

    .news_wrapper {
        overflow: hidden;
        display: flex;
        width: fit-content;
        transition: var(--transition);

    }


    .news_controls {
        margin-left: 0 !important;
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .slider_bullets {
        flex-direction: row !important;
    }

    .slider_up, .slider_down {
        display: none;
    }

    .mobile_line {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 15px;
    }

    .mobile_line > .news_country {
        display: flex;
    }

    .news_central, .news_right {
        width: 100%;
    }

    .news_central {
        margin-top: 15px;
    }

    .news_central > .news_country {
        display: none;
    }

    .news_item {
        gap: 15px;
        padding-top: 15px;
    }

    .news_frame_top {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: flex-end !important;
        margin-top: 7px !important;
        margin-bottom: 20px !important;
    }

    .tab_private {
        font-size: 12px;
    }

    .news_title {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0;
    }

    .news_text {
        font-size: 15px;
        line-height: 21px;
    }

    .news_data, .news_country > p {
        font-size: 12px;
    }

    .news_item > img {
        width: 100%;
        height: 360px;

    }
}



@media (max-width: 499px) {
   

    .news_cont {
        flex-direction: column;
        transition: var(--transition);

    }

    .news_item {
        flex-direction: column;
        height: fit-content;
        min-width: 90vw;
        width: 90vw;
    }

    .news_wrapper {
        overflow: hidden;
        display: flex;
        width: fit-content;
        transition: var(--transition);

    }


    .news_controls {
        margin-left: 0 !important;
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .slider_bullets {
        flex-direction: row !important;
    }

    .slider_up, .slider_down {
        display: none;
    }

    .mobile_line {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 15px;
    }

    .mobile_line > .news_country {
        display: flex;
    }

    .news_central, .news_right {
        width: 100%;
    }

    .news_central {
        margin-top: 15px;
    }

    .news_central > .news_country {
        display: none;
    }

    .news_item {
        gap: 15px;
        padding-top: 15px;
    }

    .news_frame_top {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: flex-end !important;
        margin-top: 7px !important;
        margin-bottom: 20px !important;
    }

    .tab_private {
        font-size: 12px;
    }

    .news_title {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0;
    }

    .news_text {
        font-size: 15px;
        line-height: 21px;
    }

    .news_data, .news_country > p {
        font-size: 12px;
    }

    .news_item > img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
}
