@import url("https://fonts.cdnfonts.com/css/archivo");

.ein-2 .project-impactometer {
    font-family: "Archivo", sans-serif;
    color: #141414;
    letter-spacing: -0.09px;

    section {
        background: #fff;
        padding: 80px 0;

        @media only screen and (max-width: 990px) {
            padding: 48px 22px;
        }

        @media only screen and (max-width: 560px) {
            padding: 32px 0;
        }
    }

    picture {
        width: 100%;
        height: 100%;

        img {
            width: 100%;
            height: 100%;
            -o-object-fit: fill;
            object-fit: fill;
            -o-object-position: center;
            object-position: center;
        }
    }

    .container {
        max-width: 1348px;
    }

    h2,
    .h2-heading {
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.5px;
        text-transform: none;
        font-family: "Archivo", sans-serif;

        @media only screen and (max-width: 960px) {
            font-size: 32px;
            line-height: 34px;
        }

        @media only screen and (max-width: 560px) {
            font-size: 26px;
            line-height: 32px;
            letter-spacing: 0;
        }
    }

    p {
        color: #525252;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin: 0 0 22px;

        @media only screen and (max-width: 960px) {
            font-size: 14px;
            line-height: 18px;
            margin: 0 0 18px;
        }
    }

    p:last-of-type {
        margin: 0;
    }

    .first-block {
        padding: 100px 0;

        @media only screen and (max-width: 990px) {
            padding: 36px 22px;
        }

        @media only screen and (max-width: 560px) {
            padding: 32px 0;
        }

        .image-wrap {
            border-radius: 24px;

            @media only screen and (max-width: 990px) {
                border-radius: 12px;
            }
        }
    }

    .first-block__cards {
        position: relative;
        justify-content: space-between;

        @media only screen and (max-width: 750px) {
            row-gap: 20px;
            max-width: 520px;
            margin: 0 auto;
        }
    }

    .first-block__card:nth-child(1) {
        width: calc(39.6% - 18.66px);

        @media only screen and (max-width: 820px) {
            width: calc(41.8% - 13.33px);
        }
    }

    .first-block__card:nth-child(2),
    .first-block__card:nth-child(3) {
        width: calc(30.2% - 18.66px);
    }

    .first-block__card:nth-child(1),
    .first-block__card:nth-child(2) {
        padding-top: 296px;

        @media only screen and (max-width: 990px) {
            padding-top: 220px;
        }

        @media only screen and (max-width: 750px) {
            padding-top: 0;
        }
    }

    .first-block__card:nth-child(2) {
        @media only screen and (max-width: 820px) {
            width: calc(24.8% - 13.33px);
        }
    }

    .first-block__card:nth-child(3) {
        @media only screen and (max-width: 820px) {
            width: calc(33.4% - 13.33px);
        }
    }

    .first-block__card:nth-child(3) .image-wrap img {
        @media only screen and (max-width: 750px) {
            border: 1px solid #f0f0f0;
            border-radius: 12px;
        }
    }

    .first-block__card,
    .first-block__card-wrap {
        display: flex;
        flex-direction: column;
        row-gap: 28px;

        @media only screen and (max-width: 990px) {
            row-gap: 20px;
        }
    }

    .first-block__card-top {
        position: absolute;
        max-width: 69.1%;
        top: 0;
        left: 0;
        min-height: 268px;
        border-radius: 24px;
        background: #141414;
        padding: 54px 480px 54px 40px;
        display: flex;
        align-items: center;

        @media only screen and (max-width: 1350px) {
            border: 1px solid #f0f0f0;
        }

        @media only screen and (max-width: 1260px) {
            padding-right: 310px;
        }

        @media only screen and (max-width: 990px) {
            padding: 19px 167px 19px 20px;
            min-height: 201px;
            max-width: 68.8%;
            border-radius: 16px;
        }

        @media only screen and (max-width: 820px) {
            max-width: 65.8%;
        }

        @media only screen and (max-width: 750px) {
            max-width: 100%;
            min-height: 324px;
            padding: 20px;
            position: relative;
            border-radius: 12px;
        }

        @media only screen and (max-width: 560px) {
            align-items: flex-start;
        }
    }

    .first-block__card-bottom {
        @media only screen and (max-width: 375px) {
            height: 324px;
        }
    }

    .first-block__content {
        color: #fff;
        position: relative;
        z-index: 2;
    }

    .first-block__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 34px;
        margin-bottom: 16px;
        letter-spacing: -0.5px;

        @media only screen and (max-width: 990px) {
            font-size: 26px;
            line-height: 32px;
            margin-bottom: 8px;
        }

        @media only screen and (max-width: 560px) {
            margin-bottom: 12px;
        }

        @media only screen and (max-width: 370px) {
            font-size: 22px;
            line-height: 26px;
        }
    }

    .first-block__descr {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        max-width: 288px;

        @media only screen and (max-width: 990px) {
            max-width: 238px;
        }

        @media only screen and (max-width: 370px) {
            max-width: 168px;
            font-size: 13px;
            line-height: 16px;
        }
    }

    .first-block__card-img {
        position: absolute;
        right: 0;
        top: 0;
        min-height: 266px;
        max-width: 600px;

        @media only screen and (max-width: 1350px) {
            max-width: 298px;
            min-height: 199px;
        }

        @media only screen and (max-width: 820px) {
            max-width: 222px;
        }

        @media only screen and (max-width: 560px) {
            width: 258px;
            height: 280px;
            max-width: 100%;
            bottom: 0;
            top: auto;
        }

        img {
            object-fit: cover;
            object-position: left;
            border-radius: 0 22px 22px 0;

            @media only screen and (max-width: 990px) {
                border-radius: 0 14px 14px 0;
            }

            @media only screen and (max-width: 750px) {
                border-radius: 0 0 10px 0;
            }
        }
    }

    .slick-dots {
        display: flex;
        column-gap: 8px;
        row-gap: 8px;
        justify-content: center;
        position: unset;
        align-items: center;
        margin: 0 auto;
    }

    .slick-dots li {
        margin: 0;
    }

    .slick-dots .dot {
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #b6c9c4;
        cursor: pointer;
    }

    .slick-dots .slick-active .dot {
        background: #007757;
        width: 12px;
        height: 12px;
    }

    .about__wrap {
        column-gap: 32px;
        align-items: center;
        row-gap: 28px;

        @media only screen and (max-width: 960px) {
            column-gap: 28px;
        }
    }

    .about__left {
        width: calc(46.5% - 16px);

        @media only screen and (max-width: 960px) {
            width: calc(43.5% - 14px);
        }

        @media only screen and (max-width: 660px) {
            width: 100%;
        }
    }

    .about__content {
        padding: 0 60px;

        @media only screen and (max-width: 1024px) {
            padding: 0 20px;
        }

        @media only screen and (max-width: 990px) {
            padding: 0;
        }
    }

    .about__title {
        margin-bottom: 28px;

        @media only screen and (max-width: 960px) {
            margin-bottom: 24px;
        }

        @media only screen and (max-width: 560px) {
            margin-bottom: 12px;
        }
    }

    .about__right {
        width: calc(53.5% - 16px);

        @media only screen and (max-width: 960px) {
            width: calc(56.5% - 14px);
        }

        @media only screen and (max-width: 660px) {
            width: 100%;
        }

        .image-wrap {
            max-width: 690px;
            width: 100%;
        }
    }

    .features__title {
        text-align: center;
        margin-bottom: 64px;
        letter-spacing: 0;

        @media only screen and (max-width: 960px) {
            margin-bottom: 32px;
        }

        @media only screen and (max-width: 560px) {
            margin-bottom: 24px;
        }
    }

    .features__wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 32px;
        row-gap: 20px;

        @media only screen and (max-width: 1080px) {
            column-gap: 20px;
        }

        @media only screen and (max-width: 660px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .features__card {
        display: flex;
        flex-direction: column;
    }

    .features__card-img {
        margin-bottom: 12px;
        border-radius: 24px;
        height: auto;

        @media only screen and (max-width: 1080px) {
            margin-bottom: 0;
        }

        @media only screen and (max-width: 990px) {
            border-radius: 16px;
        }
    }

    .features__card-content {
        padding: 24px;

        @media only screen and (max-width: 1080px) {
            padding: 16px;
        }
    }

    .features__card-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 12px;

        @media only screen and (max-width: 960px) {
            font-size: 16px;
            line-height: 22px;
        }

        @media only screen and (max-width: 560px) {
            margin-bottom: 8px;
        }
    }

    .technologies__title {
        margin-bottom: 32px;
        text-align: center;

        @media only screen and (max-width: 960px) {
            margin-bottom: 24px;
        }

        @media only screen and (max-width: 560px) {
            margin-bottom: 16px;
        }
    }

    .technologies__descr {
        text-align: center;
        max-width: 680px;
        margin: 0 auto 64px;

        @media only screen and (max-width: 960px) {
            margin-bottom: 48px;
        }
    }

    .technologies__wrap {
        padding: 80px 36px;
        border-radius: 24px;
        background: #f0f5f7;

        @media only screen and (max-width: 960px) {
            padding: 48px 36px;
        }

        @media only screen and (max-width: 560px) {
            padding: 32px 16px;
        }
    }

    .technologies__item-wrap {
        column-gap: 64px;
        justify-content: center;
        row-gap: 28px;

        @media only screen and (max-width: 760px) {
            column-gap: 28px;
        }
    }

    .technologies__item {
        max-width: 90px;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        justify-content: space-between;

        @media only screen and (max-width: 960px) {
            max-width: 74px;
        }
    }

    .technologies__item-img {
        width: 90px;
        height: 90px;

        @media only screen and (max-width: 960px) {
            width: 70px;
            height: 70px;
        }
    }

    .technologies__item-title {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;

        @media only screen and (max-width: 960px) {
            font-size: 14px;
            line-height: 18px;
        }
    }

    .problem__top {
        column-gap: 64px;
        align-items: center;
        margin-bottom: 64px;
        row-gap: 20px;

        @media only screen and (max-width: 768px) {
            column-gap: 20px;
            margin-bottom: 40px;
        }

        @media only screen and (max-width: 560px) {
            margin-bottom: 20px;
        }

        .image-wrap {
            max-width: 540px;
            margin: 0 auto;

            @media only screen and (max-width: 768px) {
                max-width: 100%;
            }

            @media only screen and (max-width: 560px) {
                max-width: 335px;
            }
        }
    }

    .problem__title {
        margin-bottom: 32px;

        @media only screen and (max-width: 768px) {
            margin-bottom: 24px;
        }

        @media only screen and (max-width: 560px) {
            margin-bottom: 16px;
        }
    }

    .problem__left {
        width: calc(52% - 32px);

        @media only screen and (max-width: 768px) {
            order: 2;
            width: calc(46% - 10px);
        }

        @media only screen and (max-width: 560px) {
            width: 100%;
        }
    }

    .problem__right {
        width: calc(48% - 32px);

        @media only screen and (max-width: 768px) {
            width: calc(54% - 10px);
        }

        @media only screen and (max-width: 560px) {
            width: 100%;
        }
    }

    .problem__content {
        max-width: 479px;
        margin: 0 auto;

        @media only screen and (max-width: 768px) {
            padding: 32px;
        }

        @media only screen and (max-width: 660px) {
            padding: 16px;
        }
    }

    .problem__wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 32px;
        row-gap: 16px;
        max-width: 1200px;
        margin: 0 auto;

        @media only screen and (max-width: 768px) {
            column-gap: 20px;
        }

        @media only screen and (max-width: 660px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .problem__item {
        padding: 28px;
        position: relative;

        @media only screen and (max-width: 768px) {
            padding: 24px;
        }
    }

    .problem__item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: #ececec;
    }

    @media only screen and (max-width: 660px) {
        .problem__item::before {
            bottom: 0;
            height: 1px;
            width: 100%;
            top: auto;
        }
    }

    .problem__item-num {
        font-size: 32px;
        font-weight: 700;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .solution,
    .solution p {
        color: #fff;
    }

    .solution__wrap {
        column-gap: 64px;
        padding: 60px;
        border-radius: 24px;
        background: #141414;
        align-items: center;
        row-gap: 32px;

        @media only screen and (max-width: 960px) {
            padding: 48px;
            column-gap: 32px;
        }

        @media only screen and (max-width: 768px) {
            border-radius: 20px;
        }

        @media only screen and (max-width: 375px) {
            padding: 28px;
            border-radius: 12px;
        }
    }

    .solution__img {
        max-width: 495px;

        @media only screen and (max-width: 768px) {
            max-width: 547px;
            margin: 0 auto;
        }
    }

    .solution__title {
        margin: 0;
        width: 160px;

        @media only screen and (max-width: 1090px) {
            width: 100%;
        }
    }

    .solution__left {
        width: calc(56% - 32px);

        @media only screen and (max-width: 960px) {
            width: calc(50% - 16px);
        }

        @media only screen and (max-width: 768px) {
            width: 100%;
        }
    }

    .solution__right {
        width: calc(44% - 32px);

        @media only screen and (max-width: 960px) {
            width: calc(50% - 16px);
        }

        @media only screen and (max-width: 768px) {
            width: 100%;
        }
    }

    .solution__content {
        column-gap: 64px;
        align-items: center;
        row-gap: 24px;

        @media only screen and (max-width: 375px) {
            row-gap: 16px;
        }

        p {
            width: calc(100% - 224px);

            @media only screen and (max-width: 1090px) {
                width: 100%;
            }
        }
    }

    .project-goal {
        padding: 0;
    }

    .project-goal__img img {
        max-width: 1440px;
        margin: 0 auto;
    }

    .target__wrap {
        column-gap: 32px;
        row-gap: 20px;

        @media only screen and (max-width: 768px) {
            column-gap: 20px;
        }
    }

    .target__left,
    .target__right {
        width: calc(50% - 16px);

        @media only screen and (max-width: 768px) {
            width: calc(50% - 10px);
        }

        @media only screen and (max-width: 660px) {
            width: 100%;
        }
    }

    .target__left {
        border-radius: 24px;

        @media only screen and (max-width: 768px) {
            border-radius: 20px;
        }

        @media only screen and (max-width: 660px) {
            border-radius: 12px;
            order: 2;
        }
    }

    .target__left .image-wrap {
        border-radius: 24px;
        height: 100%;

        @media only screen and (max-width: 768px) {
            border-radius: 20px;
        }

        @media only screen and (max-width: 660px) {
            border-radius: 12px;
        }
    }

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

        @media only screen and (max-width: 768px) {
            border-radius: 20px;
        }

        @media only screen and (max-width: 660px) {
            border-radius: 12px;
        }

        @media only screen and (max-width: 560px) {
            height: 273px;
        }
    }

    .target__right {
        border-radius: 24px;
        background: #f0f5f7;

        @media only screen and (max-width: 768px) {
            border-radius: 20px;
        }

        @media only screen and (max-width: 660px) {
            border-radius: 12px;
        }
    }

    .target__content {
        padding: 60px;

        @media only screen and (max-width: 1024px) {
            padding: 32px;
        }

        @media only screen and (max-width: 660px) {
            padding: 28px;
        }
    }

    .target__title {
        margin-bottom: 20px;

        @media only screen and (max-width: 660px) {
            margin-bottom: 12px;
        }
    }

    .functionality__title {
        margin-bottom: 64px;
        text-align: center;

        @media only screen and (max-width: 960px) {
            margin-bottom: 32px;
        }
    }

    .functionality__wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        margin-bottom: 200px;

        @media only screen and (max-width: 960px) {
            gap: 20px;
            margin-bottom: 96px;
        }

        @media only screen and (max-width: 660px) {
            grid-template-columns: repeat(2, 1fr);
        }

        @media only screen and (max-width: 460px) {
            grid-template-columns: repeat(1, 1fr);
            margin-bottom: 64px;
        }
    }

    .functionality__card {
        padding: 24px;

        @media only screen and (max-width: 960px) {
            padding: 12px;
        }
    }

    .functionality__card-img {
        margin-bottom: 28px;
        height: auto;

        @media only screen and (max-width: 960px) {
            margin-bottom: 16px;
        }
    }

    .functionality__card-title {
        color: #1d1e1e;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 10px;

        @media only screen and (max-width: 960px) {
            margin-bottom: 8px;
            font-size: 16px;
            line-height: 22px;
        }
    }

    .functionality__card-descr p {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

    .functionality__img {
        border-radius: 24px;
    }

    .admin {
        .image-wrap {
            max-width: 1110px;
            margin: 0 auto;
        }
    }

    .admin__wrap {
        padding: 80px 15px;
        border-radius: 24px;
        background: #f0f5f7;

        @media only screen and (max-width: 768px) {
            padding: 48px 15px;
            border-radius: 20px;
        }

        @media only screen and (max-width: 660px) {
            border-radius: 12px;
        }
    }

    .admin__title {
        margin-bottom: 32px;
        text-align: center;

        @media only screen and (max-width: 768px) {
            margin-bottom: 24px;
        }

        @media only screen and (max-width: 660px) {
            margin-bottom: 12px;
        }
    }

    .admin__descr {
        max-width: 740px;
        margin: 0 auto;
        margin-bottom: 64px;
        text-align: center;

        @media only screen and (max-width: 768px) {
            max-width: 597px;
            margin: 0 auto 32px;
        }
    }

    .features-admin__title {
        margin-bottom: 64px;
        text-align: left;

        @media only screen and (max-width: 960px) {
            margin-bottom: 24px;
        }
    }

    .features-admin__wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 32px;

        @media only screen and (max-width: 960px) {
            column-gap: 20px;
        }

        @media only screen and (max-width: 740px) {
            grid-template-columns: repeat(1, 1fr);
            margin: 0 -10px;
        }

        @media only screen and (max-width: 560px) {
            margin-bottom: 24px;
        }
    }

    .features-admin__item {
        display: flex;
        flex-direction: column;
        row-gap: 64px;
        justify-content: space-between;

        @media only screen and (max-width: 960px) {
            row-gap: 24px;
            justify-content: flex-start;
        }

        @media only screen and (max-width: 740px) {
            padding: 0 10px;
        }
    }

    .features-admin__card-img {
        margin-bottom: 12px;
        border-radius: 24px;
        height: auto;
    }

    .features-admin__card-content {
        padding: 24px;

        @media only screen and (max-width: 1360px) {
            min-height: 172px;
        }

        @media only screen and (max-width: 1120px) {
            min-height: 195px;
        }

        @media only screen and (max-width: 990px) {
            min-height: 223px;
        }

        @media only screen and (max-width: 960px) {
            padding: 12px;
            min-height: 165px;
        }

        @media only screen and (max-width: 560px) {
            min-height: 100%;
        }
    }

    .features-admin__card-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 12px;

        @media only screen and (max-width: 960px) {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 8px;
        }
    }

    .features-admin__info-wrap {
        position: relative;

        .pagingInfo {
            font-size: 14px;
            font-weight: 600;
            line-height: 16px;
            width: 34px;
        }
    }

    .features-admin__info {
        align-items: center;
        justify-content: space-between;
    }

    .slider-features-admin__info-arrows {
        width: calc(100% - 58px);

        .slider-arrows {
            width: 100%;
            justify-content: space-between;
        }

        .slick-arrow {
            position: relative;
            width: 32px;
            height: 32px;
            transform: translate(0, -50%);
        }

        .slick-arrow:after {
            background-image: url(/wp-content/uploads/2024/10/arrow-green-active.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 32px;
            height: 32px;
            transform: rotate(0) translate(-100%, -50%);
        }

        .slick-disabled:after {
            background-image: url(/wp-content/uploads/2024/10/arrow-green.svg);
        }

        .slick-disabled.slick-prev:after {
            transform: rotate(0) translate(-50%, -50%);
        }

        .slick-disabled.slick-next:after {
            transform: rotate(180deg) translate(100%, 50%);
        }

        .slick-prev,
        .slick-next {
            background: transparent !important;
        }

        .slick-prev:after {
            transform: rotate(180deg) translate(50%, 50%);
        }

        .slick-prev {
            left: 0;
        }
    }

    .slider-features-admin__info-arrows .slick-arrow.slick-next:hover,
    .slider-features-admin__info-arrows .slick-arrow.slick-prev:hover {
        background: unset;
        border: none;
    }

    .slider-features-admin__info-arrows .slick-arrow:hover:after {
        background-position-y: center;
        background-position-x: unset;
        background-size: contain;
        width: 32px;
        height: 32px;
    }

    .base-value,
    .base-value p {
        color: #fff;
    }

    .base-value__wrap {
        column-gap: 32px;
        row-gap: 16px;

        @media only screen and (max-width: 960px) {
            column-gap: 20px;
        }
    }

    .base-value__left {
        width: calc(54.3% - 16px);

        @media only screen and (max-width: 960px) {
            width: calc(50% - 10px);
        }

        @media only screen and (max-width: 660px) {
            width: 100%;
            order: 2;
        }

        .image-wrap {
            max-width: 700px;
            height: 100%;
        }

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

            @media only screen and (max-width: 660px) {
                border-radius: 12px;
            }
        }
    }

    .base-value__right {
        width: calc(45.7% - 16px);
        padding: 40px 48px;
        border-radius: 20px;
        background: #141414;
        min-height: 388px;
        display: flex;
        flex-direction: column;
        justify-content: center;

        @media only screen and (max-width: 960px) {
            width: calc(50% - 10px);
            padding: 32px;
        }

        @media only screen and (max-width: 768px) {
            min-height: 100%;
        }

        @media only screen and (max-width: 660px) {
            border-radius: 12px;
            width: 100%;
        }
    }

    .base-value__title {
        margin-bottom: 28px;

        @media only screen and (max-width: 960px) {
            margin-bottom: 24px;
        }

        @media only screen and (max-width: 660px) {
            margin-bottom: 12px;
        }
    }

    .registered-events__wrap {
        align-items: center;
        padding-left: calc((100% - 1320px) / 2);
        row-gap: 32px;

        @media only screen and (max-width: 1320px) {
            padding-left: 14px;
        }

        @media only screen and (max-width: 860px) {
            padding-left: 0;
        }
    }

    .registered-events__content {
        padding: 32px;

        @media only screen and (max-width: 860px) {
            padding: 32px 45px;
        }

        @media only screen and (max-width: 660px) {
            padding: 28px 45px;
        }
    }

    .registered-events__title {
        margin-bottom: 28px;

        @media only screen and (max-width: 960px) {
            margin-bottom: 24px;
        }

        @media only screen and (max-width: 660px) {
            margin-bottom: 12px;
        }
    }

    .registered-events__left {
        width: 37.3%;

        @media only screen and (max-width: 860px) {
            width: 100%;
        }
    }

    .registered-events__right {
        width: 62.7%;

        @media only screen and (max-width: 860px) {
            width: 100%;
        }
    }

    .event {
        padding: 120px 0 80px 0;

        @media only screen and (max-width: 960px) {
            padding: 96px 0 80px 0;
        }

        @media only screen and (max-width: 660px) {
            padding: 76px 0 80px 0;
        }

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

    .event__wrap {
        padding: 80px 80px 280px;
        border-radius: 24px;
        background: #fbfbfb;

        @media only screen and (max-width: 960px) {
            padding: 0 58px 144px;
            border-radius: 20px;
        }

        @media only screen and (max-width: 660px) {
            padding: 0 16px 96px;
        }
    }

    .event__items {
        column-gap: 37px;
        row-gap: 64px;

        @media only screen and (max-width: 960px) {
            column-gap: 20px;
            row-gap: 24px;
        }

        @media only screen and (max-width: 660px) {
            row-gap: 20px;
        }
    }

    .event__title {
        margin-bottom: 64px;
        text-align: center;

        @media only screen and (max-width: 960px) {
            margin-bottom: 32px;
        }
    }

    .event__item {
        width: calc(33.33% - 24.66px);

        @media only screen and (max-width: 960px) {
            width: calc(50% - 10px);
        }

        @media only screen and (max-width: 660px) {
            width: 100%;
        }
    }

    .event__item-left {
        width: calc(32.8% - 18.5px);

        @media only screen and (max-width: 960px) {
            width: calc(50% - 10px);
        }

        @media only screen and (max-width: 660px) {
            width: 100%;
        }
    }

    .event__item-right {
        width: calc(67.2% - 18.5px);
        border-radius: 24px;
        background: #141414;
        column-gap: 20px;
        padding: 80px 44px;
        align-items: center;
        row-gap: 20px;

        @media only screen and (max-width: 960px) {
            border-radius: 20px;
            width: 100%;
            padding: 40px 32px;
        }

        @media only screen and (max-width: 660px) {
            padding: 28px;
        }

        @media only screen and (max-width: 560px) {
            border-radius: 12px;
        }

        .image-wrap {
            width: calc(53.7% - 10px);

            @media only screen and (max-width: 960px) {
                width: calc(56.7% - 10px);
            }

            @media only screen and (max-width: 660px) {
                width: 100%;
            }
        }

        .event__item-descr {
            margin: 0;
        }
    }

    .event__item-right .event__item-title,
    .event__item-right p {
        color: #fff;
    }

    .event__inner-left {
        width: calc(46.3% - 10px);

        @media only screen and (max-width: 960px) {
            width: calc(43.3% - 10px);
        }

        @media only screen and (max-width: 660px) {
            width: 100%;
        }
    }

    .event__inner {
        column-gap: 16px;
        align-items: center;
        margin-bottom: 16px;
        row-gap: 8px;

        @media only screen and (max-width: 960px) {
            margin-bottom: 8px;
        }

        @media only screen and (max-width: 660px) {
            column-gap: 12px;
            margin-bottom: 12px;
        }
    }

    .event__item-num {
        width: 36px;
        height: 36px;
        border-radius: 32px;
        background: #007757;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;

        @media only screen and (max-width: 768px) {
            width: 28px;
            height: 28px;
            font-size: 14px;
            font-weight: 600;
            line-height: 18px;
        }
    }

    .event__item-title {
        width: calc(100% - 52px);
        color: #161616;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;

        @media only screen and (max-width: 960px) {
            font-size: 16px;
            line-height: 22px;
        }

        @media only screen and (max-width: 768px) {
            width: 100%;
        }

        @media only screen and (max-width: 660px) {
            width: calc(100% - 40px);
        }
    }

    .event__item-descr {
        margin-bottom: 28px;

        @media only screen and (max-width: 960px) {
            margin-bottom: 20px;
        }

        p {
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
        }
    }

    .event__img {
        border-radius: 24px;

        @media only screen and (max-width: 960px) {
            border-radius: 20px;
        }

        @media only screen and (max-width: 560px) {
            border-radius: 12px;
        }
    }

    .event__banner {
        @media only screen and (max-width: 960px) {
            padding: 0 22px;
        }

        @media only screen and (max-width: 660px) {
            padding: 0;
        }
    }

    .dev-process__wrap {
        padding: 80px;
        border-radius: 24px;
        background: #fbfbfb;

        @media only screen and (max-width: 1024px) {
            padding: 14px 36px 48px;
        }

        @media only screen and (max-width: 960px) {
            border-radius: 20px;
        }

        @media only screen and (max-width: 660px) {
            padding: 0 16px 48px;
        }
    }

    .dev-process__title {
        margin-bottom: 64px;
        text-align: center;

        @media only screen and (max-width: 960px) {
            margin-bottom: 24px;
        }
    }

    .dev-process__item {
        padding: 40px 32px;
        column-gap: 32px;
        position: relative;
        align-items: center;

        @media only screen and (max-width: 960px) {
            padding: 32px;
        }

        @media only screen and (max-width: 860px) {
            width: 50%;
            flex-direction: column;
            row-gap: 16px;
            align-items: flex-start;
        }

        @media only screen and (max-width: 660px) {
            width: 100%;
            row-gap: 12px;
            padding: 24px;
        }
    }

    .dev-process__item:last-of-type {
        @media only screen and (max-width: 860px) {
            width: 100%;
        }
    }

    .dev-process__items {
        @media only screen and (max-width: 860px) {
            display: flex;
            flex-wrap: wrap;
        }
    }

    .dev-process__item:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #e6e6e6;
        bottom: 0;
        left: 0;
    }

    .dev-process__item-num {
        width: 90px;
        -webkit-text-stroke: 1.5px #007757;
        font-size: 60px;
        font-weight: 700;
        line-height: normal;
        color: #fbfbfb;
        letter-spacing: 2.5px;

        @media only screen and (max-width: 860px) {
            font-size: 48px;
            line-height: 56px;
        }

        @media only screen and (max-width: 660px) {
            font-size: 40px;
            line-height: 48px;
        }
    }

    .dev-process__item-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        width: calc(45.4% - 77px);

        @media only screen and (max-width: 860px) {
            width: 100%;
            font-size: 18px;
            font-weight: 700;
            line-height: 22px;
        }
    }

    .dev-process__item-descr {
        width: calc(54.6% - 77px);

        @media only screen and (max-width: 860px) {
            width: 100%;
        }
    }

    .team-project__title {
        margin-bottom: 32px;
        text-align: center;

        @media only screen and (max-width: 960px) {
            margin-bottom: 24px;
        }

        @media only screen and (max-width: 660px) {
            margin-bottom: 12px;
        }
    }

    .team-project__descr {
        margin: 0 auto;
        max-width: 830px;
        text-align: center;
        margin-bottom: 64px;

        @media only screen and (max-width: 960px) {
            max-width: 613px;
            margin: 0 auto 32px;
        }
    }

    .team-project__wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 64px;
        row-gap: 24px;
        max-width: 1116px;
        margin: 0 auto;

        @media only screen and (max-width: 1120px) {
            column-gap: 27px;
        }

        @media only screen and (max-width: 960px) {
            column-gap: 10px;
        }

        @media only screen and (max-width: 660px) {
            grid-template-columns: repeat(2, 1fr);
        }

        .image-wrap {
            width: 200px;
            height: 200px;
            margin: 0 auto;
            margin-bottom: 24px;

            @media only screen and (max-width: 1120px) {
                width: 160px;
                height: 160px;
                margin-bottom: 16px;
            }

            @media only screen and (max-width: 960px) {
                width: 120px;
                height: 120px;
            }
        }

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

    .team-project__card-name {
        color: #000;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 8px;

        @media only screen and (max-width: 1120px) {
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
        }
    }

    .team-project__card-position {
        color: #525252;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;

        @media only screen and (max-width: 1120px) {
            font-size: 14px;
            line-height: 18px;
        }
    }

    .brand-colors__wrap {
        padding: 80px;
        border-radius: 24px;
        background: #fbfbfb;

        @media only screen and (max-width: 990px) {
            border-radius: 20px;
            padding: 36px;
        }

        @media only screen and (max-width: 760px) {
            padding: 28px;
        }

        @media only screen and (max-width: 660px) {
            border-radius: 12px;
        }
    }

    .brand-colors__title {
        margin-bottom: 24px;
    }

    .brand-colors__content {
        margin-bottom: 60px;
        justify-content: space-between;
        row-gap: 20px;

        @media only screen and (max-width: 990px) {
            margin-bottom: 32px;
        }
    }

    .brand-colors__content-item {
        width: calc(50% - 181px);

        @media only screen and (max-width: 1060px) {
            width: calc(50% - 30px);
        }

        @media only screen and (max-width: 740px) {
            width: 100%;
        }
    }

    .brand-colors__items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 60px;
        margin-bottom: 80px;
        row-gap: 16px;

        @media only screen and (max-width: 990px) {
            column-gap: 20px;
            margin-bottom: 60px;
        }

        @media only screen and (max-width: 740px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .color {
        border-radius: 20px;
        border: 1px solid rgba(0, 0, 0, 0.13);
        height: 120px;
        display: block;
        margin-bottom: 16px;

        @media only screen and (max-width: 740px) {
            margin-bottom: 8px;
        }

        @media only screen and (max-width: 660px) {
            border-radius: 12px;
            height: 100px;
        }
    }

    .color.primary {
        background: #007757;
    }

    .color.secondary {
        background: #b6c9c4;
    }

    .color.neutral {
        background: #f0f5f7;
    }

    .brand-colors__item-text {
        color: #000;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;

        @media only screen and (max-width: 990px) {
            font-size: 18px;
            line-height: 24px;
        }

        @media only screen and (max-width: 760px) {
            font-size: 16px;
            line-height: 22px;
        }
    }

    .brand-colors__item-content {
        justify-content: space-between;
    }

    .brand-colors__item-color {
        color: #8b8b8b;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: right;

        @media only screen and (max-width: 990px) {
            font-size: 14px;
            line-height: 22px;
        }
    }

    .brand-colors__item-text,
    .brand-colors__item-color {
        width: calc(50% - 10px);

        @media only screen and (max-width: 990px) {
            width: calc(50% - 5px);
        }
    }

    .brand-colors__fonts-title {
        color: #0a0a0a;
        font-size: 70px;
        font-weight: 600;
        line-height: 80px;
        width: calc(45.7% - 231px);

        @media only screen and (max-width: 1360px) {
            width: calc(45.7% - 20px);
        }

        @media only screen and (max-width: 990px) {
            width: calc(45.7% - 10px);
            font-size: 50px;
            line-height: 80px;
        }

        @media only screen and (max-width: 740px) {
            width: 100%;
        }

        @media only screen and (max-width: 600px) {
            font-size: 40px;
            font-weight: 700;
            line-height: 48px;
        }
    }

    .brand-colors__fonts-text {
        width: calc(54.3% - 231px);

        @media only screen and (max-width: 1360px) {
            width: calc(54.3% - 20px);
            display: flex;
            justify-content: flex-end;
        }

        @media only screen and (max-width: 990px) {
            width: calc(54.3% - 10px);
        }

        @media only screen and (max-width: 740px) {
            width: 100%;
            justify-content: flex-start;
        }

        p {
            color: #141414;
        }
    }

    .brand-colors__font-wrap {
        margin-bottom: 48px;
        justify-content: space-between;
        align-items: center;
        row-gap: 16px;

        @media only screen and (max-width: 990px) {
            margin-bottom: 32px;
        }
    }

    .brand-colors__font-items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 28px;
        margin-bottom: 60px;

        @media only screen and (max-width: 1180px) {
            gap: 20px;
        }

        @media only screen and (max-width: 990px) {
            grid-template-columns: repeat(2, 1fr);
        }

        @media only screen and (max-width: 374px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .brand-colors__font-text {
        color: #000;
        font-size: 60px;
        line-height: normal;

        @media only screen and (max-width: 1180px) {
            font-size: 40px;
        }

        @media only screen and (max-width: 660px) {
            font-size: 32px;
        }
    }

    .brand-colors__font-text.bold {
        font-weight: 700;
    }

    .brand-colors__font-text.semi-bold {
        font-weight: 600;
    }

    .brand-colors__font-text.medium {
        font-weight: 500;
    }

    .brand-colors__font-text.regular {
        font-weight: 400;
    }

    .brand-colors__font-item {
        border-radius: 20px;
        background: #f5f5f5;
        padding: 32px;
        column-gap: 16px;
        align-items: center;

        @media only screen and (max-width: 1180px) {
            padding: 32px 24px;
        }

        @media only screen and (max-width: 990px) {
            padding: 24px;
        }

        @media only screen and (max-width: 660px) {
            padding: 14px;
            column-gap: 8px;
        }
    }

    .brand-colors__font-text-small {
        color: #848484;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;

        @media only screen and (max-width: 660px) {
            font-size: 14px;
            line-height: 18px;
        }
    }

    .brand-colors__headers-title {
        font-size: 40px;
        font-weight: 500;
        line-height: 48px;
        margin-bottom: 48px;

        @media only screen and (max-width: 990px) {
            font-size: 26px;
            font-weight: 700;
            line-height: 32px;
            margin-bottom: 24px;
            letter-spacing: 0.5px;
        }
    }

    .brand-colors__fonts-title,
    .brand-colors__headers-title {
        sup {
            color: #8b8b8b;
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            margin-left: 16px;
            vertical-align: top;
            top: 0;
        }
    }

    .brand-colors__headers-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 24px;

        @media only screen and (max-width: 1180px) {
            gap: 20px;
        }

        @media only screen and (max-width: 660px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .brand-colors__headers-item {
        column-gap: 24px;
        padding: 32px;
        border-radius: 20px;
        background: #f5f5f5;
        align-items: center;

        @media only screen and (max-width: 1180px) {
            padding: 23px 20px;
            column-gap: 20px;
        }

        @media only screen and (max-width: 790px) {
            flex-direction: column;
            align-items: flex-start;
            row-gap: 20px;
        }

        @media only screen and (max-width: 660px) {
            flex-direction: unset;
            align-items: center;
        }
    }

    .brand-colors__headers-item-left {
        width: 79px;

        @media only screen and (max-width: 1180px) {
            width: 51px;
        }

        @media only screen and (max-width: 660px) {
            width: 41px;
        }
    }

    .brand-colors__headers-item-right {
        width: calc(100% - 103px);

        @media only screen and (max-width: 1180px) {
            width: calc(100% - 71px);
        }

        @media only screen and (max-width: 790px) {
            width: 100%;
        }

        @media only screen and (max-width: 660px) {
            width: calc(100% - 61px);
        }

        .color-light p {
            color: #848484;
        }
    }

    .brand-colors__headers-item-title {
        color: #000;
        font-size: 60px;
        font-weight: 400;
        line-height: 120%;

        @media only screen and (max-width: 1180px) {
            font-size: 40px;
            line-height: 48px;
        }

        @media only screen and (max-width: 660px) {
            font-size: 32px;
            line-height: 34px;
        }
    }

    .brand-colors__headers-item-text {
        margin-bottom: 8px;

        @media only screen and (max-width: 768px) {
            margin-bottom: 0;
        }
    }

    .brand-colors__headers-item-text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .brand-colors__headers-item-text:last-of-type {
        @media only screen and (max-width: 1180px) {
            margin-bottom: 0;
        }
    }

    .how-works {
        .image-wrap {
            max-width: 370px;
            position: relative;
            z-index: 2;
        }

        picture {
            height: auto;
        }
    }

    .how-works__wrap {
        row-gap: 157px;
        max-width: 1171px;
        margin: 0 auto;
        justify-content: space-between;

        @media only screen and (max-width: 1020px) {
            row-gap: 112px;
        }

        @media only screen and (max-width: 768px) {
            row-gap: 92px;
        }

        @media only screen and (max-width: 760px) {
            justify-content: center;
            column-gap: 13px;
            row-gap: 37px;
        }
    }

    .how-works__title {
        margin-top: 90px;
        margin-bottom: 32px;

        @media only screen and (max-width: 1140px) {
            margin-top: 0;
            margin-bottom: 24px;
        }

        @media only screen and (max-width: 660px) {
            margin-bottom: 12px;
        }
    }

    .how-works__item {
        width: calc(33.33% - 20px);

        @media only screen and (max-width: 990px) {
            width: calc(33.33% - 11.33px);
        }

        @media only screen and (max-width: 760px) {
            width: calc(50% - 6.5px);
        }
    }

    .how-works__item:nth-child(1) {
        width: calc(56.2% - 142px);

        @media only screen and (max-width: 990px) {
            width: calc(52.2% - 84.5px);
        }

        @media only screen and (max-width: 870px) {
            width: calc(58.2% - 84.5px);
        }

        @media only screen and (max-width: 760px) {
            width: 100%;
        }
    }

    .how-works__item:nth-child(2) {
        width: calc(43.8% - 142px);
        position: relative;

        @media only screen and (max-width: 990px) {
            width: calc(43.8% - 84.5px);
        }

        @media only screen and (max-width: 870px) {
            margin-top: 18px;
        }

        @media only screen and (max-width: 768px) {
            display: flex;
            align-items: flex-end;
        }

        @media only screen and (max-width: 760px) {
            width: 100%;
            margin-top: 0;
        }

        .image-wrap {
            @media only screen and (max-width: 760px) {
                margin: 0 auto;
                width: 50%;
            }
        }

        .icon-wrap-first {
            position: absolute;
            top: 47%;
            transform: translate(-50%, 0);
            left: -115px;
            width: 230px;

            @media only screen and (max-width: 990px) {
                left: -94px;
                width: 188px;
            }

            @media only screen and (max-width: 870px) {
                left: -78px;
                width: 155px;
            }

            @media only screen and (max-width: 760px) {
                width: 12px;
                left: 48%;
                transform: translate(0, -50%);
                top: -15px;
            }
        }

        .icon-wrap-second {
            position: absolute;
            bottom: -238px;
            width: 813px;
            right: 50%;
            transform: translate(0, -50%);

            @media only screen and (max-width: 1020px) {
                bottom: -185px;
                width: 740px;
            }

            @media only screen and (max-width: 990px) {
                bottom: -180px;
                width: 690px;
            }

            @media only screen and (max-width: 920px) {
                bottom: -174px;
                width: 620px;
            }

            @media only screen and (max-width: 870px) {
                bottom: -167px;
                width: 568px;
            }

            @media only screen and (max-width: 768px) {
                bottom: -139px;
                width: 487px;
            }

            @media only screen and (max-width: 760px) {
                bottom: -52px;
                width: 106px;
            }
        }
    }

    .how-works__item:nth-child(3),
    .how-works__item:nth-child(4),
    .how-works__item:nth-child(6),
    .how-works__item:nth-child(9) {
        position: relative;

        .icon-wrap {
            position: absolute;
            width: 216px;
            right: -127px;
            top: -49px;

            @media only screen and (max-width: 990px) {
                width: 190px;
                right: -108px;
                top: -43px;
            }

            @media only screen and (max-width: 920px) {
                width: 160px;
                right: -90px;
                top: -36px;
            }

            @media only screen and (max-width: 870px) {
                width: 138px;
                right: -83px;
                top: -32px;
            }
        }
    }

    .how-works__item:nth-child(4),
    .how-works__item:nth-child(6) {
        @media only screen and (max-width: 760px) {
            .icon-wrap {
                bottom: -35px;
                width: 136px;
                left: -112px;
                top: auto;
            }
        }
    }

    .how-works__item:nth-child(5) {
        position: relative;

        .icon-wrap {
            position: absolute;
            bottom: -238px;
            width: 813px;
            right: 50%;
            transform: translate(0, -50%);

            @media only screen and (max-width: 1020px) {
                bottom: -185px;
                width: 740px;
            }

            @media only screen and (max-width: 990px) {
                bottom: -180px;
                width: 690px;
            }

            @media only screen and (max-width: 920px) {
                bottom: -174px;
                width: 620px;
            }

            @media only screen and (max-width: 870px) {
                bottom: -167px;
                width: 568px;
            }

            @media only screen and (max-width: 768px) {
                bottom: -139px;
                width: 487px;
            }
        }
    }

    .how-works__item:nth-child(7) {
        position: relative;

        .icon-wrap {
            position: absolute;
            bottom: -238px;
            width: 413px;
            right: 50%;
            transform: translate(0, -50%);

            @media only screen and (max-width: 1020px) {
                bottom: -193px;
            }

            @media only screen and (max-width: 990px) {
                width: 390px;
                bottom: -188px;
            }

            @media only screen and (max-width: 920px) {
                width: 340px;
                bottom: -179px;
            }

            @media only screen and (max-width: 768px) {
                width: 260px;
                bottom: -141px;
            }

            @media only screen and (max-width: 760px) {
                width: 12px;
                bottom: -85px;
                right: 47%;
            }

            @media only screen and (max-width: 370px) {
                top: 205px;
                bottom: auto;
            }
        }
    }

    .how-works__item:nth-child(8) {
        display: flex;
        align-items: center;

        p {
            margin: 20px;

            @media only screen and (max-width: 820px) {
                margin: 0;
            }

            @media only screen and (max-width: 460px) {
                font-size: 12px;
                font-weight: 500;
                line-height: 16px;
            }
        }
    }

    .how-works__item:nth-child(9) {
        .icon-wrap-second {
            position: absolute;
            top: 0;
            width: 665px;
            top: -65px;
            left: 232px;

            @media only screen and (max-width: 1120px) {
                left: 180px;
            }

            @media only screen and (max-width: 990px) {
                width: 590px;
                top: -58px;
                left: 168px;
            }

            @media only screen and (max-width: 920px) {
                width: 530px;
                top: -52px;
                left: 148px;
            }

            @media only screen and (max-width: 768px) {
                width: 447px;
                top: -45px;
                left: 138px;
            }

            @media only screen and (max-width: 760px) {
                width: 106px;
                top: auto;
                bottom: -34px;
            }

            @media only screen and (max-width: 560px) {
                left: 101px;
            }
        }
    }

    .how-works__item:nth-child(3),
    .how-works__item:nth-child(5),
    .how-works__item:nth-child(9) {
        @media only screen and (max-width: 760px) {
            .icon-wrap {
                width: 119px;
                right: -70px;
                top: -17px;
                bottom: auto;
            }
        }
    }

    .how-works__item:nth-child(5) {
        @media only screen and (max-width: 760px) {
            .icon-wrap {
                top: -9px;
            }
        }
    }
}
