@media (min-width: 1740px) {
    .ntr-cases__wrapper .nr-cases__top-background,
    .ntr-cases__wrapper .nr-cases__background,
    .ntr-cases__wrapper .nr-cases__bottom-background {
        transform: rotate(12deg);
    }

    .ntr-cases__wrapper .nr-cases__bottom-background {
        height: 450px;
    }
}

@media (min-width: 2110px) {
    .ntr-cases__wrapper .nr-cases__top-background,
    .ntr-cases__wrapper .nr-cases__background,
    .ntr-cases__wrapper .nr-cases__bottom-background {
        transform: rotate(7deg);
    }
}


@media (max-width: 1024px) {
    .ntr-cases__wrapper .cases-list__item:nth-child(even) {
        position: unset;
        top: unset;
    }

    .cases-list {
        padding-top: 100px;
    }

    .ntr-cases__wrapper .nr-cases__bottom-background {
        bottom: -100px;
    }
}

@media (min-width: 768px) {
    .ntr-cases__wrapper .ntr-cases-section {
        margin-bottom: 13vw;
    }
}

@media (max-width: 767px) {
    .ntr-cases__wrapper	.digital-director__content {
        color: #000;
    }

    .ntr-cases__wrapper .nr-cases__top-background {
        width: calc(120vw + 100px);
        height: 300px;
        transform: rotate(-8deg);
        top: 0;
        left: -50px;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }

    .ntr-cases__wrapper .nr-cases__background {
        width: 100vw;
        top: 200px;
        left: unset;
        bottom: -200px;
        transform: unset;
    }

    .ntr-cases__wrapper .ntr-cases-top .ntr-container .cases-switcher {
        position: absolute;
        display: block;
        top: 18px;
        right: 22px;
        width: 28px;
        height: 28px;
        background-image: url(../../img/filter.svg);
        cursor: pointer;
    }

    .ntr-cases__wrapper .nr-cases__bottom-background {
        display: none;
    }

    .ntr-cases__wrapper .ntr-cases-top .ntr-container {
        gap: 32px;
        flex-direction: column;
    }

    .ntr-cases__wrapper .ntr-cases-top .ntr-container .cases-tags {
        display: none;
        align-items: start;
    }

    .ntr-cases__wrapper .ntr-cases-top .ntr-container .cases-tags.shown {
        display: flex;
    }

    .ntr-cases__wrapper .ntr-cases-top .ntr-container .cases-tags .ntr-btn-list {
        flex-wrap: wrap;
        justify-content: start;
        max-width: calc(100vw - 30px);
    }

    .ntr-cases__wrapper .ntr-cases-top .ntr-container .cases-tags .ntr-btn-list li,
    .ntr-cases__wrapper .ntr-cases-top .ntr-container .cases-tags .ntr-btn-list li a{
        text-align: start;
        word-break: normal;
        overflow-wrap: normal;
    }
}