
.case-new {
    position: relative;
    z-index: 0;

    margin-top: -213px;

    p, ul, ol, li {
        margin-bottom: 0;
    }

    .case-new__main {
        position: relative;
        min-height: 100vh;
        display: flex;
        flex-direction: column;

        .case-new__main--container {
            flex: 1;
            display: flex;
        }

        .case-new__main--body {
            flex: 1;
            margin-top: 220px;
            display: flex;
            flex-direction: column;
            gap: 40px;
            padding-bottom: 80px;

            @media (min-width: 1024px) {
                margin-top: 315px;
            }
        }

        .case-new__main--title {
            max-width: 900px;
            font-weight: 700;
            font-size: 32px;
            line-height: 1.25;

            @media (min-width: 768px) {
                font-size: 36px;
            }

            @media (min-width: 1024px) {
                font-size: 40px;
            }

            @media (min-width: 1440px) {
                font-size: 44px;
            }

            @media (min-width: 1650px) {
                font-size: 48px;
            }
        }

        .case-new__main--footer {
            margin-top: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            flex-wrap: wrap;
        }

        .case-new__main--tags {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;

            li {
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: 700;
                font-size: 13px;
                line-height: 1.5;
                text-align: right;
                color: #fff;
                padding: 5px 14px;
                backdrop-filter: blur(15px);
                background: rgba(225, 228, 234, 0.3);
                border-radius: 20px;

                @media (min-width: 768px) {
                    font-size: 14px;
                    padding: 6px 16px;
                }

                @media (min-width: 1024px) {
                    font-size: 16px;
                    padding: 8px 20px;
                }
            }
        }

        .case-new__main--button {
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 60px;
            padding: 12px 24px;
            background: var(--blue);
            font-weight: 700;
            font-size: 14px;
            line-height: 1;
            color: #fff;

            @media (min-width: 768px) {
                padding: 14px 26px;
                font-size: 16px;
            }

            @media (min-width: 1024px) {
                padding: 20px 36px;
                font-size: 20px;
            }
        }

        .case-new__main--site {
            width: max-content;
            font-weight: 700;
            font-size: 18px;
            color: #fff;
        }

        .case-new__main--bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;

            &::before {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(270deg, rgb(78 56 25 / 35%) 0%, rgb(78 56 25 / 79%) 100%);

                @media (min-width: 1024px) {
                    background: linear-gradient(270deg, rgba(78, 56, 25, 0.1) 0%, rgba(78, 56, 25, 0.6) 100%);
                }
            }

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: right;

                @media (min-width: 1024px) {
                    object-position: center;
                }
            }
        }
    }

    .section-title {
        font-weight: 500;
        font-size: 22px;
        line-height: 1.35;
        color: var(--text-headtitle);

        @media (min-width: 768px) {
            font-size: 30px;
        }

        @media (min-width: 1024px) {
            font-size: 36px;
        }
    }

    .section-text {

        p {
            font-weight: 400;
            font-size: 14px;
            line-height: 1.5;
            color: var(--text-headtitle);

            @media (min-width: 768px) {
                font-size: 16px;
            }

            @media (min-width: 1024px) {
                font-size: 20px;
            }

            b {
                font-weight: 500;
            }
        }
    }

    .section-grid {
        display: grid;
        grid-template-columns: 100%;
        gap: 20px 0;
        align-items: flex-start;

        @media (min-width: 768px) {
            gap: 50px;
            grid-template-columns: 0.5fr 0.85fr;
        }

        @media (min-width: 992px) {
            gap: 100px;

        }

        .section-grid__left {
        }

        .section-grid__right {
        }
    }

    &.case-kabosh {

        .list-type2 {

            p {
                font-weight: 700;
                font-size: 16px;
                line-height: 1.5;
                color: var(--text-body-text);

                @media (min-width: 768px) {
                    font-size: 18px;
                }

                @media (min-width: 1024px) {
                    font-size: 20px;
                }
            }

            ul {
                margin-top: 20px;
                margin-left: 30px;

                li {
                    list-style-type: disc;
                    padding-left: 10px;

                    &::marker {
                        color: var(--blue);
                    }
                }

                li + li {
                    margin-top: 8px;
                }
            }
        }

        ul.check-marker {
            margin-left: 30px;

            li {
                list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAXCAYAAAALHW+jAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEgSURBVHgB5dW/SsNQFMfx37l/UrrFzUVxUnBKt+IDOFldfIA6uDgl4GuIHQUHXd2UPoGbm06CW8DFzQxOueg1J1IpISU36d36HZIQOB/uDSEBVi7iw/r4c0srfUOwEYhCtMyC7o3Jk4/btZQYC5R67gJVynJjBkprNSkWuizGhbxLQaAjeIoIkYDfws7gcLt+tBMYH2jcnffL89IgI8lhUF4TkRu4Hyk0YZOpweU0bwZ56Pqsh4txrzVWC862cbyn/lFXrJzfPP2y1ZvJKEA8+nvgr+8/2N0QTljtCjke4mGuDbYQrKKuGFe75fmGOxJPb99wrfE9bIPNwAweK742eIGvrH0QJOUJ/KwyE0rFIr3qp0LKAevoVlb8Oh7ZYOsXklpmg3MtNbwAAAAASUVORK5CYII=");
                padding-left: 10px;
            }
        }

        .video-banner {


            @media (min-width: 768px) {
                width: 100vw;
                margin-left: 50%;
                transform: translateX(-50%);
            }

            .video-banner__inner {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 10px;
                max-width: 1300px;
                margin: 0 auto;
                overflow: hidden;
                padding: 3px;

                @media (min-width: 768px) {
                    border-radius: 20px;
                    padding: 8px;
                }

                @media (min-width: 1024px) {
                    border-radius: 30px;
                    padding: 10px;
                }
            }

            .video-banner__frame {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                pointer-events: none;
            }

            video {
                width: 100%;
                height: auto;
                max-width: 1300px;
                object-fit: cover;
                object-position: center;
                pointer-events: none;
                border-radius: 10px;

                @media (min-width: 768px) {
                    width: auto;
                    height: 600px;
                    border-radius: 20px;
                }

                @media (min-width: 1024px) {
                    height: 800px;
                    border-radius: 30px;
                }
            }
        }

        .case-new__main--title {
            color: #fff;
        }

        .case-kabosh__inform {
            position: relative;
            margin-top: -40px;
            border-radius: 46px 46px 0 0;
            background-color: #fff;
            padding-block: 30px 60px;
            overflow: hidden;

            @media (min-width: 768px) {
                padding-block: 60px 100px;
            }

            @media (min-width: 1024px) {
                padding-block: 100px 140px;
            }

            .container {
                position: relative;
            }

            .case-kabosh__inform--bg {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                max-height: 610px;
                z-index: 0;

                &::before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(180deg, rgba(253, 253, 253, 0.7) 0%, #fdfdfd 100%);
                }

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }

        .case-kabosh__client {
            .section-text {
                margin-top: 30px;
                max-width: 1200px;

                @media (min-width: 768px) {
                    margin-top: 40px;
                }

                @media (min-width: 1024px) {
                    margin-top: 60px;
                }
            }
        }

        .case-kabosh__problem {
            margin-top: 20px;

            @media (min-width: 768px) {
                margin-top: 30px;
            }

            @media (min-width: 1024px) {
                margin-top: 50px;
            }

            .case-kabosh__problem--body {
                position: relative;
                display: grid;
                grid-template-columns: 100%;
                justify-content: space-between;
                gap: 20px;

                @media (min-width: 1024px) {
                    grid-template-columns: 0.6fr 0.4fr;
                }
            }

            .case-kabosh__problem--left {
                max-width: 750px;

                .description {
                    margin-top: 20px;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 1.5;
                    color: var(--text-body-text);

                    @media (min-width: 768px) {
                        margin-top: 30px;
                        font-size: 160px;
                    }

                    @media (min-width: 1024px) {
                        margin-top: 40px;
                        font-size: 20px;
                    }
                }
            }

            .case-kabosh__problem--right {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                height: 100%;
                width: 100%;
                display: flex;
                flex-direction: column;
                z-index: -1;
                opacity: 0.1;

                @media (min-width: 1024px) {
                    position: relative;
                    top: auto;
                    right: auto;
                    width: 100%;
                    opacity: 1;
                }

                img {
                    border-radius: 8px;
                    overflow: hidden;
                    pointer-events: none;

                    &:not(.svg) {
                        max-width: 340px;
                        max-height: 448px;
                        width: 100%;
                        height: 100%;
                    }

                    &:nth-child(1) {
                        align-self: self-end;
                    }

                    &:nth-child(2) {
                        align-self: center;
                        margin-top: -220px;
                        margin-left: -100px;
                    }

                    &.svg {
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        border-radius: 0;
                        max-width: 170px;
                        max-height: 210px;
                    }
                }
            }

            .case-kabosh__problem--difficulties {
                margin-top: 20px;

                @media (min-width: 768px) {
                    margin-top: 30px;
                }

                @media (min-width: 1024px) {
                    margin-top: 50px;
                }

                p {
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 1.5;
                    color: var(--text-body-text);
                    margin-bottom: 10px;

                    @media (min-width: 768px) {
                        font-size: 16px;
                        margin-bottom: 20px;
                    }

                    @media (min-width: 1024px) {
                        font-size: 20px;
                        margin-bottom: 30px;
                    }
                }

                ol {
                    margin-left: -5px;

                    @media (min-width: 768px) {
                        margin-left: 20px;
                    }

                    li {
                        padding-left: 10px;
                        margin-bottom: 10px;
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 1.5;
                        color: var(--text-body-text);

                        @media (min-width: 768px) {
                            font-size: 16px;
                            margin-bottom: 20px;
                        }

                        @media (min-width: 1024px) {
                            font-size: 20px;
                            margin-bottom: 30px;
                        }

                        &::marker {
                            font-weight: 700;
                            font-size: 14px;
                            line-height: 1.5;
                            color: var(--blue);

                            @media (min-width: 768px) {
                                font-size: 16px;
                            }

                            @media (min-width: 1024px) {
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
        }

        .case-kabosh__tasks {
            background-color: #fff6e8;
            padding-block: 60px;

            @media (min-width: 768px) {
                padding-block: 80px;
            }

            @media (min-width: 1024px) {
                padding-block: 120px;
            }

            .client {

                .description {
                    p {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 1.5;
                        color: var(--text-body-text);

                        @media (min-width: 768px) {
                            font-size: 16px;
                        }

                        @media (min-width: 1024px) {
                            font-size: 20px;
                        }

                        & + & {
                            margin-top: 20px;

                            @media (min-width: 1024px) {
                                margin-top: 30px;
                            }
                        }
                    }

                    ul.check-marker {
                        margin-top: 20px;

                        @media (min-width: 768px) {
                            margin-top: 40px;
                        }

                        @media (min-width: 1024px) {
                            margin-top: 60px;
                        }

                        li {
                            font-size: 14px;

                            @media (min-width: 768px) {
                                font-size: 16px;
                            }
                        }

                        li + li {

                            @media (min-width: 1024px) {
                                margin-top: 30px;
                            }
                        }
                    }

                    ul.check-marker + p {
                        margin-top: 20px;

                        @media (min-width: 768px) {
                            margin-top: 40px;
                        }

                        @media (min-width: 1024px) {
                            margin-top: 60px;
                        }
                    }
                }
            }

            .comparison-slider {
                margin-top: 30px;
                width: 100vw;
                margin-left: 50%;
                transform: translateX(-50%);

                @media (min-width: 768px) {
                    margin-top: 60px;
                }

                @media (min-width: 1024px) {
                    margin-top: 120px;
                }

                .comparison-slider__inner {
                    margin-inline: 15px;
                    display: flex;
                    justify-content: center;
                }

                img-comparison-slider {
                    border-radius: 15px;
                    overflow: hidden;
                    margin: 0 auto;

                    @media (min-width: 1024px) {
                        border-radius: 30px;
                    }

                    --divider-width: 4px;
                    --divider-color: var(--blue);

                    .custom-handle {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 7px;
                        width: 40px;
                        height: 40px;
                        background: var(--blue);
                        border-radius: 100%;
                        cursor: col-resize;
                        user-select: none;

                        svg {
                            width: 7px;
                            height: 14px;

                            @media (min-width: 1024px) {
                                width: 11px;
                                height: 18px;
                            }
                        }

                        @media (min-width: 1024px) {
                            width: 50px;
                            height: 50px;
                        }
                    }

                    img {
                        max-height: calc(100vh - 100px);
                    }
                }
            }

            .solution {
                margin-top: 40px;

                @media (min-width: 768px) {
                    margin-top: 70px;
                }

                @media (min-width: 1024px) {
                    margin-top: 140px;
                }

                .description {

                    .list-type2 {
                        margin-top: 20px;

                        @media (min-width: 1024px) {
                            margin-top: 40px;
                        }

                        li {
                            font-size: 14px;

                            @media (min-width: 768px) {
                                font-size: 16px;
                            }

                            @media (min-width: 1024px) {
                                font-size: 20px;
                            }
                        }
                    }

                    p {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 1.5;
                        color: var(--text-body-text);

                        @media (min-width: 768px) {
                            font-size: 16px;
                        }

                        @media (min-width: 1024px) {
                            font-size: 20px;
                        }
                    }
                }

            }

            .tasks-banner {
                margin-top: 30px;
                width: 100vw;
                margin-left: 50%;
                transform: translateX(-50%);

                @media (min-width: 768px) {
                    margin-top: 60px;
                }

                @media (min-width: 1024px) {
                    margin-top: 120px;
                }

                .tasks-banner__inner {
                    display: flex;
                    border-radius: 20px;
                    background: #004abf;
                    margin-inline: 15px;
                    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
                    overflow: hidden;

                    @media (min-width: 768px) {
                        margin-inline: 30px;
                    }

                    @media (min-width: 1024px) {
                        margin-inline: 90px;
                    }
                }

                img {
                    width: 100%;
                    height: 100%;
                    max-height: 860px;
                    object-fit: cover;
                    object-position: center;
                    pointer-events: none;
                }
            }

            .conception {
                margin-top: 30px;

                @media (min-width: 768px) {
                    margin-top: 60px;
                }

                @media (min-width: 1024px) {
                    margin-top: 120px;
                }

                .description {

                    p {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 1.5;
                        color: var(--text-body-text);

                        @media (min-width: 768px) {
                            font-size: 16px;
                        }

                        @media (min-width: 1024px) {
                            font-size: 20px;
                        }
                    }

                    .list-type2 {
                        margin-top: 20px;

                        @media (min-width: 1024px) {
                            margin-top: 40px;
                        }

                        ul {
                            margin-top: 0;

                            li {
                                font-weight: 400;
                                font-size: 14px;
                                line-height: 1.46;
                                color: var(--text-body-text);

                                @media (min-width: 768px) {
                                    font-size: 16px;
                                }

                                @media (min-width: 1024px) {
                                    font-size: 20px;
                                }
                            }
                        }

                        & + p {
                            margin-top: 20px;

                            @media (min-width: 1024px) {
                                margin-top: 40px;
                            }
                        }
                    }

                }

            }
        }

        .case-kabosh__ui {
            padding-block: 40px;

            @media (min-width: 768px) {
                padding-block: 60px;
            }

            @media (min-width: 1024px) {
                padding-block: 120px 60px;
            }

            .ui {

                .ui__text {
                    p {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 1.5;
                        color: var(--text-body-text);

                        @media (min-width: 768px) {
                            font-size: 16px;
                        }

                        @media (min-width: 1024px) {
                            font-size: 20px;
                        }

                        &:nth-child(1) {
                        }

                        &:nth-child(2) {
                            margin-top: 20px;
                            font-weight: 500;
                            font-size: 20px;
                            line-height: 1.35;
                            color: var(--text-headtitle);

                            @media (min-width: 768px) {
                                margin-top: 30px;
                                font-size: 24px;
                            }

                            @media (min-width: 1024px) {
                                margin-top: 60px;
                                font-size: 32px;
                            }
                        }

                        &:nth-child(3) {
                            margin-top: 15px;

                            @media (min-width: 768px) {
                                margin-top: 30px;
                            }

                            @media (min-width: 1024px) {
                                margin-top: 40px;
                            }
                        }
                    }
                }

                .ui__list {
                    margin-top: 20px;

                    @media (min-width: 1024px) {
                        margin-top: 40px;
                    }

                    li {
                        padding-left: 0;

                        b {
                            font-weight: 700;
                            font-size: 18px;
                            line-height: 1.5;
                            color: var(--text-headtitle);

                            @media (min-width: 1024px) {
                                font-size: 20px;
                            }
                        }

                        p {
                            margin-top: 10px;
                            font-weight: 400;
                            font-size: 14px;
                            line-height: 1.5;
                            color: var(--text-body-text);

                            @media (min-width: 768px) {
                                font-size: 16px;
                            }

                            @media (min-width: 1024px) {
                                font-size: 20px;
                                margin-top: 20px;
                            }
                        }

                        & + & {
                            margin-top: 15px;

                            @media (min-width: 1024px) {
                                margin-top: 30px;
                            }
                        }
                    }
                }

                & + .video-banner {
                    margin-top: 30px;

                    @media (min-width: 768px) {
                        margin-top: 60px;
                    }

                    @media (min-width: 1024px) {
                        margin-top: 120px;
                    }
                }
            }

            .animate {
                margin-top: 30px;

                @media (min-width: 768px) {
                    margin-top: 60px;
                }

                @media (min-width: 1024px) {
                    margin-top: 120px;
                }

                .animate__title {
                    font-weight: 500;
                    font-size: 24px;
                    line-height: 1.35;
                    color: var(--text-headtitle);

                    @media (min-width: 768px) {
                        font-size: 28px;
                    }

                    @media (min-width: 1024px) {
                        font-size: 32px;
                    }
                }

                .animate__text {
                    margin-top: 20px;

                    @media (min-width: 768px) {
                        margin-top: 30px;
                    }

                    @media (min-width: 1024px) {
                        margin-top: 40px;
                    }

                    p {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 1.5;
                        color: var(--text-body-text);

                        @media (min-width: 768px) {
                            font-size: 16px;
                        }

                        @media (min-width: 1024px) {
                            font-size: 20px;
                        }

                        & + & {
                            margin-top: 20px;

                            @media (min-width: 1024px) {
                                margin-top: 30px;
                            }
                        }
                    }
                }

                & + .video-banner {
                    margin-top: 30px;

                    @media (min-width: 768px) {
                        margin-top: 60px;
                    }

                    @media (min-width: 1024px) {
                        margin-top: 100px;
                    }
                }
            }

            .adaptive {
                margin-top: 60px;

                @media (min-width: 768px) {
                    margin-top: 100px;
                }

                @media (min-width: 1024px) {
                    margin-top: 160px;
                }

                .section-title {

                    @media (min-width: 768px) {
                        max-width: 400px;
                    }
                }

                .adaptive__text {

                    p {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 1.5;
                        color: var(--text-body-text);

                        @media (min-width: 768px) {
                            font-size: 16px;
                        }

                        @media (min-width: 1024px) {
                            font-size: 20px;
                        }

                        & + & {
                            margin-top: 20px;

                            @media (min-width: 1024px) {
                                margin-top: 30px;
                            }
                        }
                    }
                }

                & + .video-banner {
                    margin-top: 100px;
                }
            }

            .case-kabosh__ui--banner {
                margin-top: 30px;
                width: 100vw;
                margin-left: 50%;
                transform: translateX(-50%);

                @media (min-width: 1024px) {
                    margin-top: 60px;
                }

                img {
                    width: 100%;
                    object-fit: contain;
                    pointer-events: none;
                    max-height: 1180px;
                }
            }

            .development {
                margin-top: 30px;

                @media (min-width: 768px) {
                    margin-top: 60px;
                }

                @media (min-width: 1024px) {
                    margin-top: 120px;
                }

                .development__text {
                    p {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 1.5;
                        color: var(--text-body-text);

                        @media (min-width: 768px) {
                            font-size: 16px;
                        }

                        @media (min-width: 1024px) {
                            font-size: 20px;
                        }

                        & + & {
                            margin-top: 20px;

                            @media (min-width: 1024px) {
                                margin-top: 30px;
                            }
                        }
                    }
                }

                .development__list {
                    margin-top: 30px;
                    margin-left: 20px;

                    @media (min-width: 1024px) {
                        margin-top: 60px;
                    }

                    li {
                        padding-left: 10px;

                        &::marker {
                            font-weight: 700;
                            font-size: 20px;
                            line-height: 1.5;
                            color: var(--blue);
                        }

                        font-weight: 400;
                        font-size: 14px;
                        line-height: 1.5;
                        color: var(--text-body-text);

                        @media (min-width: 768px) {
                            font-size: 16px;
                        }

                        @media (min-width: 1024px) {
                            font-size: 20px;
                        }
                    }

                    li + li {
                        margin-top: 8px;
                    }
                }

                .development__list + .development__text {
                    margin-top: 30px;

                    @media (min-width: 1024px) {
                        margin-top: 60px;
                    }
                }

                & + .video-banner {
                    margin-top: 30px;

                    @media (min-width: 768px) {
                        margin-top: 60px;
                    }

                    @media (min-width: 1024px) {
                        margin-top: 120px;
                    }
                }
            }
        }

        .case-kabosh__result {
            padding-bottom: 80px;

            @media (min-width: 768px) {
                padding-bottom: 120px;
            }

            @media (min-width: 1024px) {
                padding-bottom: 180px;
            }

            .result__list {

                li {
                    display: flex;
                    align-items: flex-start;
                    gap: 18px;
                    padding-left: 0;

                    span {
                        flex: 0 0 auto;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 24px;
                        height: 24px;
                        border-radius: 100%;
                        background-color: var(--grey);

                        @media (min-width: 1024px) {
                            width: 27px;
                            height: 27px;
                        }

                        svg {
                            width: 13px;
                            height: 11px;
                            color: var(--blue);

                            @media (min-width: 1024px) {
                                width: 15px;
                                height: 13px;
                            }
                        }
                    }

                    p {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 1.5;
                        color: var(--text-body-text);

                        @media (min-width: 768px) {
                            font-size: 16px;
                        }

                        @media (min-width: 1024px) {
                            font-size: 20px;
                        }

                        b {
                            font-weight: 700;
                        }
                    }

                    & + & {
                        margin-top: 15px;

                        @media (min-width: 1024px) {
                            margin-top: 20px;
                        }
                    }
                }
            }

            .compare {
                margin-top: 30px;
                display: grid;
                grid-template-columns: 100%;
                align-items: stretch;
                gap: 20px;

                @media (min-width: 768px) {
                    margin-top: 60px;
                }

                @media (min-width: 1024px) {
                    margin-top: 90px;
                    grid-template-columns: 1fr 1fr;
                }


                .compare__item {

                    &:nth-child(1) {
                        ul li {
                            background-color: #f5f5f5;
                        }
                    }

                    &:nth-child(2) {
                        .compare__item--bottom {

                            &::before {
                                content: "";
                                position: absolute;
                                left: 0;
                                bottom: 0;
                                width: 100%;
                                height: 100%;
                                background: linear-gradient(180deg, #8fff68 0%, rgba(204, 255, 186, 0.2) 100%);
                                transform: rotate(-180deg);
                                opacity: 0.12;
                                z-index: -1;
                            }
                        }
                    }
                }

                .compare__item--top {
                    border-radius: 10px 10px 0 0;
                    display: flex;
                    align-items: center;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 1.22;
                    color: #fff;
                    background: #4c5865;
                    padding-block: 20px;
                    padding-inline: 20px;
                    border-bottom: 1px solid #697480;

                    @media (min-width: 768px) {
                        font-size: 18px;
                        padding-block: 24px;
                        padding-inline: 24px;
                    }

                    @media (min-width: 1024px) {
                        font-size: 20px;
                    }
                }

                .compare__item--bottom {
                    position: relative;
                    border-right: 1px solid #e5e9f0;
                    border-left: 1px solid #e5e9f0;
                    border-bottom: 1px solid #e5e9f0;
                    border-radius: 0 0 10px 10px;
                    overflow: hidden;

                    ul {

                        li {
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            gap: 20px;
                            padding: 12px 20px;
                            font-weight: 400;
                            font-size: 14px;
                            line-height: 1.22;
                            color: var(--text-body-text);

                            @media (min-width: 768px) {
                                font-size: 15px;
                                padding: 15px 24px;
                            }

                            @media (min-width: 1024px) {
                                height: 70px;
                                font-size: 16px;
                            }


                            &:not(:last-child) {
                                border-bottom: 1px solid #e5e9f0;
                            }
                        }
                    }
                }

                .compare__icon {
                    flex: 0 0 auto;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 8px;
                    width: 25px;
                    height: 25px;
                    background: #2ecb3c;

                    @media (min-width: 768px) {
                        width: 30px;
                        height: 30px;
                    }

                    svg {
                        width: 12px;
                        height: 7px;
                        color: #ffffff;

                        @media (min-width: 768px) {
                            width: 14px;
                            height: 9px;
                        }
                    }
                }
            }
        }

    }
}