@media all and (min-width: 768px) {
    .cb-values__accordion-items {
        padding-right: 74px;
    }

    /* .cb-values__has-decorative-elm:after {
        background: url(../../../images/decorative-items/Scale.png) no-repeat center center/contain;
        width: 425px;
        height: 507px;
        right: -78px;
        bottom: -205px;
        z-index: -1;
    } */

    .cb-values__has-decorative-elm:after {
        background: url(../../../images/decorative-items/Scale.png) no-repeat center center/contain;
        width: 425px;
        height: 502px;
        right: -80px;
        z-index: -1;
        top: 395px;
    }


    .cb-values__accordion_imagery {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        /* padding-left: var(--spacing-03); */
        padding-bottom: 0;
    }
    .cb-values{
        padding: var(--spacing-07) 0;
    }

    .cb-values__accordion-wrapper:not(.click-active) .cb-values__accordion-items.main-post--active .progress__bar{
        width: calc(100% - 74px);
    }
    
}


@media all and (min-width: 992px) {
    .cb-values {
        padding: var(--spacing-08) 0;
    }

    .cb-values__head {
        padding: 0 calc(var(--spacing-10) + 5px) 86px;
    }

    .cb-values__accordion:last-child .cb-values__accordion-content {
        border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    }

    .cb-values__has-decorative-elm:after {
        right: -33px;
        /* bottom: -270px; */
        width: 365px;
        height: 430px;
    }

    /* Tabs style */


    .cb-values__tabs-title {
        display: flex;
        justify-content: center;
        border-bottom: 4px solid rgba(0, 0, 0, 0.15);
        font-size: 18px;
        line-height: 20px;
        padding: var(--spacing-03) var(--spacing-01);
        color: var(--black);
        font-weight: 700;
    }

    .cb-values__tabs-title.tab-active,
    .cb-values__tabs-title:hover {
        border-color: var(--orange);
    }

    .cb-values__tabs-content {
        width: 300%;
        position: relative;
        left: 0;
        padding: var(--spacing-07) 0;
    }

    .cb-values__tabs-content:not(.tab-active) {
        display: none;
    }

    .cb-values__tabs-list:nth-child(2) .cb-values__tabs-content {
        left: -100%;
    }

    .cb-values__tabs-list:nth-child(3) .cb-values__tabs-content {
        left: -200%;
    }

    .cb-values__tabs-list:nth-child(4) .cb-values__tabs-content {
        left: -300%;
    }
}

@media all and (min-width: 1440px){


    .cb-values__has-decorative-elm:after {
        right: -127px;
        /* bottom: -220px; */
        width: 425px;
        height: 507px;
        top: 410px;
    }
}