/**** Main start ****/
@import url("https://fonts.cdnfonts.com/css/sf-pro-display");

#ps_main {
    overflow: hidden;

    .container {
        max-width: 1348px;
    }
}

#ps_main,
#ps_main section {
    background: #101010;
    color: #dedede;
}

#ps_main * {
    font-family: "SF Pro Display", sans-serif;
}

#ps_main p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.align-center {
    align-items: center;
}

.ein-2 section .section-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.16em;
    color: #ffffff;
    letter-spacing: 1.5px;
}

.plus {
    display: flex;
    align-items: center;
    gap: 24px;
}

.plus::before {
    content: "";
    width: 44px;
    height: 44px;
    background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/plus.svg") center center /
        contain no-repeat;
}

/***** End Main *****/

section.billboard {
    .section-wrap {
        background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/billboard-bg.png")
            center top / 100% auto no-repeat;
        position: relative;
        padding: 100px 0;

        .media-wrap {
            position: absolute;
            top: 30px;
            right: 0;
            bottom: 30px;
            width: 62%;
            display: flex;
            justify-content: right;
            z-index: 1;

            img {
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
            }
        }

        .container {
            position: relative;
            z-index: 1;
        }
    }

    .logo-wrap {
        margin-bottom: 80px;
    }

    .logo-wrap img {
        max-width: 238px;
        max-height: 86px;
    }

    h1 {
        font-size: 60px;
        font-weight: 600;
        color: #ffffff;
    }

    .description {
        margin-top: 20px;
        font-size: 16px;
        color: #dedede;
        max-width: 385px;
    }

    .tags {
        margin-top: 80px;
        display: flex;
        max-width: 520px;

        span {
            display: inline-block;
            padding: 12px 20px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 400;
            line-height: 22px;
            letter-spacing: 1px;
            border-radius: 30px;
            background: #101010;
        }

        span:nth-child(5) {
            margin-left: 40px;
        }

        span.mark {
            background: #578e11;
        }
    }

    .arrow-to-down {
        margin-top: 80px;

        svg {
            max-width: 80px;
            max-height: 80px;
        }
    }
}

section.billboard .section-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.7);
    z-index: 0;
}

section.main-goal {
    padding: 80px 0 40px 0;

    .container-wrap {
        background: #161616;
        border-radius: 20px;
        padding: 11px 116px 100px 116px;
    }

    .content-wrap {
        max-width: 395px;
        margin: 27px 30px 0 60px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }

    .image-wrap {
        position: relative;

        .star {
            position: absolute;
            top: 34px;
            right: -52px;
            width: 116px;
            height: 116px;
        }
    }

    .credit-card,
    .content-title {
        display: none;
    }
}

section.about {
    .section-title {
        font-size: 60px;
        font-weight: 600;
        display: flex;
        gap: 14px;
        align-items: flex-end;
        color: #ffffff;
        line-height: 78px;

        span {
            display: block;
        }

        img {
            width: 100%;
            max-width: 338px;
        }
    }

    .description {
        font-size: 16px;
        margin-top: 32px;
        color: #dedede;
        line-height: 20px;
        max-width: 665px;
    }

    .about-wrap {
        justify-content: space-between;
    }

    .about-left {
        width: calc(42.6% - 28px);
    }

    .about-right {
        width: calc(57.4% - 28px);
    }
}

section.benefits {
    padding: 80px 0;

    .section-title {
        margin-bottom: 64px;
    }

    .item {
        background: #161616;
        padding: 24px;
        border-radius: 24px;
        height: 100%;

        .icon-wrap {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: #578e11;
        }

        .item-title {
            font-size: 18px;
            font-weight: 600;
            color: #ffffff;
            margin-top: 20px;
        }

        .item-description {
            font-size: 14px;
            margin-top: 12px;
        }
    }
}

section.industries {
    padding: 80px 0;
    position: relative;

    .industries-bg {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 0;
        pointer-events: none;
    }

    .content-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 130px;

        .item {
            display: flex;
            gap: 20px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 360px;
            height: 360px;
            margin-top: -50px;
            background: no-repeat url("../img/industries-item-bg.png") center top / contain;

            .item-title {
                font-size: 22px;
                font-weight: 500;
                text-align: center;
                color: #ffffff;
                max-width: 170px;

                span {
                    white-space: nowrap;
                }
            }
        }
    }
}

#ps_main section.roles {
    padding: 80px 0;
    background: no-repeat url("../img/roles-bg.png") center center / auto 172%;

    .section-title {
        margin-bottom: 64px;
    }

    .content-wrap {
        display: flex;
        gap: 30px;

        .item {
            width: 20%;

            .avatar img {
                margin: 0 auto;
                max-width: 80px;
                max-height: 80px;
                border-radius: 50%;
            }

            .user-name {
                font-size: 16px;
                font-weight: 500;
                color: #ffffff;
                margin-top: 12px;
            }

            .position {
                font-weight: 500;
                line-height: 1em;
                color: #101010;
                margin: 20px auto 0 auto;
                display: inline-block;
                position: relative;
                z-index: 1;

                span {
                    display: inline-block;
                    padding: 8px 20px;
                    background: #ffffff;
                    border-radius: 20px;
                    position: relative;
                    z-index: 1;
                }
            }

            .position::after {
                content: "";
                display: block;
                width: 80px;
                height: 80px;
                position: absolute;
                top: -24px;
                left: calc(50% - 40px);
                background: no-repeat url("../img/roles-item-star-bg.svg") center center / contain;
                z-index: 0;
            }

            .item-description {
                font-size: 14px;
                line-height: 1.3em;
                font-weight: 300;
                color: #ffffff;
                border-radius: 16px;
                background: #222222;
                margin-top: 32px;
                padding: 18px 20px;
            }
        }

        .item:nth-child(even) {
            margin-top: 150px;
        }
    }
}

section.features {
    padding: 80px 0;

    .content-wrap {
        padding: 80px;
        background: #161616;
        border-radius: 28px;
        margin: 0 14px;
    }

    .slider-wrap {
        margin-top: 32px;
        padding: 20px 0 0 40px;
        border-left: 1px solid #578e11;
    }

    .slide-item-wrap {
        display: flex;
        align-items: center;
        gap: 52px;
        height: 100%;

        .slide-num {
            font-size: 32px;
            font-weight: 600;
            color: #578e11;
        }

        .slide-title {
            font-size: 28px;
            font-weight: 600;
            color: #ffffff;
            margin-top: 12px;
        }

        .slide-description {
            font-size: 14px;
            font-weight: 300;
            line-height: 1.28em;
            margin-top: 12px;
        }

        .slide-image {
            min-width: 1125px;

            img {
                width: 100%;
            }
        }
    }
}

