@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

.ein-2 .project-aylin {
    font-family: "Manrope", sans-serif;
    color: #101828;
    overflow: hidden;
    background: #0c0c0c url("../img/page-bg-1.svg") center top / 100% auto no-repeat;

    section {
        margin: 120px 0;
        background-color: transparent;
    }

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

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

    .icon img {
        -o-object-fit: contain;
        object-fit: contain;
        height: auto;
    }

    img {
        display: block;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

    .image-wrap {
        width: 100%;
    }

    .container {
        max-width: 1308px;
        position: relative;
        z-index: 2;
    }

    h2,
    .h2-heading {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        line-height: normal;
        font-family: "Manrope", sans-serif;
        margin-bottom: 20px;
    }

    h3,
    .h3-heading {
        color: #fff;
        font-family: "Manrope", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 12px;
    }

    .heading-square {
        position: relative;
        padding-left: 24px;
        margin-bottom: 8px;
    }

    .heading-square::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #c1a492;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 0;
    }

    p {
        color: #dcdcdc;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.3;
    }

    .content-bg-dark {
        padding: 20px;
        border-radius: 20px;
        background: -o-linear-gradient(340deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
        background: linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .content-bg-light {
        padding: 20px;
        border-radius: 20px;
        background: rgba(186, 186, 186, 0.1);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .content-bg-light .h3-heading {
        color: #000;
    }

    .content-bg-light p {
        color: #2f2f2f;
    }

    section.billboard {
        margin: 40px 0 0;

        .row-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 54px 0 54px 40px;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 58px;
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
            border-radius: 20px;
            background: -o-linear-gradient(340deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            background: linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.4);
            -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
        }

        .logo {
            width: 193px;
            height: 92px;
        }

        .sub-title,
        .section-title {
            font-family: "Manrope", sans-serif;
            line-height: normal;
            color: #fff;
        }

        .sub-title {
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            margin-top: 80px;
        }

        .section-title {
            font-size: 40px;
            font-weight: 700;
            margin: 19px 0 0;
        }

        .description ul {
            color: #dcdcdc;
            font-size: 16px;
            font-weight: 400;
            line-height: normal;
            margin: 19px 0 0;
            padding-left: 26px;
        }

        .store-wrap {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
            margin-top: 80px;
        }

        .store-wrap .google-play,
        .store-wrap .app-store {
            width: calc(50% - 12px);
            max-width: 180px;
        }

        .store-wrap .google-play img,
        .store-wrap .app-store img {
            -o-object-fit: contain;
            object-fit: contain;
        }

        .content-wrap {
            width: calc(41.2% - 29px);
        }

        .image-wrap {
            width: calc(58.8% - 29px);
        }
    }

    section.main-goal {
        .main-goal__wrap {
            gap: 24px;
        }

        .image-wrap,
        .content-wrap {
            width: calc(50% - 12px);
            border-radius: 20px;
        }

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

        .content-wrap {
            padding: 60px 36px;
            background: -o-linear-gradient(340deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            background: linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
        }

        .icon {
            width: 56px;
            height: 56px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 100px;
            background: #fff;
        }

        .icon svg {
            width: 28px;
            height: 28px;
        }

        .h2-heading {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-column-gap: 16px;
            -moz-column-gap: 16px;
            column-gap: 16px;
        }

        .h2-heading span {
            width: calc(100% - 72px);
        }
    }

    section.challenge-solution {
        .challenge-solution__wrap {
            padding: 60px;
            border-radius: 20px;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 28px;
        }

        .logo {
            -o-object-fit: contain;
            object-fit: contain;
        }

        .content-wrap {
            padding: 28px;
            border-radius: 20px;
            background: #f7f7f7;
        }

        .h2-heading .icon {
            width: 56px;
            height: 56px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 100px;
            background: #c1a492;
        }

        .h2-heading .icon svg {
            width: 28px;
            height: 28px;
        }

        .h2-heading {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-column-gap: 16px;
            -moz-column-gap: 16px;
            column-gap: 16px;
            color: #000;
        }

        .h2-heading span {
            width: calc(100% - 72px);
        }

        p {
            color: #2f2f2f;
        }

        .challenge-solution__top {
            -webkit-column-gap: 28px;
            -moz-column-gap: 28px;
            column-gap: 28px;
            row-gap: 16px;
        }

        .challenge-solution__top .content-wrap {
            width: calc(45% - 14px);
        }

        .challenge-solution__images {
            width: calc(55% - 14px);
            -webkit-column-gap: 32px;
            -moz-column-gap: 32px;
            column-gap: 32px;
        }

        .challenge-solution__img img {
            border-radius: 20px;
        }

        .challenge-solution__images .challenge-solution__img {
            width: calc(42.8% - 16px);
        }

        .challenge-solution__images-wrap {
            -webkit-column-gap: 41px;
            -moz-column-gap: 41px;
            column-gap: 41px;
            width: calc(57.2% - 16px);
        }

        .challenge-solution__images-wrap .image-wrap {
            width: calc(52.6% - 20.5px);
            height: 77px;
        }

        .challenge-solution__images-wrap .image-wrap img {
            -o-object-fit: contain;
            object-fit: contain;
        }

        .challenge-solution__images-wrap .icon {
            width: calc(47.4% - 20.5px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            margin-bottom: 4px;
        }

        .challenge-solution__bottom {
            -webkit-column-gap: 32px;
            -moz-column-gap: 32px;
            column-gap: 32px;
        }

        .challenge-solution__bottom .image-wrap {
            width: calc(54.8% - 16px);
        }

        .challenge-solution__bottom .content-wrap {
            width: calc(45.2% - 16px);
        }

        .challenge-solution__bottom .challenge-solution__img img {
            -o-object-position: left;
            object-position: left;
        }
    }

    section.benefits {
        .benefits__wrap {
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
            row-gap: 16px;
        }

        .benefits__left,
        .benefits__right {
            width: calc(50% - 12px);
        }

        .benefits__left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 24px;
        }

        .content-wrap,
        .benefits__item {
            border-radius: 20px;
            background: -o-linear-gradient(340deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            background: linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.4);
            -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
        }

        .benefits__img img {
            border-radius: 20px;
        }

        .benefits__left .content-wrap {
            padding: 36px 36px 56px 36px;
        }

        .benefits__right {
            gap: 24px;
        }

        .benefits__item {
            padding: 28px;
            width: calc(50% - 12px);
        }

        .benefits__item .icon {
            width: 32px;
            height: 32px;
            margin-bottom: 16px;
        }
    }

    section.app::before {
        content: "";
        background: url("../img/app-bg.svg") center top / 100% auto no-repeat;
        position: absolute;
        width: 1155px;
        height: 950px;
        left: 140px;
        top: -182px;
    }

    section.app {
        position: relative;

        .app__wrap {
            -webkit-column-gap: 32px;
            -moz-column-gap: 32px;
            column-gap: 32px;
        }

        .app__left,
        .app__right {
            width: calc(50% - 16px);
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.08);
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
        }

        .app__left .content-wrap {
            padding: 36px 36px 49px 36px;
            -webkit-column-gap: 51px;
            -moz-column-gap: 51px;
            column-gap: 51px;
            row-gap: 16px;
        }

        .app__left .app__img {
            max-width: 624px;
            padding: 0 0 45px 24px;
        }

        .app__img {
            height: auto;
        }

        .h2-heading {
            margin-bottom: 0;
        }

        .app__left .h2-heading {
            width: 153px;
        }

        .app__left p {
            width: calc(100% - 204px);
        }

        .app__right .app__img {
            max-width: 624px;
            padding: 20px 55px 0 58px;
        }

        .app__right {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .app__right .h2-heading {
            position: absolute;
            top: 95px;
            left: 36px;
        }
    }

    section.roles {
        .roles__wrap {
            padding: 58px 60px;
            border-radius: 20px;
            border: 1px solid #1f1d1c;
            background: -webkit-gradient(
                linear,
                left top,
                right top,
                from(rgba(255, 255, 255, 1)),
                color-stop(50%, rgba(255, 255, 255, 1)),
                to(rgba(0, 0, 0, 1))
            );
            background: -o-linear-gradient(
                left,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 1) 50%,
                rgba(0, 0, 0, 1) 100%
            );
            background: linear-gradient(
                90deg,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 1) 50%,
                rgba(0, 0, 0, 1) 100%
            );
            -webkit-column-gap: 114px;
            -moz-column-gap: 114px;
            column-gap: 114px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            overflow: hidden;
            position: relative;
            row-gap: 24px;
        }

        .roles__wrap::before {
            content: "";
            position: absolute;
            width: 791px;
            height: 791px;
            border-radius: 791px;
            background: #0c0c0c;
            right: -60px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

        .roles__left {
            width: calc(45.6% - 57px);
        }

        .roles__right {
            width: calc(54.4% - 57px);
            gap: 24px;
        }

        .icon {
            width: 56px;
            height: 56px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 100px;
            background: #0c0c0c;
        }

        .icon svg {
            width: 28px;
            height: 28px;
        }

        .h2-heading {
            margin-top: 28px;
            color: #000;
        }

        p {
            margin-top: 16px;
            color: #2f2f2f;
        }

        .roles__item {
            width: calc(50% - 12px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 12px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
        }

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

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

        .roles__item-title {
            color: #c1a492;
            font-size: 16px;
            font-weight: 500;
            line-height: 20px;
            border-radius: 48px;
            border: 1px solid #c1a492;
            padding: 7px 20px;
            text-align: center;
            max-width: -webkit-max-content;
            max-width: -moz-max-content;
            max-width: max-content;
        }

        .roles__item-descr {
            color: #fff;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            padding: 16px;
            border-radius: 16px;
            background: #1d1d1d;
        }
    }

    section.web-features {
        .web-features__wrap {
            padding: 60px;
            border-radius: 20px;
            background: -o-linear-gradient(340deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            background: linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
        }

        .h2-heading {
            text-align: center;
            margin-bottom: 48px;
        }

        .h3-heading {
            margin: 40px 0 16px 0;
            position: relative;
        }

        .h3-heading::before {
            content: "";
            position: absolute;
            top: -40px;
            left: 0;
            width: 16px;
            height: 16px;
            background: #c1a492;
        }

        .web-features__items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 60px;
        }

        .web-features__item {
            gap: 32px;
        }

        .web-features__media {
            width: calc(71.1% - 16px);
        }

        .web-features__media img {
            border-radius: 20px;
        }

        .web-features__item .content-wrap {
            padding: 40px;
            border-radius: 20px;
            background: #0c0c0c;
            width: calc(28.9% - 16px);
            position: relative;
        }

        .web-features__item:nth-child(2n) .web-features__media {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .web-features__item:nth-child(2n) .content-wrap::before,
        .web-features__item:nth-child(2n + 1) .content-wrap::before {
            content: "";
            position: absolute;
        }

        .web-features__item:nth-child(2n) .content-wrap::before {
            background: url("../img/icon-arrow-right.svg") center top / 100% auto no-repeat;
            width: 148px;
            height: 89px;
            right: -21px;
            bottom: 95px;
        }

        .web-features__item:nth-child(2n + 1) .content-wrap::before {
            background: url("../img/icon-arrow-left.svg") center top / 100% auto no-repeat;
            width: 112px;
            height: 93px;
            left: -30px;
            bottom: 54px;
        }
    }

    section.banner {
        padding: 0;

        .image-wrap {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            height: 100%;
        }

        .image-wrap img {
            position: absolute;
            z-index: 1;
            top: 0;
            max-width: 1308px;
            pointer-events: none;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            padding: 0 16px;
        }

        .banner__content {
            padding: 66px 60px;
            position: relative;
            z-index: 2;
            border-radius: 20px;
            border: 1px solid #272727;
        }

        .content-wrap {
            max-width: 710px;
        }

        p {
            max-width: 502px;
        }
    }

    section.web-app::before {
        content: "";
        background: url("../img/web-app-bg.svg") center top / 100% auto no-repeat;
        position: absolute;
        width: 1440px;
        height: 1582px;
        left: 2px;
        bottom: -123px;
    }

    section.web-app {
        position: relative;

        .h2-heading {
            margin-bottom: 0;
        }

        .web-app__heading {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 48px;
            -webkit-column-gap: 20px;
            -moz-column-gap: 20px;
            column-gap: 20px;
        }

        .web-app__title {
            color: #fff;
            font-size: 28px;
            font-weight: 500;
            line-height: normal;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-column-gap: 20px;
            -moz-column-gap: 20px;
            column-gap: 20px;
        }

        .web-app__home {
            margin-bottom: 120px;
            -webkit-column-gap: 32px;
            -moz-column-gap: 32px;
            column-gap: 32px;
            row-gap: 16px;
        }

        .web-app__left {
            width: calc(64.5% - 16px);
        }

        .web-app__left .image-wrap {
            height: 100%;
        }

        .image-wrap img {
            border-radius: 20px;
            -o-object-position: left;
            object-position: left;
        }

        .web-app__right {
            width: calc(35.5% - 16px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 33px;
        }

        .web-app__item {
            max-width: 330px;
        }

        .web-app__item:nth-child(2n) {
            margin-left: auto;
        }

        .web-app__create,
        .web-app__follow {
            margin-bottom: 120px;
        }

        .web-app__create .web-app__title {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 48px;
        }

        .web-app__create .image-wrap {
            max-width: 892px;
            margin: 0 auto;
        }

        .web-app__follow {
            gap: 32px;
        }

        .web-app__follow .web-app__right {
            row-gap: 32px;
        }

        .web-app__follow .content-wrap {
            padding: 40px;
            border-radius: 20px;
            background: -o-linear-gradient(340deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            background: linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
        }

        .web-app__follow .web-app__title {
            margin-bottom: 24px;
        }

        .web-app__follow p {
            line-height: 1.33;
        }

        .web-app__chat .web-app__title {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 24px;
        }

        .web-app__chat .content-wrap {
            margin: 0 auto 48px;
            max-width: 706px;
        }

        .web-app__chat .content-wrap p {
            text-align: center;
        }

        .web-app__chat .image-wrap {
            max-width: 809px;
            margin: 0 auto;
        }
    }

    section.clutter-free {
        .clutter-free__wrap {
            -webkit-column-gap: 48px;
            -moz-column-gap: 48px;
            column-gap: 48px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 20px;
            border: 1px solid #272727;
            background: -o-linear-gradient(340deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            background: linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
            position: relative;
            overflow: hidden;
            row-gap: 24px;
        }

        .clutter-free__wrap::before {
            content: "";
            position: absolute;
            width: 766px;
            height: 766px;
            border-radius: 766px;
            background: #0c0c0c;
            right: -44px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

        .content-wrap {
            width: calc(46.2% - 24px);
            padding: 60px 0 60px 60px;
            position: relative;
        }

        .content-wrap p,
        .content-wrap .h2-heading {
            max-width: 400px;
        }

        .image-wrap {
            width: calc(53.8% - 24px);
            position: relative;
            height: 289px;
        }

        .image-wrap img {
            -o-object-position: left;
            object-position: left;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
        }
    }

    section.mobile-features {
        .mobile-features__wrap {
            padding: 60px;
            border-radius: 20px;
            background: -o-linear-gradient(340deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            background: linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
        }

        .h2-heading {
            text-align: center;
            margin-bottom: 48px;
        }

        .mobile-features__items {
            gap: 48px;
        }

        .mobile-features__item {
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
            width: calc(50% - 24px);
        }

        .image-wrap {
            width: calc(45.8% - 12px);
        }

        .image-wrap img {
            border-radius: 20px;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .content-wrap {
            padding: 40px;
            border-radius: 20px;
            background: #0c0c0c;
            width: calc(54.2% - 12px);
            position: relative;
        }

        .content-wrap::before {
            content: "";
            position: absolute;
        }

        .mobile-features__item:nth-child(1) .content-wrap::before {
            background: url("../img/icon-arrow-1.svg") center top / 100% auto no-repeat;
            width: 136px;
            height: 122px;
            right: -28px;
            bottom: 118px;
        }

        .mobile-features__item:nth-child(2) .content-wrap::before {
            background: url("../img/icon-arrow-2.svg") center top / 100% auto no-repeat;
            width: 119px;
            height: 134px;
            right: -12px;
            bottom: 143px;
        }

        .mobile-features__item:nth-child(3) .content-wrap::before {
            background: url("../img/icon-arrow-3.svg") center top / 100% auto no-repeat;
            width: 100px;
            height: 83px;
            left: -15px;
            bottom: 152px;
        }

        .mobile-features__item:nth-child(4) .content-wrap::before {
            background: url("../img/icon-arrow-4.svg") center top / 100% auto no-repeat;
            width: 103px;
            height: 92px;
            left: -10px;
            bottom: 143px;
        }

        .h3-heading {
            margin: 40px 0 16px 0;
            position: relative;
        }

        .h3-heading::before {
            content: "";
            position: absolute;
            top: -40px;
            left: 0;
            width: 16px;
            height: 16px;
            background: #c1a492;
        }
    }

    section.mobile-app {
        .mobile-app__home {
            padding: 40px;
            border-radius: 20px;
            background: #fff;
            margin-bottom: 120px;
        }

        .h2-heading {
            margin-bottom: 0;
            color: #000;
        }

        .mobile-app__heading {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 32px;
            -webkit-column-gap: 20px;
            -moz-column-gap: 20px;
            column-gap: 20px;
            row-gap: 8px;
        }

        .mobile-app__title {
            color: #000;
            font-size: 28px;
            font-weight: 500;
            line-height: normal;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-column-gap: 20px;
            -moz-column-gap: 20px;
            column-gap: 20px;
        }

        .mobile-app__wrap {
            -webkit-column-gap: 48px;
            -moz-column-gap: 48px;
            column-gap: 48px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            row-gap: 16px;
        }

        .mobile-app__content {
            width: calc(32% - 24px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 24px;
        }

        .mobile-app__content p {
            line-height: 1.35;
        }

        .mobile-app__images {
            width: calc(68% - 24px);
        }

        .mobile-app__images .image-wrap {
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
        }

        .mobile-app__images .image-wrap img {
            width: calc(33.33% - 16px);
        }

        .mobile-app__start {
            margin-bottom: 120px;
            padding: 40px;
            border-radius: 20px;
            border: 1px solid #272727;
            background: -o-linear-gradient(340deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            background: linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
        }

        .mobile-app__start .image-wrap img {
            -o-object-fit: contain;
            object-fit: contain;
        }

        .mobile-app__start .mobile-app__title {
            margin-bottom: 48px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #fff;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .mobile-app__start-title {
            color: #fff;
            font-size: 24px;
            font-weight: 500;
            line-height: normal;
            margin-bottom: 40px;
        }

        .mobile-app__start-top {
            -webkit-column-gap: 48px;
            -moz-column-gap: 48px;
            column-gap: 48px;
        }

        .mobile-app__start-top,
        .mobile-app__start-bottom {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .mobile-app__start-top .content-wrap,
        .mobile-app__start-bottom .content-wrap {
            width: calc(77.3% - 24px);
        }

        .mobile-app__start-top .image-wrap,
        .mobile-app__start-bottom .image-wrap {
            width: calc(22.7% - 24px);
        }

        .mobile-app__start-top .image-wrap,
        .mobile-app__start-bottom .image-wrap {
            position: relative;
        }

        .mobile-app__start-top .image-wrap::before,
        .mobile-app__start-bottom .image-wrap::before {
            content: "";
            position: absolute;
        }

        .mobile-app__start-top .image-wrap::before {
            background: url("../img/icon-arrow-start-course-1.svg") center top / 100% auto no-repeat;
            width: 117px;
            height: 65px;
            left: -132px;
            bottom: 187px;
        }

        .mobile-app__start-bottom .image-wrap::before {
            background: url("../img/icon-arrow-start-course-2.svg") center top / 100% auto no-repeat;
            width: 127px;
            height: 40px;
            left: 209px;
            top: -60px;
        }

        .mobile-app__start-wrap {
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
        }

        .mobile-app__start-top .mobile-app__start-item {
            width: calc(33.33% - 16px);
        }

        .mobile-app__start-item {
            padding: 28px;
            border-radius: 20px;
            background: #0c0c0c;
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
        }

        .mobile-app__start-top .mobile-app__start-item .title {
            margin-bottom: 8px;
        }

        .mobile-app__start-item .title {
            -webkit-column-gap: 16px;
            -moz-column-gap: 16px;
            column-gap: 16px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 20px;
        }

        .mobile-app__start-item .title .title-text {
            color: #fff;
            font-weight: 500;
            line-height: normal;
            width: calc(100% - 56px);
        }

        .mobile-app__start-item .title .title-num {
            color: #0c0c0c;
            font-weight: 700;
            line-height: normal;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 40px;
            height: 40px;
            border-radius: 60px;
            background: #c1a492;
        }

        .mobile-app__start-bottom {
            -webkit-column-gap: 48px;
            -moz-column-gap: 48px;
            column-gap: 48px;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            margin-top: -168px;
        }

        .mobile-app__start-bottom .content-wrap {
            max-width: 607px;
        }

        .mobile-app__start-bottom .mobile-app__start-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 24px;
        }

        .mobile-app__search {
            border-radius: 20px;
            border: 1px solid #272727;
            background: -o-linear-gradient(340deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            background: linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
            position: relative;
            overflow: hidden;
            margin-bottom: 120px;
        }

        .mobile-app__search::after {
            content: "";
            position: absolute;
            border-radius: 897px;
            border: 94px solid #000;
            width: 897px;
            height: 897px;
            right: -94px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

        .mobile-app__search-wrap {
            -webkit-column-gap: 88px;
            -moz-column-gap: 88px;
            column-gap: 88px;
            position: relative;
            z-index: 2;
        }

        .mobile-app__search-left {
            padding: 80px 0 40px 40px;
            width: calc(48% - 44px);
        }

        .mobile-app__search .image-wrap {
            padding: 37px 100px 0 0;
            width: calc(52% - 44px);
        }

        .mobile-app__search .image-wrap img {
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: bottom;
            object-position: bottom;
        }

        .mobile-app__search-title {
            color: #fff;
            font-size: 28px;
            font-weight: 500;
            line-height: normal;
            margin-bottom: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 20px;
        }

        .mobile-app__search .content-wrap {
            max-width: 475px;
            margin-left: auto;
        }

        .mobile-app__search .h3-heading {
            color: #fff;
        }

        .mobile-app__view {
            margin-bottom: 120px;
        }

        .mobile-app__view-left {
            -webkit-column-gap: 32px;
            -moz-column-gap: 32px;
            column-gap: 32px;
            width: 75.1%;
        }

        .mobile-app__view-images {
            width: calc(55.7% - 16px);
        }

        .mobile-app__view-content {
            width: calc(44.3% - 16px);
            position: relative;
        }

        .mobile-app__view-images .image-wrap {
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
        }

        .mobile-app__view-images .image-wrap img {
            width: calc(50% - 12px);
        }

        .mobile-app__view .mobile-app__title {
            color: #fff;
            margin-bottom: 24px;
        }

        .mobile-app__view-right {
            width: 51.4%;
            -webkit-column-gap: 32px;
            -moz-column-gap: 32px;
            column-gap: 32px;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            margin-left: auto;
            margin-top: -537px;
            position: relative;
            z-index: 2;
        }

        .mobile-app__view-right .mobile-app__view-content {
            width: calc(59.8% - 16px);
        }

        .mobile-app__view-right .image-wrap {
            width: calc(40.2% - 16px);
        }

        .mobile-app__view-right .image-wrap img {
            -o-object-fit: contain;
            object-fit: contain;
        }

        .mobile-app__view-left .mobile-app__view-content::before,
        .mobile-app__view-right .mobile-app__view-content::before {
            content: "";
            position: absolute;
        }

        .mobile-app__view-left .mobile-app__view-content::before {
            background: url("../img/icon-arrow-view-1.svg") center top / 100% auto no-repeat;
            width: 106px;
            height: 90px;
            left: -17px;
            bottom: 216px;
        }

        .mobile-app__view-right .mobile-app__view-content::before {
            background: url("../img/icon-arrow-view-2.svg") center top / 100% auto no-repeat;
            width: 116px;
            height: 90px;
            right: -22px;
            top: -91px;
        }

        .mobile-app__find {
            position: relative;
            margin-bottom: 120px;
        }

        .mobile-app__find .mobile-app__title {
            margin-bottom: 32px;
        }

        .mobile-app__find::after {
            content: "";
            background: url("../img/mobile-app-bg-1.svg") center top / 100% auto no-repeat;
            position: absolute;
            width: 1440px;
            height: 1479px;
            left: -80px;
            bottom: -215px;
        }

        .mobile-app__find-wrap {
            padding: 40px;
            border-radius: 20px;
            background: #fff;
            position: relative;
            z-index: 2;
        }

        .mobile-app__find-content {
            -webkit-column-gap: 48px;
            -moz-column-gap: 48px;
            column-gap: 48px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            row-gap: 16px;
        }

        .mobile-app__find .image-wrap {
            width: 248px;
        }

        .mobile-app__find .image-wrap img {
            -o-object-fit: contain;
            object-fit: contain;
        }

        .mobile-app__find-item {
            width: calc(50% - 124px - 48px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 24px;
        }

        .mobile-app__profile-notifications {
            margin-bottom: 120px;
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
            row-gap: 16px;
        }

        .mobile-app__profile-col {
            width: calc(50% - 12px);
            padding: 40px;
            border-radius: 20px;
            background: -o-linear-gradient(340deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            background: linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.4);
            -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
            gap: 24px;
            position: relative;
            z-index: 2;
        }

        .mobile-app__profile-content {
            width: calc(52.5% - 12px);
        }

        .mobile-app__profile-col .image-wrap {
            width: calc(47.5% - 12px);
        }

        .mobile-app__profile-col .image-wrap img {
            -o-object-fit: contain;
            object-fit: contain;
        }

        .mobile-app__profile-notifications .mobile-app__title {
            color: #fff;
            margin-bottom: 40px;
        }

        .mobile-app__profile-notifications .content-wrap:not(:last-of-type) {
            margin-bottom: 24px;
        }

        .mobile-app__subscriptions {
            position: relative;
        }

        .mobile-app__subscriptions::after {
            content: "";
            background: url("../img/mobile-app-bg-2.svg") center top / 100% auto no-repeat;
            position: absolute;
            width: 1379px;
            height: 1392px;
            left: -21px;
            bottom: -334px;
        }

        .mobile-app__subscriptions-wrap {
            padding: 40px;
            border-radius: 20px;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 48px;
            position: relative;
            z-index: 2;
        }

        .mobile-app__subscriptions-top {
            -webkit-column-gap: 48px;
            -moz-column-gap: 48px;
            column-gap: 48px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            row-gap: 32px;
        }

        .mobile-app__subscriptions-content {
            width: calc(32.1% - 24px);
            position: relative;
        }

        .mobile-app__subscriptions-content::after {
            content: "";
            position: absolute;
            background: url("../img/icon-arrow-subscriptions.svg") center top / 100% auto no-repeat;
            width: 135px;
            height: 83px;
            right: -5px;
            top: -103px;
        }

        .mobile-app__subscriptions-content .mobile-app__title {
            margin-bottom: 48px;
        }

        .mobile-app__subscriptions-images {
            width: calc(67.9% - 24px);
        }

        .mobile-app__subscriptions-top .mobile-app__subscriptions-images .image-wrap {
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
        }

        .mobile-app__subscriptions-top .mobile-app__subscriptions-images .image-wrap img {
            width: calc(33.33% - 16px);
        }

        .mobile-app__subscriptions-bottom {
            -webkit-column-gap: 32px;
            -moz-column-gap: 32px;
            column-gap: 32px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .mobile-app__subscriptions-bottom .mobile-app__subscriptions-images {
            width: calc(58% - 16px);
        }

        .mobile-app__subscriptions-bottom .content-wrap {
            width: calc(42% - 16px);
        }
    }

    section.effortless {
        .banner__content p {
            max-width: 527px;
        }

        .banner__content .h2-heading {
            max-width: 400px;
        }

        .banner__content {
            padding: 56px 60px;
        }
    }

    section.admin-panel::after {
        content: "";
        background: url("../img/admin-panel-bg.svg") center top / 100% auto no-repeat;
        position: absolute;
        width: 1126px;
        height: 1125px;
        left: 296px;
        bottom: -331px;
    }

    section.admin-panel {
        position: relative;

        .admin-panel__dashboard,
        .admin-panel__subscriber,
        .admin-panel__add-recipes {
            margin-bottom: 120px;
        }

        .admin-panel__heading {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 48px;
            -webkit-column-gap: 20px;
            -moz-column-gap: 20px;
            column-gap: 20px;
            align-items: center;
        }

        .h2-heading {
            margin-bottom: 0;
        }

        .admin-panel__title {
            color: #fff;
            font-size: 28px;
            font-weight: 500;
            line-height: normal;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-column-gap: 20px;
            -moz-column-gap: 20px;
            column-gap: 20px;
        }

        .admin-panel__dashboard-wrap {
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            row-gap: 16px;
        }

        .admin-panel__dashboard .admin-panel__img {
            width: calc(64.2% - 12px);
        }

        .admin-panel__content {
            width: calc(35.8% - 12px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 24px;
        }

        .admin-panel__content .content-wrap {
            max-width: 337px;
        }

        .admin-panel__content .content-wrap:nth-child(2n) {
            margin-left: auto;
        }

        .admin-panel__subscriber,
        .admin-panel__admin {
            -webkit-column-gap: 48px;
            -moz-column-gap: 48px;
            column-gap: 48px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .admin-panel__subscriber-left,
        .admin-panel__admin-left {
            width: calc(34.9% - 24px);
        }

        .admin-panel__subscriber .image-wrap,
        .admin-panel__admin .admin-panel__img {
            width: calc(65.1% - 24px);
        }

        .admin-panel__subscriber-title {
            margin-bottom: 40px;
        }

        .admin-panel__subscriber-title,
        .admin-panel__admin-title {
            color: #fff;
            font-size: 28px;
            font-weight: 500;
            line-height: normal;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 20px;
        }

        .admin-panel__add-recipes-wrap {
            padding: 40px;
            border-radius: 20px;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .admin-panel__add-recipes .admin-panel__title,
        .admin-panel__add-recipes p {
            color: #000;
            text-align: center;
            max-width: 606px;
            margin: 0 auto 32px;
        }

        .admin-panel__add-recipes .image-wrap {
            max-width: 809px;
            margin: 0 auto;
        }

        .admin-panel__admin-title {
            margin-bottom: 24px;
        }
    }

    section.final-results {
        .final-results__content {
            max-width: 585px;
            margin: 0 auto;
            margin-bottom: 48px;
        }

        .final-results__content p {
            text-align: center;
        }

        .h2-heading {
            margin-bottom: 16px;
            text-align: center;
        }

        .final-results__wrap {
            gap: 24px;
        }

        .final-results__card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 12px;
            width: calc(33.33% - 16px);
        }

        .final-results__img {
            position: relative;
        }

        .final-results__img .num {
            color: #0c0c0c;
            font-size: 32px;
            font-weight: 700;
            line-height: normal;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 60px;
            border: 6px solid #0c0c0c;
            background: #c1a492;
            width: 80px;
            height: 80px;
            position: absolute;
            left: -13px;
            top: -13px;
        }

        .final-results__img .image-wrap img {
            border-radius: 24px;
            height: 222px;
        }

        .final-results__card .content-wrap {
            padding: 28px;
            border-radius: 20px;
            background: -o-linear-gradient(340deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            background: linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, rgba(193, 164, 146, 0.1) 100%);
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
        }

        .final-results__card .content-wrap .h3-heading {
            margin-bottom: 12px;
        }
    }

    section.technologies {
        .h2-heading {
            text-align: center;
            margin-bottom: 48px;
        }

        .technologies__wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-column-gap: 67px;
            -moz-column-gap: 67px;
            column-gap: 67px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            max-width: 1034px;
            margin: 0 auto;
        }

        .technologies__item-title {
            color: #efefef;
            font-size: 22px;
            font-weight: 500;
            line-height: 26px;
            margin-bottom: 20px;
        }

        .technologies__item-wrap {
            gap: 16px;
            -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
        }

        .technologies__inner {
            width: 88px;
        }

        .technologies__inner .icon-wrap {
            width: 88px;
            height: 88px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 16px;
            background: #222;
            margin-bottom: 8px;
        }

        .technologies__inner .icon-wrap img {
            width: 40px;
            height: 40px;
        }

        .technologies__inner-title {
            text-align: center;
            color: #efefef;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
        }
    }

    section.app-links {
        .app-links__wrap {
            border-radius: 28px;
            background: #161616;
        }

        .app-links__left {
            width: 60.6%;
        }

        .app-links__right {
            width: 55.4%;
            padding: 80px 80px 70px 0;
            margin-left: auto;
            margin-top: -797px;
        }

        .logo {
            width: 201px;
            height: 96px;
            margin-bottom: 363px;
            margin-left: auto;
        }

        p {
            margin-bottom: 60px;
        }

        .store-wrap {
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
        }

        .google-play,
        .app-store {
            width: calc(50% - 12px);
            max-width: 180px;
        }

        .google-play img,
        .app-store img {
            -o-object-fit: contain;
            object-fit: contain;
        }
    }

    /*  Media  */
    @media only screen and (max-width: 1340px) {
        section.app-links {
            .app-links__left {
                width: 42.6%;
                margin-bottom: 30px;
            }

            .app-links__right {
                width: 57.4%;
                margin-top: 0;
            }

            .app-links__img img {
                -o-object-fit: contain;
                object-fit: contain;
                -o-object-position: top;
                object-position: top;
            }
        }
    }
    /* < 1340 */

    @media only screen and (max-width: 1280px) {
        section.roles {
            .roles__left {
                width: calc(36% - 57px);
            }

            .roles__right {
                width: calc(64% - 57px);
                max-width: 575px;
                margin-left: auto;
            }
        }

        section.web-features {
            .web-features__item:nth-child(2n + 1) .content-wrap::before {
                bottom: 0;
            }

            .web-features__item:nth-child(2n) .content-wrap::before {
                bottom: 20px;
            }
        }

        section.clutter-free {
            .clutter-free__wrap::before {
                width: 720px;
                height: 720px;
                border-radius: 720px;
            }
        }

        section.mobile-features {
            .mobile-features__item:nth-child(1) .content-wrap::before,
            .mobile-features__item:nth-child(2) .content-wrap::before,
            .mobile-features__item:nth-child(3) .content-wrap::before,
            .mobile-features__item:nth-child(4) .content-wrap::before {
                bottom: 0;
            }
        }

        section.mobile-app {
            .mobile-app__start-bottom {
                margin-top: 0;
            }

            .mobile-app__start-top .image-wrap::before {
                bottom: 100px;
            }

            .mobile-app__view-left .mobile-app__view-content::before {
                bottom: 160px;
            }
        }
    }
    /* < 1280 */

    @media only screen and (max-width: 1200px) {
        section.clutter-free {
            .clutter-free__wrap::before {
                width: 665px;
                height: 665px;
                border-radius: 665px;
            }
        }

        section.mobile-app {
            .mobile-app__search-left {
                padding: 70px 0 70px 32px;
            }

            .mobile-app__search .image-wrap {
                padding: 32px 32px 0 0;
            }

            .mobile-app__view-right {
                margin-top: 0;
                width: 100%;
            }

            .mobile-app__view-left {
                width: 100%;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .mobile-app__view-left .mobile-app__view-content::before {
                bottom: auto;
                top: 250px;
                left: 32px;
            }

            .mobile-app__view-right .image-wrap {
                width: calc(22.2% - 16px);
            }

            .mobile-app__view-right .mobile-app__view-content {
                width: calc(77.8% - 16px);
            }
        }
    }
    /* < 1200 */

    @media only screen and (max-width: 1160px) {
        section.app {
            .app__right .h2-heading {
                top: 36px;
            }
        }

        section.roles {
            .roles__wrap {
                padding: 40px 32px;
            }

            .roles__wrap::before {
                width: 740px;
                height: 740px;
                border-radius: 740px;
            }
        }

        section.web-features {
            .web-features__media {
                width: calc(60% - 16px);
            }

            .web-features__item .content-wrap {
                width: calc(40% - 16px);
            }
        }

        section.clutter-free {
            .content-wrap {
                padding: 32px 0 32px 32px;
                width: calc(37.2% - 20px);
            }

            .image-wrap {
                width: calc(62.8% - 20px);
            }

            .content-wrap .h2-heading {
                font-size: 32px;
            }

            .clutter-free__wrap {
                -webkit-column-gap: 40px;
                -moz-column-gap: 40px;
                column-gap: 40px;
            }

            .clutter-free__img {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }

            .clutter-free__wrap::before {
                width: 605px;
                height: 605px;
                border-radius: 605px;
            }
        }

        section.mobile-app {
            .mobile-app__start-top .image-wrap::before {
                bottom: 10px;
            }
        }
    }
    /* < 1160 */

    @media only screen and (max-width: 1120px) {
        section.web-features {
            .web-features__item:nth-child(2n + 1) .content-wrap::before {
                bottom: -50px;
                -webkit-transform: rotate(30deg);
                -ms-transform: rotate(30deg);
                transform: rotate(30deg);
            }

            .web-features__item:nth-child(2n) .content-wrap::before {
                bottom: -35px;
                -webkit-transform: rotate(340deg);
                -ms-transform: rotate(340deg);
                transform: rotate(340deg);
            }
        }

        section.web-app {
            .web-app__follow .content-wrap {
                padding: 32px;
            }
        }

        section.clutter-free {
            .content-wrap .h2-heading {
                font-size: 28px;
            }

            .clutter-free__wrap::before {
                width: 620px;
                height: 620px;
                border-radius: 620px;
            }
        }

        section.mobile-features {
            .mobile-features__item:nth-child(1) .content-wrap::before {
                width: 66px;
                height: 53px;
                right: -12px;
                -webkit-transform: rotate(300deg);
                -ms-transform: rotate(300deg);
                transform: rotate(300deg);
            }

            .mobile-features__item:nth-child(2) .content-wrap::before {
                width: 79px;
                height: 73px;
                -webkit-transform: rotate(340deg);
                -ms-transform: rotate(340deg);
                transform: rotate(340deg);
            }

            .mobile-features__item:nth-child(3) .content-wrap::before {
                width: 60px;
                height: 52px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .mobile-features__item:nth-child(4) .content-wrap::before {
                width: 59px;
                height: 52px;
                -webkit-transform: rotate(25deg);
                -ms-transform: rotate(25deg);
                transform: rotate(25deg);
            }
        }

        section.mobile-app {
            .mobile-app__start-item {
                padding: 20px;
            }

            .mobile-app__start-wrap {
                gap: 16px;
            }

            .mobile-app__start-top .mobile-app__start-item {
                width: calc(33.33% - 10.67px);
            }

            .mobile-app__start-top,
            .mobile-app__start-bottom {
                -webkit-column-gap: 32px;
                -moz-column-gap: 32px;
                column-gap: 32px;
            }

            .mobile-app__start-top .content-wrap,
            .mobile-app__start-bottom .content-wrap {
                width: calc(77.3% - 16px);
            }

            .mobile-app__start-top .image-wrap,
            .mobile-app__start-bottom .image-wrap {
                width: calc(22.7% - 16px);
            }

            .mobile-app__profile-col {
                padding: 32px;
            }

            .mobile-app__profile-notifications .mobile-app__title {
                font-size: 22px;
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
            }
        }

        section.technologies {
            .technologies__item-title {
                font-size: 18px;
                margin-bottom: 16px;
            }
        }
    }
    /* < 1120 */

    @media only screen and (max-width: 1060px) {
        section.roles {
            .roles__wrap::before {
                width: 710px;
                height: 710px;
                border-radius: 710px;
            }
        }

        section.mobile-features {
            .mobile-features__wrap {
                padding: 32px;
            }
        }

        section.mobile-app {
            .mobile-app__subscriptions-content::after {
                top: -65px;
                width: 77px;
                height: 48px;
            }

            .mobile-app__subscriptions-content .mobile-app__title {
                margin-bottom: 24px;
            }

            .mobile-app__subscriptions-top .mobile-app__subscriptions-images .image-wrap {
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
            }

            .mobile-app__subscriptions-top .mobile-app__subscriptions-images .image-wrap img {
                width: calc(33.33% - 10.67px);
            }
        }

        section.admin-panel {
            .admin-panel__subscriber {
                gap: 24px;
            }

            .admin-panel__subscriber .image-wrap {
                width: calc(65.1% - 12px);
            }

            .admin-panel__subscriber-left {
                width: calc(34.9% - 12px);
            }

            .admin-panel__admin .admin-panel__img {
                width: calc(65.1% - 8px);
            }

            .admin-panel__admin-left {
                width: calc(34.9% - 8px);
            }

            .admin-panel__admin {
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
                row-gap: 24px;
            }
        }

        section.technologies {
            .technologies__wrap {
                -webkit-column-gap: 38px;
                -moz-column-gap: 38px;
                column-gap: 38px;
            }
        }

        section.app-links {
            .logo {
                margin-bottom: 236px;
            }
        }
    }
    /* < 1060 */

    @media only screen and (max-width: 992px) {
        section.challenge-solution {
            .challenge-solution__wrap {
                padding: 32px;
            }

            .challenge-solution__top .content-wrap {
                width: calc(49% - 14px);
            }

            .challenge-solution__images {
                width: calc(51% - 14px);
                -webkit-column-gap: 24px;
                -moz-column-gap: 24px;
                column-gap: 24px;
            }

            .challenge-solution__images-wrap {
                width: calc(57.2% - 12px);
            }

            .challenge-solution__images .challenge-solution__img {
                width: calc(42.8% - 12px);
            }
        }

        section.benefits {
            .benefits__left,
            .benefits__right {
                width: 100%;
            }

            .benefits__left {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                gap: 16px;
            }

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

            .benefits__right {
                gap: 16px;
            }

            .benefits__item {
                width: calc(50% - 8px);
            }
        }

        section.app {
            .app__right .h2-heading {
                position: unset;
            }

            .app__right {
                row-gap: 24px;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                padding: 36px;
            }

            .app__right .app__img {
                padding: 0;
                max-width: 100%;
            }

            .app__left .h2-heading,
            .app__left p {
                width: 100%;
            }
        }

        section.roles {
            .roles__left,
            .roles__right {
                width: 100%;
            }

            .roles__wrap::before {
                display: none;
            }

            .roles__wrap {
                background: #fff;
                text-align: center;
                padding: 32px 29px 0 29px;
            }

            .roles__title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
                width: -webkit-max-content;
                width: -moz-max-content;
                width: max-content;
                margin: 0 auto;
                max-width: 100%;
                text-align: left;
            }

            .icon {
                width: 48px;
                height: 48px;
            }

            .icon img {
                width: 24px;
                height: 24px;
            }

            .h2-heading {
                width: calc(100% - 64px);
                margin: 0;
            }

            .roles__left p {
                max-width: 558px;
                margin: 20px auto;
            }

            .roles__right {
                border-radius: 40px 40px 0 0;
                background: #0c0c0c;
                padding: 36px 35px 32px 35px;
                max-width: 100%;
            }
        }

        section.web-features {
            .web-features__wrap {
                padding: 32px;
            }
        }

        section.web-app {
            .web-app__left,
            .web-app__right {
                width: 100%;
            }

            .web-app__item {
                max-width: 100%;
                width: calc(33.33% - 10.67px);
            }

            .web-app__right {
                gap: 16px;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            .web-app__follow .web-app__left,
            .web-app__follow .web-app__right {
                width: 100%;
            }

            .web-app__follow .web-app__left {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .web-app__create .image-wrap {
                max-width: 100%;
            }

            .web-app__follow .web-app__right {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                gap: 16px;
            }

            .web-app__follow .web-app__right .image-wrap,
            .web-app__follow .web-app__right .content-wrap {
                width: calc(50% - 8px);
            }
        }

        section.clutter-free {
            .image-wrap {
                height: 265px;
                width: calc(49% - 20px);
            }

            .clutter-free__wrap::before {
                width: 570px;
                height: 570px;
                border-radius: 570px;
            }

            .content-wrap p,
            .content-wrap .h2-heading {
                max-width: 306px;
            }

            .content-wrap {
                width: calc(51% - 20px);
            }
        }

        section.mobile-features {
            .mobile-features__items,
            .mobile-features__item {
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
            }

            .mobile-features__item {
                width: calc(50% - 8px);
            }

            .content-wrap {
                width: calc(55.5% - 8px);
                padding: 20px;
            }

            .image-wrap {
                width: calc(44.5% - 8px);
            }

            .h3-heading {
                margin: 20px 0 8px 0;
            }

            .h3-heading::before {
                width: 12px;
                height: 12px;
                top: -20px;
            }

            .mobile-features__item:nth-child(1) .content-wrap::before {
                bottom: 3px;
            }

            .mobile-features__item:nth-child(2) .content-wrap::before {
                width: 60px;
                height: 60px;
                bottom: -8px;
                right: -9px;
            }

            .mobile-features__item:nth-child(3) .content-wrap::before {
                width: 49px;
                height: 46px;
                bottom: -9px;
                left: -13px;
                -webkit-transform: rotate(51deg);
                -ms-transform: rotate(51deg);
                transform: rotate(51deg);
            }

            .mobile-features__item:nth-child(4) .content-wrap::before {
                width: 52px;
                height: 48px;
                -webkit-transform: rotate(18deg);
                -ms-transform: rotate(18deg);
                transform: rotate(18deg);
                bottom: 7px;
                left: -3px;
            }
        }

        section.mobile-app {
            .mobile-app__home {
                padding: 32px;
            }

            .mobile-app__wrap {
                -webkit-column-gap: 32px;
                -moz-column-gap: 32px;
                column-gap: 32px;
            }

            .mobile-app__content {
                width: calc(32% - 16px);
            }

            .mobile-app__images {
                width: calc(68% - 16px);
            }

            .mobile-app__images .image-wrap {
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
            }

            .mobile-app__images .image-wrap img {
                width: calc(33.33% - 10.67px);
            }

            .mobile-app__start-top {
                margin-bottom: 40px;
            }

            .mobile-app__start-top .mobile-app__start-item {
                width: 100%;
            }

            .mobile-app__start-top .image-wrap::before {
                bottom: -65px;
                left: auto;
                -webkit-transform: rotate(345deg);
                -ms-transform: rotate(345deg);
                transform: rotate(345deg);
            }

            .mobile-app__start-bottom .image-wrap::before {
                top: 0;
                left: 232px;
            }

            .mobile-app__start-title {
                margin-bottom: 24px;
            }

            .mobile-app__start-top .image-wrap,
            .mobile-app__start-bottom .image-wrap {
                width: calc(25% - 16px);
            }

            .mobile-app__start-top .content-wrap,
            .mobile-app__start-bottom .content-wrap {
                width: calc(75% - 16px);
            }

            .mobile-app__search-wrap {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 32px;
            }

            .mobile-app__search-left,
            .mobile-app__search .image-wrap {
                padding: 0;
            }

            .mobile-app__search::after {
                border-radius: 660px;
                border: 70px solid #000;
                width: 660px;
                height: 660px;
            }

            .mobile-app__search-title {
                margin-bottom: 28px;
                row-gap: 16px;
            }

            .mobile-app__subscriptions-content .mobile-app__title {
                font-size: 22px;
            }

            .mobile-app__subscriptions-top,
            .mobile-app__subscriptions-bottom {
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
            }

            .mobile-app__subscriptions-content {
                width: calc(32.1% - 8px);
            }

            .mobile-app__subscriptions-images {
                width: calc(67.9% - 8px);
            }

            .mobile-app__subscriptions-bottom .mobile-app__subscriptions-images {
                width: calc(58% - 8px);
            }

            .mobile-app__subscriptions-bottom .content-wrap {
                width: calc(42% - 8px);
            }
        }

        section.admin-panel {
            .admin-panel__subscriber-title,
            .admin-panel__admin-title {
                font-size: 22px;
            }

            .admin-panel__subscriber-title {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .admin-panel__admin-title {
                row-gap: 16px;
            }
        }

        section.final-results {
            .final-results__img .num {
                font-size: 20px;
                width: 46px;
                height: 46px;
                border: 3px solid #0c0c0c;
                left: -11px;
                top: -11px;
            }
        }

        section.technologies {
            .technologies__item-title {
                font-size: 16px;
            }

            .technologies__inner .icon-wrap {
                width: 64px;
                height: 64px;
            }

            .technologies__inner .icon-wrap img {
                width: 32px;
                height: 32px;
            }

            .technologies__inner-title {
                font-size: 10px;
                line-height: 16px;
            }

            .technologies__inner {
                width: 64px;
            }

            .technologies__item-wrap {
                gap: 8px;
            }

            .technologies__wrap {
                max-width: 704px;
            }

            .h2-heading {
                margin-bottom: 30px;
            }
        }
    }
    /* < 992 */

    @media only screen and (max-width: 920px) {
        section.clutter-free {
            .clutter-free__wrap::before {
                width: 505px;
                height: 505px;
                border-radius: 505px;
            }
        }

        section.mobile-app {
            .mobile-app__content,
            .mobile-app__images {
                width: 100%;
            }

            .mobile-app__content {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                gap: 16px;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
            }

            .mobile-app__item {
                width: calc(33.33% - 10.67px);
            }

            .mobile-app__start-top .image-wrap,
            .mobile-app__start-bottom .image-wrap {
                width: calc(30% - 16px);
            }

            .mobile-app__start-top .content-wrap,
            .mobile-app__start-bottom .content-wrap {
                width: calc(70% - 16px);
            }

            .mobile-app__start-bottom .image-wrap::before {
                left: 253px;
            }

            .mobile-app__view-left {
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
            }

            .mobile-app__profile-col {
                width: 100%;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .mobile-app__profile-col:nth-child(2n + 1) .mobile-app__profile-content {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .mobile-app__profile-col .image-wrap {
                width: calc(35.5% - 12px);
            }

            .mobile-app__profile-content {
                width: calc(64.5% - 12px);
            }
        }

        section.app-links {
            .app-links__right {
                padding: 32px;
            }

            .logo {
                margin-left: 0;
            }
        }
    }
    /* < 920 */

    @media only screen and (max-width: 860px) {
        section.challenge-solution {
            .challenge-solution__images-wrap .image-wrap {
                height: 46px;
            }

            .challenge-solution__images-wrap .icon,
            .challenge-solution__images-wrap .image-wrap {
                width: 100%;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

            .challenge-solution__images-wrap .icon {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                margin-bottom: 8px;
            }

            .challenge-solution__images .challenge-solution__img {
                width: calc(65.8% - 12px);
            }

            .challenge-solution__images-wrap {
                width: calc(34.2% - 12px);
            }
        }

        section.web-features {
            .web-features__media,
            .web-features__item .content-wrap {
                width: 100%;
            }

            .web-features__item:nth-child(2n + 1) .web-features__media {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .web-features__items {
                row-gap: 40px;
            }

            .web-features__item:nth-child(2n + 1) .content-wrap::before {
                -webkit-transform: rotate(285deg);
                -ms-transform: rotate(285deg);
                transform: rotate(285deg);
                width: 73px;
                height: 56px;
                right: -15px;
                bottom: -14px;
                left: auto;
            }

            .web-features__item:nth-child(2n) .content-wrap::before {
                -webkit-transform: rotate(345deg) scale(-1, 1);
                -ms-transform: rotate(345deg) scale(-1, 1);
                transform: rotate(345deg) scale(-1, 1);
                width: 78px;
                height: 48px;
                right: 42px;
                bottom: -17px;
            }
        }

        section.clutter-free {
            .clutter-free__wrap::before {
                width: 465px;
                height: 465px;
                border-radius: 465px;
            }
        }

        section.mobile-features {
            .h3-heading {
                font-size: 16px;
                font-weight: 500;
            }
        }

        section.mobile-app {
            .mobile-app__search-wrap {
                -webkit-column-gap: 34px;
                -moz-column-gap: 34px;
                column-gap: 34px;
            }

            .mobile-app__search-left {
                width: calc(45% - 17px);
            }

            .mobile-app__search .image-wrap {
                width: calc(55% - 17px);
            }

            .mobile-app__find-wrap {
                padding: 32px;
            }

            .mobile-app__find-content {
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
            }

            .mobile-app__find-item {
                width: calc(50% - 124px - 16px);
                row-gap: 16px;
            }

            .mobile-app__subscriptions-images,
            .mobile-app__subscriptions-content {
                width: 100%;
            }

            .mobile-app__subscriptions-top .content-wrap {
                max-width: 424px;
            }

            .mobile-app__subscriptions-content::after {
                top: 103px;
                -webkit-transform: rotate(70deg);
                -ms-transform: rotate(70deg);
                transform: rotate(70deg);
                right: 84px;
                width: 98px;
                height: 70px;
            }
        }

        section.app-links {
            .logo {
                margin-bottom: 106px;
            }
        }
    }
    /* < 860 */

    @media only screen and (max-width: 820px) {
        section.clutter-free {
            .clutter-free__wrap::before {
                width: 442px;
                height: 442px;
                border-radius: 442px;
            }
        }

        section.mobile-app {
            .mobile-app__start-top .image-wrap,
            .mobile-app__start-bottom .image-wrap {
                width: calc(33.3% - 16px);
            }

            .mobile-app__start-top .content-wrap,
            .mobile-app__start-bottom .content-wrap {
                width: calc(66.7% - 16px);
            }

            .mobile-app__start-item .title {
                font-size: 18px;
            }

            .mobile-app__start-item .title .title-num {
                width: 35px;
                height: 35px;
            }

            .mobile-app__start-item .title .title-text {
                width: calc(100% - 51px);
            }
        }

        section.admin-panel {
            .admin-panel__dashboard .admin-panel__img,
            .admin-panel__content {
                width: 100%;
            }

            .admin-panel__dashboard .admin-panel__img {
                max-width: 509px;
                margin: 0 auto;
            }

            .admin-panel__content {
                row-gap: 24px;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            .admin-panel__content .content-wrap {
                max-width: 100%;
                width: calc(50% - 8px);
            }
        }
    }

    /* < 820 */

    @media only screen and (max-width: 768px) {
        .container {
            max-width: 732px;
        }

        section {
            margin: 40px 0;
        }

        h2,
        .h2-heading {
            font-size: 28px;
        }

        h3,
        .h3-heading {
            font-size: 18px;
        }

        p {
            font-size: 14px;
            line-height: 1.35;
        }

        section.billboard {
            margin: 32px 0 0;

            .content-wrap,
            .image-wrap {
                width: 100%;
            }

            .content-wrap {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

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

            .row-wrap {
                padding: 32px;
                row-gap: 28px;
            }

            .sub-title,
            .store-wrap {
                margin-top: 32px;
            }

            .section-title {
                font-size: 36px;
            }

            .section-title,
            .description ul {
                margin-top: 12px;
            }

            .logo {
                width: 110px;
                height: 52px;
            }

            .description ul {
                font-size: 14px;
            }

            .store-wrap .google-play,
            .store-wrap .app-store {
                max-width: 148px;
            }
        }

        section.main-goal {
            .content-wrap {
                padding: 32px;
            }

            .main-goal__wrap {
                gap: 16px;
            }

            .icon {
                width: 48px;
                height: 48px;
            }

            .icon img {
                width: 24px;
                height: 24px;
            }

            .h2-heading span {
                width: calc(100% - 64px);
            }

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

        section.challenge-solution {
            .h2-heading .icon {
                width: 48px;
                height: 48px;
            }

            .h2-heading .icon img {
                width: 24px;
                height: 24px;
            }

            .h2-heading span {
                width: calc(100% - 64px);
            }

            .challenge-solution__bottom {
                gap: 16px;
            }

            .challenge-solution__bottom .image-wrap {
                width: calc(52% - 8px);
            }

            .challenge-solution__bottom .content-wrap {
                width: calc(48% - 8px);
            }
        }

        section.benefits {
            .benefits__left .content-wrap {
                padding: 32px;
            }

            .benefits__item {
                padding: 24px;
            }

            .h2-heading {
                margin-bottom: 16px;
            }
        }

        section.app {
            .app__left .app__img {
                padding: 0 0 32px 32px;
            }

            .app__left .content-wrap {
                padding: 32px 32px 27px 32px;
            }

            .app__right {
                padding: 32px;
            }

            .app__wrap {
                gap: 16px;
            }

            .app__left,
            .app__right {
                width: calc(50% - 8px);
            }
        }

        section.app::before {
            background: url("../img/app-bg-tablet.svg") center top / 100% auto no-repeat;
            left: 90px;
            top: -270px;
            width: 642px;
            height: 690px;
        }

        section.roles {
            .roles__left p {
                max-width: 518px;
            }

            .image-wrap {
                width: 70px;
                height: 70px;
            }

            .roles__item-title {
                font-size: 14px;
                font-weight: 600;
                padding: 5px 15px;
            }
        }

        section.web-features {
            .web-features__item .content-wrap {
                padding: 28px;
            }

            .web-features__item:nth-child(2n + 1) .content-wrap::before {
                right: -5px;
            }

            .h2-heading {
                margin-bottom: 32px;
            }

            .h3-heading {
                margin-top: 0;
                margin-left: 28px;
            }

            .h3-heading::before {
                top: 50%;
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
                left: -28px;
            }
        }

        section.banner {
            .banner__content {
                padding: 32px;
            }

            .h2-heading {
                font-size: 24px;
                max-width: 465px;
            }
        }

        section.web-app {
            .web-app__title {
                font-size: 22px;
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
            }

            .web-app__heading,
            .web-app__create .web-app__title {
                margin-bottom: 32px;
            }

            .web-app__home,
            .web-app__create,
            .web-app__follow {
                margin-bottom: 40px;
            }

            .web-app__follow .web-app__title,
            .web-app__chat .web-app__title {
                margin-bottom: 16px;
            }

            .web-app__chat .content-wrap p {
                max-width: 524px;
                margin: 0 auto;
            }
        }

        section.web-app::before {
            background: url("../img/web-app-bg-tablet.svg") center top / 100% auto no-repeat;
            width: 768px;
            height: 819px;
            left: 0;
            bottom: 55px;
        }

        section.clutter-free {
            .clutter-free__wrap::before {
                width: 393px;
                height: 393px;
                border-radius: 393px;
                right: -38px;
            }

            .image-wrap {
                height: 175px;
            }

            .clutter-free__img {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
            }
        }

        section.mobile-features {
            .h2-heading {
                margin-bottom: 32px;
            }

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

        section.mobile-app {
            .mobile-app__title {
                font-size: 22px;
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
            }

            .mobile-app__home,
            .mobile-app__start,
            .mobile-app__search,
            .mobile-app__view,
            .mobile-app__find,
            .mobile-app__profile-notifications {
                margin-bottom: 40px;
            }

            .mobile-app__start .mobile-app__title {
                margin-bottom: 32px;
            }

            .mobile-app__start-title {
                font-size: 20px;
            }

            .mobile-app__start-top .image-wrap,
            .mobile-app__start-bottom .image-wrap {
                width: calc(38% - 16px);
            }

            .mobile-app__start-top .content-wrap,
            .mobile-app__start-bottom .content-wrap {
                width: calc(62% - 16px);
            }

            .mobile-app__start-bottom .mobile-app__start-wrap {
                row-gap: 16px;
            }

            .mobile-app__start-bottom .image-wrap::before {
                left: 240px;
                bottom: 390px;
                top: auto;
                width: 103px;
                height: 33px;
            }

            .mobile-app__start-top .image-wrap::before {
                bottom: -62px;
                left: -10px;
                width: 100px;
                height: 60px;
            }

            .mobile-app__search-title {
                font-size: 22px;
            }

            .mobile-app__search::after {
                width: 586px;
                height: 586px;
                border-radius: 586px;
                right: -87px;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                top: -75px;
            }

            .mobile-app__view-images .image-wrap {
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
            }

            .mobile-app__view-images .image-wrap img {
                width: calc(50% - 8px);
            }

            .mobile-app__view-images {
                width: calc(60.8% - 16px);
            }

            .mobile-app__view-content {
                width: calc(39.2% - 16px);
            }

            .mobile-app__view-left .mobile-app__view-content::before {
                top: 250px;
                left: 18px;
                width: 84px;
                height: 71px;
            }

            .mobile-app__view-right .image-wrap {
                width: calc(30.4% - 16px);
            }

            .mobile-app__view-right .mobile-app__view-content {
                width: calc(69.6% - 16px);
            }

            .mobile-app__view-right .mobile-app__view-content::before {
                right: 4px;
                top: -86px;
            }

            .mobile-app__find::after {
                display: none;
            }

            .mobile-app__find .image-wrap {
                width: 202px;
            }

            .mobile-app__find-item {
                width: calc(50% - 101px - 16px);
            }

            .mobile-app__find .mobile-app__title {
                margin-bottom: 24px;
            }

            .mobile-app__profile-notifications {
                position: relative;
            }

            .mobile-app__profile-notifications::after {
                content: "";
                background: url("../img/mobile-app-bg-tablet-1.svg") center top / 100% auto no-repeat;
                position: absolute;
                width: 768px;
                height: 1479px;
                left: -30px;
                bottom: -584px;
            }

            .mobile-app__profile-col .image-wrap {
                width: calc(32.9% - 12px);
            }

            .mobile-app__profile-content {
                width: calc(67.1% - 12px);
            }

            .mobile-app__profile-notifications .content-wrap:not(:last-of-type) {
                margin-bottom: 16px;
            }

            .mobile-app__profile-notifications .mobile-app__title {
                margin-bottom: 28px;
            }

            .mobile-app__subscriptions-wrap {
                padding: 32px;
            }

            .mobile-app__subscriptions-content::after {
                top: 111px;
                -webkit-transform: rotate(72deg);
                -ms-transform: rotate(72deg);
                transform: rotate(72deg);
                right: 96px;
            }

            .mobile-app__subscriptions-bottom .mobile-app__subscriptions-images {
                width: calc(65.2% - 8px);
            }

            .mobile-app__subscriptions-bottom .content-wrap {
                width: calc(34.8% - 8px);
            }

            .mobile-app__subscriptions::after {
                background: url("../img/mobile-app-bg-tablet-2.svg") center top / 100% auto no-repeat;
                width: 768px;
                height: 1392px;
                bottom: auto;
                top: -349px;
                left: -32px;
            }
        }

        section.effortless {
            .banner__content {
                padding: 24px 32px;
            }
        }

        section.admin-panel {
            .admin-panel__dashboard,
            .admin-panel__subscriber,
            .admin-panel__add-recipes {
                margin-bottom: 40px;
            }

            .admin-panel__heading {
                margin-bottom: 32px;
            }

            .admin-panel__title {
                font-size: 22px;
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
            }

            .admin-panel__add-recipes-wrap {
                padding: 32px;
            }

            .admin-panel__add-recipes .admin-panel__title {
                margin: 0 auto 16px;
            }

            .admin-panel__admin .admin-panel__img {
                width: calc(58.6% - 8px);
            }

            .admin-panel__admin-left {
                width: calc(41.4% - 8px);
            }
        }

        section.admin-panel::after {
            background: url("../img/admin-panel-bg-tablet.svg") center top / 100% auto no-repeat;
            width: 768px;
            height: 1125px;
            bottom: -463px;
            left: 0;
        }

        section.final-results {
            .final-results__img .image-wrap img {
                height: 118px;
            }

            .final-results__card .content-wrap {
                padding: 20px;
            }
        }

        section.app-links {
            .logo {
                width: 110px;
                height: 52px;
            }

            .app-links__left {
                width: 53.2%;
                margin-bottom: 22px;
            }

            .app-links__right {
                width: 46.8%;
                padding: 36px 32px 32px 36px;
            }

            p {
                margin-bottom: 82px;
            }

            .store-wrap {
                -webkit-column-gap: 22px;
                -moz-column-gap: 22px;
                column-gap: 22px;
                margin-left: -130px;
            }

            .google-play,
            .app-store {
                width: calc(50% - 11px);
                max-width: 160px;
            }
        }
    }
    /* < 768 */

    @media only screen and (max-width: 767px) {
        section.technologies {
            .technologies__wrap {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                row-gap: 24px;
            }
        }
    }
    /* < 767 */

    @media only screen and (max-width: 720px) {
        section.clutter-free {
            .content-wrap,
            .image-wrap {
                width: 100%;
            }

            .content-wrap {
                padding: 24px 24px 0 24px;
            }

            .image-wrap {
                height: auto;
            }

            .image-wrap img {
                -o-object-position: center;
                object-position: center;
            }

            .clutter-free__wrap::before {
                display: none;
            }

            .content-wrap p,
            .content-wrap .h2-heading {
                max-width: 100%;
            }

            .clutter-free__img {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }
        }

        section.mobile-features {
            .mobile-features__item {
                row-gap: 16px;
            }

            .content-wrap {
                width: 100%;
            }

            .image-wrap {
                width: 51.7%;
            }

            .mobile-features__item:nth-child(3) .image-wrap,
            .mobile-features__item:nth-child(4) .image-wrap {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .mobile-features__item:nth-child(1) .content-wrap::before {
                width: 93px;
                height: 86px;
                right: 12px;
                -webkit-transform: rotate(285deg);
                -ms-transform: rotate(285deg);
                transform: rotate(285deg);
                bottom: -120px;
            }

            .mobile-features__item:nth-child(2) .content-wrap::before {
                width: 96px;
                height: 90px;
                bottom: -127px;
                right: 10px;
                -webkit-transform: rotate(285deg);
                -ms-transform: rotate(285deg);
                transform: rotate(285deg);
            }

            .mobile-features__item:nth-child(3) .content-wrap::before {
                width: 75px;
                height: 71px;
                bottom: -134px;
                left: auto;
                right: 25px;
                -webkit-transform: rotate(270deg) scale(-1, 1);
                -ms-transform: rotate(270deg) scale(-1, 1);
                transform: rotate(270deg) scale(-1, 1);
            }

            .mobile-features__item:nth-child(4) .content-wrap::before {
                width: 73px;
                height: 67px;
                left: auto;
                -webkit-transform: rotate(280deg) scale(-1, 1);
                -ms-transform: rotate(280deg) scale(-1, 1);
                transform: rotate(280deg) scale(-1, 1);
                right: 15px;
                bottom: -125px;
            }
        }

        section.mobile-app {
            .mobile-app__start-item .title {
                font-size: 16px;
            }

            .mobile-app__subscriptions-content::after {
                right: 20px;
            }

            .mobile-app__subscriptions-bottom .mobile-app__subscriptions-images,
            .mobile-app__subscriptions-bottom .content-wrap {
                width: 100%;
            }

            .mobile-app__subscriptions-bottom {
                row-gap: 32px;
            }

            .mobile-app__subscriptions-top .mobile-app__subscriptions-images .image-wrap {
                -webkit-column-gap: 8px;
                -moz-column-gap: 8px;
                column-gap: 8px;
            }

            .mobile-app__subscriptions-top .mobile-app__subscriptions-images .image-wrap img {
                width: calc(33.33% - 5.33px);
            }
        }
    }
    /* < 720 */

    @media only screen and (max-width: 660px) {
        h2,
        .h2-heading {
            font-size: 22px;
            margin-bottom: 16px;
        }

        section.main-goal {
            .image-wrap,
            .content-wrap {
                width: 100%;
            }

            .content-wrap {
                padding: 20px;
            }

            .icon {
                width: 40px;
                height: 40px;
            }

            .h2-heading {
                -webkit-column-gap: 12px;
                -moz-column-gap: 12px;
                column-gap: 12px;
            }

            .h2-heading span {
                width: calc(100% - 52px);
            }

            .icon img {
                width: 20px;
                height: 20px;
            }
        }

        section.challenge-solution {
            .challenge-solution__top .content-wrap,
            .challenge-solution__images,
            .challenge-solution__bottom .image-wrap,
            .challenge-solution__bottom .content-wrap {
                width: 100%;
            }

            .challenge-solution__top .content-wrap {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .challenge-solution__images-wrap .icon {
                -webkit-transform: scale(-1, 1);
                -ms-transform: scale(-1, 1);
                transform: scale(-1, 1);
            }

            .challenge-solution__images-wrap .image-wrap {
                height: -webkit-max-content;
                height: -moz-max-content;
                height: max-content;
            }

            .challenge-solution__images-wrap .icon img {
                -webkit-transform: rotate(12deg);
                -ms-transform: rotate(12deg);
                transform: rotate(12deg);
            }

            .challenge-solution__wrap {
                row-gap: 20px;
            }
        }

        section.app {
            .app__left,
            .app__right {
                width: 100%;
            }
        }

        section.roles {
            .roles__item {
                width: 100%;
            }
        }

        section.web-features {
            .web-features__item:nth-child(2n + 1) .content-wrap::before,
            .web-features__item:nth-child(2n) .content-wrap::before {
                display: none;
            }
        }

        section.clutter-free {
            .content-wrap .h2-heading {
                font-size: 22px;
            }
        }

        section.mobile-app {
            .mobile-app__start-top .content-wrap,
            .mobile-app__start-bottom .content-wrap {
                width: 100%;
            }

            .mobile-app__start-top .image-wrap,
            .mobile-app__start-bottom .image-wrap {
                width: 50%;
            }

            .mobile-app__start-bottom .image-wrap {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .mobile-app__start-bottom {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }

            .mobile-app__start-top,
            .mobile-app__start-bottom {
                row-gap: 24px;
            }

            .mobile-app__start-top .image-wrap::before {
                -webkit-transform: rotate(275deg);
                -ms-transform: rotate(275deg);
                transform: rotate(275deg);
                top: 36px;
                left: auto;
                right: -168px;
            }

            .mobile-app__start-bottom .image-wrap::before {
                left: -165px;
                -webkit-transform: rotate(255deg) scale(-1, 1);
                -ms-transform: rotate(255deg) scale(-1, 1);
                transform: rotate(255deg) scale(-1, 1);
                top: 85px;
                bottom: auto;
            }

            .mobile-app__view .mobile-app__title {
                font-size: 18px;
            }

            .mobile-app__find-item {
                width: 100%;
            }

            .mobile-app__find .image-wrap {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .mobile-app__subscriptions-top .content-wrap {
                max-width: 310px;
            }
        }

        section.admin-panel {
            .admin-panel__subscriber .image-wrap,
            .admin-panel__subscriber-left,
            .admin-panel__admin .admin-panel__img,
            .admin-panel__admin-left {
                width: 100%;
            }
        }
    }
    /* < 660 */

    @media only screen and (max-width: 620px) {
        section.app-links {
            .app-links__left,
            .app-links__right {
                width: 100%;
            }

            .app-links__left {
                margin-bottom: 0;
                padding-left: 18px;
            }

            .app-links__right {
                padding: 0 36px 32px 20px;
                margin-top: -109px;
            }

            .store-wrap {
                -webkit-column-gap: 12px;
                -moz-column-gap: 12px;
                column-gap: 12px;
                margin-left: 0;
            }

            .google-play,
            .app-store {
                width: calc(50% - 6px);
            }

            .logo {
                margin-left: auto;
                width: 100px;
                height: 48px;
                margin-bottom: 97px;
            }

            p {
                margin-bottom: 56px;
            }
        }
    }
    /* < 620 */

    @media only screen and (max-width: 560px) {
        .content-bg-dark,
        .content-bg-light {
            border-radius: 16px;
        }

        section.billboard {
            .row-wrap {
                padding: 32px 20px;
                row-gap: 32px;
                border-radius: 16px;
            }

            .logo {
                width: 96px;
                height: 45px;
            }

            .sub-title,
            .store-wrap {
                margin-top: 24px;
            }

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

            .store-wrap .google-play,
            .store-wrap .app-store {
                width: calc(50% - 8px);
            }

            .store-wrap {
                -webkit-column-gap: 16px;
                -moz-column-gap: 16px;
                column-gap: 16px;
            }
        }

        section.main-goal {
            .image-wrap img,
            .content-wrap {
                border-radius: 16px;
            }
        }

        section.challenge-solution {
            .h2-heading .icon {
                width: 40px;
                height: 40px;
            }

            .h2-heading .icon img {
                width: 20px;
                height: 20px;
            }

            .h2-heading span {
                width: calc(100% - 56px);
            }

            .content-wrap,
            .challenge-solution__wrap {
                padding: 20px;
                border-radius: 16px;
            }

            .challenge-solution__images .challenge-solution__img {
                width: calc(68.1% - 12px);
            }

            .challenge-solution__images-wrap {
                width: calc(31.9% - 12px);
            }

            .challenge-solution__images-wrap .image-wrap {
                height: 60px;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
            }

            .challenge-solution__img img {
                border-radius: 16px;
            }

            .challenge-solution__images-wrap .icon {
                width: 97px;
                margin-left: auto;
            }
        }

        section.benefits {
            .benefits__img img,
            .benefits__left .content-wrap,
            .benefits__item {
                border-radius: 16px;
            }

            .benefits__item .icon {
                width: 28px;
                height: 28px;
            }

            .benefits__item-title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-column-gap: 12px;
                -moz-column-gap: 12px;
                column-gap: 12px;
            }

            .benefits__item-title .h3-heading {
                margin-bottom: 16px;
                width: calc(100% - 40px);
            }
        }

        section.app {
            .app__left .content-wrap {
                padding: 20px;
                row-gap: 12px;
            }

            .app__left .app__img {
                padding: 0 0 26px 20px;
            }

            .app__right {
                padding: 20px;
                row-gap: 12px;
            }
        }

        section.app::before {
            left: 71px;
            top: -35px;
        }

        section.roles {
            .roles__wrap {
                border-radius: 16px;
            }

            .roles__right {
                border-radius: 32px 32px 0 0;
                padding: 32px 20px 20px 20px;
            }

            .icon {
                width: 44px;
                height: 44px;
            }

            .icon img {
                width: 20px;
                height: 20px;
            }

            .h2-heading {
                width: calc(100% - 60px);
            }
        }

        section.web-features {
            .web-features__wrap,
            .web-features__item .content-wrap {
                padding: 20px;
            }

            .h2-heading {
                margin-bottom: 24px;
            }

            .web-features__item {
                gap: 20px;
            }

            .web-features__media img,
            .web-features__wrap,
            .content-wrap {
                border-radius: 16px;
            }
        }

        section.banner {
            .banner__content {
                padding: 24px;
            }

            .h2-heading {
                font-size: 22px;
            }
        }

        section.web-app {
            .web-app__item {
                width: 100%;
            }

            .web-app__title {
                font-size: 18px;
                -webkit-column-gap: 8px;
                -moz-column-gap: 8px;
                column-gap: 8px;
            }

            .image-wrap img,
            .web-app__follow .content-wrap {
                border-radius: 16px;
            }

            .web-app__follow .web-app__right .image-wrap,
            .web-app__follow .web-app__right .content-wrap {
                width: 100%;
            }

            .web-app__follow .content-wrap {
                padding: 20px;
            }
        }

        section.clutter-free {
            .clutter-free__wrap {
                border-radius: 16px;
            }
        }

        section.mobile-features {
            .mobile-features__item {
                width: 100%;
            }

            .mobile-features__wrap {
                padding: 20px;
            }

            .h3-heading {
                margin: 0 0 8px 20px;
            }

            .h3-heading::before {
                top: 50%;
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
                left: -20px;
            }

            .mobile-features__items {
                row-gap: 32px;
            }

            .mobile-features__item:nth-child(2),
            .mobile-features__item:nth-child(4) {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }

            .mobile-features__item:nth-child(1) .content-wrap::before {
                right: 31px;
                bottom: -116px;
            }

            .mobile-features__item:nth-child(2) .content-wrap::before {
                bottom: -129px;
                right: auto;
                left: 30px;
                -webkit-transform: rotate(435deg) scale(-1, 1);
                -ms-transform: rotate(435deg) scale(-1, 1);
                transform: rotate(435deg) scale(-1, 1);
            }

            .mobile-features__item:nth-child(3) .content-wrap::before {
                right: 40px;
                -webkit-transform: rotate(271deg) scale(-1, 1);
                -ms-transform: rotate(271deg) scale(-1, 1);
                transform: rotate(271deg) scale(-1, 1);
            }

            .mobile-features__item:nth-child(4) .content-wrap::before {
                bottom: -108px;
                right: auto;
                left: 42px;
                -webkit-transform: rotate(450deg);
                -ms-transform: rotate(450deg);
                transform: rotate(450deg);
            }
        }

        section.mobile-app {
            .mobile-app__item {
                width: 100%;
            }

            .mobile-app__home,
            .mobile-app__find-wrap,
            .mobile-app__profile-col,
            .mobile-app__subscriptions-wrap {
                padding: 20px;
                border-radius: 16px;
            }

            .mobile-app__title,
            .mobile-app__profile-notifications .mobile-app__title {
                font-size: 18px;
                -webkit-column-gap: 8px;
                -moz-column-gap: 8px;
                column-gap: 8px;
            }

            .mobile-app__heading {
                margin-bottom: 24px;
            }

            .mobile-app__images .image-wrap {
                -webkit-column-gap: 8px;
                -moz-column-gap: 8px;
                column-gap: 8px;
            }

            .mobile-app__images .image-wrap img {
                width: calc(33.33% - 5.33px);
            }

            .mobile-app__start {
                padding: 20px;
            }

            .mobile-app__start-title {
                font-size: 16px;
            }

            .mobile-app__search-left,
            .mobile-app__search .image-wrap {
                width: 100%;
            }

            .mobile-app__search-wrap {
                row-gap: 20px;
                padding: 20px;
            }

            .mobile-app__search-title {
                font-size: 18px;
                margin-bottom: 24px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-column-gap: 8px;
                -moz-column-gap: 8px;
                column-gap: 8px;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
            }

            .mobile-app__search::after {
                left: 50%;
                -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
                right: auto;
                top: 226px;
            }

            .mobile-app__search {
                border-radius: 16px;
            }

            .mobile-app__view-images,
            .mobile-app__view-content,
            .mobile-app__view-right .mobile-app__view-content {
                width: 100%;
            }

            .mobile-app__view-right .image-wrap {
                width: 50%;
            }

            .mobile-app__view-left .mobile-app__view-images {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .mobile-app__view-left,
            .mobile-app__view-right {
                row-gap: 24px;
            }

            .mobile-app__view {
                row-gap: 30px;
            }

            .mobile-app__view-images .image-wrap {
                -webkit-column-gap: 8px;
                -moz-column-gap: 8px;
                column-gap: 8px;
            }

            .mobile-app__view-images .image-wrap img {
                width: calc(50% - 4px);
            }

            .mobile-app__view-left .mobile-app__view-content::before {
                display: none;
            }

            .mobile-app__view-right .mobile-app__view-content::before {
                right: 55px;
                top: auto;
                bottom: -160px;
                -webkit-transform: rotate(150deg);
                -ms-transform: rotate(150deg);
                transform: rotate(150deg);
            }

            .mobile-app__find .mobile-app__title,
            .mobile-app__profile-notifications .mobile-app__title {
                margin-bottom: 20px;
            }

            .mobile-app__profile-content,
            .mobile-app__profile-col .image-wrap {
                width: 100%;
            }

            .mobile-app__profile-col .image-wrap {
                max-width: 198px;
            }

            .mobile-app__profile-col:nth-child(2n + 1) .mobile-app__profile-content {
                -webkit-box-ordinal-group: unset;
                -ms-flex-order: unset;
                order: unset;
            }

            .mobile-app__subscriptions-content::after {
                display: none;
            }

            .mobile-app__subscriptions-top .content-wrap {
                max-width: 100%;
            }

            .mobile-app__subscriptions-content .mobile-app__title {
                font-size: 18px;
                margin-bottom: 20px;
            }

            .mobile-app__subscriptions-top,
            .mobile-app__subscriptions-bottom {
                row-gap: 24px;
            }
        }

        section.effortless {
            .banner__content {
                padding: 24px;
            }
        }

        section.admin-panel {
            .admin-panel__heading,
            .admin-panel__subscriber-title {
                margin-bottom: 24px;
            }

            .admin-panel__title,
            .admin-panel__subscriber-title,
            .admin-panel__admin-title {
                font-size: 18px;
                -webkit-column-gap: 8px;
                -moz-column-gap: 8px;
                column-gap: 8px;
            }

            .admin-panel__add-recipes-wrap {
                padding: 20px;
                border-radius: 16px;
            }

            .admin-panel__admin-title {
                margin-bottom: 16px;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }
        }

        section.final-results {
            .final-results__card {
                width: 100%;
            }

            .final-results__img .image-wrap img {
                height: auto;
            }

            .final-results__card .content-wrap .h3-heading {
                margin-bottom: 16px;
            }
        }

        section.technologies {
            .technologies__item-title {
                margin-bottom: 12px;
            }
        }
    }
    /* < 560 */

    @media only screen and (max-width: 480px) {
        section.main-goal {
            .image-wrap {
                height: 216px;
            }
        }

        section.benefits {
            .benefits__item,
            .benefits__img,
            .benefits__left .content-wrap {
                width: 100%;
            }

            .benefits__img {
                height: auto;
            }

            .benefits__left .content-wrap,
            .benefits__item {
                padding: 20px;
            }
        }

        section.roles {
            .roles__wrap {
                padding: 0;
                row-gap: 27px;
                background: -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    from(rgba(255, 255, 255, 1)),
                    color-stop(50%, rgba(255, 255, 255, 1)),
                    to(rgba(0, 0, 0, 1))
                );
                background: -o-linear-gradient(
                    top,
                    rgba(255, 255, 255, 1) 0%,
                    rgba(255, 255, 255, 1) 50%,
                    rgba(0, 0, 0, 1) 100%
                );
                background: linear-gradient(
                    180deg,
                    rgba(255, 255, 255, 1) 0%,
                    rgba(255, 255, 255, 1) 50%,
                    rgba(0, 0, 0, 1) 100%
                );
            }

            .roles__left {
                padding: 20px 20px 0 20px;
            }
        }

        section.mobile-app {
            .mobile-app__start-top .image-wrap,
            .mobile-app__start-bottom .image-wrap {
                width: 72.2%;
            }

            .mobile-app__start-top .image-wrap::before {
                -webkit-transform: rotate(268deg);
                -ms-transform: rotate(268deg);
                transform: rotate(268deg);
                top: 28px;
                right: -100px;
            }

            .mobile-app__start-bottom .image-wrap::before {
                left: -116px;
                -webkit-transform: rotate(260deg) scale(-1, 1);
                -ms-transform: rotate(260deg) scale(-1, 1);
                transform: rotate(260deg) scale(-1, 1);
                top: 57px;
            }

            .mobile-app__start-item .title {
                -webkit-column-gap: 12px;
                -moz-column-gap: 12px;
                column-gap: 12px;
            }

            .mobile-app__start-item .title .title-text {
                width: calc(100% - 47px);
            }

            .mobile-app__search::after {
                width: 518px;
                height: 518px;
                border-radius: 518px;
            }

            .mobile-app__view-right .image-wrap {
                width: 57.2%;
            }

            .mobile-app__view-right .mobile-app__view-content::before {
                right: 15px;
                bottom: -127px;
                -webkit-transform: rotate(148deg);
                -ms-transform: rotate(148deg);
                transform: rotate(148deg);
            }
        }

        section.admin-panel {
            .admin-panel__content {
                row-gap: 16px;
            }

            .admin-panel__content .content-wrap {
                width: 100%;
            }
        }
    }
    /* < 480 */

    @media only screen and (max-width: 375px) {
        section.challenge-solution {
            .challenge-solution__images-wrap .icon {
                width: 67px;
                margin-bottom: 0;
                margin-right: -6px;
            }

            .challenge-solution__images-wrap .image-wrap {
                height: 40px;
            }

            .challenge-solution__images-wrap {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }
        }

        section.web-app::before {
            background: url("../img/web-app-bg-mobile.svg") center top / 100% auto no-repeat;
            width: 375px;
            height: 819px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            bottom: auto;
            top: 420px;
        }

        section.mobile-app {
            .mobile-app__profile-notifications::after {
                background: url("../img/mobile-app-bg-mobile.svg") center top / 100% auto no-repeat;
                width: 375px;
                height: 1392px;
                bottom: auto;
                top: -333px;
                left: -14px;
            }

            .mobile-app__subscriptions::after {
                display: none;
            }
        }

        section.admin-panel::after {
            background: url("../img/admin-panel-bg-mobile.svg") center top / 100% auto no-repeat;
            width: 375px;
            height: 1124px;
            bottom: -380px;
        }
    }
    /* < 375 */

    @media only screen and (max-width: 360px) {
        section.mobile-features {
            .mobile-features__item:nth-child(1) .content-wrap::before {
                right: 13px;
            }
        }

        section.app-links {
            .logo {
                width: 76px;
                height: auto;
            }
        }
    }
    /* < 360 */
}

@media only screen and (max-width: 768px) {
    .ein-2 .project-aylin {
        background: #0c0c0c url("../img/page-bg-tablet.svg") center top / 100% auto no-repeat;
    }
}

@media only screen and (max-width: 375px) {
    .ein-2 .project-aylin {
        background: #0c0c0c url("../img/page-bg-mobile.svg") center top / 100% auto no-repeat;
    }
}
