.news_main_wrap {
    position: relative;
    padding: 4rem 0;
}

.news_main_items_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    padding: 25vh 0;
}

.news_main_item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px;
    width: 580px;
    max-width: 100%;
    text-align: center;
    color: #fff;
    padding: 3rem 6rem;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
    border-radius: 6rem;
    margin-bottom: 6rem;
}

.news_main_item:last-child {
    margin-bottom: 0;
}

.news_main_item_avtor {
    font-size: 14px;
}

.news_main_item_title {
    font-family: 'Copyright Bolditalic Studio Arha Trial', sans-serif !important;
    font-size: 25px;
    font-weight: 500;
    color: inherit;
    margin-bottom: 1rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_main_item_title:hover {
    color: var(--theme-color-orange);
}

.news_main_item_img_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}

.news_main_item_img {
    position: relative;
    width: 130px;
    min-width: 130px;
    height: 80px;
}

.news_main_item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news_main_item_text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_main_item_button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 1rem;
    font-size: 14px;
    color: inherit;
    padding: 0.25rem 0.25rem 0.25rem 1rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.news_main_item_button:hover {
    color: inherit;
}

.news_main_item_button_icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news_main_item_button:hover .news_main_item_button_icon {
    color: var(--theme-color-orange);
    background: rgba(255, 255, 255, 1);
}

.news_main_item_button_icon svg {
    width: 40%;
    height: auto;
}

/*news_main_list*/
.news_main_list_container {
    position: absolute;
    top: 3.5rem;
    right: 0;
    bottom: 3.5rem;
    width: 225px;
}

.news_main_list_wrap {
    position: sticky;
    top: 3.5rem;
    width: 100%;
    font-size: 14px;
}

.news_main_list_wrap .nav {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    color: #fff;
    border: none;
}

.news_main_list_wrap .nav-item {
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
    border-radius: 2rem;
    cursor: pointer;
}

.news_main_list_wrap .nav-link {
    color: inherit;
    padding: 0;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news_main_list_wrap .nav-link.active {
    color: inherit;
    background: transparent;
}

.news_main_list_wrap .nav-link .nav-link_title:hover {
    color: var(--theme-color-orange);
}

.news_main_wrap .nav-link_title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 1rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news_main_wrap .nav-link_title svg {
    width: 12px;
    min-width: 12px;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news_main_wrap .nav-link_title.active svg {
    color: var(--theme-color-orange);
}

.news_main_list_block {
    max-height: 60vh;
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.news_main_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
}

.news_main_list_item {
    display: -webkit-flex;
    display: flex;
    gap: 0.25em;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news_main_list_item:hover {
    color: var(--theme-color-orange);
}

.news_main_list_item_check {
    display: none;
    position: relative;
    width: 1em;
    min-width: 1em;
}

.news_main_list_item.active .news_main_list_item_check {
    display: inline-block;
}

.news_main_list_item_check svg {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news_main_list_wrap .news_main_item_button_wrap {
    text-align: center;
    margin-top: 1rem;
}

.news_main_list_wrap .news_main_item_button {
    display: -webkit-inline-flex;
    display: inline-flex;
}

.news_main_wrap .simplebar-track.simplebar-vertical {
    width: 6px;
    right: -16px;
}

.news_main_wrap .simplebar-scrollbar::before {
    background: currentColor;
    opacity: 1 !important;
}

@media all and (max-width: 1199px){
    .news_main_items_wrap {
        -webkit-align-items: flex-start;
        align-items: start;
    }
}

@media all and (max-width: 991px){
    .news_main_item {
        width: 460px;
    }
}

@media all and (max-width: 767px) {
    .news_main_wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .news_main_items_wrap {
        -webkit-align-items: center;
        align-items: center;
        padding: 0;
    }

    .news_main_item {
        padding: 2rem;
        margin-bottom: 20vh;
        border-radius: 4rem;
    }

    .news_main_item_img {
        width: 50%;
        min-width: 50%;
        padding-top: 35%;
    }

    .news_main_item .news_main_item_text {
        display: none;
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news_main_list_container {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
    }

    .news_main_list_wrap .nav-item {
        margin-bottom: 3rem;
    }

    .news_main_list_wrap .nav-link {
        display: none;
    }

    .news_main_list_wrap .news_main_item_button_wrap {
        margin-top: 0;
    }
}

@media all and (max-width: 575px) {
    .news_main_item {
        padding: 2rem 1rem;
        border-radius: 3rem;
    }

    .news_main_item_title {
        font-size: 20px;
    }
}

/*more*/
.news_main_item.hidden_item {
    display: none;
}

.news_main_wrap .button_pagen_more {
    margin-top: -4rem;
    margin-bottom: 2rem;
}

@media all and (max-width: 767px){
    .news_main_wrap .button_pagen_more {
        margin-top: calc(40px - 20vh);
        margin-bottom: 20px;
    }
}