#ps_main section.requester {
    padding: 80px 0;
    position: relative;
    background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/requester-bg-2.png")
        center center / contain no-repeat;

    .container {
        position: relative;
        z-index: 1;
    }

    .description {
        max-width: 600px;
        margin: 0 auto;
    }

    .image-wrap {
        margin-top: 64px;
    }
}

section.requester-features {
    padding: 80px 0;

    *,
    .section-title {
        color: #101010;
    }

    .requester-features__wrap {
        padding: 80px;
        background: #efefef;
        border-radius: 24px;
    }

    .section-title {
        margin-bottom: 64px;
    }

    .content-wrap {
        padding: 32px 72px 32px 32px;
    }

    .row:nth-child(odd) .content-wrap {
        padding: 32px 32px 32px 72px;
    }

    .item-title {
        font-size: 28px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .item-title::before {
        content: "";
        height: 2px;
        width: 30px;
        background: #578e11;
    }

    .item-description {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.28em;
        margin-top: 8px;
    }

    .image-wrap {
        position: relative;
    }

    .image-wrap::before {
        content: "";
        position: absolute;
        width: 214px;
        height: 96%;
        left: -96px;
        background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/requester-features-star.svg")
            center center / contain no-repeat;
    }

    .row:nth-child(odd) .image-wrap::before {
        left: auto;
        right: -96px;
    }

    .image-wrap img {
        position: relative;
        z-index: 1;
    }
}

section.request-creation {
    padding: 80px 0;

    .title-wrap {
        margin-bottom: 64px;
    }

    .section-title {
        margin: 0;
    }

    .description {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.25em;
    }

    .item-header {
        display: flex;
        align-items: center;

        .item-num {
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 0;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #222222;
        }

        .item-category {
            font-size: 18px;
            line-height: 1.22em;
            font-weight: 600;
            color: #161616;
            padding: 9px 24px;
            background: #ffffff;
            border-radius: 40px;
        }
    }

    .item-description {
        font-size: 14px;
        line-height: 1.28em;
        font-weight: 300;
        color: #dedede;
        margin-top: 16px;
        min-height: 54px;
    }

    .image-wrap {
        margin-top: 24px;

        img {
            width: 100%;
            height: auto;
        }
    }

    .splide__list {
        gap: 32px;
        display: flex !important;
        flex-wrap: wrap;
    }

    .splide__slide {
        width: calc(33.33% - 21.33px);
    }
}

section.requests {
    padding: 80px 0;

    .section-title {
        margin: 0;
    }

    .content-wrap {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        padding: 40px 48px;
        border-radius: 28px;
        background: #161616;
        position: relative;
    }

    .content-wrap::before {
        content: "";
        width: 424px;
        height: 406px;
        position: absolute;
        top: -132px;
        right: -56%;
        background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/requests-label.svg")
            center center no-repeat;
        mix-blend-mode: color-dodge;
        pointer-events: none;
    }

    .description {
        font-size: 16px;
        font-weight: 300;
        color: #dedede;
    }

    .media-wrap {
        position: relative;
        border-radius: 28px;
        overflow: hidden;
        line-height: 0;
        z-index: 3;

        video {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
    }
}

#ps_main section.approval-workflow {
    padding: 80px 0;
    background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/approval-workflow-bg.png")
        center 57% / 58% auto no-repeat;

    .section-title {
        padding: 20px 24px;
        background: rgba(22, 22, 22, 0.5);
        border-radius: 20px;
    }

    .content-wrap {
        margin-top: 48px;
        padding: 0 36px;
    }

    .item-row {
        display: flex;
        align-items: center;

        .user {
            display: flex;
            align-items: center;
            margin-left: 24px;
        }

        .user-data {
            margin-left: 12px;
        }

        .user-name {
            font-size: 16px;
            font-weight: 500;
        }

        .user-position {
            font-size: 14px;
            font-weight: 500;
            display: inline-block;
            margin-top: 8px;
            padding: 7px 16px;
            background: #ffffff;
            border-radius: 48px;
            color: #161616;
        }

        .item-description {
            font-size: 14px;
            font-weight: 300;
            margin-left: 16px;
            width: 276px;
            min-height: 72px;
            padding: 18px 20px;
            background: #222222;
            border-radius: 16px;
        }

        .user-image {
            width: 56px;
            height: 56px;
        }

        .item-number {
            font-size: 40px;
            font-weight: 700;
            color: #578e11;
        }
    }

    .item-row:not(:first-child) {
        margin-top: 32px;
    }

    .item-row:nth-child(2) {
        margin-left: 14.7%;
    }

    .item-row:nth-child(3) {
        margin-left: 29.4%;
    }

    .item-row:nth-child(4) {
        margin-left: 44.1%;
    }

    .item-row:nth-child(5) {
        margin-left: 55.8%;
    }
}

section.request-lifecycle {
    padding: 80px 0;

    .request-lifecycle__content {
        padding: 80px;
        border-radius: 28px;
        background: #161616;
    }

    .section-title {
        margin-bottom: 64px;
    }

    .request-lifecycle__item {
        width: calc(50% - 16px);
    }

    .request-lifecycle__item .image-wrap {
        margin-bottom: 32px;
    }

    .request-lifecycle__wrap {
        justify-content: space-between;
        row-gap: 24px;
    }

    .request-lifecycle__item-title {
        color: #101010;
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
        padding: 8px 20px;
        border-radius: 48px;
        background: #ffffff;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
    }

    .request-lifecycle__item-descr {
        padding: 18px 20px;
        border-radius: 16px;
        background: #222222;
    }
}

section.supplier-page {
    padding: 80px 0;

    .container {
        position: relative;
    }

    .supplier-page__bg {
        position: absolute;
        top: -80px;
        left: 0;
        padding: 0 14px;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .description {
        max-width: 628px;
        margin: 0 auto 64px;
    }

    .section-title,
    .description {
        padding: 0 14px;
    }

    .section-title,
    .description,
    .content-wrap {
        position: relative;
        z-index: 2;
    }
}

section.supplier-features {
    padding: 80px 0;

    .section-title {
        margin-bottom: 0;
    }

    .slider-wrap {
        margin-top: 64px;
        overflow: hidden;
        margin-left: calc(50% - 660px);

        .splide__track {
            margin-right: 4%;
            overflow: visible;
        }
    }

    .slide-title {
        font-size: 28px;
        line-height: 40px;
        font-weight: 600;
        color: #ffffff;
        margin-top: 32px;
        display: flex;
        align-items: center;
    }

    .slide-title::before {
        content: "";
        width: 30px;
        height: 2px;
        background: #578e11;
        margin: 0 16px;
    }

    .slide-description {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
        color: #ffffff;
        margin: 8px 16px 0 16px;
    }

    .slide-image img {
        border-radius: 12px;
    }

    .splide__arrow {
        position: static;
    }

    .title-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .slider-control {
            display: flex;
            gap: 24px;
            align-items: center;

            .splide__arrows {
                display: flex;
                gap: 24px;

                .splide__arrow svg {
                    display: none;
                }
            }
        }

        .splide__arrow--prev {
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/slider/arrow-next.svg")
                center center / contain no-repeat;
            transform: rotate(180deg);
        }

        .splide__arrow--next {
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/slider/arrow-next.svg")
                center center / contain no-repeat;
            transform: none;
        }
    }
}

section.supplier {
    padding: 80px 0;

    .supplier__wrap {
        justify-content: space-between;
        row-gap: 24px;
    }

    .supplier__left {
        width: calc(67% - 16px);
    }

    .supplier__left .image-wrap {
        height: 100%;
        border-radius: 28px;
        overflow: hidden;
        line-height: 0;

        video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .supplier__left .image-wrap img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
        border-radius: 28px;
    }

    .supplier__right {
        width: calc(33% - 16px);
    }

    .content-wrap {
        border-radius: 28px;
        background: #161616;
        padding: 40px 48px;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .description {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }
}

#ps_main section.admin-home {
    padding: 80px 0;
    background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/admin-home-bg.png")
        center center / contain no-repeat;

    .section-title {
        margin-bottom: 20px;
    }

    .description {
        max-width: 600px;
        margin: 0 auto 64px;
    }
}

section.admin-features {
    padding: 80px 0;

    *,
    .section-title {
        color: #101010;
    }

    .admin-features__wrap {
        padding: 80px;
        background: #efefef;
        border-radius: 24px;
    }

    .section-title {
        margin-bottom: 64px;
    }

    .content-wrap {
        padding: 32px 72px 32px 32px;
    }

    .row:nth-child(odd) .content-wrap {
        padding: 32px 32px 32px 72px;
    }

    .item-title {
        font-size: 28px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .item-title::before {
        content: "";
        height: 2px;
        width: 30px;
        background: #578e11;
    }

    .item-description {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.28em;
        margin-top: 8px;
    }

    .image-wrap {
        position: relative;
    }

    .image-wrap::before {
        content: "";
        position: absolute;
        width: 214px;
        height: 96%;
        left: -96px;
        background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/requester-features-star.svg")
            center center / contain no-repeat;
    }

    .row:nth-child(odd) .image-wrap::before {
        left: auto;
        right: -96px;
    }

    .image-wrap img {
        position: relative;
        z-index: 1;
    }
}

#ps_main section.cost-center {
    padding: 80px 0;
    background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/cost-center-bg.png")
        center center / contain no-repeat;

    .section-title {
        margin-bottom: 20px;
    }

    .description {
        max-width: 684px;
        margin: 0 auto 64px;
    }
}

#ps_main section.development-process {
    padding: 80px 0;
    background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/development-process-bg.png")
        center center / contain no-repeat;

    .section-title {
        margin-bottom: 64px;
    }

    .development-process__wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 48px;
    }

    .development-process__item .item-title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 19px 24px;
        border-radius: 24px;
        border: 1px solid #000000;
        background: #ffffff;
        backdrop-filter: blur(5px);
        color: #101010;
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
        justify-content: space-between;
        letter-spacing: 1px;
    }

    .development-process__item .item-title span {
        width: calc(100% - 48px);
    }

    .development-process__item .item-title .icon,
    .development-process__item .item-title .icon img {
        width: 28px;
        height: 28px;
    }

    .development-process__item .item-description {
        padding: 28px;
        border-radius: 28px;
        border: 1px solid #578e11;
        background: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(10px);
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        min-height: 156px;
    }
}

