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

    .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: -75px;
        z-index: -1;
    }

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


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

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

    .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: -135px;
        bottom: -170px;
    }

    /* 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%;
    }
}