section.final-results {
    padding: 80px 0;

    .section-title {
        margin-bottom: 64px;
    }

    .final-results__wrap {
        flex-direction: column;
        row-gap: 32px;
    }

    .final-results__item {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 32px;
        row-gap: 16px;
        max-width: 984px;
    }

    .final-results__item:nth-child(2) {
        margin-left: auto;
    }

    .final-results__inner .image-wrap {
        height: 100%;
    }

    .final-results__inner .image-wrap img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
        border-radius: 28px;
    }

    .final-results__inner.inner-text {
        padding: 32px;
        border-radius: 28px;
        background: #161616;
        height: 100%;
    }

    .final-results__inner .inner-num {
        border-radius: 32px;
        border: 1px solid #578e11;
        display: flex;
        width: 40px;
        height: 40px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        color: #578e11;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .final-results__inner .inner-title {
        color: #ffffff;
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
        margin-bottom: 12px;
        letter-spacing: 1px;
    }
}

section.technologies {
    padding: 80px 0;
    background: #101010
        url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/technologies-bg.png") center top /
        contain no-repeat !important;

    .content-wrap {
        display: flex;
        justify-content: space-between;
        gap: 136px;
        margin: 0 80px;
    }

    .section-title {
        margin-bottom: 48px;
    }

    .row-title {
        font-size: 22px;
        font-weight: 500;
        color: #efefef;
        margin-bottom: 20px;
    }

    .items-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 4px;
        max-width: 400px;

        .item {
            width: 88px;

            .item-icon {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 88px;
                background: #222222;
                border-radius: 16px;
            }

            svg {
                position: absolute;
                max-width: 40px;
                max-height: 40px;
            }
        }

        .item-title {
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            margin-top: 8px;
            padding: 0 8px;
        }
    }
}

/*  Media  */

@media screen and (max-width: 1600px) {
    section.features {
        .slide-item-wrap .slide-image {
            min-width: 1000px; 
        }
    }
}

@media screen and (max-width: 1440px) {
    #ps_main section.development-process {
        background: url(/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/development-process-bg.png)
            center 97% / 71% no-repeat;
    }

    section.features {
        .slide-item-wrap .slide-image {
            min-width: 800px; 
        }
    }
}

/* < 1440 */

@media screen and (max-width: 1348px) {
    section.features {
        .slide-item-wrap .slide-title-wrap {
            width: calc(45% - 26px);
        }

        .slide-item-wrap .slide-image {
            width: calc(65% - 26px);
            min-width: 717px;
        }
    }

    #ps_main section.approval-workflow {
        .item-row .item-description {
            width: 240px;
        }

        .item-row:nth-child(2) {
            margin-left: 11.7%;
        }

        .item-row:nth-child(3) {
            margin-left: 23.4%;
        }

        .item-row:nth-child(4) {
            margin-left: 37.1%;
        }

        .item-row:nth-child(5) {
            margin-left: 50.8%;
        }
    }

    section.supplier-features {
        .slider-wrap {
            margin-left: 14px;
        }
    }

    #ps_main section.development-process {
        .development-process__wrap {
            grid-template-columns: repeat(2, 1fr);
        }
    }
}

/* < 1348 */

@media screen and (max-width: 1200px) {
    section.billboard {
        .tags span:nth-child(5) {
            margin-left: 0;
        }
    }

    section.industries {
        .content-wrap .item {
            width: 300px;
            height: 300px;
        }
    }

    section.features {
        .slide-item-wrap .slide-title-wrap,
        .slide-item-wrap .slide-image {
            width: 100%;
        }

        .slide-item-wrap {
            flex-direction: column;
            row-gap: 24px;
            align-items: flex-start;
            justify-content: center;
            padding: 0 20px;
        }

        .slider-wrap {
            padding: 0 0 0 40px;
        }
    }

    #ps_main section.requests {
        .content-wrap {
            padding: 36px;
        }

        .section-title {
            font-size: 32px;
            line-height: 42px;
        }

        .media-wrap video {
            height: 486px;
        }
    }

    section.technologies {
        .content-wrap {
            margin: 0 36px;
        }
    }
}

/* < 1200 */

@media screen and (max-width: 991px) {
    .ein-2 section .section-title {
        font-size: 28px;
        line-height: 40px;
    }

    section.billboard {
        padding: 0;

        .section-wrap {
            padding: 36px 0;
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/billboard-bg-tablet.png")
                center top / 100% auto no-repeat;
        }

        .section-wrap .media-wrap {
            position: relative;
            width: auto;
            margin: -47px auto -73px auto;
        }

        .section-wrap::after {
            display: none;
        }

        .description {
            font-size: 14px;
            line-height: 1.28em;
            color: #dedede;
            max-width: 482px;
        }

        .logo-wrap {
            margin-bottom: 32px;

            img {
                max-width: 180px;
            }
        }

        h1 {
            font-size: 48px;
        }

        .tags {
            margin-top: 32px;
            justify-content: flex-start;
            row-gap: 8px;
            max-width: 450px;
        }

        .tags span {
            padding: 8px 16px;
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
        }

        .tags span:nth-child(5) {
            margin-left: 40px;
        }

        .arrow-to-down {
            position: absolute;
            right: 15px;
            bottom: 17px;
            transform: rotate(90deg);
            width: 57px;
            height: 54px;
        }
    }

    section.main-goal {
        padding: 36px 0;

        .container-wrap {
            padding: 0 32px 32px 32px;
        }

        .container-wrap .media-wrap {
            position: relative;
            top: -19px;
        }

        .container-wrap .image-wrap .star {
            width: 77px;
            height: 77px;
            top: 0px;
            right: -31px;
        }

        .content-wrap {
            max-width: 100%;
            margin-top: -27px;
            line-height: 18px;
            margin: 0;
            margin-top: -27px;
        }

        .col-md-6 {
            width: 50%;
        }
    }

    section.about {
        .section-title {
            font-size: 28px;
            line-height: 40px;
            gap: 6px;
        }

        .section-title img {
            max-width: 178px;
        }

        .description {
            margin-top: 20px;
        }

        .about-left {
            width: calc(46.6% - 14px);
        }

        .about-right {
            width: calc(53.4% - 14px);
        }
    }

    section.benefits {
        padding: 36px 0;

        .row {
            row-gap: 24px;
        }

        .section-title {
            margin-bottom: 36px;
        }
    }

    section.industries {
        padding: 36px 0;

        .content-wrap {
            margin-top: 65px;
            gap: 12px;
        }

        .content-wrap .item {
            width: 232px;
            height: 232px;
            margin-top: -30px;
            gap: 12px;
        }

        .content-wrap .item .item-title {
            font-size: 16px;
            line-height: 18px;
            max-width: 130px;
        }

        .content-wrap .item .icon {
            width: 24px;
            height: 24px;
        }
    }

    #ps_main section.roles {
        padding: 36px 0;
        background: no-repeat url(../img/roles-bg.png) center center / auto 90%;

        .section-title {
            margin-bottom: 36px;
        }

        .content-wrap {
            flex-wrap: wrap;
            gap: 33px;
            justify-content: center;
        }

        .content-wrap .item {
            width: calc(33.33% - 22px);
        }

        .content-wrap .item:nth-child(even) {
            margin-top: 0;
        }

        .content-wrap .item:nth-child(1) {
            order: 1;
        }

        .content-wrap .item:nth-child(2) {
            order: 4;
        }

        .content-wrap .item:nth-child(3) {
            order: 2;
        }

        .content-wrap .item:nth-child(4) {
            order: 5;
        }

        .content-wrap .item:nth-child(5) {
            order: 3;
        }
    }

    section.features {
        padding: 36px 0;

        .slide-item-wrap .slide-image {
            min-width: 100%;
        }

        .slider-wrap {
            padding: 0 20px;
        }

        .content-wrap {
            padding: 36px;
        }

        .slide-item-wrap .slide-num {
            font-size: 28px;
            line-height: 40px;
        }

        .slide-item-wrap .slide-title {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 12px;
        }
    }

    #ps_main section.requester {
        padding: 36px 0;

        .description {
            font-size: 16px;
            line-height: 18px;
        }

        .section-title {
            margin-bottom: 20px;
        }

        .image-wrap {
            margin: 36px -10px 0 -10px;
        }
    }

    section.requester-features {
        padding: 36px 0;

        .requester-features__wrap {
            padding: 36px;
        }

        .section-title {
            margin-bottom: 32px;
        }

        .content-wrap,
        .row:nth-child(odd) .content-wrap {
            padding: 16px;
        }

        .item-title {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 8px;
        }

        .item-title::before {
            width: 20px;
        }

        .image-wrap::before {
            width: 100px;
            height: 100px;
            left: -50px;
            top: 50%;
            transform: translate(0, -50%);
        }

        .row:nth-child(odd) .image-wrap::before {
            right: -50px;
        }

        .row {
            margin-bottom: 28px;
        }

        .row:last-of-type {
            margin-bottom: 0;
        }
    }

    section.request-creation {
        padding: 36px 0;

        .section-title {
            margin-bottom: 16px;
        }

        .description {
            line-height: 18px;
        }

        .title-wrap {
            margin-bottom: 36px;
        }

        .item-header .item-num {
            font-size: 14px;
            line-height: 18px;
            width: 38px;
            height: 38px;
        }

        .item-header .item-category {
            font-size: 16px;
            line-height: 20px;
            padding: 9px 22px;
        }

        .item-description {
            margin-top: 12px;
        }

        .splide__slide {
            width: calc(50% - 16px);
        }
    }

    .plus {
        gap: 16px;
    }

    .plus::before {
        width: 30px;
        height: 30px;
    }

    #ps_main section.requests {
        padding: 36px 0;

        .media-wrap {
            margin-top: 24px;
            border-radius: 16px;
        }

        .media-wrap video {
            height: 100%;
        }

        .content-wrap::before {
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/requests-label-tablets.svg")
                center center no-repeat;
            top: -80px;
            right: -60px;
        }

        .content-wrap .description {
            line-height: 18px;
            max-width: 464px;
        }

        .content-wrap {
            border-radius: 20px;
        }
    }

    #ps_main section.approval-workflow {
        padding: 36px 0;
        background: url(/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/approval-workflow-bg.png)
            center 62% / 74% auto no-repeat;

        .section-title {
            padding: 16px 24px;
            margin-bottom: 36px;
        }

        .content-wrap {
            margin-top: 0;
            padding: 0;
        }

        .item-row .item-number {
            font-size: 32px;
            font-weight: 600;
            line-height: 42px;
        }

        .item-row .item-description {
            margin-left: 8px;
            padding: 12px 16px;
            line-height: 18px;
            min-height: auto;
        }

        .item-row .user {
            margin-left: 8px;
        }

        .item-row .user-image {
            width: 44px;
            height: 44px;
        }

        .item-row .user-name {
            font-size: 15px;
            line-height: 18px;
        }

        .item-row .user-position {
            margin-top: 4px;
            padding: 4px 12px;
            font-size: 13px;
            line-height: 16px;
        }

        .item-row:not(:first-child) {
            margin-top: 24px;
        }

        .item-row:nth-child(2) {
            margin-left: 8.7%;
        }

        .item-row:nth-child(3) {
            margin-left: 19.7%;
        }

        .item-row:nth-child(4) {
            margin-left: 30.8%;
        }

        .item-row:nth-child(5) {
            margin-left: 43.2%;
        }
    }

    section.request-lifecycle {
        padding: 36px 0;

        .request-lifecycle__content {
            padding: 36px;
        }

        .section-title {
            margin-bottom: 36px;
        }

        .request-lifecycle__item {
            width: calc(50% - 12px);
        }

        .request-lifecycle__item .image-wrap {
            margin-bottom: 20px;
        }

        .request-lifecycle__item .image-wrap img {
            border-radius: 16px;
        }

        .request-lifecycle__item-title {
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
            margin-bottom: 12px;
        }
    }

    section.supplier-page {
        padding: 36px 0;

        .supplier-page__bg {
            top: -36px;
        }

        .description {
            line-height: 18px;
            margin: 0 auto 32px;
            font-size: 16px;
        }
    }

    section.supplier-features {
        padding: 36px 0;

        .slider-wrap {
            margin-top: 36px;
        }

        .slide-title {
            font-size: 19px;
            line-height: 22px;
            margin-top: 24px;
        }
    }

    section.supplier {
        padding: 36px 0;

        .supplier__left,
        .supplier__right {
            width: 100%;
        }

        .supplier__left {
            order: 2;
        }

        .supplier__left .image-wrap {
            border-radius: 16px;
        }

        .content-wrap {
            padding: 36px;
            border-radius: 20px;
        }

        .section-title {
            margin-bottom: 12px;
        }
    }

    #ps_main section.admin-home {
        padding: 36px 0;

        .description {
            margin: 0 auto 36px;
            font-size: 16px;
            line-height: 18px;
        }
    }

    section.admin-features {
        padding: 36px 0;

        .admin-features__wrap {
            padding: 36px;
        }

        .section-title {
            margin-bottom: 32px;
        }

        .content-wrap,
        .row:nth-child(odd) .content-wrap {
            padding: 16px;
        }

        .item-title {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 8px;
        }

        .item-title::before {
            width: 20px;
        }

        .image-wrap::before {
            width: 100px;
            height: 100px;
            left: -50px;
            top: 50%;
            transform: translate(0, -50%);
        }

        .row:nth-child(odd) .image-wrap::before {
            right: -50px;
        }

        .row {
            margin-bottom: 28px;
        }

        .row:last-of-type {
            margin-bottom: 0;
        }
    }

    #ps_main section.cost-center {
        padding: 36px 0;
        background: url(/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/cost-center-bg.png)
            center 23% / 75% no-repeat;

        .description {
            margin: 0 auto 32px;
            font-size: 16px;
            line-height: 18px;
        }

        .content-wrap .image-wrap {
            margin-left: -35px;
        }
    }

    #ps_main section.development-process {
        padding: 36px 0;
        background: url(/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/development-process-bg.png)
            center center / contain no-repeat;

        .development-process__wrap {
            gap: 20px;
        }

        .section-title {
            margin-bottom: 36px;
        }

        .development-process__item .item-title {
            font-size: 18px;
            line-height: 22px;
            padding: 15px 18px;
            border-radius: 16px;
            margin-bottom: 12px;
        }

        .development-process__item .item-title .icon,
        .development-process__item .item-title .icon img {
            width: 20px;
            height: 20px;
        }

        .development-process__item .item-title span {
            width: calc(100% - 34px);
        }

        .development-process__item .item-description {
            padding: 20px;
            border-radius: 16px;
            min-height: 142px;
        }
    }

    section.final-results {
        padding: 36px 0;

        .section-title {
            margin-bottom: 36px;
        }

        .final-results__inner .image-wrap img,
        .final-results__inner.inner-text {
            border-radius: 16px;
        }

        .final-results__inner.inner-text {
            padding: 20px;
        }

        .final-results__item {
            column-gap: 20px;
        }

        .final-results__inner .inner-num {
            width: 32px;
            height: 32px;
            line-height: 18px;
        }

        .final-results__inner .inner-title {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 12px;
        }

        .final-results__item:last-of-type .final-results__inner:nth-child(2) {
            order: 2;
        }

        .final-results__wrap {
            row-gap: 22px;
        }
    }

    section.technologies {
        padding: 36px 0;
        background: #101010
            url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/technologies-bg-tablet.png")
            center top / contain no-repeat !important;

        .content-wrap {
            flex-wrap: wrap;
            row-gap: 40px;
        }

        .column-wrap:nth-child(1) {
            width: 100%;
        }

        .items-wrap {
            max-width: 560px;
        }

        .section-title {
            margin-bottom: 36px;
        }

        .row-title {
            font-size: 16px;
            line-height: 20px;
        }

        .items-wrap .item {
            width: 80px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .items-wrap .item svg {
            max-width: 32px;
            max-height: 32px;
        }

        .items-wrap .item .item-icon {
            width: 72px;
            height: 72px;
        }

        .items-wrap .item-title {
            font-weight: 300;
            line-height: 18px;
            padding: 0;
        }
    }
}

/* < 991 */

@media screen and (max-width: 768px) {
    #ps_main .container {
        max-width: 724px;
        margin: 0 auto;
    }

    section.benefits {
        .item {
            padding: 20px;
        }

        .item .icon-wrap {
            width: 44px;
            height: 44px;
        }

        .item .icon-wrap img {
            width: 20px;
            height: 20px;
        }

        .item .item-title {
            margin-top: 16px;
            font-size: 16px;
            line-height: 20px;
        }

        .item .item-description {
            margin-top: 8px;
            line-height: 18px;
        }
    }

    section.industries {
        .content-wrap .item {
            width: 218px;
            height: 219px;
        }
    }

    #ps_main section.roles {
        .content-wrap .item .avatar img {
            max-width: 60px;
            max-height: 60px;
        }

        .content-wrap .item .position {
            font-size: 13px;
            line-height: 16px;
            margin-top: 16px;
        }

        .content-wrap .item .user-name {
            font-size: 15px;
            line-height: 18px;
        }

        .content-wrap .item .item-description {
            margin-top: 20px;
        }
    }

    section.features {
        .slider-wrap {
            padding: 0;
        }
    }

    #ps_main section.requester {
        background: url(/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/requester-bg-tablet.png)
            center top / 100% auto no-repeat;
    }

    #ps_main section.requester:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(17, 17, 17, 0.8);
        z-index: 0;
    }

    #ps_main section.approval-workflow {
        .item-row:nth-child(2) {
            margin-left: 6.7%;
        }

        .item-row:nth-child(3) {
            margin-left: 13.7%;
        }

        .item-row:nth-child(4) {
            margin-left: 20.8%;
        }

        .item-row:nth-child(5) {
            margin-left: 28.2%;
        }
    }

    section.supplier-features {
        .slider-wrap {
            margin-left: calc(50% - 348px);
        }
    }
}

/* < 768 */

@media screen and (max-width: 767px) {
    section.requester-features {
        .row:nth-child(3) {
            .col-lg-5 {
                order: 2;
            }
        }

        .image-wrap {
            margin-top: 24px;
        }

        .image-wrap::before {
            left: 50%;
            top: -50px;
            transform: translate(-50%, 0);
        }

        .row:nth-child(odd) .image-wrap::before {
            left: 50%;
            right: auto;
        }
    }

    section.admin-features {
        .row:nth-child(3) {
            .col-lg-5 {
                order: 2;
            }
        }

        .image-wrap {
            margin-top: 24px;
        }

        .image-wrap::before {
            left: 50%;
            top: -50px;
            transform: translate(-50%, 0);
        }

        .row:nth-child(odd) .image-wrap::before {
            left: 50%;
            right: auto;
        }
    }
}

/* < 767 */

@media screen and (max-width: 724px) {
    section.billboard {
        .section-wrap .media-wrap {
            margin: -47px -14px -73px -14px;
        }
    }

    section.industries {
        .content-wrap {
            gap: 0;
            max-width: 316px;
            margin: 24px auto 0 auto;
        }

        .content-wrap .item {
            width: 50%;
            max-width: 158px;
            height: 158px;
            margin-top: 0;
        }

        .content-wrap .item:last-child {
            margin-top: -16px;
        }
    }

    section.supplier-features {
        .slider-wrap {
            margin-left: 14px;
        }
    }
}

/* < 724 */

@media screen and (max-width: 660px) {
    .ein-2 section .section-title {
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
    }

    section.billboard {
        .logo-wrap img {
            max-width: 137px;
            max-height: 51px;
        }

        .section-wrap {
            padding: 32px 0;
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/billboard-bg-mobile.png")
                center top / 100% auto no-repeat;
        }

        .section-wrap::after {
            display: block;
        }

        .section-wrap .media-wrap {
            margin: -67px 0 -2px 0;
        }

        h1 {
            font-size: 32px;
            line-height: 42px;
        }

        .description {
            margin-top: 0;
        }

        .tags {
            row-gap: 4px;
            max-width: 260px;
        }

        .tags span {
            padding: 6px 12px;
        }

        .tags span:nth-child(4) {
            margin-left: 30px;
        }

        .tags span:nth-child(5) {
            margin-left: 0;
        }

        .arrow-to-down {
            width: 53px;
            height: 50px;
            right: 17px;
            bottom: 31px;
        }
    }

    section.main-goal {
        padding: 32px 0;

        .container-wrap .image-wrap .media-wrap {
            display: none;
        }

        .container-wrap {
            padding: 16px;
        }

        .credit-card,
        .content-title {
            display: block;
        }

        .credit-card {
            position: absolute;
            top: 0;
            right: 0;
            top: -21px;
            right: -30px;
            max-width: 90px;
            z-index: 1;
        }

        .content-title {
            position: relative;
            margin-bottom: 24px;
            min-height: 132px;
            display: flex;
            align-items: center;
        }

        .content-title .bg-wrap {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .content-title .bg-wrap img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            border-radius: 8px;
        }

        .main-goal__left .content-title .bg-wrap img {
            object-position: right;
        }

        .main-goal__right .content-title .bg-wrap img {
            object-position: left;
        }

        .main-goal__left .content-title {
            padding: 12px 57px 12px 23px;
        }

        .main-goal__right .content-title {
            padding: 12px 26px 12px 60px;
        }

        .content-wrap {
            margin-top: 0;
        }

        .row {
            row-gap: 32px;
        }

        .col-md-6 {
            width: 100%;
        }

        .container-wrap .image-wrap .star {
            top: -24px;
            right: -14px;
            z-index: 2;
        }
    }

    #ps_main section.main-goal .content-title p {
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
        position: relative;
        z-index: 2;
        color: #fff;
        margin-bottom: 0;
        letter-spacing: 1.3px;
    }

    section.about {
        padding-bottom: 32px;

        .about-left,
        .about-right {
            width: 100%;
        }

        .about-left .image-wrap {
            max-width: 360px;
            margin: 0 auto;
        }

        .section-title {
            font-size: 22px;
            font-weight: 500;
            line-height: 26px;
        }

        .section-title img {
            max-width: 119px;
        }

        .about-right .content-wrap {
            margin-top: -34px;
        }

        .description {
            line-height: 18px;
        }
    }

    section.benefits {
        padding: 32px 0;

        .row {
            row-gap: 16px;
        }

        .section-title {
            margin-bottom: 24px;
        }

        .item {
            padding: 16px;
        }

        .item .icon-wrap {
            width: 36px;
            height: 36px;
        }

        .item .item-title {
            margin-top: 12px;
            font-size: 14px;
            line-height: 18px;
        }
    }

    section.industries {
        padding: 32px 0;

        .content-wrap .item .item-title {
            font-size: 14px;
            line-height: 16px;
            max-width: 105px;
        }

        .content-wrap .item .icon {
            width: 20px;
            height: 20px;
        }

        .industries-bg {
            width: 140px;
            height: 149px;
            transform: translate(-50%, -50%);
            top: 43%;
        }
    }

    #ps_main section.roles {
        padding: 32px 0;
        background: no-repeat url(../img/roles-bg.png) center center / auto 60%;

        .content-wrap .item {
            width: calc(50% - 8px);
        }

        .content-wrap {
            column-gap: 16px;
            row-gap: 24px;
            justify-content: flex-start;
        }

        .content-wrap .item .item-description {
            padding: 16px 12px;
        }
    }

    section.features {
        padding: 32px 0;
    }

    #ps_main section.requester {
        padding: 32px 0;
        background: url(/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/requester-bg-mobile.png)
            center 32px / 100% auto no-repeat;

        .content-wrap {
            overflow-x: auto;
            overflow-y: hidden;
            margin-right: -14px;
        }

        .content-wrap .image-wrap {
            max-width: max-content;
            width: 736px;
            margin: 24px 0 24px -38px;
        }

        .content-wrap::-webkit-scrollbar {
            height: 4px;
        }

        .content-wrap::-webkit-scrollbar-thumb {
            border-color: #578e11;
            background-color: #578e11;
            border-radius: 20px;
        }

        .content-wrap::-webkit-scrollbar-track-piece {
            border-radius: 20px;
            background: #222;
            margin-right: 14px;
        }
    }

    section.requester-features {
        padding: 32px 0;

        .requester-features__wrap {
            padding: 20px 16px;
        }

        .content-wrap,
        .row:nth-child(odd) .content-wrap {
            padding: 12px;
        }

        .item-title {
            font-size: 16px;
            line-height: 20px;
        }
    }

    section.request-creation {
        padding: 32px 0;

        .splide__slide {
            display: flex;
            flex-direction: column;
            row-gap: 32px;
        }

        .splide__list {
            margin: 0 !important;
            flex-wrap: unset;
            gap: 0;
        }

        .splide__slide__row {
            height: 100% !important;
        }

        .slider-control {
            display: flex;
            gap: 24px;
            align-items: center;
            justify-content: space-between;
            margin-top: 32px;

            .splide__arrows {
                display: flex;
                gap: 24px;
            }

            .splide__arrows .splide__arrow svg {
                display: none;
            }

            .splide__arrow {
                width: 32px;
                height: 32px;
                position: static;
            }

            .splide-nums {
                line-height: 18px;
            }
        }

        .splide__arrow--prev {
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/slider/arrow-next.svg")
                center center / contain no-repeat;
            transform: rotate(180deg);
        }

        .splide__arrow--next {
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/slider/arrow-next.svg")
                center center / contain no-repeat;
            transform: none;
        }
    }

    .plus::before {
        width: 23px;
        height: 23px;
    }

    #ps_main section.requests {
        padding: 32px 0;

        .content-wrap {
            padding: 20px 16px;
            gap: 12px;
        }

        .content-wrap::before {
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/requests-label-mobile.svg")
                center center no-repeat;
            top: -143px;
            right: -96px;
        }

        .media-wrap {
            margin-top: 12px;
            border-radius: 8px;
        }

        .section-title {
            font-size: 22px;
            line-height: 26px;
        }
    }

    #ps_main section.approval-workflow {
        padding: 32px 0;

        .section-title {
            margin-bottom: 24px;
        }

        .item-row:nth-child(2),
        .item-row:nth-child(3),
        .item-row:nth-child(4),
        .item-row:nth-child(5) {
            margin-left: 0;
        }
    }

    section.request-lifecycle {
        padding: 32px 0;

        .request-lifecycle__item {
            width: 100%;
        }

        .request-lifecycle__content {
            padding: 16px;
        }

        .request-lifecycle__item .image-wrap img {
            border-radius: 8px;
        }

        .section-title {
            margin-bottom: 24px;
        }

        .request-lifecycle__item .image-wrap {
            margin-bottom: 16px;
        }

        .request-lifecycle__item-title {
            font-size: 15px;
            line-height: 18px;
            margin-bottom: 8px;
        }

        .request-lifecycle__item-descr {
            padding: 16px;
            border-radius: 8px;
        }
    }

    section.supplier-page {
        .content-wrap {
            overflow-x: auto;
            overflow-y: hidden;
            margin-right: -14px;
        }

        .content-wrap .image-wrap {
            max-width: max-content;
            width: 696px;
            margin: 0 0 31px 0;
        }

        .content-wrap::-webkit-scrollbar {
            height: 4px;
        }

        .content-wrap::-webkit-scrollbar-thumb {
            border-color: #578e11;
            background-color: #578e11;
            border-radius: 20px;
        }

        .content-wrap::-webkit-scrollbar-track-piece {
            border-radius: 20px;
            background: #222;
            margin-right: 14px;
        }
    }

    section.supplier-features {
        padding: 32px 0;

        .title-wrap .slider-control,
        .title-wrap .slider-control .splide__arrows {
            gap: 20px;
        }

        .title-wrap .splide__arrow {
            width: 24px;
            height: 24px;
        }

        .splide-nums {
            line-height: 18px;
        }

        .slide-title {
            font-size: 16px;
            line-height: 20px;
        }
    }

    section.supplier {
        padding: 32px 0;

        .content-wrap {
            padding: 20px 16px;
        }
    }

    #ps_main section.admin-home {
        padding: 32px 0;

        .content-wrap {
            overflow-x: auto;
            overflow-y: hidden;
            margin-right: -14px;
        }

        .content-wrap .image-wrap {
            max-width: max-content;
            width: 718px;
            margin: 0 0 36px -38px;
        }

        .content-wrap::-webkit-scrollbar {
            height: 4px;
        }

        .content-wrap::-webkit-scrollbar-thumb {
            border-color: #578e11;
            background-color: #578e11;
            border-radius: 20px;
        }

        .content-wrap::-webkit-scrollbar-track-piece {
            border-radius: 20px;
            background: #222;
            margin-right: 14px;
        }
    }

    section.admin-features {
        padding: 32px 0;

        .admin-features__wrap {
            padding: 20px 16px;
        }

        .content-wrap,
        .row:nth-child(odd) .content-wrap {
            padding: 12px;
        }

        .item-title {
            font-size: 16px;
            line-height: 20px;
        }
    }

    #ps_main section.cost-center {
        padding: 32px 0;
        background: url(/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/cost-center-bg.png)
            center 23% / 150% no-repeat;

        .content-wrap {
            overflow-x: auto;
            overflow-y: hidden;
            margin-right: -14px;
        }

        .content-wrap .image-wrap {
            max-width: max-content;
            width: 638px;
            margin: 0 0 32px 0;
        }

        .content-wrap::-webkit-scrollbar {
            height: 4px;
        }

        .content-wrap::-webkit-scrollbar-thumb {
            border-color: #578e11;
            background-color: #578e11;
            border-radius: 20px;
        }

        .content-wrap::-webkit-scrollbar-track-piece {
            border-radius: 20px;
            background: #222;
            margin-right: 14px;
        }
    }

    #ps_main section.development-process {
        padding: 32px 0;

        .development-process__wrap {
            grid-template-columns: repeat(1, 1fr);
        }

        .section-title {
            margin-bottom: 32px;
        }

        .development-process__item .item-title {
            font-size: 16px;
            line-height: 18px;
            padding: 15px;
            border-radius: 8px;
        }

        .development-process__item .item-title .icon,
        .development-process__item .item-title .icon img {
            width: 16px;
            height: 16px;
        }

        .development-process__item .item-title span {
            width: calc(100% - 28px);
        }

        .development-process__item .item-description {
            padding: 15px;
            border-radius: 8px;
            min-height: auto;
            line-height: 18px;
        }
    }

    section.final-results {
        padding: 32px 0;

        .final-results__item {
            grid-template-columns: repeat(1, 1fr);
        }

        .final-results__inner.inner-text {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .final-results__inner .inner-title {
            width: calc(100% - 44px);
            margin-bottom: 20px;
            border-radius: 8px;
            font-size: 16px;
            line-height: 20px;
        }

        .final-results__wrap {
            row-gap: 16px;
        }

        .final-results__inner .image-wrap img,
        .final-results__inner .image-wrap {
            border-radius: 8px;
        }
    }

    section.technologies {
        padding: 32px 0;
        background: #101010
            url("/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/technologies-bg-mobile.png")
            center top / contain no-repeat !important;

        .content-wrap {
            margin: 0;
        }

        .section-title {
            margin-bottom: 32px;
        }

        .row-title {
            margin-bottom: 16px;
        }

        .items-wrap {
            gap: 12px;
        }

        .content-wrap {
            row-gap: 32px;
        }
    }
}

/* < 660 */

@media screen and (max-width: 640px) {
    #ps_main section.approval-workflow {
        background: url(/wp-content/themes/ein-des-ein-new/projects-assets/procurement-system/img/approval-workflow-bg.png)
            center 52% / 126% auto no-repeat;

        .item-row {
            flex-wrap: wrap;
            gap: 8px;
        }

        .item-row .item-number {
            width: 43px;
        }

        .item-row .item-description {
            width: calc(100% - 59px);
            margin-left: 0;
        }

        .item-row .user {
            margin-left: 0;
        }

        .item-row:not(:first-child) {
            margin-top: 32px;
        }
    }
}

/* < 640 */

@media screen and (max-width: 560px) {
    section.features {
        .content-wrap {
            padding: 20px 16px;
        }

        .slider-wrap {
            margin-top: 24px;
            border-left: none;
            border-bottom: 1px solid #578e11;
        }

        .slide-item-wrap {
            justify-content: flex-start;
        }
    }

    section.supplier-features {
        .slider-wrap .splide__track {
            margin-right: 14px;
        }
    }
}

/* < 560 */

@media screen and (max-width: 375px) {
    section.main-goal {
        .content-title {
            min-height: auto;
        }
    }

    section.about {
        .about-left .image-wrap {
            max-width: 251px;
        }

        .about-left .image-wrap img {
            transform: rotate(10deg);
        }
    }

    section.features {
        .slide-item-wrap {
            justify-content: flex-start;
            padding: 20px;
        }
    }
}

/* < 375 */

@media screen and (max-width: 360px) {
    section.billboard {
        .arrow-to-down {
            width: 34px;
            height: 34px;
            right: 14px;
            bottom: 44px;
        }
    }

    section.main-goal {
        .main-goal__right .content-title {
            padding-right: 20px;
        }
    }

    section.industries {
        .content-wrap .item {
            height: 146px;
        }
    }

    section.supplier-page {
        .description {
            line-height: 16px;
            margin: 0 auto 26px;
            font-size: 14px;
        }

        .section-title {
            margin-bottom: 12px;
        }

        .supplier-page__bg {
            top: -30px;
        }
    }

    section.supplier-features {
        .title-wrap {
            flex-direction: column;
            align-items: flex-start;
            row-gap: 20px;
        }
    }
}

/* < 360 */